X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbase%2Fcss%2Fdisplay.css;h=7662397f40b1e8707c9b0b9b85a82700a02c5bd8;hb=1e60c1f0cdb7bf34617dcf67f90322530ed7648e;hp=631a62ea5dca35ad81d80bae3bb14fed0c4e291b;hpb=6b48db2539764424dbff7ff5ce69bee4f7609e25;p=quix0rs-gnu-social.git diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 631a62ea5d..7662397f40 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -20,7 +20,11 @@ ol, ul {list-style-position: inside;} fieldset {border: none;} legend {font-weight: bold; font-size: 1.2em;} input, textarea, select, option {padding: 2px;} -textarea {overflow:auto;} + +textarea { + overflow:auto; + resize: vertical; +} body { background-color: #f2f2f2; @@ -79,6 +83,10 @@ option { padding-bottom: 0px; } +.hidden { + display: none; +} + #wrap { position: relative; width: 960px; @@ -248,15 +256,20 @@ address .poweredby { /* input forms */ .input_forms { - float: left; position: relative; margin-bottom: 10px; border-bottom: 1px dotted #ccc; + width: 100%; +} + +.input_forms > label { + float: left; + margin-right: 1em; + opacity: 0.6; } #input_form_nav { float: left; - width: 100%; margin-bottom: 10px; list-style-type: none; } @@ -384,7 +397,7 @@ address .poweredby { .form_notice .count { position: absolute; - top: 50px; + bottom: 72px; right: 32px; z-index: 99; font-size: 0.8em; @@ -443,14 +456,9 @@ address .poweredby { } .input_form fieldset fieldset label { - position: absolute; - top: 0; - left: 6px; float: none; text-align: left; color: #888; - cursor: text; - background: #fff; } .input_form .form_settings li input { @@ -471,6 +479,10 @@ address .poweredby { font-size: 1em; } +.input_form .form_data label { + display: none; +} + .input_form .form_settings .form_data p.form_guide { margin-left: 5px; } @@ -622,7 +634,14 @@ address .poweredby { line-height: 1.36em; } -.notice, .profile, .application, #content .peopletag { +.profile, .application, #content .peopletag { + position:relative; + clear:both; + float:left; + width:100%; +} + +.application, #content .peopletag { position:relative; clear:both; float:left; @@ -660,11 +679,7 @@ address .poweredby { #core .h-card .u-photo { float: left; -} - -#content .notice .h-entry { - margin: 2px 0 0 0; - min-height: 32px; + margin-right: 8px; } .h-card .u-url, .h-card.u-url { @@ -674,15 +689,6 @@ address .poweredby { text-decoration:underline; } -.notice .h-entry { - overflow:hidden; - word-wrap:break-word; -} - -.notice .entry-title.ov { -overflow:visible; -} - .notice .automatic { font-style:italic; } @@ -715,35 +721,21 @@ font-style:italic; line-height: 1.2em; } -.notice div.e-content { - margin-left: 55px; -} - -.entry-metadata .repeat { - display: block; -} - -.entry-metadata .repeat .u-photo { -float:none; -margin-right:1px; -position:relative; -top:4px; -left:0; +.notice .e-content { + margin-left: 56px; + max-height: 400px; + overflow-y: auto; } -.entry-metadata { - clear: left; - float: left; - font-size: 0.88em; +.notice .e-content img { + max-width: 100%; } -.entry-metadata, .notice-options { +.notice-options { margin-bottom: 7px; margin-top: 12px; -} - -.notice-options { float: right; + position: relative; } .notice-options fieldset { @@ -813,17 +805,20 @@ position:static; .notice.h-entry .attachments { clear: both; position: relative; - top: 1em; + margin-bottom: 1em; } .notice.h-entry .attachments .inline-attachment * { max-width: 100%; } .notice.h-entry .attachments .inline-attachment > a { - font-size: 0.88em; + font-size: 0.8em; line-height: 16px; height: 16px; } +.notice.h-entry .attachments .inline-attachment > img { + display: block; +} #attachments { clear:both; @@ -873,7 +868,6 @@ content: ":"; margin-left: 55px; margin-bottom: 10px; padding-right: 2px; - padding-top: 5px; border-left: 3px solid #ECECF2; background: #fafafa; color: #222; @@ -881,7 +875,7 @@ content: ":"; } .threaded-replies:empty { - margin-bottom: 0px; + display: none; } #content .notice .threaded-replies .notice, @@ -897,7 +891,7 @@ content: ":"; background: none; } -#content .notice .threaded-replies .h-entry, +#content .notice .threaded-replies .notice.h-entry, #content .notice .threaded-replies .entry-title { min-height: 1px; } @@ -908,11 +902,7 @@ content: ":"; top: 12px; } -#content .notice .threaded-replies .notice .h-entry p.e-content { - margin-left: 32px; -} - -#content .notice .threaded-replies .notice div.e-content { +#content .threaded-replies .notice.h-entry .e-content { margin-left: 32px; } @@ -974,7 +964,8 @@ content: ":"; } .threaded-replies .form_notice input.submit { - bottom: 0; + bottom: 1ex; + right: 1ex; } .threaded-replies .form_notice .error, @@ -995,7 +986,7 @@ content: ":"; content: '['; } -.notice .permalink.external { +.notice footer .source + .permalink.external { display: none; } @@ -1020,31 +1011,7 @@ content: ":"; clear:both; } -.notice p.e-content { - clear: none; - display: block; -} - -.section .h-card .u-photo { -margin-right:7px; -margin-bottom:0; -} - -.section .notice { -padding-top:7px; -padding-bottom:7px; -border-top:0; -} - -.section .notice:first-child { -padding-top:0; -} - -.section .notice .author { -margin-right:0; -} - -.p-name.metadata { +.notice-title { display:none; } @@ -1056,12 +1023,13 @@ margin-right:0; width: 100%; } -#aside_primary .notices li { - margin-bottom: 8px; +#aside_primary .notice .h-card .u-photo { + height: 24px; + width: 24px; + margin-right: 8px; } - -#aside_primary .notice { - min-height: 24px; +#aside_primary .notice .e-content { + margin-left: 32px; } #export_data li { @@ -1213,6 +1181,7 @@ cursor:pointer; .dialogbox { position:absolute; + width: 200px; top: 0px; right: 0px; z-index:9; @@ -1253,6 +1222,11 @@ padding-left:4px; margin-bottom:0; } +.notice-options .form_repeat.dialogbox input.submit_dialogbox { + float: right; + min-width: 80px; +} + #pagination { background-color: #f2f2f2; clear: left; @@ -1494,7 +1468,22 @@ width:auto; margin-left:0; } -.entry-metadata .timestamp span.p-name { +.notice > footer { + clear: left; + font-size: 0.8em; + margin-left: 56px; +} + +.notice > footer > h3 { + margin-bottom: 0; + margin-top: 1em; +} + +.threaded-replies .notice > footer, .section .notice > footer { + margin-left:33px; +} + +.notice > footer .timestamp span.p-name { display: none; }