MediaWiki:Timeless.css
Aus agilpedia2
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* All CSS here will be loaded for users of the Timeless skin */
*{
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
height: 1.5em;
position:relative;
bottom:0.1em
}
/* Triangle position patch */
#personal h2::after {
position: relative;
bottom: 0.5em;
}
/* Logo-Titel */
@media screen {
#p-logo-text a {
color: #e6d745; /* agil-gelb */
color: #9CB4AF; /* agil-grau */
color: #47bed8; /* agil-blau */
color: #000;
color: #e20074; /* agil-pink */
font-size: 1.5em;
text-transform: none;
font-variant: none;
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif ;
}
.color-left {
height: 0.35em;
background: #47bed8; /* agil-blau */
background-color: rgb(71, 190, 216); /* agil-blau */
}
.color-middle {
height: 0.35em;
background: #e20074; /* agil-pink */
background-color: rgb(226, 0, 116); /* agil-pink */
}
.color-right {
height: 0.35em;
background: #e6d745; /* agil-gelb */
background-color: rgb(230, 215, 69); /* agil-gelb */
}
#mw-content-container {
background: #9CB4AF; /* agil-grau */
border-bottom: solid 5px #e6d745; /* agil-gelb */
}
}
#mw-content {
border-bottom: solid 5px #e20074; /* agil-pink */
}