-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
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <code> | ||
.contentbox { | .contentbox { | ||
border: 1px solid #a7d7f9; | border: 1px solid #a7d7f9; | ||
Line 21: | Line 21: | ||
margin: 0px -10px 10px; | margin: 0px -10px 10px; | ||
} | } | ||
</ | </code> |
Revision as of 00:35, 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;
}