MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Joachim Camerarius (1500-1574)
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(238 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('/index.php?title=MediaWiki:CustomNavbar.css&action=raw&ctype=text/css');
@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Noto+Sans|Noto+Serif|Merriweather|Muli|Neuton|Open+Sans|Roboto&display=swap');
@import url('/index.php?title=MediaWiki:CustomDrilldown.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:LandingPage.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomListWidget.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:Einfuehrung.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomCommentStream.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomAnimations.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomButtons.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomWikiTable.css&action=raw&ctype=text/css');
 
/***** Global *****/
/**** Font ****/
/* Font Start */
body {
body {
    font-family: Noto Sans, sans-serif
  font-size: 100% !important;
  font-family: Noto Sans, sans-serif;
  line-height: 1.6;
  font-size: 170%
}
}


.mw-search-profile-tabs,
@font-face {
#mw-searchoptions,
font-family: 'Noto Sans';
.mw-search-createlink {
src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2')
  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 {
@font-face {
    min-height: 60px
font-family: Montserrat;
src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2')
}
}


.testPage {
@font-face {
    font-family: Open Sans, sans-serif
font-family: 'Open Sans';
src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2')
}
}
 
/* Font End */
.pseudoheading2 {
/*** Footer ***/
    font-weight: 700;
/* Footer Start */
    font-size: 150%
#footer {
  padding-bottom: 1rem !important;
}
}


.pseudoheading3 {
#footer .container-fluid .row {
    font-weight: 700;
  justify-content: center;
    font-size: 125%
}
}


.collapsedDesc {
#siteSub, #contentSub {
    display: none
  display: none !important;
}
}
 
/* Footer End */
.collapsibleDesc:hover {
a {
    cursor: pointer;
color: #337ab7;
    text-decoration: underline
}
}


