X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fneo%2Fcss%2Fdisplay.css;h=528f8553deee81cd1be6f0c0a717eb672d422d64;hb=43646caf30cd78facaa76c2c95a3078cb2c3988e;hp=ee3c13624f82fa0400afba527cde4e42d94c819e;hpb=f9cf1dddfe81f5ad61f89f8080d418ced27ecb5f;p=quix0rs-gnu-social.git diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index ee3c13624f..528f8553de 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -260,9 +260,9 @@ address { line-height: 1.4em; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); background: #ececf2; - background: -moz-linear-gradient(top, #fff , #ececf2); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ececf2)); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ececf2',GradientType=0 ); + background: -moz-linear-gradient(top, #ffffff , #ececf2); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2)); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 ); } #input_form_nav li:hover a, #input_form_nav li.current a { @@ -286,7 +286,7 @@ address { padding-bottom: 15px; } -#input_form_status { +#input_form_status, #input_form_direct { padding-bottom: 45px; } @@ -333,19 +333,8 @@ address { font-size: 1.2em; } - -.form_notice textarea { - height: 42px; - padding: 6px 10px 18px 10px; - 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); - z-index: 97; - font-size: 1.2em; +#form_notice-direct.form_notice textarea { + width: 498px; } .form_notice label.notice_data-attach { @@ -370,6 +359,11 @@ address { z-index: 99; } +#form_notice-direct.form_notice .count { + top: 80px; + right: 10px; +} + .form_notice #notice_action-submit { position: absolute; top: 100%; @@ -412,6 +406,52 @@ address { margin-bottom: 10px !important; } +.to-selector { + padding-top: 15px; + z-index: 99; +} + +.form_settings label[for=notice_to] { + margin-left: 100px; + margin-right: 5px; +} + +.checkbox-wrapper { + padding: 2px; + clear: left; + display: block; + margin-left: 26%; +} + +.form_notice .checkbox-wrapper { + display: inline; + margin-left: 10px; +} + +.form_settings .checkbox-wrapper label.checkbox { + margin-left: 0px; + margin-top: 6px; + line-height: 1.2em; + left: -3px; +} + +.checkbox-wrapper #notice_private { + display:none; +} + +.checkbox-wrapper.unchecked label.checkbox { + padding-left: 20px; + background: url(../images/lock_open.png) no-repeat 0px 0px; + opacity: 0.6; +} + +.checkbox-wrapper.checked label.checkbox { + padding-left: 20px; + background: url(../images/lock.png) no-repeat 0px 0px; + color: red; + opacity: 1; +} + #aside_primary { width: 218px; float: left; @@ -441,6 +481,18 @@ address { text-transform: uppercase; } +.profile_block .entity_actions { + float: right; + width: 110px; + margin-top: 2px; + margin-bottom: 2px; +} + +.profile_block .entity_moderation:hover ul, +.profile_block .entity_role:hover ul { + right: 20px; +} + .profile_block_name { font-size: 14px; font-weight: bold; @@ -454,18 +506,35 @@ address { line-height: 1.2em; } -.profile_block .entity_actions { - float: left; - margin-left: 0px; +#site_nav_object ul { + background: url('../images/brdr_black_dot.png') repeat-x top left; } -.profile_block .entity_moderation:hover ul, -.profile_block .entity_role:hover ul { - left: 20px; +#site_nav_object li { + display: block; + margin: -8px 0px 8px 0px; + padding-top: 8px; } -.profile_block a.profiledetail { +#site_nav_object a { + 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); +} + +#site_nav_object a:hover, #site_nav_object .current a { + color: #fff; + text-decoration: none; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); + background: #364a84; + background: -moz-linear-gradient(top, #7b8dbb , #364a84); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84)); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 ); } .section ul.entities { @@ -710,7 +779,7 @@ background-color:rgba(200, 200, 200, 0.300); margin-bottom: 10px; } -.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 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; @@ -1253,7 +1322,129 @@ table.profile_list tr.alt { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 ); } -#form_event_rsvp .notice input.submit:hover { +#form_event_rsvp input.submit:hover { + text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); + background: #ff9d63; + background: -moz-linear-gradient(top, #FB6104 , #fc8035); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035)); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 ); +} + +/* Limited-scope specific styles */ + +.limited-scope .entry-content .timestamp { + padding-left: 20px; + position: relative; +} + +.limited-scope .entry-content .timestamp:before { + content: url(../images/lock.png); + position: absolute; + top: -2px; + left: 0px; +} + +.limited-scope li .entry-content .timestamp { + padding-left: 0px; +} + +.limited-scope li .entry-content .timestamp:before { + content: none; +} + +.limited-scope li.limited-scope .entry-content .timestamp { + padding-left: 20px; +} + +.limited-scope li.limited-scope .entry-content .timestamp:before { + content: url(../images/lock.png); + position: absolute; + top: -2px; + left: 0px; +} + +/* QnA specific styles */ + +#content .question .entry-title, #content .qna-full-question .entry-title { + min-height: 1px; +} + +.question div.question-description { + font-size: 1em; + line-height: 1.36em; + margin-top: 0px; + opacity: 1; +} + +.question div.answer-content, .qna-full-question div.answer-content { + opacity: 1; +} + +.question .answer-count, .qna-full-question .answer-count { + display: block; + clear: left; +} + +.question .answer-count:before, .qna-full-question .answer-count:before { + content: '('; +} + +.question .answer-count:after, .qna-full-question .answer-count:after { + content: ')'; +} + +.question fieldset, .qna-full-question fieldset { + margin: 0px; +} + +.question fieldset legend, .qna-full-question fieldset legend, .answer fieldset legend { + display: none; +} + +.question label[for=answer], .qna-full-question label[for=answer] { + display: none; +} + +.question textarea, .qna-full-question textarea { + width: 100%; + height: 42px; + padding: 6px 10px 18px 10px; + 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); + font-size: 1.2em; + margin-top: 15px; + margin-bottom: 10px; +} + +.qna-full-question textarea { + width: 473px; +} + +.question-description input.submit, .answer-content input.submit { + height: auto; + padding: 0px 10px; + margin: 6px 0px 10px 0px; + color:#fff; + font-weight: bold; + text-transform: uppercase; + font-size: 1.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 , #FB6104); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 ); +} + +.question .question-description input.submit:hover, .question .answer-content input.submit:hover { text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6); background: #ff9d63; background: -moz-linear-gradient(top, #FB6104 , #fc8035); @@ -1261,4 +1452,13 @@ table.profile_list tr.alt { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 ); } +.question .question-description #answer-form input.submit { + margin-top: 0px; +} + +.question p.best, .answer p.best { + background: url(../images/rosette.png) no-repeat top left; + padding-left: 20px; +} + }/*end of @media screen, projection, tv*/