M-C changes in stoica

darcs-hash:20080618015146-84dde-9d08f680cf68bbb677d7944af2ffd2e7520c6997.gz
This commit is contained in:
Evan Prodromou 2008-06-17 21:51:46 -04:00
parent e468474fe8
commit 22fe92d6c8
2 changed files with 40 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,4 +1,5 @@
/* CSS Document */ /* CSS Document */
/* Design & CSS by Marie-Claude Doyon */
html { html {
background-color: #d8e2d7; background-color: #d8e2d7;
@ -36,24 +37,37 @@ h1 {
padding: 0 20px; padding: 0 20px;
width: 760px; width: 760px;
background: url(bg-header.gif) repeat-x #FCFFF5; background: url(bg-header.gif) repeat-x #FCFFF5;
} }
#header { #header {
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
width: 540px; width: 540px;
height: 170px; height: 216px;
/*border: 1px solid #FF0;*/ /*border: 1px solid #FF0;*/
/*background-color: #193441;*/
} }
#logo { #logo {
margin-top: 9px; margin-top: 9px;
} }
#header h1.pagetitle { #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 { #header h2.sitename {
display: none; display: none;
margin: 0;
padding: 0;
color: #FCFFF5;
} }
/* ===== Begin Navigation Styling ===== */ /* ===== Begin Navigation Styling ===== */
@ -162,15 +176,21 @@ h1 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; font-size: 12px;
} }
.instructions, .success { .instructions, .success, .error {
margin: 0 0 36px 0; position: relative;
top: -130px;
font-weight: normal; font-weight: normal;
margin: -36px 0 0 0;
padding: 10px; padding: 10px;
border: 1px solid #91AA9D; border: 1px solid #91AA9D;
color: #FCFFF5;
} }
.success {
background-color: #48705b;
}
.error {
background-color: #ce3728;
}
@ -276,7 +296,7 @@ dl.statistics {
list-style-type: none; list-style-type: none;
width: 270px; width: 270px;
} }
#subscriptions_avatars li { #subscriptions_avatars li .avatar.mini {
float: left; float: left;
margin: 0 3px 3px 0; margin: 0 3px 3px 0;
padding: 0; padding: 0;
@ -379,7 +399,7 @@ p.time a {
} }
#cc { #cc {
float: left; float: left;
margin: 12px 10px 0 0; margin: 3px 10px 0 0;
} }
/* ===== Begin Forms Styling ===== */ /* ===== Begin Forms Styling ===== */
@ -440,19 +460,21 @@ textarea {
/* ----- Status Form ----- */ /* ----- Status Form ----- */
#status_form { #status_form {
height: 106px; height: 96px;
/*background-color: #F00;*/
} }
#status_form p { #status_form p {
margin: 0; margin: 36px 0 0 0;
padding: 0; padding: 0;
} }
#status_label { #status_label {
display: block; display: block;
clear: both; clear: both;
padding-top: 15px; margin: 0;
padding: 0 0 3px 0;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
line-height: 36px; line-height: 24px;
color: #91AA9D; color: #91AA9D;
} }
#status_textarea { #status_textarea {
@ -510,6 +532,10 @@ input#profile_url {
input#license { input#license {
width: auto; width: auto;
} }
/* ----- Avatar Form -----*/
form {
clear: left;
}
/* ===== End Forms Styling ===== */ /* ===== End Forms Styling ===== */