]> 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 ed5af43da2317bfe0383dca66d85af195ba2b347..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;
 }
@@ -421,49 +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;
     border-radius: 4px;
     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
-    position: relative;
 }
 
 .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);
-}
-
-.user_in.realtime-popup .notice div.entry-content {
+.user_in.realtime-popup .notice div.e-content {
     max-width: 320px;
 }
 
@@ -747,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;
@@ -960,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;