X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=theme%2Fneo%2Fcss%2Fmp-screen.css;h=013779ca95842b01fd4ecc97d9b70baa42497a1f;hb=1111187d845ecd34eba1c03473f6adbc08f6ca15;hp=1b7480ecaf84253e2cbd71bdf65bb8349f35be24;hpb=c97048d01bea468e0cf8865b60c3c250b4515c39;p=quix0rs-gnu-social.git diff --git a/theme/neo/css/mp-screen.css b/theme/neo/css/mp-screen.css index 1b7480ecaf..013779ca95 100644 --- a/theme/neo/css/mp-screen.css +++ b/theme/neo/css/mp-screen.css @@ -1,204 +1,123 @@ -/* mobile style */ - body { background-image: none; min-width: 0; } -#wrap { - margin: 0; - padding: 0; - min-width:0; - max-width:100%; -} - #header { - width: 96%; - padding: 0 2%; - padding-top: 20px; -} - -.user_in #header { - padding-top: 40px; -} - -address { -margin:1em 0 0 0; -float:left; -width:100%; -} - -address img + .fn { -display:block; -margin-top:1em; - margin-right: 10px; -clear: left; -float:left; + padding: 0; } #site_nav_global_primary { - margin:0; - width: 100%; - padding: 4px 0; - height: auto; - position:absolute; - top:0; - left:0; - font-size: 1em; - letter-spacing: 0em; - border-top: none; + top: 0; + -webkit-border-top-right-radius: 0px; + -moz-border-radius-topright: 0px; + border-top-right-radius: 0px; + line-height: 16px; } #site_nav_global_primary li { - margin-left:0; - margin-right:0px; - float:left; - font-size:0.9em; - padding: 2px 4px; - line-height: 1em; - height: auto; -} - -#site_nav_global_primary li a { - height: auto; -} - -.form_notice { float: left; - margin-left: 0px; - width: 300px; - padding: 4px; + margin-right: 8px; } -#form_notice-direct.form_notice { - padding-top: 10px; +#site_nav_local_views { + line-height: 2em; } -.form_notice textarea { - width: 210px; - height: 50px; - padding: 4px; +#site_nav_local_views h3 { + color: #333; + background: none; + text-transform: none; + letter-spacing: 0; + padding-bottom: 0; } -#notice_text-count { -position:absolute; -bottom:2px; - left: 175px; - font-size: 0.8em; -z-index:9; +#site_nav_local_views li li { + margin: 0 6px 6px 0; } -#form_notice-direct.form_notice #notice_text-count { - left: 0px; +#login #site_nav_local_views li, #register #site_nav_local_views li, #openidlogin #site_nav_local_views li { + margin: 0 6px 6px 0; } -/*input type=file no good in -iPhone/iPod Touch, Android, Opera Mini Simulator -*/ -.form_notice #notice_text-count + label, -.form_notice label[for="notice_data-attach"] { -display:none; -} -.form_notice input.notice_data-attach { -position:static; -clear:both; -width:65%; -height:auto; -display:block; -z-index:9; -padding:0; -margin:0; -background:none; -opacity:1; +#site_nav_local_views a { + color: #fff; + 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)); + font-size: 0.9em; + width: auto; } -.form_notice #notice_action-submit { - text-align: center; - left: 230px; - top: 32px; - width: 70px; - font-size: 0.8em; +#site_nav_local_views a:hover { + background: #7b8dbb; + background: -moz-linear-gradient(top, #364a84 , #7b8dbb); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#364a84), color-stop(100%,#7b8dbb)); } -#form_notice-direct.form_notice #notice_action-submit { - top: 62px; +.input_forms { + top: -10px; + padding-right: 0; } -#site_nav_local_views { - height: auto; - font-size: 0.9em; - line-height: 2em; - margin-bottom: 0px; - padding-left: 4px; - background: none; +#input_form_nav li a { + padding: 0px 4px 1px 4px; } -#site_nav_local_views li { - margin-right: 6px; +.form_notice .count { + top: 44px; + left: 276px; } -#site_nav_local_views a { - background-color: #7080aa; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; - margin-right: 2px; - margin-bottom: 2px; +#form_notice-direct.form_notice .count { + top: 74px; + left: 276px; } -#core { - width: 100%; - margin: 0; +#event-startdate, #event-starttime, #event-enddate, #event-endtime { + width: 120px; + margin-right: 12px; } -#content { - width: 96%; - padding: 10px 2%; - margin: 0; - min-height: auto; +.input_form .form_settings .submit { + font-size: 1em; } -#footer { - margin: 0; - padding: 10px 4px 4px 4px; +.form_notice input.submit { + font-size: 1em; } - -.form_settings fieldset { -margin-bottom:7px; +.question div.question-description { + max-width: 100% !important; } -.form_settings label { -width:auto; -display:block; -float:none; - text-align: left; +ul.qna-dummy { + width: 80%; } -.form_settings .form_data li { -margin-bottom:7px; +.qna-dummy-placeholder input { + width: 92%; } -.form_settings .form_data textarea, -.form_settings .form_data select, -.form_settings .form_data input { -margin-left:0; -display:block; -} -.form_settings .form_data textarea { -width:96.41%; +.question #qna-answer, .qna-full-question #qna-answer { + width: 220px; } -.form_settings .form_data label { -float:none; +.threaded-replies #answer-form fieldset { + width: 220px; } -.form_settings .form_data p.form_guide { -width:auto; -margin-left:0; +.threaded-replies #qna-answer-submit { + float: left; + clear: left; + position: relative; + top: 0; + bottom: 0px; + left: 0; + margin-top: 10px; } -#settings_design_color .form_data { - width: auto; - margin-right: 0; +a.company_logo { + display: none !important; }