jungle.css: format and remove obsolete properties

This commit is contained in:
Zankaria 2024-10-31 21:29:41 +01:00
parent 9e2ab87df6
commit 9658db1666

View file

@ -5,143 +5,149 @@ body {
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;
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
div.title h1 { div.title h1 {
font-size: 24px; font-size: 24px;
} }
div.title p { div.title p {
font-size: 10px; font-size: 10px;
} }
a:hover { a:hover {
color: red !important; color: red !important;
} }
a.post_no { a.post_no {
color: #800000; color: #800000;
} }
desktop-style .bl-menu{ desktop-style .bl-menu {
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;
}
.boardlist .board a {
background: #65AB6B;
border: 1px solid #054500;
color: #054500;
font-weight: 600;
} }
.boardlist .board a {
background: #65AB6B;
border: 1px solid #054500;
color: #054500;
font-weight: 600;
}
div.post.reply { div.post.reply {
background-image: url('img/jungle_td.png'); background-image: url('img/jungle_td.png');
border: 1px solid #E5D959; border: 1px solid #E5D959;
border-left: none; border-left: none;
border-top: none; border-top: none;
webkit-border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
border-radius: 5px;
-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
} }
div.post.reply.highlighted { div.post.reply.highlighted {
background-image: url('img/jungle_td2.png'); background-image: url('img/jungle_td2.png');
border: 1px solid #E5D959; border: 1px solid #E5D959;
border-left: none; border-left: none;
border-top: none; border-top: none;
webkit-border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
border-radius: 5px;
-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
} }
div.post.reply div.body a { div.post.reply div.body a {
color: #00E; color: #00E;
} }
.intro span.subject { .intro span.subject {
color: #d00; color: #d00;
} }
form table tr th { form table tr th {
background: #65AB6B; background: #65AB6B;
border: 1px solid #054500; border: 1px solid #054500;
font-weight: 600; font-weight: 600;
} }
div.ban h2 { div.ban h2 {
background: #FCA; background: #FCA;
color: inherit; color: inherit;
} }
div.ban { div.ban {
border-color: #800; border-color: #800;
} }
div.ban p { div.ban p {
color: black; color: black;
} }
.topbar { .topbar {
background-image: url('img/jungle_td.png'); background-image: url('img/jungle_td.png');
} }
div.pages { div.pages {
padding: 7px 5px; padding: 7px 5px;
color: #054500; color: #054500;
font-size: 12pt; font-size: 12pt;
background-image: url('img/jungle_td.png'); background-image: url('img/jungle_td.png');
border-width: 1px; border-width: 1px;
border-style: inset; border-style: inset;
} }
div.pages a.selected { div.pages a.selected {
color: #800; color: #800;
} }
hr { hr {
border-width: 1px; border-width: 1px;
border-style: inset; border-style: inset;
} }
div.boardlist { div.boardlist {
color: #52794F; color: #52794F;
font-size: 11pt; font-size: 11pt;
} }
div.boardlist a { div.boardlist a {
color: #195319; color: #195319;
} }
.post-hover { .post-hover {
border: solid 1px #265026 !important; border: solid 1px #265026 !important;
} }
unimportant, .unimportant * { unimportant, .unimportant * {
font-size: 13px; font-size: 13px;
} }
table.modlog tr th { table.modlog tr th {
background: #EA8; background: #EA8;
} }
.intro span.name { .intro span.name {
color: maroon; color: maroon;
font-weight: 600; font-weight: 600;
} }
header div.subtitle, h1 { header div.subtitle, h1 {
color: #054500; color: #054500;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
} }
.desktop-style div.boardlist:nth-child(1) {
text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
}
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(90%, 90%, 90%, 0.55); background-color: rgba(90%, 90%, 90%, 0.55);
} }