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 {
-moz-transition: all ease-in 0.5s;
text-shadow: 0px 0px 2px #000;
text-shadow: 0px 0px 2px #CF6464;
}
a.post_no {
color: #fff;

17
stylesheets/jungle.css

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

6
stylesheets/luna.css

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

8
stylesheets/photon.css

@ -100,7 +100,7 @@ html, body {
font-size: 12pt;
}
a {
color: #FF6600;
color: #8A8A8A;
}
a:hover {
color: #0066FF;
@ -300,6 +300,12 @@ h1 {
letter-spacing: inherit;
}
.pages {
background: rgba(204, 204, 204, 0.32) !important;
width:100%;
color: #707070 !important;
}
div.banner {
background: none repeat scroll 0 0 #DDDDDD;
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,
.logo+hr,
@ -14,9 +14,9 @@ table+br+hr+center+hr,
.doubledash {display:none !important}
* {
color: #555;
border: none !important;
background: none !important;
color: inherit !important;
}
html {
color: #555 !important;
@ -50,6 +50,9 @@ a>img {
.logo b {
color: #fff !important;
}
div.boardlist {
color: #555 !important;
}
div.boardlist a {
text-decoration: none;
color: #615A5A !important;
@ -65,6 +68,9 @@ div.boardlist a:hover {
.postblock {
color: #999 !important;
}
div.blotter {
color: #555 !important;
}
.postarea form {
padding-left: 12px;
opacity: .1;
@ -244,6 +250,4 @@ span.spoiler:hover {
}
br+br+b[style] {
color: #f00 !important;
}
}
Loading…
Cancel
Save