]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/neo/css/display.css
CSS can handle alternating row colouring now
[quix0rs-gnu-social.git] / theme / neo / css / display.css
index f16d6aab577f25d97c654ee97e2bc9ed9f05e2d7..575e6b73868c8a06340a6be015698e810011e2f8 100644 (file)
@@ -48,13 +48,6 @@ a:hover {color: blue;}
 
 abbr {border-bottom: none;}
 
-h1 {font-size: 1.6em;}
-h2 {font-size: 1.6em;}
-h3 {font-size: 1.4em;}
-h4 {font-size: 1.4em;}
-h5 {font-size: 1.2em;}
-h6 {font-size: 1em;}
-
 #wrap {
     background: #fff url('../images/brdr_black_dot.png') repeat-x 0px 10px;
 }
@@ -84,10 +77,6 @@ h6 {font-size: 1em;}
 
 #footer {
     top: -6px;
-    -webkit-border-top-left-radius: 6px;
-    -webkit-border-top-right-radius: 6px;
-    -moz-border-radius-topleft: 6px;
-    -moz-border-radius-topright: 6px;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
 }
@@ -96,8 +85,6 @@ h6 {font-size: 1em;}
 
 #site_nav_global_primary {
     top: 10px;
-    -webkit-border-top-right-radius: 6px;
-    -moz-border-radius-topright: 6px;
     border-top-right-radius: 6px;
     background: #364A84;
     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
@@ -144,8 +131,6 @@ h6 {font-size: 1em;}
     height: 12px;
     margin-right: 10px;
     padding: 2px 22px 2px 6px;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
     border: none;
     font-size: 0.88em;
@@ -165,8 +150,6 @@ h6 {font-size: 1em;}
 }
 
 #site_notice {
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
     border-radius: 6px;
 }
 
@@ -186,8 +169,6 @@ h6 {font-size: 1em;}
     display: block;
     float: left;
     padding: 0px 10px 1px 10px;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
     border: 1px solid #ECECF2;
     font-weight: bold;
@@ -225,8 +206,6 @@ h6 {font-size: 1em;}
 .form_notice .error,
 .form_notice .success,
 .form_notice .notice-status {
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
 }
 
