-The Dream Cancel Wiki has successfully upgraded it's wiki software and editing has returned. Tables for data have returned.

Template:Content Box/styles.css: Difference between revisions

From Dream Cancel Wiki
Jump to navigation Jump to search
Purin (talk | contribs)
No edit summary
Tag: Manual revert
Purin (talk | contribs)
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<code>
<pre>
.contentbox {
.contentbox {
border: 1px solid #a7d7f9;  
border: 1px solid #a7d7f9;  
Line 21: Line 21:
margin: 0px -10px 10px;
margin: 0px -10px 10px;
}
}
</code>
</pre>

Latest revision as of 00:41, 17 October 2023

.contentbox {
	border: 1px solid #a7d7f9; 
	border-radius: 2px;
	margin:5px;
	padding: 5px 10px;
}

.contentheading {
	font-size: 1.75em;
	font-family: 'Linux Libertine','Georgia','Times',serif;
}

.subcontentheading {
	font-size: 1.5em;
	font-family: 'Linux Libertine','Georgia','Times',serif;
}

.contenthr {
	background-color:#e6e6e6;
	margin: 0px -10px 10px;
}