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: Unterschied zwischen den Versionen – Archiv

Stefan Jäger Archiv

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Archiv
Wechseln zu:Navigation, Suche
Zeile 40: Zeile 40:
 
@media (min-width: 992px)
 
@media (min-width: 992px)
 
.col-md-3 {
 
.col-md-3 {
    width: 20%;
+
width: 20%;
 +
border:1 px solid red;
 
}
 
}
 
@media (min-width: 992px)
 
@media (min-width: 992px)
 
.col-md-9 {
 
.col-md-9 {
    width: 80%;
+
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
 
.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-right: 0px;  
    padding-left: 0px;  
+
padding-left: 0px;  
 
}
 
}

Version vom 25. Oktober 2015, 19:25 Uhr

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

@media (min-width: 992px)
.col-md-3 {
width: 20%;
border:1 px solid red;
}
@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; 
}