|
|
(143 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
| @import url(https://cdnjs.cloudflare.com/ajax/libs/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 options ******/ | | /***** Global *****/ |
| | /**** Font ****/ |
| | /* Font Start */ |
| body { | | body { |
| font-family: Noto Sans, sans-serif;
| | font-size: 100% !important; |
| line-height: 1.6;
| | font-family: Noto Sans, sans-serif; |
| font-size: 170%
| | line-height: 1.6; |
| | font-size: 170% |
| } | | } |
|
| |
|
| .private {
| | @font-face { |
| display: none
| | font-family: 'Noto Sans'; |
| | src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2') |
| } | | } |
|
| |
|
| .hide {
| | @font-face { |
| display: none
| | font-family: Montserrat; |
| | src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2') |
| } | | } |
|
| |
|
| .mw-numlink{
| | @font-face { |
| display: inline;
| | font-family: 'Open Sans'; |
| | src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2') |
| } | | } |
| | | /* Font End */ |
| .mw-search-profile-tabs,
| | /*** Footer ***/ |
| #mw-searchoptions, | | /* Footer Start */ |
| .mw-search-createlink {
| | #footer { |
| display: none;
| | padding-bottom: 1rem !important; |
| } | | } |
|
| |
|
| #return-to-top i { | | #footer .container-fluid .row { |
| font-family:'FontAwesome'!important;
| | justify-content: center; |
| } | | } |
|
| |
|
| #footer-places-about { | | #siteSub, #contentSub { |
| display: none
| | display: none !important; |
| } | | } |
| | | /* Footer End */ |
| #sfForm .select2-container-multi .select2-choices {
| | a { |
| min-height: 60px
| | color: #337ab7; |
| } | | } |
|
| |
|
| .testPage { | | .label-container, |
| font-family: Open Sans, sans-serif
| | ul:empty { |
| | visibility: hidden |
| } | | } |
|
| |
|
| .pseudoheading2 { | | /** Hidden elements **/ |
| font-weight: 700;
| | #drilldown-categories-tabs-wrapper, |
| font-size: 150%
| | #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 |
| } | | } |
|
| |
|
| .pseudoheading3 { | | .mw-numlink { |
| font-weight: 700;
| | display: inline |
| font-size: 125%
| |
| } | | } |
|
| |
|
| .collapsedDesc {
| | #drilldown-switch i, |
| display: none
| | #return-to-top i { |
| | font-family: FontAwesome !important |
| } | | } |
|
| |
|
| .collapsibleDesc:hover { | | #sfForm .select2-container-multi .select2-choices { |
| cursor: pointer;
| | min-height: 60px |
| text-decoration: underline
| |
| } | | } |
|
| |
|
| /******* Navbar *******/
| | .pseudoheading2 { |
| @media (max-width:1394px) {
| | font-weight: 700; |
| .navbar-header {
| | font-size: 150% |
| 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 *****/
| | .pseudoheading3 { |
| .jumbotron { | | font-weight: 700; |
| margin-top: 0;
| | font-size: 125% |
| padding-top: 15%;
| |
| padding-bottom: 15%;
| |
| background-image: url(https://i.imgur.com/8O36OdH.jpg);
| |
| background-size: cover
| |
| } | | } |
|
| |
|
| .jumbotronScroll a { | | .collapsibleDesc:hover { |
| position: absolute;
| | cursor: pointer; |
| bottom: 20px;
| | text-decoration: underline |
| 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 *****/
| |
| /* Drilldown Header Styles */
| |
| .drilldown-results .mw-spcontent h3{
| |
| 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)
| |
| }
| |
| | |
| 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,
| | .card-0, |
| a.drilldown-btn-test:visited {
| | .card-1, |
| position: relative;
| | .drilldown-results .mw-spcontent h3 { |
| display: block;
| | box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); |
| margin: 30px auto 0;
| | transition: .3s cubic-bezier(.25, .8, .25, 1) |
| 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)
| |
| } | | } |
|
| |
|
| | .cs-comments:hover, |
| | .card-1:hover, |
| | .card-4, |
| div.drilldown-filter:hover { | | div.drilldown-filter:hover { |
| box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
| | 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) {
| | .card-2 { |
| background: rgba(192, 192, 192, .25)
| | box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) |
| } | | } |
|
| |
|
| | | .yearly-list-header { |
| .drilldown-values-toggle:hover { | | background-color: rgba(153, 187, 255, .6); |
| cursor: pointer !important;
| | padding-bottom: 10px; |
| }
| | padding-top: 10px |
| | |
| .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 { | | .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
| |
| }
| |
| | |
| | |
| | |
| #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-] { | | .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 |
| }
| |
| | |
| /****** 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 { | | .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 |
| } | | } |
|
| |
|
| .desc-card { | | .desc-card { |
| background-color: rgba(216, 218, 220, .3)
| | 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 {
| |
| background-color: #E4F1FF;
| |
| 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);
| |
| margin-top: 50px;
| |
| 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 {
| | .label-container { |
| background-color:transparent !important;
| | position: fixed; |
| | bottom: 48px; |
| | right: 105px; |
| | display: table |
| } | | } |
|
| |
|
| #cs-add-button:hover{
| | .label-arrow, |
| cursor: pointer;
| | .label-text { |
| | display: table-cell; |
| | vertical-align: middle |
| } | | } |
|
| |
|
| .cs-reply-button::after { | | .label-text { |
| content: "Antworten";
| | color: #fff; |
| | background: rgba(51, 51, 51, .5); |
| | padding: 10px; |
| | border-radius: 3px |
| } | | } |
|
| |
|
| .cs-reply-button:hover { | | .label-arrow { |
| background-color:transparent !important;
| | color: #333; |
| cursor: pointer;
| | opacity: .5 |
| } | | } |
|
| |
|
| /* Custom WikiTable */
| | .tab-pane { |
| .wikitable {
| | padding-left: 10px; |
| background-color: #f8f9fa;
| | padding-right: 10px; |
| color: #222;
| | padding-bottom: 10px |
| 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-right: 10px;
| |
| padding-bottom: 10px;
| |
| } | | } |
|
| |
|
| .alert-small { | | .alert-small { |
| width: 50%;
| | width: 50%; |
| margin: 0 auto; | | 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)
| |
| }
| |
| | |
| /* Maps */
| |
| .maps-map{
| |
| margin-bottom: 20px;
| |
| }
| |
| | |
| /* Briefwechsel Katgorie */
| |
| body[class^="page-Kategorie_Briefwechsel"] {
| |
| -webkit-filter: blur(5px);
| |
| -moz-filter: blur(5px);
| |
| -o-filter: blur(5px);
| |
| -ms-filter: blur(5px);
| |
| filter: blur(5px)
| |
| } | | } |
|
| |
|
| /* Zeitleisten */
| | .maps-map { |
| .timeline-wrapper{ | | margin-bottom: 20px |
| display: none;
| |
| } | | } |
|
| |
|
| .timeline-wrapper h2{ | | .timeline-wrapper h2 { |
| text-align: center;
| | text-align: center !important |
| } | | } |
|
| |
|
| .timelineInnerWrapper{ | | .timelineInnerWrapper { |
| margin-top: 20px;
| | margin-top: 20px; |
| margin-bottom: 20px;
| | margin-bottom: 20px |
| } | | } |
|
| |
|
| .cardTitle{ | | .cardTitle { |
| background-color: #d3d3d3;
| | background-color: #d3d3d3; |
| text-align: center;
| | text-align: center; |
| font-weight: bold;
| | font-weight: 700; |
| margin-bottom: 0;
| | margin-bottom: 0; |
| padding-top: 5px;
| | padding-top: 5px; |
| padding-bottom: 5px;
| | padding-bottom: 5px |
| } | | } |