Notice: Trying to access array offset on value of type null in /home/webpages/lima-city/medienspatzen/medienspatzen.lima-city.de/jaeger/includes/profiler/SectionProfiler.php on line 99

Notice: Trying to access array offset on value of type null in /home/webpages/lima-city/medienspatzen/medienspatzen.lima-city.de/jaeger/includes/profiler/SectionProfiler.php on line 99

Notice: Trying to access array offset on value of type null in /home/webpages/lima-city/medienspatzen/medienspatzen.lima-city.de/jaeger/includes/profiler/SectionProfiler.php on line 100

Notice: Trying to access array offset on value of type null in /home/webpages/lima-city/medienspatzen/medienspatzen.lima-city.de/jaeger/includes/profiler/SectionProfiler.php on line 100

Notice: Trying to access array offset on value of type null in /home/webpages/lima-city/medienspatzen/medienspatzen.lima-city.de/jaeger/includes/profiler/SectionProfiler.php on line 101

Notice: Trying to access array offset on value of type null in /home/webpages/lima-city/medienspatzen/medienspatzen.lima-city.de/jaeger/includes/profiler/SectionProfiler.php on line 101
MediaWiki:Common.css – Archiv

Stefan Jäger Archiv

MediaWiki:Common.css

Aus Archiv
Wechseln zu:Navigation, Suche

Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/*############# Navbar ############*/
.navbar-default{
    border:0px;
}

@media (min-width: 1200px){
   .navbar-brand {
      border-right:0px;

   }
   .nav > li > a{
      padding:10px 15px;
   }
}


@media (min-width: 1024px) and (max-width:1199px){
   .navbar-brand {
      border-right:0px;
   }
   .nav > li > a{
      padding:10px 10px;
   }
}
@media (min-width: 768px) and (max-width:1023px){
   .navbar-brand {
      border-right:0px;
   }
   .nav > li > a{
      padding:10px 10px;
      background-color:red;
   }
}
/*############# Startseite ############*/

/* Header Hauptseite */
div#header_top{
display:none;
}

body.page-Hauptseite div#header_top {
    background-image: url(/jaeger/images/portrait.jpg);
    background-repeat: no-repeat;
    background-position: 17% 0;
    height: 300px;
    display: block;
    background-color: #d9826e;
}

body.page-Hauptseite div#header_top h1 {
    margin-left: 30%;
    font-family: 'Rock Salt',cursive;
    font-size: 40pt;
    color: #f1ebdd;
    padding-top: 95px;
    margin-top: 0px;
}

/*Seitenntitel ausgeschaltet*/
body.page-Hauptseite h1#firstHeading{
   display:none;
}

/*Infoboxen*/ 
.infoHeader{
    border:1px solid #D9826E;
    color:#D9826E;
    padding:10px 0;
    text-align:center; 
    height:40px; 
    margin:20px 0 20px 0; 
    font-weight:bold; 
}

div.flex-container div:nth-child(1){
    background-color:    #bcc9b5;
    margin-bottom:10px;
    padding:10px;
} 

div.flex-container div:nth-child(2){
    background-color: #f5ceac;
    margin-bottom:10px;
    padding:10px;
} 
div.flex-container div:nth-child(3){
    background-color:#bcc9b5; 
    margin-bottom:10px;
    padding:10px;
}

div.infoFooter{
    border: 1px solid #225588;
    padding: 5px;
    clear: both;
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} 

.myPanel {
   flex: 30%;
   border:0px;
   margin:5px;
}