User:Forcing/styles.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Forcing (talk | contribs)
cereate
 
Forcing (talk | contribs)
No edit summary
 
Line 1: Line 1:
/** Styles for [[User:Forcing]] */
/** Styles for [[Template:User:Forcing]] */
.user-forcing {
.tpl-user-forcing {
background: #F6F6F6;
background: #F6F6F6;
border: 2px solid #1E90FF;
border: 2px solid #1E90FF;
Line 9: Line 9:
}
}


.user-forcing .user-icon {
.tpl-user-forcing .tpl-icon {
text-align: center;
text-align: center;
width: 90px;
width: 90px;
}
}


.user-forcing .user-body {
.tpl-user-forcing .tpl-body {
padding: 0.5em 0.1em 0;
padding: 0.5em 0.1em 0;
vertical-align: middle;
vertical-align: middle;
}
}


.user-forcing .user-header {
.tpl-user-forcing .tpl-header {
font-weight: bold;
font-weight: bold;
}
}


.user-forcing-image-note {
.tpl-user-forcing-image-note {
border: 1px solid #C00;
border: 1px solid #C00;
margin: 0 auto 0.5em;
margin: 0 auto 0.5em;

Latest revision as of 15:24, 14 September 2022

/** Styles for [[Template:User:Forcing]] */
.tpl-user-forcing {
	background: #F6F6F6;
	border: 2px solid #1E90FF;
	clear: both;
	font-size: 110%;
	margin: 2px auto;
	width: 80%;
}

.tpl-user-forcing .tpl-icon {
	text-align: center;
	width: 90px;
}

.tpl-user-forcing .tpl-body {
	padding: 0.5em 0.1em 0;
	vertical-align: middle;
}

.tpl-user-forcing .tpl-header {
	font-weight: bold;
}

.tpl-user-forcing-image-note {
	border: 1px solid #C00;
	margin: 0 auto 0.5em;
	padding: 0.4em;
	text-align: center;
	width: 80%;
}