Compare commits
7 Commits
76ad832567
...
69f96325b7
Author | SHA1 | Date |
---|---|---|
|
69f96325b7 | |
|
c8f460aa9d | |
|
824ffc3385 | |
|
12b06cdcdf | |
|
342b0cd804 | |
|
96eb798684 | |
|
e122d86fb7 |
|
@ -4,35 +4,20 @@ body {
|
||||||
background: #ffe;
|
background: #ffe;
|
||||||
background-image: url('img/jungle_bg1.png'), url('img/jungle_bg.png');
|
background-image: url('img/jungle_bg1.png'), url('img/jungle_bg.png');
|
||||||
background-repeat: repeat-x, repeat;
|
background-repeat: repeat-x, repeat;
|
||||||
background-attachment: scroll, scroll;
|
|
||||||
|
background-attachment: scroll, scroll;
|
||||||
color: #242B23;
|
color: #242B23;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
.bar
|
||||||
.bar {
|
{
|
||||||
border-color: #E5D959!important;
|
border-color: #E5D959!important;
|
||||||
background-image: url('img/jungle_td.png');
|
background-image: url('img/jungle_td.png');
|
||||||
-moz-box-shadow: none;
|
-moz-box-shadow: none;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
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 {
|
div.title h1 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue