MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Berit (Diskussion | Beiträge) |
Berit (Diskussion | Beiträge) |
||
Zeile 40: | Zeile 40: | ||
} | } | ||
+ | |||
+ | .mw-body h1, .mw-body-content h1 { | ||
+ | font-size: 1.9em; | ||
+ | font-weight: normal; | ||
+ | font-family: 'Times New Roman','serif'; | ||
+ | } | ||
+ | |||
+ | h1, h2 { | ||
+ | margin-bottom: 0.6em; | ||
+ | border-bottom: 1px solid #666; | ||
+ | } | ||
.mw-body-content h2 { | .mw-body-content h2 { | ||
Zeile 49: | Zeile 60: | ||
.mw-body-content h3, .mw-body-content h4 { | .mw-body-content h3, .mw-body-content h4 { | ||
font-weight: normal; | font-weight: normal; | ||
− | font-size: 1. | + | font-size: 1.4em; |
border-bottom: 1px solid #a2a9b1; | border-bottom: 1px solid #a2a9b1; | ||
} | } | ||
+ | |||
Version vom 24. Oktober 2021, 16:49 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: 1024px;
padding: 20px;
}
.mw-body h1, .mw-body-content h1 {
font-size: 1.9em;
font-weight: normal;
font-family: 'Times New Roman','serif';
}
h1, h2 {
margin-bottom: 0.6em;
border-bottom: 1px solid #666;
}
.mw-body-content h2 {
margin-top: 1em;
font-size: 1.8em;
font-family: 'Times New Roman', 'serif';
}
.mw-body-content h3, .mw-body-content h4 {
font-weight: normal;
font-size: 1.4em;
border-bottom: 1px solid #a2a9b1;
}
#mw-panel {
background-color: rgba(255,255,255,0.7);
border-radius: 3px;
box-shadow: 1px 1px 3px rgba(30,15,0,0.5);
}
#mw-panel .portal-first {
background-image: none;
background-color: #fff;
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
border-radius: 3px;
}
#mw-panel h3 {
color: #000;
font-size: 1rem;
}
#mw-panel .portal h3, .vector-menu-portal h3 {
background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#000 33%,#000 66%,rgba(0, 0, 0, 0) 100%);
}
.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%);
}
.mw-category-generated {
margin-top: 30px;
border-top: 1px solid #666;
}
#mw-pages, #mw-subcategories {
background-color: #f4f4f3;
padding: 2px 20px 20px 20px;
margin-top: 30px;
}
/* WIKITABLES */
.wikitable-lexikon {
background-color: #f8f9fa;
color: #202122;
margin: 20px 10px 35px 0px;
border-collapse: collapse;
border: 1px solid #666;
width: 100%;
}
.wikitable-lexikon> * > tr > th {
background-color: #e3e2df;
font-size: 1.3rem;
font-weight: 300;
}
.wikitable-lexikon > * > tr > td {
padding: 15px;
}
.wikitable-lexikon p > a {
display: block;
padding: 5px;
border: 1px solid #666;
background-color: #dedede;
width: 100px;
text-align: center;
}
.wikitable-lexikon p > a:hover {
background-color: #ebe9e9;
}
.wikitable-lexikon a:hover {
text-decoration: none;
}
/*** 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;
}
/***** MEDIA QUERIES ***** /
@media only screen and (max-width: 1124px) {
}