styles.css

From Redazione
Jump to navigation Jump to search
m (Protected "Template:Documentation/styles.css": Widely used template ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)))
 
(import style from MediaWiki:Gadget-Site.css - this style is used only by the {{Documentation}} template)
Line 1: Line 1:
 +
/*Template documentation*/
 
.template-documentation {
 
.template-documentation {
margin-top: 1em;
 
 
clear: both;
 
clear: both;
border: 2px dotted #666;
+
margin: 1em 0 0 0;
padding: 0.6em;
+
border: 1px solid #AAA;
background-color: #ecfcf4;
+
background: #ECFCF4;
 +
padding: 5px;
 
}
 
}
.template-documentation:after {
+
/* force edit links to right in start box */
content: "";
+
span#doc_editlinks {
display: block;
+
float: right !important;
clear: both;
+
margin-right: 0.50em !important;
}
 
.template-documentation-heading {
 
padding-bottom: 3px;
 
border-bottom: 1px solid #a2a9b1;
 
margin-bottom: 1ex;
 
}
 
.template-documentation-title {
 
font-size: 150%;
 
}
 
.template-documentation-transcludedfrom {
 
font-size: smaller;
 
font-style: italic;
 
 
}
 
}

Revision as of 14:10, 15 July 2020

/*Template documentation*/
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #AAA;
	background: #ECFCF4;
	padding: 5px;
}
/* force edit links to right in start box */
span#doc_editlinks {
	float: right !important;
	margin-right: 0.50em !important;
}