From ac1fd82268f56fe506523a0391ae0dbac45d7ca7 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Tue, 12 Oct 2010 18:24:55 -0700 Subject: [PATCH] More CSS work for comments in the new theme. --HG-- branch : dev --- src/Orchard.Web/Orchard.Web.csproj | 7 ----- .../Themes/TheThemeMachine/Styles/site.css | 27 ++++++++++++++----- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/Orchard.Web/Orchard.Web.csproj b/src/Orchard.Web/Orchard.Web.csproj index c95d3ddae..918590dc8 100644 --- a/src/Orchard.Web/Orchard.Web.csproj +++ b/src/Orchard.Web/Orchard.Web.csproj @@ -142,14 +142,7 @@ - - Designer - - - Designer - - Designer diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css index d2499253e..023c18daf 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/site.css @@ -298,9 +298,7 @@ button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus { text-decoration:none; - background: #ffac40; - background: -webkit-gradient(linear, left top, left bottom, from(#ffac40), to(#f06015)); - background: -moz-linear-gradient(top, #ffac40, #f9760d); + background: #ebebeb; background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb)); background:-moz-linear-gradient(top , #e1e1e1, #ebebeb); } @@ -311,20 +309,35 @@ button:focus, .button:focus { /* For testing purposes */ #comments { + font-size:1.6em; font-weight:600; - margin:1.2em 0 1.2em 1.2em; + margin:1.2em 0 1.8em 1.2em; } ul.comments, form.comment { - margin:1.2em 0 1.2em 1.2em; + margin:1.2em 0 1.2em 1.8em; } -div.comment span { +div.comment { font-size:1.3em; + font-style:italic; + color:#484848; +} + +div.comment a { + color:#484848; + text-decoration:none; +} + +div.comment span.who { + font-weight:600; + font-style:normal; + text-transform:capitalize; + color:#333; } ul.comments li div.text { - margin:.6em 0; + margin:.6em 0 2.4em 0; } .user-display {