MediaWiki:Common.css

From Sim Dynasty Rulebook

(Difference between revisions)
Jump to: navigation, search
(New page: - CSS placed here will be applied to all skins: h4 { font-weight: normal; text-decoration: underline; })
Current revision (18:55, 29 October 2013) (edit) (undo)
 
(4 intermediate revisions not shown.)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
-
h4 { font-weight: normal; text-decoration: underline; }
+
.tip,
 +
.note {
 +
padding: 0.5em;
 +
margin: 0.5em 0;
 +
background-color: #F9F9D9;
 +
background-position: 4px 2px;
 +
background-repeat: no-repeat;
 +
border: 1px solid #DDD;
 +
font-style: italic;
 +
}

Current revision

/* CSS placed here will be applied to all skins */
.tip,
.note {
	padding: 0.5em;
	margin: 0.5em 0;
	background-color: #F9F9D9;
	background-position: 4px 2px;
	background-repeat: no-repeat;
	border: 1px solid #DDD;
	font-style: italic;
}
Personal tools