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.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Allgemeine Seiten - Bootstrap */


body{
background-position:center 150px;
font-family: 'Libre Baskerville', serif;
/*font-family: 'Playfair Display', serif;*/
}


h1{

/*font-family: 'Philosopher', sans-serif;*/
font-family: 'Playfair Display', serif;
font-style: italic;
/*font-family: 'Cuprum', sans-serif;
color:#782323;*/
color:#c7792a;
}

div .bottom{
border-top:3px  solid rgb(93,94,96);
background-color:rgba(181,206,156,0.6);      /* schilf */ 
}

.navbar{
height:120px;
padding-top:30px;
background: #c8dab5; /* Old browsers */
background: -moz-linear-gradient(top,  #c8dab5 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8dab5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c8dab5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c8dab5 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c8dab5 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c8dab5 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8dab5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

background-image: url(//Jaeger/skins/Bootstrap/images/linie1.png);
background-repeat: no-repeat;
background-position: center bottom;

}

.navbar-brand img {
    margin-right: 0.5em;
    max-height: 50px;
    margin-top: -15px;
    transform: rotate(-20deg);
}
/* Stammbaum */
table.mystammbaum
{
border:0px;
}

.mystammbaum>tbody>tr:nth-child(odd)>td 
{
background-color:transparent;
}

.mystammbaum>thead>tr>th, 
.mystammbaum>tbody>tr>th, 
.mystammbaum>tfoot>tr>th, 
.mystammbaum>thead>tr>td, 
.mystammbaum>tbody>tr>td, 
.mystammbaum>tfoot>tr>td 
{
border: 0px ; 
}

table .table-bordered>thead>tr>th, 
table .table-bordered>tbody>tr>th,
table .table-bordered>tfoot>tr>th,
table .table-bordered>thead>tr>td,
table .table-bordered>tbody>tr>td, 
table .table-bordered>tfoot>tr>td
{
border: 0px ; 
}


/* Kategoriebaum */
  #Kategoriebaum {
float:right;
width:220px;
}

#toc ul
{
-webkit-padding-start: 20px;
}

@media (min-width: 992px)
{
.col-md-3 {
width: 20%;
}
}
@media (min-width: 992px)
{
.col-md-9 {
width: 80%;
}
}
.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
padding-right: 0px; 
padding-left: 0px; 
}