From de53ca0f8fad4074ab20d2bef463e5adf69ecebd Mon Sep 17 00:00:00 2001 From: Michael Save Date: Mon, 27 Aug 2012 22:33:53 +1000 Subject: [PATCH] div.body instead of p.body --- stylesheets/dark.css | 6 +++--- stylesheets/futaba+vichan.css | 2 +- stylesheets/miku.css | 2 +- stylesheets/testorange.css | 4 ++-- stylesheets/wasabi.css | 12 ++++++------ 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/stylesheets/dark.css b/stylesheets/dark.css index c3fd009d..8fd7dde4 100644 --- a/stylesheets/dark.css +++ b/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; -} \ No newline at end of file +} diff --git a/stylesheets/futaba+vichan.css b/stylesheets/futaba+vichan.css index b9b610ab..be0ab672 100644 --- a/stylesheets/futaba+vichan.css +++ b/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 { diff --git a/stylesheets/miku.css b/stylesheets/miku.css index 2eabfba8..abc4fc97 100644 --- a/stylesheets/miku.css +++ b/stylesheets/miku.css @@ -84,4 +84,4 @@ hr { div.boardlist { color: #0093AB; -} \ No newline at end of file +} diff --git a/stylesheets/testorange.css b/stylesheets/testorange.css index 40f3585e..505ba5f5 100644 --- a/stylesheets/testorange.css +++ b/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; } diff --git a/stylesheets/wasabi.css b/stylesheets/wasabi.css index 04a7bec9..73d78017 100644 --- a/stylesheets/wasabi.css +++ b/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; -} \ No newline at end of file +}