@media (max-width:1279px) {
.label-container,
    .navbar-header {
ul:empty {
        float: none
visibility: hidden
    }
    .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 {
/** Hidden elements **/
    line-height: 1.6;
#drilldown-categories-tabs-wrapper,
    font-size: 170%
#footer-places-about,
#mw-searchoptions,
#pt-mytalk,
.collapsedDesc,
.hide,
.mw-category-generated,
.mw-createacct-benefits-container,
.mw-search-createlink,
.mw-search-profile-tabs,
.private,
.timeline-wrapper,
.tweeki-username,
table.drilldownInfo>tbody>tr>th>span {
display: none
}
}


#fadein {
.mw-numlink {
    display: inline-block;
display: inline
    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 {
#drilldown-switch i,
    0% {
#return-to-top i {
        -webkit-filter: blur(.01);
font-family: FontAwesome !important
        filter: blur(.01)
    }
    100% {
        -webkit-filter: blur(20px) opacity(0);
        filter: blur(20px) opacity(0)
    }
}
}


@keyframes text-blur-out {
#sfForm .select2-container-multi .select2-choices {
    0% {
min-height: 60px
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        -webkit-filter: blur(20px) opacity(0);
        filter: blur(20px) opacity(0)
    }
}
}


@keyframes fadein {
.pseudoheading2 {
    from {
font-weight: 700;
        opacity: 0
font-size: 150%
    }
    to {
        opacity: 1
    }
}
}


@-moz-keyframes fadein {
.pseudoheading3 {
    from {
font-weight: 700;
        opacity: 0
font-size: 125%
    }
    to {
        opacity: 1
    }
}
}


@-webkit-keyframes fadein {
.collapsibleDesc:hover {
    from {
cursor: pointer;
        opacity: 0
text-decoration: underline
    }
    to {
        opacity: 1
    }
}
}


@-o-keyframes fadein {
.card-0,
    from {
.card-1,
        opacity: 0
.drilldown-results .mw-spcontent h3 {
    }
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    to {
transition: .3s cubic-bezier(.25, .8, .25, 1)
        opacity: 1
    }
}
}


#drilldown-categories-tabs-wrapper {
.cs-comments:hover,
    display: none
.card-1:hover,
.card-4,
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 {
.card-2 {
    border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
    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) {
.yearly-list-header {
    background: rgba(192, 192, 192, .25)
background-color: rgba(153, 187, 255, .6);
padding-bottom: 10px;
padding-top: 10px
}
}


.structuredList h1 {
.structuredList h1 {
    background: rgba(153, 187, 255, .5)
background: rgba(153, 187, 255, .5)
}
}


.structuredList h2 {
.structuredList h2 {
    background: rgba(153, 187, 255, .25)
background: rgba(153, 187, 255, .25)
}
}


.hoverList ul>li {
.hoverList ul>li {
    transition: opacity .2s ease-in-out
transition: opacity .2s ease-in-out
}
}


.hoverList ul>li:hover {
.hoverList .card-1 {
    background: rgba(192, 192, 192, .25)
  margin-bottom: 1rem;
}
}


.sticky-table {
.sticky-table {
    position: -webkit-sticky;
position: -webkit-sticky;
    position: -moz-sticky;
position: -moz-sticky;
    position: -ms-sticky;
position: -ms-sticky;
    position: -o-sticky;
position: -o-sticky;
    position: sticky;
position: sticky;
    top: 10px
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-] {
.grid-divider>[class*=col-] {
    position: static
position: static
}
}


.grid-divider>[class*=col-]:nth-child(n+2):before {
.grid-divider>[class*=col-]:nth-child(n+2):before {
    content: "";
content: "";
    border-left: 1px solid #ddd;
border-left: 1px solid #ddd;
    position: absolute;
position: absolute;
    top: 0;
top: 0;
    bottom: 0
bottom: 0
}
}


.col-padding {
.col-padding {
    padding: 0 15px
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 {
.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
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 {
.card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}
}


.card .heading {
.card .heading {
    position: relative;
position: relative;
    height: 80px;
height: 80px;
    color: #fffff
color: #fffff
}
}


.card .heading h1 {
.card .heading h1 {
    position: absolute;
position: absolute;
    bottom: 16px;
bottom: 16px;
    left: 16px;
left: 16px;
    font-size: 24px
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 {
.desc-card {
    background-color: rgba(216, 218, 220, .3)
background-color: rgba(216, 218, 220, .3)
}
}


.drilldown-values-toggle:hover {
.label-container {
    cursor: pointer !important;
position: fixed;
bottom: 48px;
right: 105px;
display: table
}
}


.drilldown-results {
.label-arrow,
    -webkit-filter: blur(5px);
.label-text {
    -moz-filter: blur(5px);
display: table-cell;
    -o-filter: blur(5px);
vertical-align: middle
    -ms-filter: blur(5px);
    filter: blur(5px)
}
}


ul:empty {
.label-text {
    visibility: hidden
color: #fff;
background: rgba(51, 51, 51, .5);
padding: 10px;
border-radius: 3px
}
}


 
.label-arrow {
.button-wrapper{
color: #333;
  width: 300px;
opacity: .5
  margin: 0 auto;
  display: block;
}
}


.drilldown-pre-header,
.tab-pane {
.drilldown-pre-filters,
padding-left: 10px;
.drilldown-post-filters {
padding-right: 10px;
    color: white;
padding-bottom: 10px
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 107, 153, 0.9);
}
}


.drilldown-well{
.alert-small {
    margin-top: 10px;
width: 50%;
margin: 0 auto
}
}


/* Floating button */
.maps-map {
 
margin-bottom: 20px
.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{
.timeline-wrapper h2 {
display:table-cell;
text-align: center !important
vertical-align:middle;
color:#333;
opacity:0.5;
}
}


.btn-float{
.timelineInnerWrapper {
  position:fixed;
margin-top: 20px;
  width:60px;
margin-bottom: 20px
  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 */
 
.btn-inline{
  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
}
 
 
#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 {
.cardTitle {
  box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
background-color: #d3d3d3;
text-align: center;
font-weight: 700;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px
}
}

Aktuelle Version vom 5. Dezember 2024, 16:35 Uhr

@import url('/index.php?title=MediaWiki:CustomNavbar.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomDrilldown.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:LandingPage.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomListWidget.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:Einfuehrung.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomCommentStream.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomAnimations.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomButtons.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomWikiTable.css&action=raw&ctype=text/css');

/***** Global *****/
/**** Font ****/
/* Font Start */
body {
  font-size: 100% !important;
  font-family: Noto Sans, sans-serif;
  line-height: 1.6;
  font-size: 170%
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2')
}

@font-face {
	font-family: Montserrat;
	src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2')
}

@font-face {
	font-family: 'Open Sans';
	src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2')
}
/* Font End */
/*** Footer ***/
/* Footer Start */
#footer {
  padding-bottom: 1rem !important;
}

#footer .container-fluid .row {
  justify-content: center;
}

#siteSub, #contentSub {
  display: none !important;
}
/* Footer End */
a {
	color: #337ab7;
}

.label-container,
ul:empty {
	visibility: hidden
}

/** Hidden elements **/
#drilldown-categories-tabs-wrapper,
#footer-places-about,
#mw-searchoptions,
#pt-mytalk,
.collapsedDesc,
.hide,
.mw-category-generated,
.mw-createacct-benefits-container,
.mw-search-createlink,
.mw-search-profile-tabs,
.private,
.timeline-wrapper,
.tweeki-username,
table.drilldownInfo>tbody>tr>th>span {
	display: none
}

.mw-numlink {
	display: inline
}

#drilldown-switch i,
#return-to-top i {
	font-family: FontAwesome !important
}

#sfForm .select2-container-multi .select2-choices {
	min-height: 60px
}

.pseudoheading2 {
	font-weight: 700;
	font-size: 150%
}

.pseudoheading3 {
	font-weight: 700;
	font-size: 125%
}

.collapsibleDesc:hover {
	cursor: pointer;
	text-decoration: underline
}

.card-0,
.card-1,
.drilldown-results .mw-spcontent h3 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: .3s cubic-bezier(.25, .8, .25, 1)
}

.cs-comments:hover,
.card-1:hover,
.card-4,
div.drilldown-filter: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)
}

.yearly-list-header {
	background-color: rgba(153, 187, 255, .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 .card-1 {
  margin-bottom: 1rem;
}

.sticky-table {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 10px
}

.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-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

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

.label-container {
	position: fixed;
	bottom: 48px;
	right: 105px;
	display: table
}

.label-arrow,
.label-text {
	display: table-cell;
	vertical-align: middle
}

.label-text {
	color: #fff;
	background: rgba(51, 51, 51, .5);
	padding: 10px;
	border-radius: 3px
}

.label-arrow {
	color: #333;
	opacity: .5
}

.tab-pane {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px
}

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

.maps-map {
	margin-bottom: 20px
}

.timeline-wrapper h2 {
	text-align: center !important
}

.timelineInnerWrapper {
	margin-top: 20px;
	margin-bottom: 20px
}

.cardTitle {
	background-color: #d3d3d3;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px
}