summaryrefslogtreecommitdiff
path: root/theme/identica/css
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 04:54:54 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 04:54:54 +0000
commite2afca803df2de87fd242d6462938e7a29716a17 (patch)
treeefd914d36a360c1315f49ad0191f456a54a3b995 /theme/identica/css
parent8dad87ea95275a1fa57424ca537eb25b701e1a2b (diff)
Cleanup
Diffstat (limited to 'theme/identica/css')
-rw-r--r--theme/identica/css/display.css36
1 files changed, 13 insertions, 23 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index f41a32508..17e2aee9e 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -1,4 +1,12 @@
-/* theme: identica */
+/** theme: identica
+ *
+ * @package Laconica
+ * @author Sarven Capadisli <csarven@controlyourself.ca>
+ * @copyright 2009 Control Yourself, Inc.
+ * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
+ * @link http://laconi.ca/
+ */
+
html,
body,
a:active {
@@ -151,12 +159,6 @@ background-image:url(../../base/images/icons/icon_vcard.gif);
}
-/*user_actions*/
-#user_actions li {
-/*border-top-color:#eee;*/
-}
-
-
#entity_send-a-message a,
.form_user_nudge input.submit,
.form_user_block input.submit,
@@ -259,6 +261,10 @@ background-color:#fcfcfc;
/*END: NOTICES */
+#groups #new_group a {
+background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
+}
+
.pagination .nav_prev a,
.pagination .nav_next a {
@@ -272,19 +278,3 @@ background-position:0 45%;
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;
-}