]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/otalk/css/display.css
Merge branch '0.8.x' into testing
[quix0rs-gnu-social.git] / theme / otalk / css / display.css
index 54350fcc6a19fc03870e286b04c0eed9d9af7567..bdfaea7494b79b7d3aaf932962214ce079b41960 100644 (file)
@@ -1,10 +1,10 @@
-/** theme: identica
+/** theme: otalk
  *
- * @package   Laconica
- * @author Sarven Capadisli <csarven@controlyourself.ca>
- * @copyright 2009 Control Yourself, Inc.
+ * @package   StatusNet
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2009 StatusNet, Inc.
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link      http://laconi.ca/
+ * @link      http://status.net/
  */
 
 @import url(base.css);
@@ -15,7 +15,6 @@ html {
 html,
 body,
 a:active {
-/*background-color:#F0F2F5;*/
 }
 body {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
@@ -38,7 +37,7 @@ border-color:#aaa;
 border-color:#ddd;
 }
 
-.form_settings input.form_action-secondary {
+.form_settings input.form_action-primary {
 background:none;
 }
 
@@ -65,7 +64,7 @@ div.notice-options input,
 .entity_send-a-message a,
 .form_user_nudge input.submit,
 .entity_nudge p,
-.form_settings input.form_action-secondary {
+.form_settings input.form_action-primary {
 color:#8F0000;
 }
 
@@ -74,7 +73,9 @@ color:#8F0000;
 border-color:#CEE1E9;
 }
 #content .notice .entry-title,
-input, textarea, select, option {
+input, textarea, select, option,
+.pagination .nav_prev a,
+.pagination .nav_next a {
 background-color:rgba(255,255,255,0.8);
 }
 
@@ -84,19 +85,15 @@ background-color:rgba(255,255,255,0.9);
 
 #content .notice:nth-child(1) .entry-title {
 background-color:rgba(255,255,255,0.95);
-font-size:2em;
 }
 #content .notice:nth-child(2) .entry-title {
 background-color:rgba(255,255,255,0.9);
-font-size:1.9em;
 }
 #content .notice:nth-child(3) .entry-title {
 background-color:rgba(255,255,255,0.8);
-font-size:1.8em;
 }
 #content .notice:nth-child(4) .entry-title {
 background-color:rgba(255,255,255,0.7);
-font-size:1.7em;
 }
 #content .notice:nth-child(5) .entry-title {
 background-color:rgba(255,255,255,0.6);
@@ -173,13 +170,13 @@ background-color:#EFF3DC;
 }
 
 #anon_notice {
-background-color:#87B4C8;
+background-color:rgba(206, 225, 233, 0.7);
 color:#fff;
 border-color:#fff;
 }
 
 #showstream #anon_notice {
-background-color:#9BB43E;
+background-color:rgba(155, 180, 62, 0.7);
 }
 
 #export_data li a {