X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=848a2a419007e9b6f9e389608c332a6e44d53151;hb=cf5c1b550b730ed52b9a72c453a3adf31c29d64d;hp=c44f171c1f4ea9bf179dacbd5b6f45f0e5d0df77;hpb=31730ec75bf4d541bbcd507f88b954a2c7988a6b;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index c44f171c1f..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; } @@ -19,6 +19,10 @@ img { /* width: 80%;*/ } +#adminpage .screenshot img { + width: 640px; +} + #pending-update { float:right; color: #ffffff; @@ -28,7 +32,7 @@ img { } .admin.linklist { - border: 0px; + border: 0px; padding: 0px; list-style: none; margin-top: 0px; @@ -131,7 +135,7 @@ img { padding: 1px; color: #999; vertical-align: text-top; -} +} .icon:hover { text-decoration: none; @@ -193,30 +197,41 @@ img { margin-bottom: 5px; } +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.scroll_loader_text { + color: darkgray; +} + div.pager { -/* .birthday-notice { */ + clear: left; text-align: center; +/* height: 1.2em; padding-bottom: 12px; color: black; - /*-webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px;*/ background-color: #f2f2f2; - clear: left; margin-top: 5px; padding: 1%; height: 1em; margin-bottom: 5px; -}*/ +*/ +} -.birthday-notice { +.birthday-notice, .event-notice { margin-top: 5px; margin-bottom: 5px; + background-color: #F5F5F5; } #live-network { /* border-bottom: 1px solid #BDCDD4; */ + border-bottom: 1px solid #D2D2D2; width: 100%; height: 10px; } @@ -268,10 +283,6 @@ body { display: table; } -h4 { - font-size: 1.1em; -} - a { color: #36C; /* color: #3e3e8c; */ @@ -325,12 +336,12 @@ code { white-space: pre; display: block; overflow: auto; + border: 1px solid #444; background: #EEE; color: #444; padding: 10px; margin-top: 20px; max-width: 640px; - border-radius: 5px; } #panel { position: absolute; @@ -378,11 +389,12 @@ 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; */ - background-color: #e5e5e5; +/* background-color: #e5e5e5; */ + background-color: #F5F5F5; } #message-new a { @@ -415,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; } @@ -519,7 +535,8 @@ nav { } nav .icon { - color: #fff; + color: #ccc; + padding:0; } nav a:active, @@ -528,7 +545,7 @@ nav a:link, nav a { text-decoration: none; outline: none; - color: #fff; + color: #ccc; padding-bottom: 8px; padding-top: 8px; } @@ -574,7 +591,6 @@ nav #search-box #search-text { width: 150px; max-width: 150px; background-color: #eee; - border-radius: 5px; } nav .nav-menu-icon { @@ -656,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; } @@ -670,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; @@ -692,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; @@ -718,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 { @@ -731,10 +761,9 @@ ul.menu-popup { margin: 0px; padding: 0px; list-style: none; - border: 1px solid #364e59; + border: 3px solid #364e59; z-index: 100000; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); - border-radius: 5px; } ul.menu-popup a { display: block; @@ -885,6 +914,9 @@ aside .vcard dd { margin-left: 4px; /* width: 60%; */ } +aside #profile-photo-wrapper img { + width: 175px; +} aside #profile-extra-links ul { padding: 0px; margin: 0px; @@ -1077,13 +1109,15 @@ section { section.minimal { top: 0px; left: 0px; + position: absolute; + width: 100%; + height: 100%; } /* wall item */ .tread-wrapper { /* border-bottom: 1px solid #BDCDD4; */ border-bottom: 1px solid #D2D2D2; - border-radius: 10px; position: relative; padding: 5px; margin-bottom: 10px; @@ -1173,10 +1207,6 @@ section.minimal { width: 350px; float: left; font-size: 12px; -}} - -h2 { - line-height: normal; } .wall-item-container .wall-item-content { @@ -1189,6 +1219,7 @@ h2 { .wall-item-container .wall-item-content img { max-width: 100%; + vertical-align: middle; /* max-width: 650px; */ /* max-width: 580px; */ } @@ -1321,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; @@ -1366,7 +1474,6 @@ h2 { font-size: 13px; color: #999999; border: 1px solid #DDD; - border-radius: 5px; padding: 0.3em; } .wall-item-comment-wrapper .comment-edit-text-full { @@ -1425,7 +1532,6 @@ h2 { #profile-jot-form { box-shadow: 1px 2px 0px 0px #D8D8D8; - border-radius: 10px; background-color: #fafafa; padding: 10px; } @@ -1440,11 +1546,10 @@ h2 { border: 1px solid #DDD; padding: 0.3em; margin-bottom: 10px; - border-radius: 5px; } #profile-jot-form #jot-title, #profile-jot-form #jot-category { - + border-radius: 5px 5px 5px 5px; font-weight: bold; height: 20px; @@ -1871,16 +1976,21 @@ h2 { } /** /acl **/ /** tab buttons **/ -ul.tabs { +div.pager, ul.tabs { list-style-type: none; padding-bottom: 10px; - padding-left: 0px; + padding-left: 10px; + padding-top: 0px; margin-bottom: 5px; - line-height: 27px; - height: 27px; - font-size: 11px; + line-height: 28px; + height: 20px; +/* font-size: 11px; */ + font-size: 13px; font-weight: bold; /* margin-bottom: 30px; */ + background-color: #FAFAFA; + box-shadow: 1px 2px 0px 0px #D8D8D8; + border-bottom: 1px solid #D2D2D2; } ul.tabs li { float: left; @@ -1890,25 +2000,26 @@ ul.tabs li { border-bottom: 1px solid #005c94; }*/ -ul.tabs a { +ul.tabs a, div.pager a { /* min-width: 34px; */ - display: block; - float: left; - padding-bottom: 0px; - padding: 0px 12px 0px 12px; - color: #444; - border-radius: 5px; +/* display: block; + float: left; */ + padding: 0px; + padding-bottom: 6px; +/* padding: 0px 12px 0px 12px; */ +/* color: #444; */ + color: darkgray; } ul.tabs a { - box-shadow: 1px 2px 0px 0px #D8D8D8; - margin-right: 5px; +/* box-shadow: 1px 2px 0px 0px #D8D8D8; */ + margin-right: 15px; + margin-left: 5px; } #birthday-notice, #event-notice { box-shadow: 1px 2px 0px 0px #D8D8D8; margin-bottom: 5px; - border-radius: 5px; } #birthday-wrapper, #event-wrapper { @@ -1921,31 +2032,49 @@ ul.tabs a { margin-bottom: 0px; } -div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink { +.birthday-notice, .event-notice { + padding: 2px 7px 2px 7px; + color: darkgrey; + font-weight: bold; +} +.comment-edit-submit-wrapper .fakelink { padding: 2px 7px 2px 7px; color: black; - border-radius: 5px; } -div.pager, .birthday-notice, ul.tabs a, .comment-edit-submit-wrapper .fakelink { - border: 1px solid lightgray; +.comment-edit-submit-wrapper .fakelink { +/* border: 1px solid lightgray; */ background: #F2F2F2; margin-top: 2px; margin-bottom: 2px; } +#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_prev a:hover, span.pager_next a:hover, ul.tabs a:hover { - color: #333; + border-bottom: 2px solid #244C5E; + text-decoration: none; + color: grey; + padding-bottom: 6px; } -#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover { - color: black; +ul.tabs li .active, span.pager_current a { + border-bottom: 2px solid #244C5E; + text-decoration: none; + color: black; } -ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover { - background-color: #e5e5e5; +#event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover { +/* background-color: #e5e5e5; */ + color: grey; text-decoration: none; - border: 1px solid darkgray; +/* border: 1px solid darkgray; */ } .comment-edit-bb { @@ -1988,6 +2117,7 @@ ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active .field .onoff { float: left; width: 80px; + margin-right:1em; } .field .onoff a { display: block; @@ -1995,24 +2125,28 @@ ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active 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; @@ -2032,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 { @@ -2051,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 { @@ -2085,8 +2219,10 @@ aside form .field label { /* contacts */ .contact-entry-wrapper { width: 120px; - height: 120px; + height: 130px; float: left; +/* overflow: hidden; */ + margin-left: 5px; } /* photo */ .lframe { @@ -2116,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; @@ -2126,7 +2262,7 @@ aside form .field label { overflow: hidden; text-indent: 40px; display: none; - + } .contact-photo-menu { width: 11em; @@ -2141,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 */ @@ -2184,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; @@ -2199,6 +2335,10 @@ blockquote { #prof-separator { display: none;} */ +#message-to-select { + height: 150px; +} + #prvmail-upload { margin-left: 10px; } @@ -2318,7 +2458,6 @@ a.mail-list-link { margin-top: 4px; margin-right: 4px; margin-bottom: 15px; - border-radius: 5px; } .vevent .event-description, .vevent .event-location { @@ -2370,7 +2509,7 @@ a.mail-list-link { clear: both; } - + .calendar { font-family: Courier, monospace; } @@ -2518,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); @@ -2556,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; @@ -2572,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; @@ -2580,7 +2719,6 @@ a.mail-list-link { width: 100%; height: auto; overflow: hidden; - border-radius: 5px; } .mail-list-wrapper span { display: block; @@ -2686,3 +2824,114 @@ a.mail-list-link { 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; }