X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=483fd8573d664269fd5e757b2dc5c53417e9d623;hb=c825cc8d0d61386cb00b6310fc4ea46c4354460d;hp=f853079f1879eabc890bbcfff7f9fcfb235b832d;hpb=bbd5878734e658cbc514cacc20e231e843015d04;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index f853079f18..483fd8573d 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -24,69 +24,69 @@ img { } #pending-update { - float:right; - color: #ffffff; - font-weight: bold; - background-color: #FF0000; - padding: 0em 0.3em; + float:right; + color: #ffffff; + font-weight: bold; + background-color: #FF0000; + padding: 0em 0.3em; } .admin.linklist { - border: 0px; - padding: 0px; - list-style: none; - margin-top: 0px; + border: 0px; + padding: 0px; + list-style: none; + margin-top: 0px; } .admin.link { - list-style-position: inside; - font-size: 1em; -/* padding-left: 5px; - margin: 5px; */ + list-style-position: inside; + font-size: 1em; +/* padding-left: 5px; + margin: 5px; */ } #adminpage dl { - clear: left; - margin-bottom: 2px; - padding-bottom: 2px; - border-bottom: 1px solid black; + clear: left; + margin-bottom: 2px; + padding-bottom: 2px; + border-bottom: 1px solid black; } #adminpage dt { - width: 200px; - float: left; - font-weight: bold; + width: 200px; + float: left; + font-weight: bold; } #adminpage dd { - margin-left: 200px; + margin-left: 200px; } #adminpage h3 { - border-bottom: 1px solid #898989; - margin-bottom: 5px; - margin-top: 10px; + border-bottom: 1px solid #898989; + margin-bottom: 5px; + margin-top: 10px; } #adminpage .submit { - clear:left; + clear:left; } #adminpage #pluginslist { - margin: 0px; padding: 0px; + margin: 0px; padding: 0px; } #adminpage .plugin { - list-style: none; - display: block; - /* border: 1px solid #888888; */ - padding: 1em; - margin-bottom: 5px; - clear: left; + list-style: none; + display: block; + /* border: 1px solid #888888; */ + padding: 1em; + margin-bottom: 5px; + clear: left; } #adminpage .toggleplugin { - float:left; - margin-right: 1em; + float:left; + margin-right: 1em; } #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;} @@ -1426,6 +1426,15 @@ section.minimal { font-size: 12px; } +.shared-time { + color: #999; + font-size: 12px; +} + +.shared_header { + line-height: 14px; +} + .wall-item-network { color: #999; font-size: 12px; @@ -1504,7 +1513,8 @@ section.minimal { color: #36c; } -.wall-item-container .wall-item-name { +.wall-item-container .wall-item-name, +.wall-item-container .shared-author { color: black; font-weight: bold; -webkit-transition: all 0.2s ease-in-out; @@ -1515,7 +1525,9 @@ section.minimal { } .toplevel_item:hover .wall-item-name, -.wall-item-container:hover .wall-item-name { +.wall-item-container:hover .wall-item-name, +.toplevel_item:hover .shared-author, +.wall-item-container:hover .shared-author { color: #36c; font-weight: bold; -webkit-transition: all 0.2s ease-in-out; @@ -2378,6 +2390,11 @@ ul.tabs li .active, span.pager_current a { aside form { overflow-x: hidden; } +aside form fieldset { + margin: 0px; + padding: 0px; + border: 0px none; +} aside form .field label { float: left; width: 170px; @@ -2986,10 +3003,6 @@ a.mail-list-link { list-style-type: none; } -#contact-edit-settings { - margin-top: 10px; -} - a.btn#contact-edit-actions-button { cursor: pointer; border-radius: 3px; @@ -3293,9 +3306,14 @@ img.photo-top-photo { } /* upload/select popup */ -.fbrowser.image .photo-album-image-wrapper { margin-left: 10px; } - #message-preview { margin-top: 15px; } - #message-preview span { width: 100%; } - #message-preview .mail-count, #message-preview .mail-delete { display:none; } - #message-preview .mail-list-wrapper { padding: 3px; } - #message-preview .mail-date { opacity:0.6; font-size:10px; } + fbrowser.image .photo-album-image-wrapper { margin-left: 10px; } + #message-preview { margin-top: 15px; } + #message-preview span { width: 100%; } + #message-preview .mail-count, #message-preview .mail-delete { display:none; } + #message-preview .mail-list-wrapper { padding: 3px; } + #message-preview .mail-date { opacity:0.6; font-size:10px; } + +/* colorbox */ +#colorbox img { + max-width: 100%; +}