]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Started default stylesheet. Grouped colours for themeing.
authorsarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 02:06:40 +0000 (02:06 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 02:06:40 +0000 (02:06 +0000)
theme/default/css/display.css [new file with mode: 0644]
theme/identica/css/display.css
theme/identica/images/icons/twotone/green/disfavourite.gif [new file with mode: 0644]

diff --git a/theme/default/css/display.css b/theme/default/css/display.css
new file mode 100644 (file)
index 0000000..877c833
--- /dev/null
@@ -0,0 +1,243 @@
+/* theme: identica */
+html,
+body,
+a:active {
+background-color:#ddd;
+}
+body {
+font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+font-size:1em;
+}
+input, textarea, select, option {
+font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+}
+input, textarea, select {
+border-color:#aaa;
+}
+
+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,
+#nav_register a {
+color:#fff;
+}
+
+a,
+div.notice-options input {
+color:#002E6E;
+}
+
+.notice p.entry-content a:visited {
+background-color:#fcfcfc;
+border-radius:4px;
+-moz-border-radius:4px;
+-webkit-border-radius:4px;
+}
+.notice p.entry-content .vcard a {
+background-color:#fcfffc;
+border-radius:4px;
+-moz-border-radius:4px;
+-webkit-border-radius:4px;
+}
+
+#aside_primary,
+#user_subscribe a,
+#TB_window input.submit,
+.form_user_subscribe input.submit {
+background-color:#CEE1E9;
+}
+
+
+#notice_text-count {
+color:#333;
+}
+#form_notice.warning #notice_text-count,
+#user_actions a {
+color:#000;
+}
+
+#form_notice #notice_data-attach_view {
+background-image:url(../images/icons/twotone/green/paper-clip.gif);
+background-repeat:no-repeat;
+background-position:0 45%;
+background-color:transparent;
+}
+
+#nav_register a {
+text-decoration:none;
+font-weight:bold;
+padding:2px 4px;
+}
+
+#site_nav_local_views a {
+border-color:#fff;
+background-color:rgba(255, 255, 255, 0.2);
+}
+#site_nav_local_views a:hover {
+background-color:rgba(255, 255, 255, 0.7);
+}
+
+
+#content,
+#site_nav_local_views .current a {
+background-color:#fff;
+}
+
+
+#page_notice .error {
+background-color:#F7E8E8;
+}
+#page_notice .success {
+background-color:#EFF3DC;
+}
+
+#export_data li a {
+background-repeat:no-repeat;
+background-position:0 45%;
+}
+#export_data li a.rss {
+background-image:url(../../base/images/icons/icon_rss.jpg);
+}
+#export_data li a.atom {
+background-image:url(../../base/images/icons/icon_atom.jpg);
+}
+#export_data li a.foaf {
+background-image:url(../../base/images/icons/icon_foaf.gif);
+}
+#export_data li a.export_vcard {
+background-image:url(../../base/images/icons/icon_vcard.gif);
+}
+
+
+/*user_actions*/
+#user_actions li {
+border-top-color:#eee;
+}
+#user_subscribe a,
+#TB_window input.submit,
+.form_user_subscribe input.submit {
+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;
+color:#fff;
+}
+#user_send-a-message a {
+background:url(../images/icons/twotone/green/quote.gif) 0 45% no-repeat;
+}
+.form_user_nudge input.submit {
+background:url(../images/icons/twotone/green/mail.gif) 0 45% no-repeat;
+}
+.form_user_block input.submit {
+background:url(../images/icons/twotone/green/against.gif) 0 45% no-repeat;
+}
+
+
+/* NOTICES */
+.notices li.over {
+background-color:#fcfcfc;
+}
+
+.notice-data a span {
+background-color:transparent;
+background-repeat:no-repeat;
+background-position:0 45%;
+}
+.notice_video .notice-data a span {
+background-image:url(../images/icons/twotone/green/camera.gif);
+}
+.notice_audio .notice-data a span {
+background-image:url(../images/icons/twotone/green/music.gif);
+}
+.notice_image .notice-data a span {
+background-image:url(../images/icons/twotone/green/search.gif);
+}
+.notice_event .notice-data a span {
+background-image:url(../images/icons/twotone/green/calendar.gif);
+}
+.notice_location .notice-data a span {
+background-image:url(../images/icons/twotone/green/flag.gif);
+}
+.notice_document .notice-data a span {
+background-image:url(../images/icons/twotone/green/document.gif);
+}
+
+.notice-options .notice_reply a,
+.notice-options form input.submit {
+background-color:transparent;
+}
+.notice-options .notice_reply a {
+background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
+}
+.notice-options form.form_favor input.submit {
+background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
+}
+.notice-options form.form_disfavor input.submit {
+background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
+}
+.notice-options .notice_delete a {
+background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
+}
+
+div.notice-options {
+opacity:0.3;
+}
+
+div.entry-content {
+color:#333;
+}
+div.notice-options a,
+div.notice-options input {
+font-family:sans-serif;
+}
+.notices li.hover {
+background-color:#fcfcfc;
+}
+.notices li.hover div.entry-content,
+.notices li.hover div.notice-options {
+opacity:1;
+}
+
+/*END: NOTICES */
+
+
+
+.pagination .nav_prev a,
+.pagination .nav_next a {
+background-repeat:no-repeat;
+}
+.pagination .nav_prev a {
+background-image:url(../images/icons/twotone/green/arrow-left.gif);
+background-position:0 45%;
+}
+.pagination .nav_next a {
+background-image:url(../images/icons/twotone/green/arrow-right.gif);
+background-position:100% 45%;
+}
+
+
+
+#home #intro #guide_steps li a {
+border-color:#ccc;
+color:#fff;
+}
+#home #intro #step_join-now a {
+background-color:#f00;
+}
+#home #intro #step_start-a-group a {
+background-color:#0f0;
+}
+#home #intro #step_create-a-community a {
+background-color:#00f;
+}
\ No newline at end of file
index eb7b47a127a1580ab301876648004a2facb3468a..877c833fe50fe4a73c223269e510809fb4b55108 100644 (file)
@@ -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 (file)
index 0000000..3946869
Binary files /dev/null and b/theme/identica/images/icons/twotone/green/disfavourite.gif differ