MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Joachim Camerarius (1500-1574)
Noeth (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Noeth (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 694: | Zeile 694: | ||
/* Feedback */ | /* Feedback */ | ||
/** Button **/ | |||
.btn-feedback { | |||
display: inline-block; | |||
color: #fff; | |||
position: relative; | |||
overflow: hidden; | |||
z-index: 1; | |||
width: 37px; | |||
height: 37px; | |||
line-height: 37px; | |||
padding: 0; | |||
background-color: #aa66cc; | |||
border-radius: 50%; | |||
transition: .3s; | |||
cursor: pointer; | |||
vertical-align: middle; | |||
margin: 10px; | |||
} | |||
.btn-feedback i { | |||
width: inherit; | |||
display: inline-block; | |||
text-align: center; | |||
color: #fff; | |||
font-size: 1.6rem; | |||
line-height: 37px; | |||
} | |||
.btn-feedback:before { | |||
border-radius: 0; | |||
} | |||
.btn-feedback.btn-large { | |||
width: 55.5px; | |||
height: 55.5px; | |||
} | |||
.btn-feedback.btn-large i { | |||
line-height: 55.5px; | |||
} | |||
.btn-feedback { | |||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); | |||
} | |||
.btn-feedback:hover { | |||
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); | |||
} | |||
/** Feedback section **/ | |||
#cs-comments { | #cs-comments { | ||
display: none; | display: none; | ||
Version vom 12. Dezember 2019, 20:34 Uhr
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Noto+Sans|Noto+Serif|Merriweather|Muli|Neuton|Open+Sans|Roboto&display=swap');
body {
font-family: Noto Sans, sans-serif
}
.mw-search-profile-tabs,
#mw-searchoptions,
.mw-search-createlink {
display: none;
}
#return-to-top i {
font-family:'FontAwesome'!important;
}
#drilldown-switch i {
font-family:'FontAwesome'!important;
}
#footer-places-about {
display: none
}
#sfForm .select2-container-multi .select2-choices {
min-height: 60px
}
.testPage {
font-family: Open Sans, sans-serif
}
.pseudoheading2 {
font-weight: 700;
font-size: 150%
}
.pseudoheading3 {
font-weight: 700;
font-size: 125%
}
.collapsedDesc {
display: none
}
.collapsibleDesc:hover {
cursor: pointer;
text-decoration: underline
}
@media (max-width:1279px) {
.navbar-header {
float: none
}
.navbar-left,
.navbar-right {
float: none!important
}
.navbar-toggle {
display: block
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px
}
.navbar-collapse.collapse {
display: none!important
}
.navbar-nav {
float: none!important;
margin-top: 7.5px
}
.navbar-nav>li {
float: none
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px
}
.collapse.in {
display: block!important
}
}
body {
line-height: 1.6;
font-size: 170%
}
#fadein {
display: inline-block;
color: #fff;
margin-top: 0;
text-align: left;
-webkit-animation: text-blur-out 1.7s cubic-bezier(.55, .085, .68, .53) alternate-reverse both;
animation: text-blur-out 1.7s cubic-bezier(.55, .085, .68, .53) alternate-reverse both
}
@-webkit-keyframes text-blur-out {
0% {
-webkit-filter: blur(.01);
filter: blur(.01)
}
100% {
-webkit-filter: blur(20px) opacity(0);
filter: blur(20px) opacity(0)
}
}
@keyframes text-blur-out {
0% {
-webkit-filter: blur(.01);
filter: blur(.01)
}
100% {
-webkit-filter: blur(20px) opacity(0);
filter: blur(20px) opacity(0)
}
}
@keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-moz-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-o-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
#drilldown-categories-tabs-wrapper {
display: none
}
div.drilldown-filter {
border-radius: 2px;
padding: 5px;
margin: 1rem;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
transition: all .3s cubic-bezier(.25, .8, .25, 1)
}
div.drilldown-filter:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}
div.drilldown-filter:nth-of-type(odd) {
background: rgba(192, 192, 192, .25)
}
.structuredList h1 {
background: rgba(153, 187, 255, .5)
}
.structuredList h2 {
background: rgba(153, 187, 255, .25)
}
.hoverList ul>li {
transition: opacity .2s ease-in-out
}
.hoverList ul>li:hover {
background: rgba(192, 192, 192, .25)
}
.sticky-table {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
top: 10px
}
.full-width {
width: 100vw;
margin-top: 0;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw
}
.jumbotron {
margin-top: 0;
padding-top: 15%;
padding-bottom: 15%;
background-image: url(https://i.imgur.com/8O36OdH.jpg);
background-size: cover
}
.jumbotronScroll a {
position: absolute;
bottom: 20px;
left: 50%;
z-index: 2;
display: inline-block;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #fff;
font: normal 400 20px/1, sans-serif;
letter-spacing: .1em;
text-decoration: none;
transition: opacity .3s
}
.jumbotronScroll a:hover {
opacity: .5
}
#section01 a {
padding-top: 60px
}
#section01 a span {
position: absolute;
top: 0;
left: 50%;
width: 24px;
height: 24px;
margin-left: -12px;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: sdb01 2s infinite;
animation: sdb01 2s infinite;
box-sizing: border-box
}
@-webkit-keyframes sdb01 {
0% {
-webkit-transform: rotate(-45deg) translate(0, 0)
}
20% {
-webkit-transform: rotate(-45deg) translate(-10px, 10px)
}
40% {
-webkit-transform: rotate(-45deg) translate(0, 0)
}
}
@keyframes sdb01 {
0% {
transform: rotate(-45deg) translate(0, 0)
}
20% {
transform: rotate(-45deg) translate(-10px, 10px)
}
40% {
transform: rotate(-45deg) translate(0, 0)
}
}
.private {
display: none
}
.hide {
display: none
}
.navbar {
background-color: #006b99;
color: #fff;
margin: 0;
padding-bottom: 0;
padding-top: 0;
margin-bottom: 0;
background-image: none;
border: none
}
.navbar .navbar-nav>li>a {
color: #fff
}
.navbar .navbar-nav>.active>a {
color: #000;
background-color: transparent
}
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
text-decoration: none;
background-color: #d3d3d3;
color: #000
}
.navbar .navbar-toggle {
background-color: #d3d3d3
}
.navbar .icon-bar {
background-color: #006b99
}
.navbar .navbar-nav .dropdown-menu {
background-color: #fff
}
.navbar .navbar-nav .dropdown-menu>li>a {
color: #000
}
.navbar .navbar-nav .dropdown-menu>li.active>a {
color: #fff
}
.navbar .navbar-nav .dropdown-menu>li>a:focus,
.navbar .navbar-nav .dropdown-menu>li>a:hover {
color: #000
}
.navbar .navbar-nav .dropdown-menu>li.dropdown.open>a:focus,
.navbar .navbar-nav .dropdown-menu>li>a:hover {
background-color: #b91773
}
.navbar a.navbar-brand {
font-weight: 600;
color: #fff;
padding-right: 1em;
padding-left: 1em;
display: inline;
text-shadow: none;
font-size: 125%;
font-family: Montserrat, sans-serif
}
.navbar .navbar-brand:hover {
font-weight: 700;
color: #fff
}
.mw-category-generated {
display: none
}
a.drilldown-btn-test:link,
a.drilldown-btn-test:visited {
position: relative;
display: block;
margin: 30px auto 0;
padding: 14px 15px;
color: #000;
font-size: 14px;
font-weight: 700;
text-align: center;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
letter-spacing: .08em;
border-radius: 0;
text-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease
}
a.drilldown-btn-test:link:after,
a.drilldown-btn-test:visited:after {
content: "";
position: absolute;
height: 0%;
left: 50%;
top: 50%;
width: 150%;
z-index: -1;
-webkit-transition: all .75s ease 0s;
-moz-transition: all .75s ease 0s;
-o-transition: all .75s ease 0s;
transition: all .75s ease 0s
}
a.drilldown-btn-test:link:hover,
a.drilldown-btn-test:visited:hover {
color: #fff;
text-shadow: none
}
a.drilldown-btn-test:link:hover:after,
a.drilldown-btn-test:visited:hover:after {
height: 450%
}
a.drilldown-btn-test:link,
a.drilldown-btn-test:visited {
position: relative;
display: block;
margin: 30px auto 0;
padding: 14px 15px;
color: #000;
font-size: 14px;
border-radius: 0;
font-weight: 700;
text-align: center;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
letter-spacing: .08em;
text-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease
}
a.drilldown-btn-test.victoria-two {
border: 2px solid #006b99
}
a.drilldown-btn-test.victoria-two:after {
background: #006b99;
-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
transform: translateX(-50%) translateY(-50%) rotate(25deg)
}
a.drilldown-btn-test.thar-three {
color: #000;
cursor: pointer;
display: block;
position: relative;
border: 2px solid #006b99;
transition: all .4s cubic-bezier(.42, 0, .58, 1)
}
a.drilldown-btn-test.thar-three:hover:before {
left: 0;
right: auto;
width: 100%
}
a.drilldown-btn-test.thar-three:before {
display: block;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 0;
z-index: -1;
content: '';
color: #fff!important;
background: #006b99;
transition: all .4s cubic-bezier(.42, 0, .58, 1)
}
.grid-divider>[class*=col-] {
position: static
}
.grid-divider>[class*=col-]:nth-child(n+2):before {
content: "";
border-left: 1px solid #ddd;
position: absolute;
top: 0;
bottom: 0
}
.col-padding {
padding: 0 15px
}
.card-0 {
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
transition: all .3s cubic-bezier(.25, .8, .25, 1)
}
.card-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
transition: all .3s cubic-bezier(.25, .8, .25, 1)
}
.card-1:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}
.card-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}
.card-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}
.card-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}
.card-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}
.card .heading {
position: relative;
height: 80px;
color: #fffff
}
.card .heading h1 {
position: absolute;
bottom: 16px;
left: 16px;
font-size: 24px
}
.feedback {
background-color: #006b99;
color: #fff;
padding: 10px 20px;
border-radius: 4px;
border-color: #46b8da;
opacity: .5
}
.feedback:hover {
opacity: 1;
color: #fff;
text-decoration: none
}
.feedback a:visited {
text-decoration: none;
color: #fff
}
.feedback a:link {
text-decoration: none;
color: #fff
}
.feedback:active {
text-decoration: none;
color: #fff
}
#sidebutton {
position: fixed;
top: 50%;
left: 0;
transform: translateX(-35%) rotate(-90deg)
}
.desc-card {
background-color: rgba(216, 218, 220, .3)
}
.drilldown-values-toggle:hover {
cursor: pointer !important;
}
.drilldown-results {
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px)
}
ul:empty {
visibility: hidden
}
.button-wrapper{
width: 300px;
margin: 0 auto;
display: block;
}
.drilldown-pre-header,
.drilldown-pre-filters,
.drilldown-post-filters {
color: white;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 107, 153, 0.9);
}
.drilldown-well{
margin-top: 10px;
}
/* Floating button */
.label-container{
position:fixed;
bottom:48px;
right:105px;
display:table;
visibility: hidden;
}
.label-text{
color:#FFF;
background:rgba(51,51,51,0.5);
display:table-cell;
vertical-align:middle;
padding:10px;
border-radius:3px;
}
.label-arrow{
display:table-cell;
vertical-align:middle;
color:#333;
opacity:0.5;
}
.btn-float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color: rgba(0, 107, 153, 0.7);
color:#FFF;
border-radius:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease
}
.btn-float:hover{
background-color: rgba(0, 107, 153, 1);
}
.btn-float:hover .fa-chevron-up {
transform: translateY(-5px);
}
.my-float{
font-size:24px;
margin-top:18px;
}
a.btn-float + div.label-container {
visibility: hidden;
opacity: 0;
transition: visibility 0s, opacity 0.5s ease;
}
a.btn-float:hover + div.label-container{
visibility: visible;
opacity: 1;
}
.fa-chevron-up {
color: white;
}
/* Feedback */
/** Button **/
.btn-feedback {
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
width: 37px;
height: 37px;
line-height: 37px;
padding: 0;
background-color: #aa66cc;
border-radius: 50%;
transition: .3s;
cursor: pointer;
vertical-align: middle;
margin: 10px;
}
.btn-feedback i {
width: inherit;
display: inline-block;
text-align: center;
color: #fff;
font-size: 1.6rem;
line-height: 37px;
}
.btn-feedback:before {
border-radius: 0;
}
.btn-feedback.btn-large {
width: 55.5px;
height: 55.5px;
}
.btn-feedback.btn-large i {
line-height: 55.5px;
}
.btn-feedback {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn-feedback:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
/** Feedback section **/
#cs-comments {
display: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
transition: all .3s cubic-bezier(.25, .8, .25, 1);
padding: 30px;
}
#cs-comments:hover {
box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}