]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/display.css
set the reconnect timeout
[quix0rs-gnu-social.git] / theme / default / display.css
index b2e703a03bb0876e66ae5c592e2bfce95b3ea7ef..efc94331d80e1f403666dff0ce410b9c15a9ffda 100644 (file)
@@ -348,6 +348,24 @@ dl.statistics {
        margin: 0;
        padding: 0;
        }       
+#notice_delete_form #confirmation_text {
+        display: block;
+       font-size: 14px;
+       font-weight: bold;
+       }
+input#submit_yes, input#submit_no {
+       margin: 18px 0;
+       padding: 8px;
+       font-weight: bold;
+       color: #fff6d5;
+       background-color: #F60;
+       cursor: pointer;
+       border: 0;
+       width: auto;
+       }
+input#submit_yes:hover, input#submit_no:hover {
+       background-color: #701238;
+       }
 .avatar {
        float: left;
        margin: 0 10px 0 0;
@@ -476,7 +494,7 @@ textarea {
        padding: 0;
        }       
 #status_label {
-       display: block;
+       display: inline;
        clear: both;
        margin: 0;
        padding: 0 0 3px 0;
@@ -510,10 +528,21 @@ textarea {
        color: #fff6d5;
        cursor: pointer;
        border: 0;
-       }
+       } 
 #status_submit:hover {
        background-color: #d1451a;
        }
+#counter {
+    position: relative;
+    color: black;
+    font-weight: bold;
+    font-size: 18px;
+    left: 255px;
+}
+
+#counter.toomuch {
+    color: red;
+}
        
 /* ----- Subscribe Form ----- */
 #subscribe .button, #unsubscribe .button, #remotesubscribe .button {
@@ -556,5 +585,35 @@ input#openid_url {
    padding-left: 18px;
 }
 
+/* for people lists */
+
+#profiles {
+       clear: both;
+       margin: 0 auto;
+       padding: 0;
+       list-style-type: none;
+       width: 540px;
+       border-top: 1px solid #dec5b5;
+       /*border: 1px solid #F00;*/
+       }
+#profiles a:hover {
+       text-decoration: underline;
+       }       
+
+.profile_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 #dec5b5;
+       }
+.profile_single:hover {
+       background-color: #f7ebcc;
+       }       
+
 /* ===== End Forms Styling ===== */
-               
+