summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorTest Server 1 <test1@dev.controlezvous.ca>2008-07-09 23:29:53 -0400
committerTest Server 1 <test1@dev.controlezvous.ca>2008-07-09 23:29:53 -0400
commit01ede5ca1ee4929811078d6a4fc87218d24ac974 (patch)
tree60221d40e116597305d9866ca7730f6ccb22edf3 /theme
parentad554f38e1c8aec55e7c93d9cd795abc3a78f8c1 (diff)
mc's changes on test1
darcs-hash:20080710032953-e4794-beb1a282ccfa8f3bf977d2ed28a863ba9084d86c.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/stoica/bg-body.gifbin154 -> 136 bytes
-rw-r--r--theme/stoica/display.css161
-rw-r--r--theme/stoica/ie6.css19
-rw-r--r--theme/stoica/ie7.css7
4 files changed, 82 insertions, 105 deletions
diff --git a/theme/stoica/bg-body.gif b/theme/stoica/bg-body.gif
index 5e1afa048..d87e2e8d7 100644
--- a/theme/stoica/bg-body.gif
+++ b/theme/stoica/bg-body.gif
Binary files differ
diff --git a/theme/stoica/display.css b/theme/stoica/display.css
index dd9ebee91..e285f5e24 100644
--- a/theme/stoica/display.css
+++ b/theme/stoica/display.css
@@ -2,8 +2,7 @@
/* Design & CSS by Marie-Claude Doyon http://www.marieclaudedoyon.com */
html {
- background-color: #d8e2d7;
-
+ background: url(bg-body.gif) repeat-y top center #d8e2d7;
}
body {
position: absolute;
@@ -14,9 +13,8 @@ body {
font-size: 10px;
line-height: 12px;
min-height: 100%;
- height: 98%;
+ height: 100%;
color: #193441;
- background: url(bg-body.gif) repeat-y top center;
}
a {
color: #C15D42;
@@ -44,8 +42,6 @@ h1 {
margin: 0 auto;
width: 540px;
height: 216px;
- /*border: 1px solid #FF0;*/
- /*background-color: #193441;*/
}
#logo {
margin-top: 9px;
@@ -67,7 +63,6 @@ p#branding a {
padding: 0;
font-size: 15px;
line-height: 24px;
- color: #FCFFF5;
color: #d8e2d7;
}
@@ -183,7 +178,7 @@ p#branding a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
-.instructions, .success, .error {
+.instructions p, .success, .error {
font-weight: normal;
margin: 36px 0 0 0;
padding: 10px;
@@ -208,7 +203,52 @@ p#branding a {
}
+/* ----- Stream -----*/
+#notices {
+ clear: both;
+ margin: 0 auto;
+ padding: 0;
+ list-style-type: none;
+ width: 540px;
+ border-top: 1px solid #D8E2D7;
+ }
+#notices a:hover {
+ text-decoration: underline;
+ }
+.notice_single {
+ clear: both;
+ display: block;
+ margin: 0;
+ padding: 5px 5px 5px 0;
+ min-height: 48px;
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-size: 13px;
+ line-height: 16px;
+ border-bottom: 1px solid #D8E2D7;
+ }
+.notice_single:hover {
+ background-color: #F3F8EA;
+ }
+.notice_single p {
+ display: inline;
+ margin: 0;
+ padding: 0;
+ }
+.avatar.stream {
+ float: left;
+ margin: 0 10px 0 0;
+ }
+p.time {
+ display: block;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 15px;
+ }
+p.time a {
+ color: #91AA9D;
+ }
+
/* ----- Profile -----*/
#profile {
clear: left;
@@ -253,11 +293,11 @@ p#branding a {
margin-bottom: 5px;
}
.avatar.profile {
- float: none;
clear: left;
margin: 0 10px 5px 0;
}
.avatar.original {
+ float: left;
margin: 0 10px 18px 0;
}
a.nickname {
@@ -283,17 +323,13 @@ dl.statistics {
font-size: 12px;
line-height: 14px;
}
-.statistics dt, .statistics dd {
- float: left;
- margin: 0;
- }
.statistics dt {
- clear: left;
+ float: left;
width: 96px;
- }
+}
.statistics dd {
- clear: right;
- }
+ margin-left: 100px;
+}
.statistics dt:after {
content: ":";
}
@@ -302,7 +338,7 @@ dl.statistics {
margin: 18px 0 30px 0;
}
#subscriptions_avatars {
- /*float: left;*/
+ float: left;
margin: 6px 0 0 0;
padding: 0;
list-style-type: none;
@@ -336,54 +372,7 @@ ul.subscriptions li, ul.subscribers li {
}
/* ----- End Subscriptions & Subscribers -----*/
-#notices {
- clear: both;
- margin: 0 auto;
- padding: 0;
- list-style-type: none;
- width: 540px;
- border-top: 1px solid #D8E2D7;
- /*border: 1px solid #F00;*/
- }
-#notices a:hover {
- text-decoration: underline;
- }
-.notice_single {
- clear: both;
- display: block;
- margin: 0;
- padding: 5px 5px 5px 0;
- min-height: 48px;
- font-family: Georgia, "Times New Roman", Times, serif;
- font-size: 13px;
- line-height: 16px;
- border-bottom: 1px solid #D8E2D7;
- }
-.notice_single:hover {
- background-color: #F3F8EA;
- }
-.notice_single p {
- display: inline;
- margin: 0;
- padding: 0;
- }
-.avatar {
- float: left;
- margin: 5px 5px 0 0;
- }
-.avatar.stream {
- /*margin: 0 10px 10px 0;*/
- }
-p.time {
- display: block;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 15px;
- }
-p.time a {
- color: #91AA9D;
- }
#pagination {
margin: 18px auto;
@@ -426,6 +415,7 @@ p.time a {
}
#footer p {
margin-top: 9px;
+ line-height: 12px;
}
#cc {
float: left;
@@ -468,7 +458,9 @@ input#submit:hover, input.submit:hover {
background-color: #904632;
}
input.checkbox {
- width: 14px;
+ /*width: 14px;
+ height: 14px;*/
+ width: auto;
border: 0;
}
textarea, input {
@@ -485,9 +477,10 @@ textarea {
border: 1px solid #D8E2D7;
}
.input_instructions {
+ margin-top: 3px;
display: block;
font-size: 11px;
- line-height: 21px;
+ line-height: 15px;
color: #91aa9d;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
@@ -549,6 +542,7 @@ textarea {
}
/* ----- Subscribe Form ----- */
#subscribe .submit, #unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
+ clear: left;
margin: 0;
width: 96px;
height: 27px;
@@ -565,7 +559,7 @@ textarea {
height: 22px;
padding: 5px 0 0 0;
text-align: center;
- }
+ }
#subscribe .button:hover, #unsubscribe .button:hover {
background-color: #904632;
cursor: pointer;
@@ -578,6 +572,7 @@ a#remotesubscribe {
/* ----- Login Form -----*/
input#license {
width: auto;
+ border: 0;
}
/* ----- Avatar Form -----*/
form {
@@ -594,34 +589,4 @@ input#openid_url {
padding-left: 24px;
}
-/* People lists (search results, maybe subscribers) */
-
-#profiles {
- clear: both;
- margin: 0 auto;
- padding: 0;
- list-style-type: none;
- width: 540px;
- border-top: 1px solid #D8E2D7;
- /*border: 1px solid #F00;*/
- }
-#profiles a:hover {
- text-decoration: underline;
- }
-
-.profile_single {
- clear: both;
- display: block;
- margin: 0;
- padding: 5px 5px 5px 0;
- min-height: 48px;
- font-family: Georgia, "Times New Roman", Times, serif;
- font-size: 13px;
- line-height: 16px;
- border-bottom: 1px solid #D8E2D7;
- }
-.profile_single:hover {
- background-color: #F3F8EA;
- }
-
/* ===== End Forms Styling ===== */
diff --git a/theme/stoica/ie6.css b/theme/stoica/ie6.css
index d1c09c630..97d9fee3f 100644
--- a/theme/stoica/ie6.css
+++ b/theme/stoica/ie6.css
@@ -3,6 +3,9 @@
body {
text-align: center;
}
+input {
+ height: 24px;
+}
#wrap {
margin: 0 auto;
padding: 0 20px;
@@ -20,9 +23,10 @@ body {
#nav_views li {
line-height: 19px;
}
-#statistics dd {
+.statistics dd {
+ margin-top: -15px;
clear: both;
- }
+ }
#notices {
margin: 0;
}
@@ -34,8 +38,14 @@ body {
}
#subscriptions_avatars li {
- margin: 0 3px 0 0;
+ float: left;
+ margin: 0;
+ padding: 0;
}
+img.avatar.original, img.avatar.profile {
+ clear: none;
+ float: left;
+}
#status_textarea {
height: 46px;
}
@@ -49,6 +59,5 @@ body {
margin-left: 108px;
}
#footer {
-/* position: relative; */
margin-left: 108px;
-} \ No newline at end of file
+}
diff --git a/theme/stoica/ie7.css b/theme/stoica/ie7.css
index 5cd90a461..bbf52d5cf 100644
--- a/theme/stoica/ie7.css
+++ b/theme/stoica/ie7.css
@@ -7,9 +7,12 @@
#subscriptions_avatars li {
- margin: 0 3px 0 0;
+ float: left;
}
-
+img.avatar.original, img.avatar.profile {
+ clear: none;
+ float: left;
+}
#nav_pagination li a {
padding: 6px 15px;