@@ -235,12 +214,8 @@ h6 {font-size: 1em;}
 .input_form .form_settings li input,
 .input_form .form_settings li textarea,
 .threaded-replies .placeholder { /* TODO combine all these declarations */
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
 }
 
 .input_form .form_settings .submit {
@@ -264,8 +239,6 @@ h6 {font-size: 1em;}
     display: block;
     width: 118px;
     padding: 0px 10px 1px 10px;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
     text-transform: uppercase;
     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
@@ -342,8 +315,6 @@ h6 {font-size: 1em;}
     font-size: 14px;
     display: block;
     padding: 0px 0px 1px 10px;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
     text-transform: uppercase;
     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
@@ -390,8 +361,6 @@ h6 {font-size: 1em;}
 
 .section .avatar {
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
-    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
-    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
 }
 
 .invite_button {
@@ -406,8 +375,6 @@ h6 {font-size: 1em;}
     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
     border: 1px solid #d7621c;
     border-radius: 4px;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px;
     background: #FB6104;
     background: -moz-linear-gradient(top, #ff9d63 0%, #fb6104 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#fb6104));
@@ -447,54 +414,34 @@ h6 {font-size: 1em;}
     border-bottom: 2px dotted #eee;
 }
 
-.notice div.entry-content {
-    font-size: 0.88em;
+.notice div.e-content {
     line-height: 1.2em;
-    margin-top: 6px;
 }
 
-.user_in .notice div.entry-content {
+.user_in .notice div.e-content {
     max-width: 440px;
 }
 
-.entry-content a.conversation:before {
+.e-content a.conversation:before {
        content: " (";
 }
 
-.entry-content a.conversation:after {
+.e-content a.conversation:after {
        content: ")";
 }
 
-.notice-options {
-    margin-top: 4px;
-}
-
 .notice-options .form_repeat.dialogbox {
     margin-right: 0px;
     border: 1px solid #aaa;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
-    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
-    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
 }
 
 .notice-options .form_repeat.dialogbox legend {
     padding-top: 10px;
 }
 
-.notice-options .form_repeat.dialogbox input.submit_dialogbox {
-    min-width: 80px;
-}
-
-#content .threaded-replies .notice .author .photo {
-    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
-    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
-    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
-}
-
-.user_in.realtime-popup .notice div.entry-content {
+.user_in.realtime-popup .notice div.e-content {
     max-width: 320px;
 }
 
@@ -536,16 +483,12 @@ h6 {font-size: 1em;}
 .entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input, .entity_actions input.submit {
        text-shadow:0 1px 0 rgba(255,255,255,0.4);
     border-radius: 4px;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px;
     background-color: #CDD1DD !important;
 }
 
 .entity_moderation:hover ul,
 .entity_role:hover ul {
     border-radius: 4px;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px;
 }
 
 .entity_send-a-message .form_notice legend {
@@ -563,12 +506,8 @@ h6 {font-size: 1em;}
 
 .entity_subscribe .dialogbox, .entity_tag .dialogbox {
     border: 1px solid #aaa;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
-    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
-    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
 }
 
 .entity_subscribe .dialogbox input.submit_dialogbox, .entity_tag .dialogbox input.submit_dialogbox {
@@ -583,8 +522,6 @@ h6 {font-size: 1em;}
 #pagination {
     height: 1.2em;
     padding-bottom: 12px;
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
     border-radius: 6px;
 }
 
@@ -602,8 +539,6 @@ h6 {font-size: 1em;}
 }
 
 .error, .success, .notice-status {
-    -webkit-border-radius: 6px;
-    -moz-border-radius: 6px;
     border-radius: 6px;
 }
 
@@ -622,8 +557,6 @@ h6 {font-size: 1em;}
     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
     border: 1px solid #d7621c;
     border-radius: 4px;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px;
     background: #FB6104;
     background: -moz-linear-gradient(top, #ff9d63 0%, #fb6104 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#fb6104));
@@ -693,12 +626,8 @@ h6 {font-size: 1em;}
     width: 250px;
     padding: 5px;
     border: 1px solid #a6a6a6;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
     border-radius: 4px;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
 }
 
 #form_invite textarea {
@@ -796,31 +725,31 @@ padding-right:0;
 
 /* Limited-scope */
 
-.limited-scope .entry-content .timestamp {
+.limited-scope .e-content .timestamp {
     padding-left: 20px;
     position: relative;
 }
 
-.limited-scope .entry-content .timestamp:before {
+.limited-scope .e-content .timestamp:before {
     content: url(../images/lock.png);
     position: absolute;
     top: -2px;
     left: 0px;
 }
 
-.limited-scope li .entry-content .timestamp {
+.limited-scope li .e-content .timestamp {
     padding-left: 0px;
 }
 
-.limited-scope li .entry-content .timestamp:before {
+.limited-scope li .e-content .timestamp:before {
     content: none;
 }
 
-.limited-scope li.limited-scope .entry-content .timestamp {
+.limited-scope li.limited-scope .e-content .timestamp {
     padding-left: 20px;
 }
 
-.limited-scope li.limited-scope .entry-content .timestamp:before {
+.limited-scope li.limited-scope .e-content .timestamp:before {
     content: url(../images/lock.png);
     position: absolute;
     top: -2px;
@@ -888,18 +817,12 @@ h4.blog-entry-title {
     width: 196px;
     padding: 10px;
     border-radius: 4px;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px;
     border: 1px solid #516499;
     background: #fafafa;
 }
 
 #onboard_section H2 {
-    -webkit-border-top-left-radius: 4px;
-    -moz-border-radius-topleft: 4px;
     border-top-left-radius: 4px;
-    -webkit-border-top-right-radius: 4px;
-    -moz-border-radius-topright: 4px;
     border-top-right-radius: 4px;
     position: relative;
     top: -11px;
@@ -1015,23 +938,18 @@ table.profile_list {
         background: url(../images/bluearrow_up.png) no-repeat top right;
 }
 
-table.profile_list tr.alt {
-    background-color: #fafafa !important;
-    border: none !important;
-}
-
 td.entity_profile {
     width: auto;
     min-width: 250px;
 }
 
-.profile_list .fn {
+.profile_list .p-name {
     display: block;
     font-size: 1.1em;
     width: auto;
 }
 
-.profile_list .nickname, .profile_list .fn.nickname {
+.profile_list .nickname, .profile_list .p-name.nickname {
     position: relative;
     top: -8px;
     display: block;
@@ -1099,8 +1017,6 @@ td.entity_profile {
     line-height: 1.3em;
     border: 1px solid #A6ADBF;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
 }
 
 /* SNOD CompanyLogo styling */