-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
84 lines (72 loc) · 1.44 KB
/
stylesheet.css
File metadata and controls
84 lines (72 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
@font-face {
font-family: Charlemagnestd;
src: url('/charlemagnestd-bold.otf');
}
body {
text-align: center;
margin: 0 auto;
width: 960px;
color: #afdaea;
border: 0px solid black;
font-size: 16px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #142431 url('images/bg.jpg') no-repeat left top fixed;
background-size: cover;
/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);*/
}
.logo {
display: block;
position: fixed;
top: 5px;
left: 0px;
}
@media screen and (max-width: 1250px) {
.logo {
display: none;
}
}
.rounded {
border-radius: 15px;
}
.segment {
background: rgba(72,73,86,0.8);
border-radius: 15px;
padding: 18px;
margin: 20px auto;
box-shadow: inset 0 0 2px 2px rgba(105,110,185,0.6),
inset 0 0 10px 5px rgba(105,110,185,0.4),
0 0 20px 4px rgba(0,0,0,0.6);
}
.center {
margin-left: auto!important;
margin-right: auto!important;
text-align: center!important;
}
.title {
font-size: 24px;
font-family: Charlemagnestd;
}
#wrapper {
text-align: left;
margin: 0 auto;
width: 910px;
}
h1 {
font-size: 32px;
font-family: Charlemagnestd;
}
h2 {
font-size: 24px;
font-family: Charlemagnestd;
}
hr {
background-color: #afdaea;
color: #afdaea;
height: 1px;
border: 0px;
}
a:link {text-decoration: none; color: #93cfe2;}
a:visited {text-decoration: none; color: #93cfe2;}
a:active {text-decoration: none; color: #93cfe2;}
a:hover {text-decoration: none; color: white;}
.footer img { padding: 0 8px; }