Browse Source

Jungle.css fix

Fixes some readability issues.
pull/40/head
JosephGoldbergStein 11 years ago
parent
commit
5f4c54c12f
  1. 17
      stylesheets/jungle.css

17
stylesheets/jungle.css

@ -6,7 +6,7 @@ body {
background-repeat: repeat-x, repeat; background-repeat: repeat-x, repeat;
background-attachment: scroll, scroll; background-attachment: scroll, scroll;
color: #054500; color: #242B23;
font-family: serif; font-family: serif;
font-size: 16px; font-size: 16px;
} }
@ -16,11 +16,8 @@ div.title h1 {
div.title p { div.title p {
font-size: 10px; font-size: 10px;
} }
a:link, a:visited, p.intro a.email span.name { a:hover {
color: #00E; color: red !important;
}
a:link:hover {
color: #d00;
} }
a.post_no { a.post_no {
color: #800000; color: #800000;
@ -105,10 +102,14 @@ hr {
border-style: inset; border-style: inset;
} }
div.boardlist { div.boardlist {
color: #B86; color: #52794F;
font-size: 11pt;
} }
div.boardlist a { div.boardlist a {
color: #800; color: #195319;
}
.post-hover {
border: solid 1px #265026 !important;
} }
unimportant, .unimportant * { unimportant, .unimportant * {
font-size: 13px; font-size: 13px;

Loading…
Cancel
Save