-
Notifications
You must be signed in to change notification settings - Fork 0
/
style_dark.css
117 lines (101 loc) · 1.87 KB
/
style_dark.css
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
html,
body {
margin:0;
padding:0;
height:100%;
background:#323232;
}
#container {
min-height:100%;
position:relative;
}
#header_test {
margin: auto;
padding-left:10px;
padding-right:10px;
color:#fff;
font-family: "opensansregular", Arial, Helvetica, sans-serif;
font-size: 15pt;
font-weight:400;
text-transform: uppercase;
max-width: 800px;
}
header {
background:#3C3C3C;
padding-top:15px;
padding-bottom:15px;
}
#body {
padding:0px;
padding-bottom:50px; /* Height of the footer */
max-width: 800px;
margin: auto;
padding-left:10px;
padding-right:10px;
color:#999;
}
footer {
position:absolute;
bottom:0;
padding-left:0px;
width:100%;
height:20px; /* Height of the footer */
background:#232323;
padding-top:5px;
padding-bottom:5px;
}
#footer_test{
margin: auto;
padding-left:10px;
padding-right:10px;
color:white;
max-width: 800px;
color:#999;
}
#footer_test{
margin: auto;
padding-left:10px;
padding-right:10px;
color:white;
max-width: 800px;
color:#999;
}
#itemhead {
margin: auto;
margin-top: 20px;
padding-right:10px;
font-family: "opensansregular", Arial, Helvetica, sans-serif;
font-size: 19pt;
font-weight:400;
text-transform: uppercase;
max-width: 800px;
}
#desc {
margin: auto;
margin-top: 25px;
padding-right:10px;
font-family: "opensansregular", Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight:400;
max-width: 800px;
}
#article {
font-family: "opensansregular", Arial, Helvetica, sans-serif;
margin-top: 30px;
font-size: 20pt;
}
a {
text-decoration: none;
}
a:link, a:visited {
color: #fff;
}
a:hover {
color: #fff;
}
#article-desc {
font-size: 12pt;
}
#article-date {
font-size: 10pt;
}