MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Berit (Diskussion | Beiträge) |
Berit (Diskussion | Beiträge) |
||
Zeile 57: | Zeile 57: | ||
.vector-menu-tabs a { | .vector-menu-tabs a { | ||
background-image: linear-gradient(to bottom,rgba(255,255,255,0.5) 0,#686868 100%); | background-image: linear-gradient(to bottom,rgba(255,255,255,0.5) 0,#686868 100%); | ||
+ | } | ||
+ | |||
+ | |||
+ | /* MAIN PAGE */ | ||
+ | |||
+ | .wikitable-mainpage { | ||
+ | background-color: #f9f9f9; | ||
+ | color: #202122; | ||
+ | margin: 1em 0; | ||
+ | border-collapse: collapse; | ||
+ | border: 1px solid #666; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .wikitable-mainpage > * > tr > th { | ||
+ | background-color: #ddd; | ||
+ | font-size: 1.2rem; | ||
+ | } | ||
+ | |||
+ | .wikitable-mainpage > * > tr > td { | ||
+ | padding: 15px; | ||
} | } | ||
Version vom 22. April 2021, 16:15 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
background-image: url( /images/css/wiki-background.jpg);
background-color: #000000;
font-family: 'Times New Roman', serif;
font-size: 1.1rem;
}
/*** HEADER & LOGO ***/
.mw-wiki-logo {
background-image: url( /images/css/wiki-llogo.png) !important;
}
#mw-head-base {
background-color: rgba(255,255,255,0.7);
}
/*** BODY ***/
#mw-page-base {
background-image: url( /images/css/wiki-background.jpg);
}
.mw-body {
border-top: 1px solid #666;
border-left: none;
border-bottom: 1px solid #666;
border-right: none;
}
#bodyContent {
max-width: 1200px;
padding: 20px;
}
#mw-panel {
background-color: rgba(255,255,255,0.7);
border-radius: 3px;
box-shadow: 1px 1px 3px rgba(30,15,0,0.5);
}
.vector-menu-tabs li {
background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.6));
}
.vector-menu-tabs {
background-image: none;
}
.vector-menu-tabs a {
background-image: linear-gradient(to bottom,rgba(255,255,255,0.5) 0,#686868 100%);
}
/* MAIN PAGE */
.wikitable-mainpage {
background-color: #f9f9f9;
color: #202122;
margin: 1em 0;
border-collapse: collapse;
border: 1px solid #666;
width: 100%;
}
.wikitable-mainpage > * > tr > th {
background-color: #ddd;
font-size: 1.2rem;
}
.wikitable-mainpage > * > tr > td {
padding: 15px;
}
/*** FOOTER ***/
.mw-footer {
background-color: rgba(255,255,255,0.7);
box-shadow: 1px 1px 3px rgba(30,15,0,0.5);
border-radius: 0px 0px 3px 3px;
}