MediaWiki:Common.css

Aus Stadtsprachen
Wechseln zu:Navigation, Suche

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/*@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.container{
    width: 100vw;
}
/* Header */
.container >  :nth-child(1) {
    background: linear-gradient(0deg, white 50%, #F5F5F5 50%);
}
.container > :nth-child(5){
    width: 100vw;
    margin: auto;
}
.container > :nth-child(1) a {
    color: black;
}
.container > :nth-child(1) div.col-lg-9{
    padding-top: 1vh;
}
a.new:link {
    color: dark-blue !important;
}
#p-search{
    margin-top: 6%;
}
#p-logo{
    margin-left: 2vw;
}
#p-logo > a > img{
    width: 180px;
}
#p-personal{
    margin-right: 2vw;
}
#mw-navigation-collapse > ul{
    display: inline-block;
    text-align: center;
    float: none;
}
.container > :nth-child(2) > div{
    margin-top: 1vh;
}
#mw-navigation{
    background-color: white;
    border: none !important;
    text-align: center;
}
#p-contentnavigation a {
    color: black;
}

/* Hauptseite */
.panel-footer {
    color: darkred;
    font-weight: bold;
    font-size: 1.2em;
}
.panel{
    width: 20vw;
    margin: 5px 1vw 0 0;
    background-color: white;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.8);
    transition: 0.3s;
}
.panel:hover {
  box-shadow: 0 8px 8px 0 rgba(0,0,0,0.8);
}
.panel-footer{
    background-color: white;
    text-align: center;
    overflow-wrap: break-word;
}
.panel img{
    max-width:100%;
    height:auto;
}
.panel-group > .row {
    margin: auto;
    padding: 15px;
}
.col-centered{
    padding-left: 15%;
}

/* Subpages */
.page-banner {
    width: 100%;
    height: 180px;
    background-image: url(http://kallimachos.de/stadtsprachen/images/stadtsprachen/thumb/8/8c/Old-german.jpg/1200px-Old-german.jpg)
}

.subpage-text{
    hyphens: auto; 
    text-align: justify;
    margin-bottom: 6vh !important;
    border-left: 1px groove rgba(0,0,0,0.8);
    padding-left: 1vw;
    margin-top: 3vh !important;
}
.subpage-text .list-group{
     margin: auto;
     width: 70%;
}
.subpage-text .list-group .list-group-item{
     background-color: #F5F5F5;
}
.subpage-text a{
    color: black;
    text-decoration: none;
}
.subpage-text a:hover{
     color: #791F18;
     text-decoration: underline;
}
.subpage-title{
     letter-spacing: 0.25em !important;
     width: 30em;
}
.citations{
    hyphens: auto; 
    text-align: justify;
    font-size: 14px;
    font-style: italic;
}
.mytableMetaInf{
    width: 30%;
}
@media only screen and (min-width: 1400px){
    .subpage-text{
        width: 80%;
        margin: auto;
    }
}