-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: | ||
<syntaxhighlight><line> | |||
.contentbox { | .contentbox { | ||
border: 1px solid #a7d7f9; | border: 1px solid #a7d7f9; | ||
Line 21: | Line 21: | ||
margin: 0px -10px 10px; | margin: 0px -10px 10px; | ||
} | } | ||
</syntaxhighlight></line> |
Revision as of 00:36, 17 October 2023
<syntaxhighlight><line> .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; } </syntaxhighlight></line>