From c28fc55a173acb4bc02711672656f60e64b1bcc2 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Wed, 10 Mar 2010 12:44:31 -0800 Subject: [PATCH] More minor updates to classic and classic dark CSS. --HG-- branch : dev --- .../Themes/Classic/Styles/site.css | 2 +- .../Themes/ClassicDark/Styles/blog.css | 4 ++++ .../Themes/ClassicDark/Styles/site.css | 24 +++++++------------ 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/src/Orchard.Web/Themes/Classic/Styles/site.css b/src/Orchard.Web/Themes/Classic/Styles/site.css index ecbb9a7bc..c38314e99 100644 --- a/src/Orchard.Web/Themes/Classic/Styles/site.css +++ b/src/Orchard.Web/Themes/Classic/Styles/site.css @@ -213,7 +213,7 @@ td.even { clear:both; border-top:2px solid #69625e; width:930px; - margin:18px 0 0 0; + margin:18px 0 6px 0; } #footer { diff --git a/src/Orchard.Web/Themes/ClassicDark/Styles/blog.css b/src/Orchard.Web/Themes/ClassicDark/Styles/blog.css index dce47b798..016e2dbc4 100644 --- a/src/Orchard.Web/Themes/ClassicDark/Styles/blog.css +++ b/src/Orchard.Web/Themes/ClassicDark/Styles/blog.css @@ -36,4 +36,8 @@ ul.blogs p { .archives { margin: 0 0 24px 0; +} + +ul.archiveMonthList li { + padding:8px; } \ No newline at end of file diff --git a/src/Orchard.Web/Themes/ClassicDark/Styles/site.css b/src/Orchard.Web/Themes/ClassicDark/Styles/site.css index ff88d4e70..7229cf6c2 100644 --- a/src/Orchard.Web/Themes/ClassicDark/Styles/site.css +++ b/src/Orchard.Web/Themes/ClassicDark/Styles/site.css @@ -43,17 +43,11 @@ h1.sitename {border-bottom:none;} p {line-height:24px; margin:12px 0 32px 0;} p.small {line-height:24px; font-size:85%;} -a { - color:#A8B934; - color:#fff; - color:#e4fcdd; - color:#ccdcce; - /*color:#72aeb2;*/ - text-decoration:underline; -} -a:hover { - color:#99ff66; -} +a {color:#ccdcce; text-decoration:underline;} /* unvisited link */ +a:active {color: #ccdcce;} /* selected link */ +a:visited {color: #ccdcce;} /* visited link */ +a:hover {color: #99ff66;} /* mouse over link */ + h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,legend a { text-decoration:none; @@ -221,15 +215,15 @@ td.even { #footercontainer { clear:both; - border:2px solid #474747; + border-top:2px solid #474747; border-left:0; border-right:0; width:930px; - margin:18px 0; + margin:18px 0 6px 0; } #footer { - border:1px dotted #474747; + border-top:1px dotted #474747; border-left:0; border-right:0; margin:3px 0; @@ -237,7 +231,6 @@ td.even { #footer a{ text-transform:uppercase; - color:#fff; } @@ -274,7 +267,6 @@ td.even { #footer .menucontainer { font-size:80%; - float:left; margin:0px; }