Wechseln zu:Navigation, Suche
Wiki
Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Widget.css von „Wikitext“ nach „Bereinigtes CSS“
K Rote linie verstärkt
Zeile 1: Zeile 1:
.widget {
.widget-old {
background: #fff;
background: #fff;
width: 8em;
width: 8em;
Zeile 11: Zeile 11:
}
}


.widget-head {
.widget-head-old {
background-color: rgb(0, 0, 0);
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
Zeile 18: Zeile 18:
margin-bottom: 0.8em;
margin-bottom: 0.8em;
opacity: 0.6;
opacity: 0.6;
}
.widget {
background: #fff;
width: 12em;
height: 6em;
padding: 0.4em 0em;
text-align: center;
vertical-align: middle;
border: 1px solid #ddd;
border-radius: 0;
}
.widget-head {
margin-bottom: 0.8em;
border-bottom: 2px solid var(--utm-rot);
font-weight: bold;
text-align: left;
font-size: small;
padding-left: 0.5em;
padding-bottom: 0.25em;
}
}



Version vom 17. November 2025, 08:56 Uhr

.widget-old {
	background:		#fff;
	width:			8em;
	height:			6em;
	padding:		0.4em;
	text-align:		center;
	vertical-align:	middle;
	border:			1px solid #ddd;
	border-radius:	4px 4px 4px 4px;	
	box-shadow:		0 1px 4px rgba(0,0,0,.6);
	}

.widget-head-old {
	background-color:			rgb(0, 0, 0);
	color:						rgb(255, 255, 255);
	border-top-right-radius:	3px;
	border-top-left-radius:		3px;
	margin-bottom:				0.8em;
	opacity:		0.6;
	}

.widget {
	background:		#fff;
	width:			12em;
	height:			6em;
	padding:		0.4em 0em;
	text-align:		center;
	vertical-align:	middle;
	border:			1px solid #ddd;
	border-radius:	0;	
	}

.widget-head {
	margin-bottom:	0.8em;
	border-bottom:	2px solid var(--utm-rot);
	font-weight:	bold;
	text-align:		left;
	font-size:		small;
	padding-left:	0.5em;
	padding-bottom:	0.25em;
	}

.portlet-icon {
	min-width:			3em;
	min-height:			4em;
	display:			inline-block;
	vertical-align:		middle;
	background-size:	3em;
	background-repeat:	no-repeat;
	}

.sp-icons-x3 {
	opacity:		0.6;
	}

.halflings-size-50.halflings-stats {
  background-position: -100px -100px;
}

.halflings-size-50 {
  background-size: 950px 150px;
  width: 50px;
  height: 50px;
}