blob: ef7959a44a99ac979e0bf0640bf6383ac05019e5 (
plain) (
blame)
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
|
div#sidebar, div#footer .foot-module, div#newComment {
display: none;
}
div#content div#window, div#content div#actual-content {
background-color: white;
padding: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
margin: 0;
}
div#cleardiv {
clear: none;
}
div#content {
width: 95%;
}
div.post-title {
width: 90%;
}
div#banner a {
text-indent: 0 !important;
color: black;
text-align: center;
height: auto !important;
font-size: 4em;
padding-top: 1em;
}
|