MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Joachim Camerarius (1500-1574)
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 725: Zeile 725:
   transition: all .3s cubic-bezier(.25, .8, .25, 1);
   transition: all .3s cubic-bezier(.25, .8, .25, 1);
   padding: 30px;
   padding: 30px;
  padding-top: 50px;
   text-align: center;
   text-align: center;
      
      

Version vom 16. Dezember 2019, 14:24 Uhr

@import url(https://cdnjs.cloudflare.com/ajax/libs/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');

/***** Global options ******/
body {
    font-family: Noto Sans, sans-serif;
    line-height: 1.6;
    font-size: 170%
}

.private {
    display: none
}

.hide {
    display: none
}

.mw-numlink{
  display: inline;
}

.mw-search-profile-tabs,
#mw-searchoptions,
.mw-search-createlink {
   display: none;
}

#return-to-top 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
}

/******* Navbar *******/
@media (max-width:1394px) {
    .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
    }
}

/***** Main page *****/
.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
}
#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 *****/
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)
}

#drilldown-categories-tabs-wrapper {
    display: none
}

#drilldown-switch i {
	font-family:'FontAwesome'!important;
}

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)
}


.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;
}


/**** Structured Lists ****/
.yearly-list-header {
  background-color: rgba(153, 187, 255, 0.6); 
  padding-bottom: 10px; 
  padding-top: 10px
} 

.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
}



#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)
    }
}

/***** Navbar *****/
.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
}

.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
}

/****** Cards *******/
.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
}

.desc-card {
    background-color: rgba(216, 218, 220, .3)
}


/* 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{
  z-index: 999;
  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);
  cursor: pointer;
}

.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 **/
.sticky-button {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateX(-35%) rotate(-90deg)
}

.btn-feedback {
    background-color: #006b99;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da;
    opacity: .5
}

.btn-feedback:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none !important;
}

.btn-feedback:visited {
    text-decoration: none !important;
    color: #fff !important;
}

.btn-feedback:link {
    text-decoration: none !important;
    color: #fff !important;
}

.btn-feedback:active {
    text-decoration: none !important;
    color: #fff !important;
}


/** Feedback section **/
#cs-comments {
  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;
  padding-top: 50px;
  text-align: center;
    
}

#cs-comments:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.cs-expanded {
  text-align: left;
}

#cs-add-button::after {
  content: "Neues Feedback abgeben";
}

#cs-add-button:hover {
  background-color:transparent !important;
}

#cs-add-button:hover{
  cursor: pointer;
}

.cs-reply-button::after {
  content: "Antworten";
}

.cs-reply-button:hover {
  background-color:transparent !important;
  cursor: pointer;
}

/* Custom WikiTable */
.wikitable {
    background-color: #f8f9fa;
    color: #222;
    margin: 1em 0;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

.wikitable > tr > th,
.wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td {
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
}

.wikitable > tr > th,
.wikitable > * > tr > th {
    background-color: #eaecf0;
    text-align: center;
}

.wikitable > caption {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
  .wikitable {
    border: 0;
  }

  .wikitable caption {
    font-size: 1.3em;
  }
  
  .wikitable th {
     display: block;
     width: 100%;
     border: 0 !important;
  }
  
  .wikitable tr {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  
  .wikitable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
    word-wrap: anywhere;
  }
  
  .wikitable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .wikitable td:last-child {
    border-bottom: 0;
  }
  
  .wikitable td:nth-of-type(odd){
     font-weight: bold;
  }
}


/****** Tab Pane Boxes ********/
.tab-pane{
   padding-left: 10px;
   padding-bottom: 10px;
}

.alert-small {
  width: 50%;
margin: 0 auto;
}

/**** Style auto generated drilldown links ****/
table.drilldownInfo{
  border: 0;
}

table.drilldownInfo > tbody > tr >th > span {
  display: none;
}

table.drilldownInfo {
  margin: 0 auto;
}

table.drilldownInfo > tbody > tr >th > a:link,
table.drilldownInfo > tbody > tr >th > a: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
}

table.drilldownInfo > tbody > tr >th > a:link:after,
table.drilldownInfo > tbody > tr >th > a: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
}

table.drilldownInfo > tbody > tr >th > a:link:hover,
table.drilldownInfo > tbody > tr >th > a:visited:hover {
    color: #fff;
    text-shadow: none
}

table.drilldownInfo > tbody > tr >th > a:link:hover:after,
table.drilldownInfo > tbody > tr >th > a:visited:hover:after {
  height: 450%
}

table.drilldownInfo > tbody > tr >th > a{
  border: 2px solid #006b99
}

table.drilldownInfo > tbody > tr >th > a: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)
}