MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:


#mpo {
#mpo {
    display: inline-block;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e9ea));
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e9ea));
     background: -moz-linear-gradient(center top, #ffffff 0%, #e8e9ea 100%);
     background: -moz-linear-gradient(center top, #ffffff 0%, #e8e9ea 100%);
Zeile 10: Zeile 9:
     border-radius: 2px;
     border-radius: 2px;
     text-shadow: 1px 1px 0px #ffffff;
     text-shadow: 1px 1px 0px #ffffff;
    padding: 7px 8px;
     display: block;
     display: block;
     border-color: #c9cdd1;
     border-color: #c9cdd1;
     border-width: 1px;
     border-width: 1px;
     border-style: solid;
     border-style: solid;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
     line-height: 12px;
     line-height: 12px;
     color: #455868;
     color: #455868;
     font-weight: bold;
    padding: .2em .3em .1em .3em;
     font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
    text-align: center;
}
}