Themes Administration
The following code block defines the default CSS theme for this site:
@import url(http://themes.wdfiles.com/local--code/dark-blue); #header { background-image: url(http://rworkingparty.wdfiles.com/local--files/admin%3Athemes/CAS_Wiki_Header.jpg); } #top-bar{ top: 123px; } #login-status{ top: 0; } #header h1 { margin:0 0 0 190px; padding: 0; max-height: auto; width: 450px; text-align: left; vertical-align: top; } #header h1 a { line-height: 1.3em; color: white; text-shadow: 0px 2px black; text-align: left; font-size: 100%; } #header h1 a span{ margin: 0; padding: 0; } #header h2 { margin-left: 220px; } #top-bar ul { bottom-margin:15px; background-color:#0067b1; } #side-bar { margin-top:20px }
When you edit the above code block, it takes effect immediately. Press Shift-Reload to get the new theme. Only site admins can edit this page.
This theme exists in different colors. To choose a different color, right-click on Narrow or Wide below, and "Copy link address". Then edit this page and paste the copied link address into the code block above, @import url(here);.
You can customize this theme in several other ways:
- Select a different external theme
- Add your own CSS code after the @import in the above theme.
page revision: 21, last edited: 20 May 2013 18:04