Compare commits
7 Commits
76ad832567
...
69f96325b7
Author | SHA1 | Date |
---|---|---|
towards-a-new-leftypol | 69f96325b7 | |
towards-a-new-leftypol | c8f460aa9d | |
towards-a-new-leftypol | 824ffc3385 | |
towards-a-new-leftypol | 12b06cdcdf | |
towards-a-new-leftypol | 342b0cd804 | |
towards-a-new-leftypol | 96eb798684 | |
towards-a-new-leftypol | e122d86fb7 |
|
@ -4,35 +4,20 @@ body {
|
|||
background: #ffe;
|
||||
background-image: url('img/jungle_bg1.png'), url('img/jungle_bg.png');
|
||||
background-repeat: repeat-x, repeat;
|
||||
background-attachment: scroll, scroll;
|
||||
|
||||
background-attachment: scroll, scroll;
|
||||
color: #242B23;
|
||||
font-family: serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.bar {
|
||||
.bar
|
||||
{
|
||||
border-color: #E5D959!important;
|
||||
background-image: url('img/jungle_td.png');
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.bar.top {
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
left: -4px;
|
||||
}
|
||||
|
||||
.bar.bottom {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#thread-update-status {
|
||||
opacity: .8;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
div.title h1 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue