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
[http://www.example.com Link-Text]/*@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;
    max-width: 100%;
    padding-right: 10px !important;
    overflow: hidden;
}
.container > :nth-child(1) div.col-lg-12{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#mw-navigation{
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-top: 0 !important;
  background: #403f3f !important;
}
.navbar-default .navbar-nav > .open > a{
 background-color: #828282 !important;
}
.container > :nth-child(1) div.col-lg-12 .navbar-default .navbar-nav > li > a {
  color: white !important;
}
/* Header */
.container > :nth-child(5){
    width: 80vw;
    margin: auto;
}
a.new:link {
    color: dark-blue !important;
}
#p-contentnavigation a {
    color: black;
}

/* Hauptseite */
.panel-footer {
    color: darkred;
    font-weight: bold;
    font-size: 1.2em;
}
.panel{
    background-color: white;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.8);
    transition: 0.3s;
    margin-top: 0px !important;
}
.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-size: cover;
}

.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{
    text-decoration: none;
}
.subpage-text a:hover{
     color: #791F18;
     text-decoration: underline;
}
.subpage-title{
     letter-spacing: 0.25em !important;
     text-align: center !important;
}
.citations{
    hyphens: auto; 
    text-align: justify;
    font-size: 14px;
    font-style: italic;
}
.mytableMetaInf{
    width: 30%;
}
.objekt-table{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: auto;
}
.result-text-box{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 10vw;
}
.sprachhandlungstabelle{
    max-width: 50vw;
    <!--right: 0px;-->
    margin-left: auto;
}
@media only screen and (min-width: 1400px){
    .subpage-text{
        width: 80%;
        margin: auto;
    }
}

.zeitschnitte th{
text-align: center;
}
/* Transcription */
.textbox{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding: 15px;
}
.kapitälchen{
font-size: 30px;
}
.red-text{
color: red;
}
.over-&underlined-text{
text-decoration: underline overline;
}
.underlined-text{
text-decoration: underline;
}
.deleted{
text-decoration: line-through;
}
.overlined-text{
text-decoration: overline;
}
.subst{
background-color: lightcoral;
}
.added{
background-color: lightgreen;
}

/* Mainpage */
.maincontainer{

}
.maincontainer .row{
 text-align: center;
}
.navrow{
 padding: 20px;
 background: #403f3f !important;
 margin-bottom: 8vh;
 list-style: none;
 color: white;
}
.navrow ul{
 list-style: none;
}
.navInfo{
 margin-bottom: 20px;
}
.navInfo{
 margin-top: 0px;
 margin-bottom: 20px;
 font-size: 18px;
}
.mynav{
 display: flex;
 align-items: center;
}
.img-title{
 font-size: 16px;
 letter-spacing: 0.25em;
 margin-top: 10px;
}
.zoom{
transition: transform 0.8s; /* Animation */
}
.zoom:hover{
 transform: scale(1.07);
}
.mainHeading{
    margin-bottom: 40px;
    font-size: 16px;
    text-align: justify;
    /* background-color: firebrick; */
    /* color: white; */
    /* opacity: 24%; */
    padding: 20px;
    border: 1px solid #403f3f;
    border-radius: 4px;
}
.Themenschwerpunkte{
    margin-bottom: 10vh;
    background: #403f3f !important;
    color: white;
    padding: 20px;
    border: 10px solid firebrick;
    border-radius: 5px;
    /* opacity: 0.89; */
    font-size: 20px;
}
.linkcolor a{
 color: bisque;
}

.Kategorien/Transkription{
   float:left;
   width:60%;
   padding:15px;
   min-height:600px;
   background-color:#F5F5DC;
}

.Metainformationstabelle{
   float:left;
   width:40%;
   padding:15px;
   font-size:13px;
   min-height:600px;
   background-color:#D3D3D3;
}

.Kommentare{
   text-align:center;
   float:left;
   width:60%;
   padding:15px;
   min-height:350px;
   background-color:#eecab1;
}

.InterneKommentare{
   text-align:center;
   width:100%;
   padding:15px;
   min-height:350px;
   background-color:#EBFFCC;
}

.zweiteTabelle{
   float:left;
   width:40%;
   padding:15px;
   min-height:350px;
   font-size:13px;
   background-color:#D3D3D3;
}


.weisseLinie{
   width:100%;
   height:18px;
   background-color:white;
}

.fullwidth{
  width: 33% !important;
}
.margin-to-zero{
 margin-left: 0px !important;
 margin-right: 0px !important;
}
.understatedTitle{
 text-transform:uppercase;
 color: gray;
 font-size: 20px;
}

span.btn{
  margin-right:3px;
  margin-bottom:3px;
}
.Objektart{
 margin-right: 5px;
 background: lightblue;
}

.vl{
border-left: 1px solid #d9d9d9;
height: 30px;
position: absolute;
left:50%;
}

.list-group br{
 display: none;
}

#searchInput{
 background-color: #F5F5F5;
}