-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
VolcanoShed (talk | contribs) Created page with ".contentbox { border: 1px solid #1d80ae; border-radius: 2px; margin:5px; padding: 0px 10px 5px; } .contentheading { font-size: 2em; } .subcontentheading { font-size:..." |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> | |||
.contentbox { | .contentbox { | ||
border: 1px solid # | border: 1px solid #a7d7f9; | ||
border-radius: 2px; | border-radius: 2px; | ||
margin:5px; | margin:5px; | ||
padding: | padding: 5px 10px; | ||
} | } | ||
.contentheading { | .contentheading { | ||
font-size: | font-size: 1.75em; | ||
font-family: 'Linux Libertine','Georgia','Times',serif; | |||
} | } | ||
.subcontentheading { | .subcontentheading { | ||
font-size: 1.5em; | font-size: 1.5em; | ||
font-family: 'Linux Libertine','Georgia','Times',serif; | |||
} | } | ||
.contenthr { | .contenthr { | ||
background-color:# | background-color:#e6e6e6; | ||
margin: 0px -10px 10px; | margin: 0px -10px 10px; | ||
} | } | ||
</pre> |
Revision as of 00:33, 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; }