Browse Source

Merge pull request #132 from JosephGoldbergStein/master

CSS changes
pull/40/head
Michael 11 years ago
parent
commit
c257deb581
  1. 2
      stylesheets/gentoochan.css
  2. 17
      stylesheets/jungle.css
  3. 6
      stylesheets/luna.css
  4. 8
      stylesheets/photon.css
  5. 12
      stylesheets/ricechan.css

2
stylesheets/gentoochan.css

@ -10,7 +10,7 @@ a:link, a:visited, p.intro a.email span.name {
} }
a:link:hover { a:link:hover {
-moz-transition: all ease-in 0.5s; -moz-transition: all ease-in 0.5s;
text-shadow: 0px 0px 2px #000; text-shadow: 0px 0px 2px #CF6464;
} }
a.post_no { a.post_no {
color: #fff; color: #fff;

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;

6
stylesheets/luna.css

@ -228,7 +228,7 @@ span.trip {
color: #DDDDDD; color: #DDDDDD;
} }
span.quote { span.quote {
color: #FFFF55; color: #5AE22F;
} }
span.omitted { span.omitted {
display: block; display: block;
@ -367,10 +367,10 @@ hr {
div.boardlist { div.boardlist {
color: #B7C5D9; color: #B7C5D9;
background: #353868; background: #353868;
display: inline; padding: 4px;
padding: 8px;
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
text-align: center;
} }
div.boardlist.bottom { div.boardlist.bottom {
margin-top: 20px; margin-top: 20px;

8
stylesheets/photon.css

@ -100,7 +100,7 @@ html, body {
font-size: 12pt; font-size: 12pt;
} }
a { a {
color: #FF6600; color: #8A8A8A;
} }
a:hover { a:hover {
color: #0066FF; color: #0066FF;
@ -300,6 +300,12 @@ h1 {
letter-spacing: inherit; letter-spacing: inherit;
} }
.pages {
background: rgba(204, 204, 204, 0.32) !important;
width:100%;
color: #707070 !important;
}
div.banner { div.banner {
background: none repeat scroll 0 0 #DDDDDD; background: none repeat scroll 0 0 #DDDDDD;
border: 1px solid #CCCCCC; border: 1px solid #CCCCCC;

12
stylesheets/ricechan.css

@ -1,4 +1,4 @@
/* http://userstyles.org/styles/37014/4chan-ricechan-alpha */ /* http://userstyles.org/styles/37014/4chan-ricechan-alpha */
.rules, .rules,
.logo+hr, .logo+hr,
@ -14,9 +14,9 @@ table+br+hr+center+hr,
.doubledash {display:none !important} .doubledash {display:none !important}
* { * {
color: #555;
border: none !important; border: none !important;
background: none !important; background: none !important;
color: inherit !important;
} }
html { html {
color: #555 !important; color: #555 !important;
@ -50,6 +50,9 @@ a>img {
.logo b { .logo b {
color: #fff !important; color: #fff !important;
} }
div.boardlist {
color: #555 !important;
}
div.boardlist a { div.boardlist a {
text-decoration: none; text-decoration: none;
color: #615A5A !important; color: #615A5A !important;
@ -65,6 +68,9 @@ div.boardlist a:hover {
.postblock { .postblock {
color: #999 !important; color: #999 !important;
} }
div.blotter {
color: #555 !important;
}
.postarea form { .postarea form {
padding-left: 12px; padding-left: 12px;
opacity: .1; opacity: .1;
@ -244,6 +250,4 @@ span.spoiler:hover {
} }
br+br+b[style] { br+br+b[style] {
color: #f00 !important; color: #f00 !important;
}
} }
Loading…
Cancel
Save