MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Joachim Camerarius (1500-1574)
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(319 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('/index.php?title=MediaWiki:CustomNavbar.css&action=raw&ctype=text/css');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url('/index.php?title=MediaWiki:CustomDrilldown.css&action=raw&ctype=text/css');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('/index.php?title=MediaWiki:LandingPage.css&action=raw&ctype=text/css');
@import url('https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap.min.css');
@import url('/index.php?title=MediaWiki:CustomListWidget.css&action=raw&ctype=text/css');
@import url('https://fonts.googleapis.com/css?family=Montserrat');= Forschungsliteratur (alphabetisch) =
@import url('/index.php?title=MediaWiki:Einfuehrung.css&action=raw&ctype=text/css');
#footer-places-about { display: none; }
@import url('/index.php?title=MediaWiki:CustomCommentStream.css&action=raw&ctype=text/css');
#sfForm .select2-container-multi .select2-choices {
@import url('/index.php?title=MediaWiki:CustomAnimations.css&action=raw&ctype=text/css');
        min-height: 60px;
@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%
}
}
/* Tests */
 
.testPage{
@font-face {
font-family: 'Roboto', sans-serif;
font-family: 'Noto Sans';
src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2')
}
}
.pseudoheading2 {
 
    font-weight: bold;
@font-face {
    font-size: 150%;
font-family: Montserrat;
src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2')
}
}
.pseudoheading3 {
 
    font-weight: bold;
@font-face {
    font-size: 125%;
font-family: 'Open Sans';
src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2')
}
}
/* Short description collapsible */
/* Font End */
.collapsedDesc{
/*** Footer ***/
    display: none;
/* Footer Start */
#footer {
  padding-bottom: 1rem !important;
}
}
.collapsibleDesc:hover {
 
    cursor: pointer;
#footer .container-fluid .row {
    text-decoration: underline;
  justify-content: center;
}
}


/*Change media breakpoint*/
#siteSub, #contentSub {
@media (max-width: 1279px) {
   display: none !important;
  .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,0.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;
  }
}
}
/* Font and spacing */
/* Footer End */
body{
a {
line-height: 1.6;
color: #337ab7;
font-size: 170%;
}
}
/* Title fade in */
 
#fadein {
.label-container,
    display:inline-block; color: white;
ul:empty {
    margin-top: 0px;
visibility: hidden
    text-align: left;
    -webkit-animation: text-blur-out 1.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) alternate-reverse both;
        animation: text-blur-out 1.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) alternate-reverse both;
}
}
@-webkit-keyframes text-blur-out {
 
  0% {
/** Hidden elements **/
    -webkit-filter: blur(0.01);
#drilldown-categories-tabs-wrapper,
            filter: blur(0.01);
#footer-places-about,
  }
#mw-searchoptions,
  100% {
#pt-mytalk,
    -webkit-filter: blur(12px) opacity(0%);
.collapsedDesc,
            filter: blur(12px) opacity(0%);
.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
}
}
@keyframes text-blur-out {
 
  0% {
.mw-numlink {
    -webkit-filter: blur(0.01);
display: inline
            filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}
}
@keyframes fadein {
 
    from {
#drilldown-switch i,
        opacity:0;
#return-to-top i {
    }
font-family: FontAwesome !important
    to {
        opacity:1;
    }
}
}
@-moz-keyframes fadein { /* Firefox */
 
    from {
#sfForm .select2-container-multi .select2-choices {
        opacity:0;
min-height: 60px
    }
    to {
        opacity:1;
    }
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
 
    from {
.pseudoheading2 {
        opacity:0;
font-weight: 700;
    }
font-size: 150%
    to {
        opacity:1;
    }
}
}
@-o-keyframes fadein { /* Opera */
 
    from {
.pseudoheading3 {
        opacity:0;
font-weight: 700;
    }
font-size: 125%
    to {
        opacity: 1;
    }
}
}
/* Drilldown custom style */
 
/* Hide category header (temporary fix! should be fixed using hook) */
.collapsibleDesc:hover {
#drilldown-categories-tabs-wrapper{
cursor: pointer;
    display: none;
text-decoration: underline
}
}
div.drilldown-filter{
 
    border-radius: 2px;
.card-0,
    padding: 5px;
.card-1,
    margin: 1rem;
.drilldown-results .mw-spcontent h3 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
transition: .3s cubic-bezier(.25, .8, .25, 1)
}
}
div.drilldown-filter:hover{
 
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
.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)
}
}
div.drilldown-filter:nth-of-type(odd) {
 
    background: rgba(192,192,192,0.25);
.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}
}
/* Structured List custom style */
 
.yearly-list-header {
background-color: rgba(153, 187, 255, .6);
padding-bottom: 10px;
padding-top: 10px
}
 
.structuredList h1 {
.structuredList h1 {
    background:rgba(153, 187, 255, 0.5);
background: rgba(153, 187, 255, .5)
}
}
.structuredList h2 {
.structuredList h2 {
    background:rgba(153, 187, 255, 0.25);
background: rgba(153, 187, 255, .25)
}
}
/* hover list */
 
.hoverList ul > li {
.hoverList ul>li {
    transition: opacity 0.2s ease-in-out;
transition: opacity .2s ease-in-out
}
}
.hoverList ul > li:hover {
 
    background: rgba(192,192,192,0.25);
.hoverList .card-1 {
  margin-bottom: 1rem;
}
}
/* Sticky table headers */
 
.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
}
}
/* Allow full width element */
.full-width {
    width: 100vw;
    margin-top: 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;


.grid-divider>[class*=col-] {
position: static
}
}
/* Customize Jumbotron */
 
