X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=view%2Ftheme%2Fvier%2Fplusminus.css;h=ae022184de290ccceb7ddc5715ceb31b92edd116;hb=d90c39f54c1b65608407fae549a0cd0d6c02f48e;hp=f8c0e9a92af67f14aa1a77659c25130fed2b7862;hpb=b0c7cc0211db7b2abf421e2793c8aeb7e3a165a9;p=friendica.git diff --git a/view/theme/vier/plusminus.css b/view/theme/vier/plusminus.css index f8c0e9a92a..ae022184de 100644 --- a/view/theme/vier/plusminus.css +++ b/view/theme/vier/plusminus.css @@ -18,6 +18,7 @@ h3 { font-size: 14px; color: blue; } + h4 { font-size: 14px;} h5 { @@ -27,7 +28,6 @@ h5 { border-radius:5px; } - nav { background: #fff; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); @@ -133,6 +133,24 @@ div.jGrowl div.info { font-weight: initial; } +#event-notice { + font-size: 14px; + font-weight: initial; + border:1px solid lightgrey; +} + +.event-list { + font-size: 14px; + padding-left: 15px; + margin: 5px 0; + background-color: whitesmoke; +} + +.event-list a::before{ + color:grey; + content: '# '; +} + div.pager, ul.tabs { font-weight: initial; } @@ -407,12 +425,36 @@ div.pager, ul.tabs { .fc-body { background-color: white; } +#new-event-link a { + text-decoration: none; + padding:0px 10px; + color:white; + background:#6c82ff; + border:1px solid darkgrey; + cursor:pointer; + -webkit-border-radius: 5px; + border-radius: 5px; + -webkit-transition-duration: 0.4s; /* Safari */ + transition-duration: 0.4s; + box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.24); +} + +#new-event-link a:hover { + background:#0026ff; +} + .fc-content, .fc-widget { background-color: #a7ecff; color: black; text-decoration: normal; } +.fc-center h2 { + font-size:22px; + font-weight:bold; + background-color:white; +} + .fc-toolbar { text-align: center; margin-bottom: 1em; @@ -428,6 +470,29 @@ div.pager, ul.tabs { .fc-unthemed .fc-today { background: #f9ff97; } +#comment-edit-text-desc { + width:700px; + padding: 5px 5px; + border-radius:5px; + border: 1px solid grey; +} + +#comment-edit-text-desc:focus { + background-color:#eef3ff; +} + +#comment-edit-text-location { + width:700px; + padding: 5px 5px; + border-radius:5px; + border: 1px solid grey; +} + +#comment-edit-text-location:focus { + background-color:#eef3ff; +} + + /* remove standard-styles */ select { @@ -555,6 +620,39 @@ td.checkbox, td.tools{ } +/* Settings - Plugin */ + +.settings-block.fakelink h3{ + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + +#settings_blockem_expanded h3 { + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + +#settings_langfilter_expanded h3{ + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + +#settings_showmore_expanded h3 { + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + +#settings_startpage_expanded h3 { + font-size:16px; + font-weight:bold; + background-color: lightgrey; +} + + /* popup */ ul.menu-popup { @@ -576,7 +674,7 @@ ul.menu-popup a { /* Buttons */ input[type=submit] { - padding:0px 20px; + padding:0px 10px; color:white; background:#6c82ff; border:1px solid darkgrey; @@ -590,14 +688,13 @@ input[type=submit] { input[type=submit]:hover { background:#0026ff; - } input[type=text], input[type=password], input[type=email], input[type=url] { padding:2px 2px; background:white; border:1px solid darkgrey; - cursor:pointer; + cursor:text; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition-duration: 0.4s; /* Safari */ @@ -607,4 +704,3 @@ 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; } -