summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 02:06:40 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 02:06:40 +0000
commit6fa7ac1305d516c6a50ae1f2008e71539baa4ff2 (patch)
treeb2e748dd649e3485d2ca422a6c7edad9177b4cb0 /theme/identica
parent2637433093e28b2e6bdc38bba417d728d934a5e6 (diff)
Started default stylesheet. Grouped colours for themeing.
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css96
-rw-r--r--theme/identica/images/icons/twotone/green/disfavourite.gifbin0 -> 88 bytes
2 files changed, 27 insertions, 69 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index eb7b47a12..877c833fe 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -1,11 +1,12 @@
/* theme: identica */
-html {
+html,
+body,
+a:active {
background-color:#ddd;
}
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1em;
-background-color:#ddd;
}
input, textarea, select, option {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
@@ -14,20 +15,27 @@ input, textarea, select {
border-color:#aaa;
}
-input:focus, textarea:focus, select:focus {
+input.submit,
+#form_notice.warning #notice_text-count,
+#nav_register a,
+.form_settings .form_note {
+background-color:#A9BF4F;
+}
+
+input:focus, textarea:focus, select:focus,
+#form_notice.warning #notice_data-text {
border-color:#A9BF4F;
}
-input.submit {
-background-color:#A9BF4F;
+input.submit,
+#nav_register a {
color:#fff;
}
-a {
+a,
+div.notice-options input {
color:#002E6E;
}
-a:active {
-background-color:#ddd;
-}
+
.notice p.entry-content a:visited {
background-color:#fcfcfc;
border-radius:4px;
@@ -41,27 +49,20 @@ border-radius:4px;
-webkit-border-radius:4px;
}
-
-
-#aside_primary {
+#aside_primary,
+#user_subscribe a,
+#TB_window input.submit,
+.form_user_subscribe input.submit {
background-color:#CEE1E9;
}
-#form_notice textarea {
-}
-#form_notice label {
-color:#88171A;
-}
#notice_text-count {
color:#333;
}
-#form_notice.warning #notice_text-count {
+#form_notice.warning #notice_text-count,
+#user_actions a {
color:#000;
-background-color:#A9BF4F;
-}
-#form_notice.warning #notice_data-text {
-border-color:#A9BF4F;
}
#form_notice #notice_data-attach_view {
@@ -71,22 +72,11 @@ background-position:0 45%;
background-color:transparent;
}
-
-#site_nav_global_primary a {
-}
-#form_notice .form_actions input.submit {
-}
#nav_register a {
-background-color:#A9BF4F;
-color:#fff;
text-decoration:none;
font-weight:bold;
padding:2px 4px;
-
}
-#nav_login a {
-}
-
#site_nav_local_views a {
border-color:#fff;
@@ -132,13 +122,12 @@ background-image:url(../../base/images/icons/icon_vcard.gif);
#user_actions li {
border-top-color:#eee;
}
-#user_actions a {
-color:#000;
-}
#user_subscribe a,
#TB_window input.submit,
.form_user_subscribe input.submit {
-background:#CEE1E9 url(../images/icons/twotone/green/shield.gif) 0 45% no-repeat;
+background-image: url(../images/icons/twotone/green/shield.gif);
+background-position: 0 45%;
+background-repeat: no-repeat;
}
.form_user_unsubscribe input.submit {
background-color:#647819;
@@ -155,33 +144,11 @@ background:url(../images/icons/twotone/green/against.gif) 0 45% no-repeat;
}
-.user_tags .mark_hash {
-color:#555;
-}
-
-
-
-.vcard .fn {
-}
-.vcard .fn:hover {
-}
-
-
-
-
/* NOTICES */
.notices li.over {
background-color:#fcfcfc;
}
-
-.notice div.entry-content a {
-
-}
-.notice div.entry-content a:hover {
-}
-
-
.notice-data a span {
background-color:transparent;
background-repeat:no-repeat;
@@ -234,10 +201,6 @@ div.notice-options a,
div.notice-options input {
font-family:sans-serif;
}
-div.notice-options input {
-color:#002E6E;
-
-}
.notices li.hover {
background-color:#fcfcfc;
}
@@ -246,10 +209,6 @@ background-color:#fcfcfc;
opacity:1;
}
-.form_settings .form_note {
-background-color:#A9BF4F;
-}
-
/*END: NOTICES */
@@ -281,5 +240,4 @@ background-color:#0f0;
}
#home #intro #step_create-a-community a {
background-color:#00f;
-}
-
+} \ No newline at end of file
diff --git a/theme/identica/images/icons/twotone/green/disfavourite.gif b/theme/identica/images/icons/twotone/green/disfavourite.gif
new file mode 100644
index 000000000..3946869ae
--- /dev/null
+++ b/theme/identica/images/icons/twotone/green/disfavourite.gif
Binary files differ