From 22fe92d6c8e9da3eb7bc4e038d80ae1e5d17d634 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 17 Jun 2008 21:51:46 -0400 Subject: M-C changes in stoica darcs-hash:20080618015146-84dde-9d08f680cf68bbb677d7944af2ffd2e7520c6997.gz --- theme/stoica/bg-header.gif | Bin 1519 -> 2469 bytes theme/stoica/display.css | 54 +++++++++++++++++++++++++++++++++------------ 2 files changed, 40 insertions(+), 14 deletions(-) (limited to 'theme') diff --git a/theme/stoica/bg-header.gif b/theme/stoica/bg-header.gif index d16a83b96..5154b2e5e 100644 Binary files a/theme/stoica/bg-header.gif and b/theme/stoica/bg-header.gif differ diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 7db73b564..1fd966f37 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -1,4 +1,5 @@ /* CSS Document */ +/* Design & CSS by Marie-Claude Doyon */ html { background-color: #d8e2d7; @@ -36,24 +37,37 @@ h1 { padding: 0 20px; width: 760px; background: url(bg-header.gif) repeat-x #FCFFF5; + } #header { position: relative; margin: 0 auto; width: 540px; - height: 170px; + height: 216px; /*border: 1px solid #FF0;*/ + /*background-color: #193441;*/ } #logo { margin-top: 9px; } #header h1.pagetitle { - display: none; + /*display: none;*/ + margin: 0; + padding: 0; + /*font-family: Georgia, "Times New Roman", Times, serif;*/ + font-size: 15px; +/* font-weight: normal; + font-style: italic;*/ + line-height: 24px; + color: #FCFFF5; } #header h2.sitename { display: none; + margin: 0; + padding: 0; + color: #FCFFF5; } /* ===== Begin Navigation Styling ===== */ @@ -162,15 +176,21 @@ h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } -.instructions, .success { - margin: 0 0 36px 0; +.instructions, .success, .error { + position: relative; + top: -130px; font-weight: normal; + margin: -36px 0 0 0; padding: 10px; border: 1px solid #91AA9D; - -} - - + color: #FCFFF5; + } +.success { + background-color: #48705b; + } +.error { + background-color: #ce3728; + } @@ -276,7 +296,7 @@ dl.statistics { list-style-type: none; width: 270px; } -#subscriptions_avatars li { +#subscriptions_avatars li .avatar.mini { float: left; margin: 0 3px 3px 0; padding: 0; @@ -379,7 +399,7 @@ p.time a { } #cc { float: left; - margin: 12px 10px 0 0; + margin: 3px 10px 0 0; } /* ===== Begin Forms Styling ===== */ @@ -440,19 +460,21 @@ textarea { /* ----- Status Form ----- */ #status_form { - height: 106px; + height: 96px; + /*background-color: #F00;*/ } #status_form p { - margin: 0; + margin: 36px 0 0 0; padding: 0; } #status_label { display: block; clear: both; - padding-top: 15px; + margin: 0; + padding: 0 0 3px 0; font-size: 18px; font-weight: bold; - line-height: 36px; + line-height: 24px; color: #91AA9D; } #status_textarea { @@ -510,6 +532,10 @@ input#profile_url { input#license { width: auto; } +/* ----- Avatar Form -----*/ +form { + clear: left; +} /* ===== End Forms Styling ===== */ \ No newline at end of file -- cgit v1.2.3-54-g00ecf