X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=848a2a419007e9b6f9e389608c332a6e44d53151;hb=cf5c1b550b730ed52b9a72c453a3adf31c29d64d;hp=a3cc593d36fbcc7e053382c09e1b9fc4462826ef;hpb=5205756898757f2bc9c623946794d04c597429a9;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index a3cc593d36..848a2a4190 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -7,7 +7,7 @@ @import url("css/font-awesome.css") all; @import url("css/font2.css") all; -img { +img { border: 0px; } @@ -32,7 +32,7 @@ img { } .admin.linklist { - border: 0px; + border: 0px; padding: 0px; list-style: none; margin-top: 0px; @@ -135,7 +135,7 @@ img { padding: 1px; color: #999; vertical-align: text-top; -} +} .icon:hover { text-decoration: none; @@ -201,9 +201,10 @@ div.pager a { margin-left: 5px; margin-right: 5px; } - -span.pager_first a, span.pager_n a, -span.pager_last a, span.pager_prev a, span.pager_next a { + +span.pager_first a, span.pager_n a, +span.pager_last a, span.pager_prev a, span.pager_next a, +span.scroll_loader_text { color: darkgray; } @@ -246,10 +247,6 @@ div.pager { float: left; } -#contacts-actions { - clear: both; -} - #contact-edit-drop-link-end { /* clear: both; */ } @@ -286,10 +283,6 @@ body { display: table; } -h4 { - font-size: 1.1em; -} - a { color: #36C; /* color: #3e3e8c; */ @@ -396,7 +389,7 @@ code { opacity: 1; } -.sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover, +.sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover, #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover, .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover { /* background-color: #ddd; */ @@ -434,12 +427,16 @@ a.sidebar-group-element { color: #737373; } -#follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector { +#follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form { margin-left: 10px; margin-top: 3px; margin-bottom: 3px; } +.posted-date-selector-months { + margin-left: 10px; +} + #sidebar-ungrouped, .side-link { padding-top: 5px; } @@ -539,6 +536,7 @@ nav { nav .icon { color: #ccc; + padding:0; } nav a:active, @@ -674,8 +672,11 @@ nav #nav-help-link, nav #nav-search-link, nav #nav-directory-link, nav #nav-apps-link, +nav #nav-apps-link, +nav #nav-login-link, nav #nav-notifications-linkmenu, nav #nav-site-linkmenu, +nav #nav-contacts-linkmenu, nav #nav-user-linklabel { float: right; } @@ -688,6 +689,7 @@ nav #nav-search-link .menu-popup, nav #nav-directory-link .menu-popup, nav #nav-apps-link .menu-popup, nav #nav-notifications-linkmenu .menu-popup, +nav #nav-contacts-linkmenu .menu-popup, nav #nav-site-linkmenu .menu-popup { right: 0px; left: auto; @@ -710,6 +712,10 @@ nav #nav-apps-link.selected { border-bottom-style: none; } +nav #nav-notifications-linkmenu.on .icon-bell:before{ + content: "\f0f3"; +} + /* nav #nav-community-link { */ nav ul { margin-left: 210px; @@ -736,8 +742,14 @@ nav #nav-user-linkmenu { padding: 5px 10px; */ } +#mail-update { + top: 56px; +} + +.notify-unseen { background-color: #FFF; } + .notify-seen { - background: none repeat scroll 0 0 #DDDDDD; + background: none repeat scroll 0 0 #EEE; } ul.menu-popup { @@ -905,7 +917,6 @@ aside .vcard dd { aside #profile-photo-wrapper img { width: 175px; } - aside #profile-extra-links ul { padding: 0px; margin: 0px; @@ -1098,6 +1109,9 @@ section { section.minimal { top: 0px; left: 0px; + position: absolute; + width: 100%; + height: 100%; } /* wall item */ @@ -1193,10 +1207,6 @@ section.minimal { width: 350px; float: left; font-size: 12px; -}} - -h2 { - line-height: normal; } .wall-item-container .wall-item-content { @@ -1209,6 +1219,7 @@ h2 { .wall-item-container .wall-item-content img { max-width: 100%; + vertical-align: middle; /* max-width: 650px; */ /* max-width: 580px; */ } @@ -1341,10 +1352,87 @@ h2 { width: calc(100% - 90px); border-bottom: 1px solid hsl(198, 21%, 79%); } +.wall-item-container.thread_level_2 { + margin-left: 80px; + width: calc(100% - 90px); +} +.wall-item-container.thread_level_3 { + margin-left: 95px; + width: calc(100% - 105px); +} +.wall-item-container.thread_level_4 { + margin-left: 110px; + width: calc(100% - 120px); +} +.wall-item-container.thread_level_5 { + margin-left: 125px; + width: calc(100% - 135px); +} +.wall-item-container.thread_level_6 { + margin-left: 140px; + width: calc(100% - 150px); +} +.wall-item-container.thread_level_7 { + margin-left: 155px; + width: calc(100% - 165px); +} .wall-item-container.comment .wall-item-content { max-width: 585px; } +.wall-item-container.thread_level_3 .wall-item-content { + max-width: 570px; +} +.wall-item-container.thread_level_4 .wall-item-content { + max-width: 555px; +} +.wall-item-container.thread_level_5 .wall-item-content { + max-width: 540px; +} +.wall-item-container.thread_level_6 .wall-item-content { + max-width: 525px; +} +.wall-item-container.thread_level_7 .wall-item-content { + max-width: 510px; +} + +.children .wall-item-comment-wrapper textarea { + width: 570px; +} +.wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea { + width: 555px; +} +.wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea { + width: 540px; +} +.wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea { + width: 525px; +} +.wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea { + width: 510px; +} +.wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea { + width: 495px; +} + +.children .wall-item-bottom .comment-edit-preview { + width: 575px; +} +.wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview { + width: 560px; +} +.wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview { + width: 545px; +} +.wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview { + width: 530px; +} +.wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview { + width: 515px; +} +.wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview { + width: 500px; +} .wall-item-container.comment .contact-photo { width: 32px; @@ -1461,7 +1549,7 @@ h2 { } #profile-jot-form #jot-title, #profile-jot-form #jot-category { - + border-radius: 5px 5px 5px 5px; font-weight: bold; height: 20px; @@ -1961,13 +2049,13 @@ ul.tabs a { margin-bottom: 2px; } -#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, +#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover { color: black; } -span.pager_current, span.pager_n a:hover, -span.pager_first a:hover, span.pager_last a:hover, +span.pager_current, span.pager_n a:hover, +span.pager_first a:hover, span.pager_last a:hover, span.pager_prev a:hover, span.pager_next a:hover, ul.tabs a:hover { border-bottom: 2px solid #244C5E; @@ -1995,7 +2083,6 @@ ul.tabs li .active, span.pager_current a { .comment-edit-bb a { color: #888; padding: 0px 5px 1px 5px; - cursor: pointer; } .comment-edit-bb a:hover { @@ -2030,6 +2117,7 @@ ul.tabs li .active, span.pager_current a { .field .onoff { float: left; width: 80px; + margin-right:1em; } .field .onoff a { display: block; @@ -2037,24 +2125,28 @@ ul.tabs li .active, span.pager_current a { background-image: url("../../../images/onoff.jpg"); background-repeat: no-repeat; padding: 4px 2px 2px 2px; + font-size:14px; height: 16px; + line-height:16px; text-decoration: none; + text-align: center; + text-transform: uppercase; + border-radius:4px; } .field .onoff .off { - border-color: #666666; - padding-left: 40px; + border-color: #B0B0B0; + padding-left: 36px; background-position: left center; background-color: #cccccc; - color: #666666; - text-align: right; + color: #9C9C9C; } .field .onoff .on { - border-color: #204A87; - padding-right: 40px; + font-weight:bold; + border-color: #8EB8EE; + padding-right: 36px; background-position: right center; background-color: #D7E3F1; - color: #204A87; - text-align: left; + color: #36c; } .field .hidden { display: none!important; @@ -2074,17 +2166,16 @@ aside form .field label { margin-bottom: 15px; } -#profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; } +#profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; } #profile-edit-links li { float: left; list-style: none; - margin-left: 10px; } .profile-edit-side-div { /* display: none; */ - float: right; + float: right; } /* aside div.clear { @@ -2093,8 +2184,9 @@ aside form .field label { } */ #register-form label, -#profile-edit-form label { - width: 300px; float: left; +#profile-edit-wrapper label { + width: 200px; + float: left; } .required { @@ -2160,9 +2252,9 @@ aside form .field label { .contact-photo-menu-button { position: relative; background-image: url("../../../images/icons/16/menu.png"); - background-position: top left; + background-position: top left; background-repeat: no-repeat; - margin: 0px 0px -16px 0px; + margin: 0px 0px -16px 0px; padding: 0px; width: 16px; height: 16px; @@ -2170,7 +2262,7 @@ aside form .field label { overflow: hidden; text-indent: 40px; display: none; - + } .contact-photo-menu { width: 11em; @@ -2185,13 +2277,13 @@ aside form .field label { } .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none } .contact-photo-menu li a { - display: block; - padding: 5px 10px; + display: block; + padding: 5px 10px; color: #2d2d2d; text-decoration: none; } .contact-photo-menu li a:hover { - background-color: #bdcdd4; + background-color: #bdcdd4; } /* page footer */ @@ -2228,7 +2320,7 @@ blockquote { } .contact-block-textdiv { width: 150px; height: 34px; float: left; } -#contact-block-end { clear: both; } +#contact-block-end { clear: both; } #group-edit-wrapper { margin-bottom: 10px; @@ -2243,6 +2335,10 @@ blockquote { #prof-separator { display: none;} */ +#message-to-select { + height: 150px; +} + #prvmail-upload { margin-left: 10px; } @@ -2413,7 +2509,7 @@ a.mail-list-link { clear: both; } - + .calendar { font-family: Courier, monospace; } @@ -2561,14 +2657,14 @@ a.mail-list-link { float: left; margin-top: 15px; margin-right: 15px; - width: 200px; height: 200px; - overflow: hidden; + width: 200px; height: 200px; + overflow: hidden; } .photo-top-album-name { width: 100%; min-height: 2em; - position: absolute; - bottom: 0px; + position: absolute; + bottom: 0px; padding: 0px 3px; padding-top: 0.5em; background-color: rgb(255, 255, 255); @@ -2599,15 +2695,15 @@ a.mail-list-link { .menu-profile-list-item{ padding-left: 5px; vertical-align: middle; - } -.menu-profile-list-item:hover{ + } +.menu-profile-list-item:hover{ text-decoration: none; } .autocomplete { width: 350px; - color: black; - border: 1px solid rgb(210, 210, 210); + color: black; + border: 1px solid rgb(210, 210, 210); background-color: white; cursor: pointer; text-align: left; @@ -2615,7 +2711,7 @@ a.mail-list-link { overflow: auto; display: block; background-position: initial initial; - background-repeat: initial initial; + background-repeat: initial initial; } .mail-list-wrapper { background-color: #f6f7f8; @@ -2727,3 +2823,115 @@ a.mail-list-link { .mail-conv-delete-icon { border: none; } + +.icon.tilted-icon{ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + -webkit-transform: rotate(-20deg); + -moz-transform: rotate(-20deg); + -ms-transform: rotate(-20deg); + -o-transform: rotate(-20deg); + transform: rotate(-20deg); + font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */ + padding-top:1px; +} + +#profile-edit-wrapper { + line-height: 30px; +} +#profile-edit-wrapper .field{ + margin-bottom:0; + padding-bottom:0; +} +#profile-edit-wrapper input[type=text], +#profile-edit-wrapper select{ + width:250px; +} +#profile-edit-wrapper #profile-edit-dob select{ + width:auto; +} +#profile-edit-wrapper, +#profile-edit-wrapper .toggle-section-content{ + margin-bottom:15px; +} +.profile-edit-submit-wrapper{ + margin-top:15px; +} +#profile-edit-default-desc{ + display:inline-block; + padding:15px; + width:auto; + border:1px solid #511919; +} +#profile-edit-wrapper .toggle-section-content{ + background:#ededed; + max-width:599px; + padding:5px; +} + +.btn{ + outline:none; + -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; + -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; + box-shadow:inset 0px 1px 0px 0px #ffffff; + background-color:#ededed; + -webkit-border-top-left-radius:0px; + -moz-border-radius-topleft:0px; + border-top-left-radius:0px; + -webkit-border-top-right-radius:0px; + -moz-border-radius-topright:0px; + border-top-right-radius:0px; + -webkit-border-bottom-right-radius:0px; + -moz-border-radius-bottomright:0px; + border-bottom-right-radius:0px; + -webkit-border-bottom-left-radius:0px; + -moz-border-radius-bottomleft:0px; + border-bottom-left-radius:0px; + text-indent:0; + border:1px solid #dcdcdc; + display:inline-block; + color:#777777; + font-family:Arial; + font-size:15px; + font-weight:bold; + font-style:normal; + height:40px; + line-height:40px; + padding:0 15px; + text-align:center; + text-shadow:1px 1px 0px #ffffff; +} + .btn:hover{ + background-color:#e6e6e6; + text-decoration:none; + } + .btn:active{ + position:relative; + top:1px; + } +.profile-view-actions{ + float:right; +} +/* videos page */ +.videos .video-top-wrapper { + width: 300px; + float: left; + margin: 0px 10px 10px 0px; + position: relative; +} +.videos .video-top-wrapper .video-js { + width: 300px!important; + height: 232px!important; +} +.videos .video-top-wrapper .video-delete { + position: absolute; + opacity: 0; + right: 0px; + top: 0px; + transition: opacity 0.5s; +} +.videos .video-top-wrapper:hover .video-delete { + opacity: 1; +} + +/* upload/select popup */ +.fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }