Browse Source

div.body instead of p.body

pull/40/head
Michael Save 12 years ago
parent
commit
de53ca0f8f
  1. 6
      stylesheets/dark.css
  2. 2
      stylesheets/futaba+vichan.css
  3. 2
      stylesheets/miku.css
  4. 4
      stylesheets/testorange.css
  5. 12
      stylesheets/wasabi.css

6
stylesheets/dark.css

@ -46,10 +46,10 @@ div.post.reply.highlighted {
background: transparent;
border: transparent 1px solid;
}
div.post.reply p.body a:link, div.post.reply p.body a:visited {
div.post.reply div.body a:link, div.post.reply div.body a:visited {
color: #CCCCCC;
}
div.post.reply p.body a:link:hover, div.post.reply p.body a:visited:hover {
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
color: #FF0000;
}
p.intro span.subject {
@ -147,4 +147,4 @@ div.ban h2 {
table.modlog tr th {
background: #333333;
color: #AAAAAA;
}
}

2
stylesheets/futaba+vichan.css

@ -38,7 +38,7 @@ div.post.reply.highlighted {
background: #f0c0b0;
border-color: #d9bfb7;
}
div.post.reply p.body a {
div.post.reply div.body a {
color: navy;
}
p.intro span.subject {

2
stylesheets/miku.css

@ -84,4 +84,4 @@ hr {
div.boardlist {
color: #0093AB;
}
}

4
stylesheets/testorange.css

@ -12,11 +12,11 @@ body {
background-position: right bottom, 0% 0%, 0% 0%;
}
a:link, a:visited, div.post.reply p.body a {
a:link, a:visited, div.post.reply div.body a {
color:#ff9100;
text-decoration: none;
}
a:link:hover, a:visited:hover, div.post.reply p.body a:hover {
a:link:hover, a:visited:hover, div.post.reply div.body a:hover {
color:#ffff00;
}

12
stylesheets/wasabi.css

@ -185,7 +185,7 @@ div.delete {
div.post.reply p {
margin: 0.3em 0 0 0;
}
div.post.reply p.body {
div.post.reply div.body {
margin-left: 1.8em;
margin-top: 0.8em;
padding-right: 3em;
@ -195,13 +195,13 @@ div.post.reply.highlighted {
background-color: #FFF;
border-color: #CCC;
}
div.post.reply p.body a {
div.post.reply div.body a {
color: #D00;
}
div.post {
max-width: 97%;
}
div.post p.body {
div.post div.body {
word-wrap: break-word;
}
div.post.reply {
@ -274,10 +274,10 @@ span.spoiler {
background: black;
color: black;
}
div.post.reply p.body span.spoiler a {
div.post.reply div.body span.spoiler a {
color: black;
}
span.spoiler:hover, div.post.reply p.body span.spoiler:hover a {
span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
color: white;
}
div.styles {
@ -388,4 +388,4 @@ div.blotter {
color: red;
font-weight: bold;
text-align: center;
}
}

Loading…
Cancel
Save