From 6fa7ac1305d516c6a50ae1f2008e71539baa4ff2 Mon Sep 17 00:00:00 2001 From: sarven Date: Mon, 19 Jan 2009 02:06:40 +0000 Subject: Started default stylesheet. Grouped colours for themeing. --- theme/identica/css/display.css | 96 ++++++--------------- .../images/icons/twotone/green/disfavourite.gif | Bin 0 -> 88 bytes 2 files changed, 27 insertions(+), 69 deletions(-) create mode 100644 theme/identica/images/icons/twotone/green/disfavourite.gif (limited to 'theme/identica') 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; @@ -233,10 +200,6 @@ color:#333; 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 Binary files /dev/null and b/theme/identica/images/icons/twotone/green/disfavourite.gif differ -- cgit v1.2.3-54-g00ecf