.jumbotron {
.grid-divider>[class*=col-]:nth-child(n+2):before {
      /* background-color:#006B99; */
      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);
  }
}
/* Hide information only needed for data editing */
.private {
    display: none;
}
.hide {
    display: none;
}
/* Override default bootstrap navbar sytling */
.navbar {
    background-color:#006B99;
    color:#ffffff;
    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: #000000;
    background-color:transparent;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #D3D3D3;
    color: #000000;
}
.navbar .navbar-toggle {
    background-color:#D3D3D3;
}
.navbar .icon-bar {
    background-color:#006B99;
}
/* for dropdowns only */
.navbar .navbar-nav .dropdown-menu  {
  background-color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu>li>a  {
  color: #000000;
}
.navbar .navbar-nav .dropdown-menu>li.active>a  {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu>li>a:hover,.navbar .navbar-nav .dropdown-menu>li>a:focus  {
  color: #000000;
}
.navbar .navbar-nav .dropdown-menu>li>a:hover,.navbar .navbar-nav .dropdown-menu>li.dropdown.open>a:focus  {
  cbackground-color: #b91773;
}
.navbar a.navbar-brand {
    font-weight:600;
    color:#ffffff;
    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: bold;
    color:#ffffff;
}
/* Animate Stats on main page */
.stats {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.stats .fa {
  color: #063d79;
  font-size: 40px;
}
/* Disable output of categories */
.mw-category-generated {
  display: none;
}
/* Styling SemanticDrilldown Buttons */
/* Global Button Styles */
a.drilldown-btn-test:link, a.drilldown-btn-test:visited {
position: relative;
display: block;
margin: 30px auto 0;
padding: 14px 15px;
color: #000000;
font-size:14px;
font-weight: bold;
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, 0.2), 0 1px 0 rgba(0, 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: "";
content: "";
border-left: 1px solid #ddd;
position: absolute;
position: absolute;
height: 0%;
top: 0;
left: 50%;
bottom: 0
top: 50%;
width: 150%;
z-index: -1;
-webkit-transition: all 0.75s ease 0s;
-moz-transition: all 0.75s ease 0s;
-o-transition: all 0.75s ease 0s;
transition: all 0.75s ease 0s;
}
}
a.drilldown-btn-test:link:hover, a.drilldown-btn-test:visited:hover {
 
color: #FFF;
.col-padding {
text-shadow: none;
padding: 0 15px
}
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: #000000;
font-size:14px;
border-radius: 0;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
letter-spacing: .08em;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
/* Victoria Buttons */
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);
}
/* Thar Buttons */
a.drilldown-btn-test.thar-three {
color: #000;
cursor: pointer;
display: block;
position: relative;
border: 2px solid #006B99;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
a.drilldown-btn-test.thar-three:hover {
color: #fff !important;
background-color: transparent;
text-shadow: nthree;
}
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: 0px;
right: 0px;
height: 100%;
width: 0px;
z-index: -1;
content: '';
color: #fff !important;
background: #006B99;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
/* Grid Divider */
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .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 material design */
.card {
  background: #fff;
  border-radius: 2px;
  margin: 1rem;
  padding: 5px;
}
.card-0 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
}
.card-3 {
.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,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,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
}
.card-5 {
.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,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
}
}
/* Test loading screen */
 
#page {
.desc-card {
    display: none;
background-color: rgba(216, 218, 220, .3)
}
}
#loading {
 
    display: block;
.label-container {
    position: absolute;
position: fixed;
    top: 0;
bottom: 48px;
    left: 0;
right: 105px;
    z-index: 100;
display: table
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-position: center;
}
}
.spinner {
 
  width: 100px;
.label-arrow,
  height: 100px;
.label-text {
  position: relative;
display: table-cell;
  margin: 250px auto;
vertical-align: middle
}
}
.double-bounce1, .double-bounce2 {
 
  width: 100%;
.label-text {
  height: 100%;
color: #fff;
  border-radius: 50%;
background: rgba(51, 51, 51, .5);
  background-color: #006B99;
padding: 10px;
  opacity: 0.6;
border-radius: 3px
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
}
.double-bounce2 {
 
  -webkit-animation-delay: -1.0s;
.label-arrow {
  animation-delay: -1.0s;
color: #333;
opacity: .5
}
}
@-webkit-keyframes sk-bounce {
 
  0%, 100% { -webkit-transform: scale(0.0) }
.tab-pane {
  50% { -webkit-transform: scale(1.0) }
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px
}
}
@keyframes sk-bounce {
 
  0%, 100% {  
.alert-small {
    transform: scale(0.0);
width: 50%;
    -webkit-transform: scale(0.0);
margin: 0 auto
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
}
/* Feedback button */
 
.feedback {
.maps-map {
  background-color : #006B99;
margin-bottom: 20px
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
  opacity: 0.5;
}
}
.feedback:hover {
 
  opacity: 1;
.timeline-wrapper h2 {
  color: white;
text-align: center !important
  text-decoration: none;
}
}
.feedback a:visited {
 
  text-decoration: none;
.timelineInnerWrapper {
  color: white;
margin-top: 20px;
}
margin-bottom: 20px
.feedback a:link {
  text-decoration: none;
  color: white;
}
.feedback:active {
  text-decoration: none;
  color: white;
}
#sidebutton {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateX(-35%) rotate(-90deg);
}
}


/* Short desc card */
.cardTitle {
.desc-card {
background-color: #d3d3d3;
  background-color: rgba(216, 218, 220, 0.2);
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
}