MediaWiki:Common.css: Unterschied zwischen den Versionen
MediaWiki interface page
Ansichten
Aktionen
Namensräume
Varianten
Werkzeuge
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 14: | Zeile 14: | ||
padding: 10px 20px 10px 20px !important; | padding: 10px 20px 10px 20px !important; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | |||
.sidebar tr:first-child th { | |||
border-radius-top-left: 8px; | |||
} | |||
.sidebar tr:first-child td { | |||
border-radius-top-right: 8px; | |||
} | |||
.sidebar tr:last-child th { | |||
border-radius-bottom-left: 8px; | |||
} | |||
.sidebar tr:last-child td { | |||
border-radius-bottom-right: 8px; | |||
} | } | ||
Version vom 22. Oktober 2021, 10:08 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.sidebar {
position: relative;
float: right;
clear: right;
max-width: 100%;
width: 400px;
margin: 0 0 20px 20px;
border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.sidebar th {
padding: 10px 20px 10px 20px !important;
vertical-align: middle;
}
.sidebar tr:first-child th {
border-radius-top-left: 8px;
}
.sidebar tr:first-child td {
border-radius-top-right: 8px;
}
.sidebar tr:last-child th {
border-radius-bottom-left: 8px;
}
.sidebar tr:last-child td {
border-radius-bottom-right: 8px;
}
.functions-table td, .functions-table th {
text-align: center;
}
.functions-table--title {
padding: 10px 0 !important;
background-color: lavender !important;
}