MediaWiki:Common.css

Aus iTrack
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „- CSS an dieser Stelle wirkt sich auf alle Skins aus: #mw-panel { overflow: visible; } h2,h3,h4 { clear: left; } div { overflow: hid…“)
 
Zeile 56: Zeile 56:
 
.index2 {
 
.index2 {
 
         float: left;
 
         float: left;
         width: 200px;
+
         width: 180px;
 
         margin: 20px 20px 0 0;
 
         margin: 20px 20px 0 0;
 
}
 
}

Version vom 9. November 2010, 23:44 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
 
#mw-panel {
        overflow: visible;
}
 
h2,h3,h4 {
        clear: left;
}
 
div {
        overflow: hidden;
}
 
code {
        background: transparent !important;
}
 
caption {
        text-align: left;
        caption-side: bottom;
        vertical-align: bottom;
        font-style: italic;
}
 
.editsection {
        clear: both;
}
 
.required {
        color: red;
}
 
 
/**
 * index
 */
.index0 {
        clear: both;
}
 
.index0 h2 .editsection {
        font-size: 0.5em;
}
 
.index1 {
        float: left;
        width: 280px;
        margin: 0 20px 20px 0;
}
 
.index1 h2 span {
        margin: 0;
}
 
.index2 {
        float: left;
        width: 180px;
        margin: 20px 20px 0 0;
}
 
 
/**
 * module
 */
.module {
        float: right;
        border-collapse: collapse;
}
 
.module td,
.module th {
        padding: 1px 4px;
        border: 1px solid silver;
        text-align: left;
        vertical-align: top;
}
 
.module th {
        background: #efefef;
}
 
 
/**
 * functions
 */
.functions {
        width: 550px;
        border-collapse: collapse;
}
 
.functions td,
.functions th {
        padding: 1px 4px;
        border: 1px solid silver;
        text-align: left;
        vertical-align: top;
}
 
.functions th {
        width: 120px;
        background: #efefef;
}
 
 
/**
 * function
 */
.function {
        float: right;
        border-collapse: collapse;
}
 
.function td,
.function th {
        padding: 1px 4px;
        border: 1px solid silver;
        text-align: left;
        vertical-align: top;
}
 
.function th {
        background: #efefef;
}
 
 
/**
 * parameter
 */
.parameter {
        float: left;
        width: 250px;
        border-collapse: collapse;
        margin-right: 10px;
}
 
.parameter td,
.parameter th {
        padding: 1px 4px;
        border: 1px solid silver;
        text-align: left;
        vertical-align: top;
}
 
.parameter th {
        width: 80px;
        background: #efefef;
}
Meine Werkzeuge

Varianten
Aktionen
Navigation
Werkzeuge