blob: 997a154c6f2e1df2fa53ea822cfb4dc5b3cabd35 (
plain)
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
|
#header-wrapper {
}
#header-inner {
}
#content-wrapper {
padding: 0 0 25px 0;
}
#content-inner {
}
#content .category {
min-height: 50px;
border-bottom: 1px solid #f5f5f5;
}
#content .category .posts {
color: #7395d9;
}
#content .category .replies {
color: #a26dc8;
}
#content .category .helper {
position: absolute;
right: 20px;
top: 5px;
font-size: 1.5em;
color: #cccccc;
}
#content .tutorial {
min-height: 50px;
border-bottom: 1px solid #f5f5f5;
}
#footer-wrapper {
background-color: #2d2d2d;
min-height: 60px;
}
#footer-inner {
}
|