Difference between revisions of "Template:In the news/special-header/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>QEDK
(reduce margin)
imported>QEDK
(adj slight)
Line 1: Line 1:
 
/* {{pp-template|small=yes}} */
 
/* {{pp-template|small=yes}} */
 
.itn-special {
 
.itn-special {
margin: 2px 1px 4px 1px;
+
margin: 1px 1px 4px 1px;
 
padding: 5px;
 
padding: 5px;
 
text-align: center;
 
text-align: center;
Line 7: Line 7:
 
background: #fafcfe;
 
background: #fafcfe;
 
border: 1px solid #a3b0bf;
 
border: 1px solid #a3b0bf;
}
 
 
.itn-special-head {
 
font-weight: bold;
 
white-space: nowrap;
 
}
 
 
.itn-special-list {
 
font-size: 85%;
 
clear: both;
 
 
}
 
}

Revision as of 19:15, 25 August 2020

/* {{pp-template|small=yes}} */
.itn-special {
	margin: 1px 1px 4px 1px;
	padding: 5px;
	text-align: center;
	border-style: solid;
	background: #fafcfe;
	border: 1px solid #a3b0bf;
}