]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/base/css/display.css
Merge branch 'uiredesign' of /var/www/trunk into uiredesign
[quix0rs-gnu-social.git] / theme / base / css / display.css
index 5fc24779bbb3ecbc3f45b7ff6725d19167ed9472..15377a7b58fe06eb4a2e6575967becf91e75de37 100644 (file)
@@ -15,7 +15,6 @@ position:relative;
 margin:0 auto;
 width:1004px;
 width:71.714em;
-max-width:100%;
 }
 h1 {
 font-size:2.1em;
@@ -31,30 +30,38 @@ h1,h2,h3,h4,h5,h6 {
        text-transform:uppercase;
        margin-bottom:7px;
 }
-legend { font-weight:bold; }
+caption {
+font-weight:bold;
+}
+.opened { display: block !important;}
+.closed { display: none !important;}
+
+
+legend {
+font-weight:bold; 
+font-size:1.6em;
+text-transform:uppercase;
+}
+form {
+}
 input, textarea, select, option {
 padding:4px;
 font-family:sans-serif;
 font-size:1em;
--moz-border:radius:4px;
-}
-select, option {
-padding-bottom:0;
-}
-fieldset {
-padding:11px;
+-moz-border-radius:4px;
 }
 input:focus, textarea:focus, select:focus {
 border-width:2px;
 border-style: solid;
--moz-border:radius:4px;
 }
-caption {
-font-weight:bold;
+
+select, option {
+padding-bottom:0;
+}
+fieldset {
+padding:0;
+border:0;
 }
-.opened { display: block !important;}
-.closed { display: none !important;}
-span.required { font-weight:bold; }
 form ul li {
 list-style-type:none;
 margin:0 0 18px 0;
@@ -65,8 +72,17 @@ font-weight:bold;
 }
 form ul li input {
 }
-form .error {
-margin-right:11px;
+
+form input.checkbox {
+position:relative;
+top:2px;
+left:0;
+}
+
+#page_notice .error {
+background-color:#F7E8E8;
+padding:4px 7px;
+-moz-border-radius:4px;
 }
 form label.submit {
 display:none;
@@ -77,15 +93,7 @@ display:block;
 .form_response {
 margin-bottom:18px;
 }
-.form_response dt {
-}
-.form_response dd {
-}
 
-form input.remove,
-form input.submit {
--moz-border-radius:4px;
-}
 form input.submit {
 }
 
@@ -94,21 +102,19 @@ form input.submit {
 
 /* FORM SETTINGS */
 .form_settings fieldset {
-padding:0;
-border:0;
-}
-.form_settings legend {
-display:none;
-}
-.form_settings .form_datas label {
-display:block;
+margin-bottom:29px;
 }
 
 .form_guide {
 font-style:italic;
 }
 
-.form_settings .form_actions label {
+.form_login label,
+.form_settings label {
+margin-right:11px;
+}
+
+.form_actions label {
 display:none;
 }
 
@@ -117,7 +123,17 @@ display:inline;
 font-weight:bold;
 }
 
+.form_settings p {
+margin-bottom:18px;
+}
 
+#settings_email_address {
+margin-bottom:29px;
+}
+
+.form_settings label.checkbox {
+font-weight:normal;
+}
 
 /* FORM SETTINGS */
 
@@ -127,6 +143,7 @@ font-weight:bold;
 address {
 float:left;
 margin-bottom:18px;
+margin-left:18px;
 }
 address .fn,
 address .email {
@@ -175,7 +192,7 @@ margin-bottom:18px;
 
 #footer {
 float:left;
-width:100%;
+width:68%;
 padding-bottom:11px;
 }
 
@@ -200,8 +217,9 @@ padding:4px 11px;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 border-width:1px;
-border-style:dashed;
+border-style:solid;
 border-bottom:0;
+font-weight:bold;
 }
 #site_nav_local_views .nav {
 float:left;
@@ -253,6 +271,9 @@ margin-left:0;
 
 
 
+#licenses {
+font-size:0.9em;
+}
 
 #licenses dt {
 font-weight:bold;
@@ -260,17 +281,16 @@ display:none;
 }
 #licenses dd {
 margin-bottom:11px;
+line-height:1.5;
 }
 
 
 #site_content_license_cc p {
-float:left;
-margin-left:10%;
-width:90%;
 }
 #site_content_license_cc img {
-float:left;
-margin-left:-100%;
+display:inline;
+vertical-align:top;
+margin-right:4px;
 }
 
 
@@ -301,7 +321,7 @@ float:left;
 position:relative;
 }
 
-#supplemental_primary {
+#aside_primary {
 width:300px;
 float:left;
 margin-left:2px;
@@ -315,8 +335,9 @@ padding:18px 4px 18px 18px;
 /*Start: FORM NOTICE*/
 #form_notice {
 width:384px;
+width:458px;
 float:left;
-margin-left:86px;
+margin-left:68px;
 position:relative;
 line-height:1;
 }
@@ -330,7 +351,9 @@ display:none;
 #form_notice textarea {
 -moz-border-radius:4px;
 width:304px;
+width:377px;
 height:95px;
+height:86px;
 line-height:1.5;
 padding:7px 7px 14px 7px;
 }
@@ -356,6 +379,7 @@ margin-left:4px;
 #form_notice .form_note {
 position:absolute;
 top:125px;
+top:116px;
 right:98px;
 z-index:9;
 }
