X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fplusminus.css;h=23d63e76655c0319a1882f9237fe08b6881e8d9f;hb=07162e557db7447741b6bcfb71a3ccbb476aab43;hp=197e18bbea1303188d0cb5387cf097b1032ea222;hpb=18b515140585e9b8c71127840845790965291409;p=friendica.git diff --git a/view/theme/vier/plusminus.css b/view/theme/vier/plusminus.css index 197e18bbea..23d63e7665 100644 --- a/view/theme/vier/plusminus.css +++ b/view/theme/vier/plusminus.css @@ -1,5 +1,7 @@ /* Modifications by https://horche.demkontinuum.de/profile/hoergen */ +/* General */ + body { background-color: whitesmoke; } h1 { @@ -10,7 +12,6 @@ h1 { h2 { font-size: 16px; color: blue; - background-color: #EEEEEE; border-radius:5px; } @@ -24,10 +25,16 @@ h4 { font-size: 14px;} h5 { font-size: 16px; color: black; - background-color: #cfcece; - border-radius:5px; } + +/* login */ + +#id_remember { width:50%; #id_remember { width:50%; }} + + +/* Left Column*/ + nav { background: #fff; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); @@ -47,13 +54,13 @@ nav a:hover, color: #000; } -.manage-notify { +.delegation-notify { background-color: #CB4437; border-radius: 10px; font: bold 11px/16px Arial; } -nav .nav-notify { +nav .nav-notification { background-color: #CB4437; top: -3px; right: -4px; @@ -62,7 +69,7 @@ nav .nav-notify { border-radius: 10px; } -nav .nav-menu-icon .nav-notify { +nav .nav-menu-icon .nav-notification { top: 0px; } @@ -175,10 +182,6 @@ nav a:hover .icon { color: #000; } -ul.menu-popup { - border: 0px solid #FFF; - margin-top: 0px; -} header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover { color: #737373; @@ -289,6 +292,10 @@ div.pager, ul.tabs { /* Post content */ +.mention { + font-weight: bold; +} + .wall-item-content blockquote { border-left: 0px; margin-top: 10px; @@ -338,15 +345,6 @@ div.pager, ul.tabs { line-height: normal; } -.shared_header { - min-height: 32px;; - color: #999; - border-top: 0px; - padding-top: 5px; - margin-top: 5px; -} - - /* Post footer */ .wall-item-like { font-size:12px; } @@ -449,6 +447,7 @@ div.pager, ul.tabs { .fc-content, .fc-widget { background-color: #a7ecff; + font-size:10px; color: black; text-decoration: normal; } @@ -467,10 +466,11 @@ div.pager, ul.tabs { .fc-day-grid-event .fc-time { font-weight: normal; - font-size: 10px; } -.fc-title, fc-time { text-decoration: normal; } +.fc-title, .fc-time { + text-decoration: normal; +} .fc-unthemed .fc-today { background: #f9ff97; } @@ -546,8 +546,9 @@ select{ .settings-heading { font-size: 18px; font-weight: bold; - background-color: #cfcece; + background-color: whitesmoke; border-radius: 5px; + border-bottom: 1px solid black; } .setings-contend-block { @@ -582,6 +583,21 @@ select{ background-color: whitesmoke; } +textarea { + padding:2px 2px; + background:white; + border:1px solid darkgrey; + cursor:text; + -webkit-border-radius: 5px; + border-radius: 5px; + -webkit-transition-duration: 0.4s; /* Safari */ + transition-duration: 0.4s; +} + +textarea:focus { + background-color:#eef3ff; +} + #adminpage textarea { width: 700px; } @@ -624,7 +640,7 @@ td.checkbox, td.tools{ } -/* Settings - Plugin */ +/* Settings - Addon */ .settings-block.fakelink h3{ font-size:16px; @@ -658,13 +674,23 @@ td.checkbox, td.tools{ /* popup */ - -ul.menu-popup { - width: 16em; +.contact-menu { + position: absolute; + top: 15px; + left: 35px; + width: 24em; + margin-top: 0px; + font-size: 12px; + border: 0px solid lightgrey; } -ul.menu-popup a { - padding: 0 0 0 5px; +ul.menu-popup { + width: 20em; + margin-top: 0px; + padding: 0px; + font-size: 12px; + line-height:10px; + border: 0px solid lightgrey; } @@ -708,3 +734,27 @@ input[type=text], input[type=password], input[type=email], input[type=url] { input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus { background-color:#eef3ff; } + + +/* Rights and Privacy Setting */ + +#profile-jot-email { + width:650px; +} + + +/* Contact Page */ + +.contact-photo-menu { + position: relative; + left: 60px; + top: -90px; + width: 16em; + padding-top:0px; + padding-bottom:0px; + border: 0px solid #FFF; + margin-top: 0px; + font-size: 12px; + line-height: 10px; +} +