MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche
(.infoline)
K (.infoline)
Zeile 37: Zeile 37:
 
border: 2px solid #ccc;
 
border: 2px solid #ccc;
 
background: #eee; width: 100%;
 
background: #eee; width: 100%;
 +
line-height: 1em;
 
}
 
}
  
Zeile 48: Zeile 49:
 
width: 100%;
 
width: 100%;
 
vertical-align: middle;
 
vertical-align: middle;
line-height: auto;
 
 
}
 
}
  

Version vom 24. März 2012, 21:41 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#footer-info-viewcount { display: none; }

.caption {
font-size: 15pt;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF1A3), color-stop(0.01, #FFD600), color-stop(0.99, #F5A521), color-stop(1, #F9C87A) );
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-top: 10px;
}

.round {
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
}

.box {
width: 100%;
margin-bottom: 14px;
border-spacing: 2px;
}

.box td {
padding: 8px 12px;
}

.box .box-title a {
color: yellow !important;
}

.infoline {
margin: 15px 0;
border: 2px solid #ccc;
background: #eee; width: 100%;
line-height: 1em;
}

.infoline td.icon {
padding: 12px;
padding-right: 2px;
}

.infoline td.content {
padding: 12px;
width: 100%;
vertical-align: middle;
}

/* Übersicht Let's Plays - Tabelle */

table.letsplays {
width:700px;
}

table.letsplays .dates-col {
width:55px;
}

table.letsplays .episodes-col {
width:60px;
}

table.letsplays .length-col {
width:85px;
}

table.letsplays .dates {
text-align:center;
}

table.letsplays .episodes, table.letsplays .length {
text-align:right;
}

.lp-finished {
background:#F06C47;
}

.lp-paused {
background:#FCB058;
}

.lp-active {
background:#9DD12F;
}