@@ -384,6 +408,7 @@ text-indent:-9999px;
 #form_notice .form_actions {
 position:absolute;
 top:107px;
+top:98px;
 right:0;
 }
 #form_notice li {
@@ -605,6 +630,9 @@ border-top:1px dashed #D1D9E4;
 list-style-type:none;
 /*margin-bottom:11px;*/
 }
+.notices li.over {
+background-color:#fcfcfc;
+}
 
 
 /* NOTICES */
@@ -623,48 +651,39 @@ padding-left:28px;
 
 
 .notice .author {
-float:left;
-width:96px;
-width:199px;
-margin-left:-217px;
-margin-left:-199px;
+margin-right:11px;
 }
 .notice .author a {
 }
 .notice .author:after {
-content:":";
+/*content:":";*/
 }
 
 .vcard .photo {
 display:inline;
-margin-right:11px;
-margin-right:4px;
-vertical-align:top;
+margin-right:7px;
+margin-bottom:7px;
+float:left;
 }
 .vcard .url {
 text-decoration:none;
 }
+.vcard .url:hover {
+text-decoration:underline;
+}
 .vcard .fn {
-border-bottom-width:1px;
-border-bottom-style:dotted;
 font-style:italic;
 }
 .vcard .fn:hover {
-border-bottom-width:1px;
-border-bottom-style:solid;
+
 }
 
 
 .notice .entry-title {
 float:left;
-margin-bottom:11px;
-margin-left:217px;
-margin-left:199px;
 }
 .notice p.entry-content {
-float:left;
-width:427px;
-width:100%;
+display:inline;
 }
 
 .notice_video p.entry-content,
@@ -673,8 +692,6 @@ width:100%;
 .notice_location p.entry-content,
 .notice_event p.entry-content,
 .notice_document p.entry-content {
-width:322px;
-width:75.41%;
 }
 #laconicat .notice p.entry-content {
 /*margin-left:199px;*/
@@ -697,18 +714,17 @@ width:75.41%;
 /*border:1px solid blue;*/
 clear:left;
 float:left;
-margin-left:11px;
-margin-left:0;
-margin-bottom:4px;
-width:199px;
-width:149px;
+width:48%;
 }
-.notice div.entry-content,
+.notice div.entry-content a,
 .notice .notice-options a,
 .notice .notice-options input {
-font-size:0.9em;
-}
 
+}
+.notice .notice-options a,
+.notice .notice-options input {
+float:left;
+}
 
 #laconicat .notice div.entry-content {
 /*margin-left:0;*/
@@ -723,20 +739,16 @@ display:inline;
 .notice div.entry-content .response dt {
 display:none;
 }
-.notice div.entry-content .timestamp {
+.notice div.entry-content .timestamp {
 
 }
 .notice div.entry-content .device dt {
 text-transform:lowercase;
 }
 .notice div.entry-content a {
-text-decoration:none;
-border-bottom-width:1px;
-border-bottom-style:dotted;
+
 }
 .notice div.entry-content a:hover {
-border-bottom-width:1px;
-border-bottom-style:solid;
 }
 
 
@@ -757,49 +769,48 @@ display:block;
 outline:none;
 }
 
-
-
 .notice-options {
-margin-left:18px;
-margin-left:260px;
-margin-left:304px;
-margin-left:18px;
-margin-left:50px;
+padding-left:2%;
 float:left;
+width:50%;
 }
-.notice-options .reply,
-.notice-options .notice_delete ,
+.notice-options .notice_reply,
 .notice-options .notice_favorite {
 float:left;
 margin-right:11px;
 }
-.notice-options .reply dt {
+.notice-options .notice_reply {
+}
+.notice-options .notice_reply dt {
 display:none;
 }
-.notice-options .reply a,
+
+.notice-options input,
+.notice-options a {
+text-indent:-9999px;
+}
+
+.notice-options .notice_reply a,
 .notice-options form input.submit {
 display:block;
 border:0;
-border-bottom-width:1px;
-border-bottom-style:dotted;
-padding-left:20px;
-
 }
-.notice-options .reply a {
+.notice-options .notice_reply a,
+.notice-options .notice_delete a {
 text-decoration:none;
+padding-left:20px;
+}
+
+.notice-options .notice_delete {
+float:right;
 }
+
 .notice-options form input.submit {
 cursor:pointer;
-width:16px;
-width:auto;
-height:16px;
-height:auto;
-padding-top:0;
-padding-right:0;
-padding-bottom:0;
+padding:2px 0 2px 17px;
 }
 
-.notice-options .notice_delete legend,
+.notice-options .notice_delete dt,
 .notice-options .notice_favorite legend {
 display:none;
 }
@@ -809,10 +820,6 @@ border:0;
 padding:0;
 }
 
-
-.notice-options form.notice_delete {
-margin-left:2em;
-}
 /*END: NOTICES */
 
 
@@ -847,12 +854,12 @@ border-bottom:0;
 }
 
 .pagination .nav_prev a {
--moz-border-radius-topright:4px;
+-moz-border-radius-topright:7px;
 padding-left:20px;
 border-left:0;
 }
 .pagination .nav_next a {
--moz-border-radius-topleft:4px;
+-moz-border-radius-topleft:7px;
 padding-right:20px;
 border-right:0;
 }
@@ -1075,7 +1082,6 @@ text-align:center;
 }
 
 
-c
 #testimonials {
 clear:both;
 }