]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Init styles for conversation page
authorSarven Capadisli <csarven@controlyourself.ca>
Fri, 22 May 2009 02:46:22 +0000 (02:46 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Fri, 22 May 2009 02:46:22 +0000 (02:46 +0000)
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index edec141632b91d22bcfc6fb44f62b95da730c012..5d2b5231c94a2549eed97ba396fc0bbd1f956391 100644 (file)
@@ -747,6 +747,13 @@ border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 }
+.notices .notices {
+margin-top:7px;
+margin-left:3%;
+width:97%;
+float:left;
+}
+
 
 /* NOTICES */
 #notices_primary {
index fce2e7e292000aace7400e9f34cbf9bbec3dd36a..16c9322a5d724dfd85c0fbc62089ca32b9e2b258 100644 (file)
@@ -175,10 +175,6 @@ background-image:url(../../base/images/icons/twotone/green/shield.gif);
 }
 
 /* NOTICES */
-.notices li.over {
-background-color:#fcfcfc;
-}
-
 .notice-options .notice_reply a,
 .notice-options form input.submit {
 background-color:transparent;
@@ -214,6 +210,19 @@ font-family:sans-serif;
 .notices li.hover {
 background-color:#fcfcfc;
 }
+
+.notices .notices {
+background-color:rgba(200, 200, 200, 0.025);
+}
+.notices .notices .notices {
+background-color:rgba(200, 200, 200, 0.050);
+}
+.notices .notices .notices .notices {
+background-color:rgba(200, 200, 200, 0.075);
+}
+.notices .notices .notices .notices .notices {
+background-color:rgba(200, 200, 200, 0.100);
+}
 /*END: NOTICES */
 
 #new_group a {
index df114417ed28b938131657e9c99ae1041731fd41..2fb123a20a26cbb1ac3ffde2529256c9782207d0 100644 (file)
@@ -175,10 +175,6 @@ background-image:url(../../base/images/icons/twotone/green/shield.gif);
 }
 
 /* NOTICES */
-.notices li.over {
-background-color:#fcfcfc;
-}
-
 .notice-options .notice_reply a,
 .notice-options form input.submit {
 background-color:transparent;
@@ -214,6 +210,19 @@ font-family:sans-serif;
 .notices li.hover {
 background-color:#fcfcfc;
 }
+
+.notices .notices {
+background-color:rgba(200, 200, 200, 0.025);
+}
+.notices .notices .notices {
+background-color:rgba(200, 200, 200, 0.050);
+}
+.notices .notices .notices .notices {
+background-color:rgba(200, 200, 200, 0.075);
+}
+.notices .notices .notices .notices .notices {
+background-color:rgba(200, 200, 200, 0.100);
+}
 /*END: NOTICES */
 
 #new_group a {