]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Hid dt
[quix0rs-gnu-social.git] / theme / base / css / display.css
index d2480be14aa436491b650ee5380d8c7abb78cd55..c16fa4ab073ec89b2b706ccd685889d3c15c3522 100644 (file)
@@ -482,6 +482,20 @@ padding:8px;
 #form_notice li {
 margin-bottom:0;
 }
+
+#form_notice #notice_to {
+margin-bottom:7px;
+}
+
+#notice_to label {
+float:left;
+margin-right:18px;
+margin-top:11px;
+}
+#notice_to select {
+float:left;
+}
+
 /*end FORM NOTICE*/
 
 
@@ -597,16 +611,25 @@ width:100%;
 }
 #user_actions a {
 text-decoration:none;
+font-weight:bold;
+width:100%;
+display:block;
 }
 
 
 
 .form_user_block input.submit,
-.form_user_unblock input.submit {
+.form_user_unblock input.submit,
+#user_send-a-message a,
+.form_user_nudge input.submit {
 border:0;
 padding-left:20px;
 }
 
+#user_send-a-message a {
+padding:4px 4px 4px 23px;
+
+}
 
 
 #user_subscribe input.submit,
@@ -617,13 +640,9 @@ padding-left:20px;
 
 
 #user_send-a-message form {
-clear:left;
-width:322px;
-margin-top:18px;
 }
 
 #user_send-a-message textarea {
-width:96%;
 }
 
 .user_tags ul {
@@ -1091,34 +1110,47 @@ width:24px;
 
 
 /* tagcloud */
-#tagcloud ul {
+.tag-cloud {
 list-style-type:none;
 }
-#tagcloud ul li {
+.tag-cloud li {
 display:inline;
 margin-right:7px;
-line-height:1.4;
+line-height:1;
+}
+.tag-cloud li a {
+text-decoration:none;
 }
-
 #tagcloud.section dt {
 text-transform:uppercase;
 font-weight:bold;
 }
-#tagcloud .weight_1 {
+.tag-cloud-1 {
 font-size:1em;
 }
-#tagcloud .weight_2 {
-font-size:1.3em;
+.tag-cloud-2 {
+font-size:1.5em;
 }
-#tagcloud .weight_3 {
-font-size:1.6em;
+.tag-cloud-3 {
+font-size:2em;
+}
+.tag-cloud-4 {
+font-size:2.5em;
 }
-#tagcloud .weight_4 {
-font-size:1.9em;
+.tag-cloud-5 {
+font-size:3em;
 }
-#tagcloud .weight_5 {
-font-size:2.2em;
+.tag-cloud-6 {
+font-size:3.5em;
 }
+.tag-cloud-7 {
+font-size:4em;
+}
+
+#publictagcloud #tagcloud.section dt {
+display:none;
+}
+