MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FLUT WIKI
Zur Navigation springen Zur Suche springen
Zeile 36: Zeile 36:
}
}


.button-red{
.blue {
background-color:#E91818;
background-color:#339ecc;
}
 
.blue2 {
background-color:#8faedd;
}
 
.green {
background-color:#8dc887;
}
 
.red {
background-color:#EC8C90;
}
 
.purple {
background-color:#cb86b1;
}
 
.yellow {
background-color:#fcd290;
}
}

Version vom 23. August 2021, 11:28 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

body{
	font-family: 'Lato', sans-serif;
}

.firstHeading, #firstHeading, .mw-headline {
	font-family: 'Lilita One', cursive;
	font-weight:100;
}


.nodesktop {
display:none;
}

.button-row{
	display:flex;
	flex-wrap: wrap;
	flex-basis: calc(960px * 999 - 100% * 999);
}

.button-flex {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 150px;
}

.button-style {
	border-radius: 2px;
	border-width:1px;
	border-style:solid;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
	text-align:center; font-size:120%;
}

.blue {
	background-color:#339ecc;
}

.blue2 {
	background-color:#8faedd;
}

.green {
	background-color:#8dc887;
}

.red {
	background-color:#EC8C90;
}

.purple {
	background-color:#cb86b1;
}

.yellow {
	background-color:#fcd290;
}