X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fstyle.css;h=9cf97e0a7a37966e5a276e5a73eed5429110a1ea;hb=e5dac2d387c5ef2aa6d12890d32a6e20b9beacd7;hp=40aa5768e324b632238a27fdc11ca5f7369426b1;hpb=9d4fdee65d54a0ece18faaf2ec59af764f62d80d;p=friendica.git diff --git a/view/theme/frost-mobile/style.css b/view/theme/frost-mobile/style.css index 40aa5768e3..9cf97e0a7a 100644 --- a/view/theme/frost-mobile/style.css +++ b/view/theme/frost-mobile/style.css @@ -65,7 +65,7 @@ img { border :0px; } width: 384px; }*/ -code { +/*code { font-family: Courier, monospace; white-space: pre; display: block; @@ -85,6 +85,24 @@ blockquote { margin-right: 0px; width: 260px; overflow: hidden; +}*/ + +code { + font-family: Courier, monospace; + white-space: pre; + display: block; + overflow: auto; + border: 1px solid #444; + background: #EEE; + color: #444; + padding: 10px; + margin-top: 20px; +} + +blockquote { + background-color: #f4f8f9; + border-left: 4px solid #dae4ee; + padding: 0.4em; } .icollapse-wrapper, .ccollapse-wrapper { @@ -260,6 +278,7 @@ nav .nav-link { } #network-menu-list { + width: 9em; left: 3px; } @@ -308,7 +327,7 @@ div.main-container { border-radius: 5px; padding: 5px; font-weight: bold; - background: #3465a4 url('friendika-16.png') no-repeat 95% center; + background: #3465a4 url('friendica-16.png') no-repeat 95% center; } #wallmessage-link { display: block; @@ -589,7 +608,7 @@ footer { input#dfrn-url { float: left; - background: url(friendika-16.png) no-repeat; + background: url(friendica-16.png) no-repeat; background-position: 2px center; font-size: 17px; padding-left: 21px; @@ -1140,8 +1159,11 @@ input#dfrn-url { margin-top: 10px; } +.toplevel_item { + margin-bottom: 60px; +} + .wall-item-content-wrapper { - margin-top: 60px; padding-top: 30px; border-top: 2px solid #AAAAAA; position: relative; @@ -1238,9 +1260,6 @@ input#dfrn-url { top: 80px; /* z-index: 100;*/ } -.wall-item-wrapper { - margin-left:10px; -} .wall-item-lock { margin-top: 30px; left: 105px; @@ -1368,10 +1387,19 @@ input#dfrn-url { -webkit-border-radius: 0; } +.wall-item-content blockquote { + margin-left: 0px; + margin-right: 0px; +} + .comment .wall-item-content img { max-width: 280px; } +.comment .wall-item-content ul { + padding-left: 1.5em; +} + .divgrow-showmore { display: block; clear: both; @@ -1395,6 +1423,7 @@ input#dfrn-url { .wall-item-body { text-align: justify; float: left; + clear: left; /* width: 300px;*/ overflow: hidden; margin-top: 10px; @@ -1410,7 +1439,6 @@ input#dfrn-url { } .wall-item-body code { - width: 260px; overflow: hidden; } @@ -1420,12 +1448,6 @@ input#dfrn-url { /* width: 280px;*/ } -.comment .wall-item-body blockquote { - margin-left: 0px; - margin-right: 0px; - width: 260px; -} - .wall-item-tools { clear: both; /* background-image: url("head.jpg"); @@ -2729,7 +2751,7 @@ aside input[type='text'] { margin-left: 100px; margin-bottom: 20px; } -.settings-submit, .profile-edit-submit-button { +.settings-submit, .profile-edit-submit-button, .settings-features-submit { padding: 0.25em 0.5em; margin-bottom: 10px; font-size: 18px; @@ -3289,6 +3311,11 @@ aside input[type='text'] { margin-top: 10px; } +.filesavetags, .categorytags { + display: block; + clear: left; +} + .body-tag, .filesavetags, .categorytags { opacity: 0.5; filter:alpha(opacity=50); @@ -3394,10 +3421,11 @@ aside input[type='text'] { display: block; margin-left: 20px; color: #666666; - + clear: left; } + .field .onoff { float: left; width: 80px; @@ -3430,7 +3458,7 @@ aside input[type='text'] { } .hidden { display: none!important; } -.field.radio .field_help { clear: left; margin-left: 20px; } +.field.radio .field_help { margin-left: 20px; } /** * ADMIN @@ -3708,6 +3736,7 @@ aside input[type='text'] { background-size: 100% 100%; background-image: url('images/star.png'); background-repeat: no-repeat; + opacity: 0.5; } /*.tagged { background-position: -48px -48px; }*/ @@ -3857,15 +3886,17 @@ div.jGrowl div.notice { background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center; color: #ffffff; padding-left: 58px; + margin: 0px; } div.jGrowl div.info { background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center; color: #ffffff; padding-left: 58px; + margin: 0px; } #jGrowl.top-right { top: 15px; - right: 15px; + right: 10px; } .qcomment { border: 1px solid #EEE; @@ -4003,7 +4034,7 @@ width:650px; } }*/ -@media only screen and (min-device-width: 768px) +/*@media only screen and (min-device-width: 768px) { .wall-item-body code { width: 700px; @@ -4017,5 +4048,5 @@ width:650px; width: 700px; } -} +}*/