Wiki RPG: Style World: default CSS
From Thread 1
(Difference between revisions)
m (Wiki RPG: Random World: default CSS moved to Wiki RPG: Style World: default CSS) |
|||
Line 1: | Line 1: | ||
'''default CSS''' | '''default CSS''' | ||
<pre> | <pre> | ||
- | body {background-color: green} | + | body {background-color: green}; |
</pre> | </pre> | ||
+ | Any text after the "box fo code" will be ignored. Also, note that each line of CSS code must be terminated by a semicolon. |
Revision as of 05:03, 27 April 2006
default CSS
body {background-color: green};
Any text after the "box fo code" will be ignored. Also, note that each line of CSS code must be terminated by a semicolon.