]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/stoica/display.css
lost paren in Notice
[quix0rs-gnu-social.git] / theme / stoica / display.css
index 257a1e7b97aca1fd410b8fb3eaf507f4dffd7d2e..73a513c1069f9cad9db012a14ada0dd491f27785 100644 (file)
@@ -645,33 +645,162 @@ input#openid_url {
        line-height: 15px;
 }
 
+/* ----- favor/disfavor -----*/
+
+form#disfavor, form.disfavor  {
+       display: inline;
+       float: right;
+}
+
+input#disfavor, input.disfavor  {
+       display: inline;
+       color: #C15D42;
+       background-color: white;
+       cursor: pointer;
+       border: 0;
+       width: auto;
+       }
+
+form#favor, form.favor  {
+       display: inline;
+       float: right;
+}
+
+input#favor, input.favor  {
+       display: inline;
+       color: #C15D42;
+       background-color: white;
+       cursor: pointer;
+       border: 0;
+       width: auto;
+       }
+       
+input.favor:hover  {
+       background-color: #F3F8EA;
+}
+
+input.disfavor:hover  {
+       background-color: #F3F8EA;
+}
+       
+/* ----- direct message ----- */
+
+#message_form {
+       height: 96px;
+       /*background-color: #F00;*/
+       }
+       
+#message_form p {
+       margin: 21px 0 0 0;
+       padding: 0;
+       }
+#message_form label {
+       display: inline;
+       }
+       
+#message_content {
+       display: block;
+       float: left;
+       width: 463px;
+       height: 35px;
+       padding: 5px;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 12px;
+       color: #193441;
+       border: 0;
+       }
+       
+#message_send {
+       display: block;
+       float: left;
+       margin: 1px 0 0 4px;
+       width: 63px;
+       height: 45px;
+       background-color: #C15D42;
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-weight: bold;
+       font-size: 14px;
+       color: #FCFFF5;
+       cursor: pointer;
+       border: 0;
+       }
+       
+#message_send:hover {
+       background-color: #904632;
+       }
+
+
 /* ===== End Forms Styling ===== */
 
 /* ===== Tag Cloud Styling ===== */
 
-p#tagcloud largest {
-font-size: xx-large;
+p.tagcloud {
+text-align: center;
+}
+
+p.tagcloud a {
+line-height:100%;
+vertical-align:middle;
+}
+
+p.tagcloud a.largest {
+font-size: 400%;
 }
-p#tagcloud verylarge {
-font-size: x-large;
+p.tagcloud a.verylarge {
+font-size: 300%;
 }
 
-p#tagcloud large {
-font-size: large;
+p.tagcloud a.large {
+font-size: 200%;
 }
 
-p#tagcloud medium {
-font-size: medium;
+p.tagcloud a.medium {
+font-size: 150%;
 }
 
-p#tagcloud small {
-font-size: small;
+p.tagcloud a.small {
+font-size: 100%;
 }
 
-p#tagcloud verysmall {
-font-size: x-small;
+p.tagcloud a.verysmall {
+font-size: 80%;
 }
 
-p#tagcloud smallest {
-font-size: xx-small;
+p.tagcloud a.smallest {
+font-size: 60%;
 }
+
+/* ----- Mailbox ----- */
+
+#messages {
+       clear: both;
+       margin: 0 auto;
+       padding: 0;
+       list-style-type: none;
+       width: 540px;
+       border-top: 1px solid #D8E2D7;
+       }
+
+#messages a:hover {
+        text-decoration: underline;
+       }
+
+.message_single {
+       clear: both;
+       display: block;
+       margin: 0;
+       padding: 5px 5px 5px 0;
+       min-height: 48px;
+       font-family: Georgia, "Times New Roman", Times, serif;
+       font-size: 13px;
+       line-height: 16px;
+       border-bottom: 1px solid #D8E2D7;
+       }
+.message_single:hover {
+       background-color: #F3F8EA;
+       }
+.message_single p {
+       display: inline;
+       margin: 0;
+       padding: 0;
+       }