Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus fahrrad-wiki

Zeile 25: Zeile 25:
 
     border-left: 1px solid #ccc;
 
     border-left: 1px solid #ccc;
 
     border-right: 1px solid #ccc;
 
     border-right: 1px solid #ccc;
 +
}
 +
 +
@media (min-width: 30em) {
 +
  .responsive-table table { width: 100%; },
 +
  .responsive-table th,
 +
  .responsive-table td {
 +
    padding: .25em .1em;
 +
  }
 
}
 
}
  

Version vom 4. Dezember 2018, 11:56 Uhr

.tab-bar {
    background: #E2001A;
}

ul.side-nav label {
    background: #E2001A;
    color: #fff;
    padding: .25em .5em;
}

body {
    background-color: #F6F6F6;
}

li.grid_fb {
    border: solid 4px #F6F6F6;
    margin: 1em;
    padding: 1em;
}

#p-cactions {
    padding-top: 1.0em;
    padding-bottom: .5em;
    background-color: #FFFFFF;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

@media (min-width: 30em) {
  .responsive-table table { width: 100%; },
  .responsive-table th,
  .responsive-table td {
    padding: .25em .1em;
  }
}

.mw_headline img { 
  top: -30px;
}