]> 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 87073bfada891f9bfb0cf3d2e2f0da9f6c8e12be..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;
@@ -567,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 ===== */