X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=16b2ecb58f9daf6d2923be8b66d5e6c6a52ec588;hb=ff5ab7e9c6b0795673938a991f4cc2d222be6bae;hp=062c4f885e66aa54a8983bf5234a807114df96d8;hpb=197a12adb539a9260d12429fc1687c4c12ba0d84;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 062c4f885e..16b2ecb58f 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -340,12 +340,13 @@ h4 { } a { - color: #36C; + /* color: #36C; */ /* color: #3e3e8c; */ + color: #3465A4; text-decoration: none; } a:hover { - /* color: blue; */ + color: blue; text-decoration: underline } @@ -373,13 +374,14 @@ a:hover { clear: both; } .fakelink { - color: #36c; + /* color: #36c; */ /* color: #3e3e8c; */ + color: #3465A4; text-decoration: none; cursor: pointer; } .fakelink:hover { - /* color: blue; */ + color: blue; /*color: #005c94; */ text-decoration: underline; } @@ -507,6 +509,7 @@ nav { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); + border-bottom: 5px solid #F80; } nav a, nav a:active, @@ -536,10 +539,13 @@ nav #search-box #search-text { background-repeat:no-repeat; padding-left:0px; border-top-left-radius: 15px; -border-top-right-radius: 15px; -border-bottom-right-radius: 15px; -border-bottom-left-radius: 15px; - } + border-top-right-radius: 15px; + border-bottom-right-radius: 15px; + border-bottom-left-radius: 15px; + position: relative; + height: 17px; + margin: 4px 0px 4px 4px; +} nav .nav-menu-icon { position: relative; @@ -575,12 +581,19 @@ nav .nav-menu { } nav .nav-menu.selected { border-bottom: 3px solid #9eabb0; - background-color: #364E59; + /* background-color: #364E59; */ +} +nav .nav-menu:hover { + color: #fff !important; + /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */ + background: #4c619c; + text-decoration: none; } nav .nav-notify { display: none; position: absolute; - background-color: #36c; + /* background-color: #36c; */ + background-color: #F80; /* background-color: #19aeff; */ -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; @@ -588,9 +601,11 @@ nav .nav-notify { font-size: 10px; padding: 1px 3px; top: 0px; - right: -10px; + /* right: -10px; */ + right: -5px; min-width: 15px; - text-align: right; + /* text-align: right; */ + text-align: center; } nav .nav-notify.show { display: block; @@ -628,6 +643,8 @@ nav #nav-notifications-linkmenu { nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png"); } +nav #nav-messages-linkmenu.selected, +nav #nav-user-linklabel.selected, nav #nav-apps-link.selected { background-color: #364e59; } @@ -1031,7 +1048,12 @@ section { } .wall-item-container .wall-item-content img { - max-width: 700px; + max-width: 650px; + /* max-width: 580px; */ +} +.children .wall-item-container .wall-item-item .wall-item-content img { + /* max-width: 650px; */ + max-width: 580px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell;