MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/* CSS für das Desktop-Theme (Vector) wird hier angepasst: [[Mediawiki:Vector.css]] */ | |||
/* CSS für das Mobile-Theme (Minerva) wird hier angepasst: [[Mediawiki:Minerva.css]] */ | |||
/* ---- START VARIABLEN ---- */ | |||
:root { | :root { | ||
--body-main: #dbd2bf; | --body-main: #dbd2bf; | ||
| Zeile 10: | Zeile 14: | ||
@import url( 'https://fonts.googleapis.com/css?family=Metamorphous|Metamorphous'); | @import url( 'https://fonts.googleapis.com/css?family=Metamorphous|Metamorphous'); | ||
/* ---- ENDE VARIABLEN ---- */ | |||
/* ---- START BACKGROUND ---- */ | |||
body { | body { | ||
background: url('http://wiki2.ottonien.com/Ottonien_Wiki_background.jpg') no-repeat !important; | background: url('http://wiki2.ottonien.com/Ottonien_Wiki_background.jpg') no-repeat !important; | ||
background-color: var(--dark-beige) !important; | background-color: var(--dark-beige) !important; | ||
} | } | ||
/* ---- ENDE BACKGROUND ---- */ | |||
body.page-Hauptseite h1.firstHeading { | body.page-Hauptseite h1.firstHeading { | ||
| Zeile 20: | Zeile 29: | ||
} | } | ||
/* Changes the default font used for MediaWiki headings */ | /* Changes the default font used for MediaWiki headings */ | ||
#content h1, | #content h1, | ||
Version vom 25. Juli 2024, 17:29 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* CSS für das Desktop-Theme (Vector) wird hier angepasst: [[Mediawiki:Vector.css]] */
/* CSS für das Mobile-Theme (Minerva) wird hier angepasst: [[Mediawiki:Minerva.css]] */
/* ---- START VARIABLEN ---- */
:root {
--body-main: #dbd2bf;
--body-background-color: #c0a886;
--text-color: #3c3c3c; 3c3c3c
--dark-grey: #3c3c3c;
--dark-beige: #cbb297;
}
@import url( 'https://fonts.googleapis.com/css?family=Metamorphous|Metamorphous');
/* ---- ENDE VARIABLEN ---- */
/* ---- START BACKGROUND ---- */
body {
background: url('http://wiki2.ottonien.com/Ottonien_Wiki_background.jpg') no-repeat !important;
background-color: var(--dark-beige) !important;
}
/* ---- ENDE BACKGROUND ---- */
body.page-Hauptseite h1.firstHeading {
display:none;
}
/* Changes the default font used for MediaWiki headings */
#content h1,
#content h2 {
font-family: "Metamorphous";
color: var(--dark-beige);
}
/* TABS */
.vector-menu-tabs-legacy .selected {
background: var(--body-main);
}
.vector-menu-tabs-legacy ul li {
background: #ceb499;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,var(--dark-beige) 100%);
background-repeat: no-repeat;
background-size: 1px 100%;
}
#mw-page-base {
background: none;
}
.mw-body {
background-color: var(--body-main);
color: var(--text-color);
border-color: transparent;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
margin-top: 0;
}
/* Sidebar Styling */
.mw-wiki-logo {
transform: scale(0.85);
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
font-weight: bold;
background-image: unset;
color: var(--dark-grey);
}
.vector-menu-content li a {
color: #665d52 !important;
}
.mainpage-header {
display: flex;
margin: 2.6em 1.75em 1.5em;
}
.mainpage-header .header-intro {
flex: 2;
}
.mainpage-header .header-intro h1 {
font-size: 2.5em;
font-weight: bold;
border: none;
margin: 0 0 0.15em;
}
.mainpage-header .header-intro p {
font-size: 1.1em;
line-height: 1.7em;
}
.mainpage-header .header-stats {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
margin-top: -1em;
}
.mainpage-contents {
grid-area: content;
grid-template-columns: repeat(6, 1fr);
}
.mainpage-contents .tile-halves {
flex: 1;
}
.mainpage-contents .tile-top {
position: relative;
}
.mainpage-contents h2 {
margin: 0;
padding: 0;
}
.mainpage-contents .tile-bottom.link-button a {
padding: 0.75em 0.2em;
}
.tile-row {
display: flex;
flex-flow: row wrap;
margin-bottom: 1em;
padding: 20px;
}
.tile-halves {
display: flex;
flex-flow: row wrap;
border: 1px solid var(--tile-border-color);
background: var(--dark-beige);
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
margin: 20px;
}
.tile-halves h2 {
font-size: 1.4em;
font-weight: bold;
border: none;
margin: 0 0 0.4em;
}
.tile-halves .byline + h2 {
margin-top: -0.5em;
}
.tile-top {
width: 100%;
padding: 1.3rem 1.5rem 0.6rem;
}
.tile-top.tile-image {
display: flex;
align-items: center;
background-color: var(--byline-color);
overflow: hidden;
padding: 0;
height: 13vw;
max-height: 12em;
transition: 0.4s ease-out;
}
.tile-halves:hover .tile-top.tile-image img {
transform: scale(1.1);
transition: 0.5s ease-out;
}
.tile-top.tile-image span {
width: 100%;
}
.tile-top.tile-image img {
width: 100%;
object-fit: cover;
max-height: 200px;
transition: 0.4s ease-out;
}
.tile-bottom {
background: var(--tile-background-color);
border-top: 1px solid var(--tile-border-color);
width: 100%;
padding: 1rem 1.5rem 0.6rem;
}
.tile-bottom.link-button {
align-self: flex-end;
padding: 0;
}
.tile-bottom.link-button a {
display: block;
text-align: center;
padding: 0.75em 1.5em 0.8em;
text-decoration: none;
}
.tile-bottom.read-more {
background: var(--tile-link-button-color);
transition: 0.3s ease-out;
}
.tile-bottom.read-more a {
color: var(--byline-color);
font-weight: bold;
text-align: right;
}
.tile-bottom.read-more:hover {
background: var(--tile-link-button-highlight-color);
}
.tile-bottom.read-more:hover .arrow {
transform: translateX(50%);
}
.tile-bottom.read-more .arrow {
filter: var(--byline-arrow-filter);
margin-left: 0.4em;
transition: 0.3s ease-out;
}