X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fneo%2Fcss%2Fdisplay.css;h=575e6b73868c8a06340a6be015698e810011e2f8;hb=9b8ac2d4045791c36f6241a276a4ae253c7f4fe2;hp=20d72bddf68bfa6f4372c8aa54fafc035772e3fc;hpb=38f5038cf0ec01dbdcaa00822cd393b285a0696e;p=quix0rs-gnu-social.git diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index 20d72bddf6..575e6b7386 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -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; } @@ -346,9 +339,9 @@ h6 {font-size: 1em;} } .section .entities li { - margin-right: 4px; - margin-bottom: 4px; - width: 32px; + margin-right: 3.6px; + margin-bottom: 5px; + width: 24px; } #popular_notices .avatar { @@ -366,11 +359,7 @@ h6 {font-size: 1em;} line-height: 1.6em; } -.section .author .avatar, .notice .author .avatar { - border-radius: 5%; - box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); -} -.section .author .avatar { +.section .avatar { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } @@ -425,28 +414,22 @@ 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; @@ -458,11 +441,7 @@ h6 {font-size: 1em;} padding-top: 10px; } -.notice-options .form_repeat.dialogbox input.submit_dialogbox { - min-width: 80px; -} - -.user_in.realtime-popup .notice div.entry-content { +.user_in.realtime-popup .notice div.e-content { max-width: 320px; } @@ -746,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; @@ -959,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;