The following code block defines the default CSS theme for this site:
@import url(http://themes.wikidot.com/deep-blue/code/3); @import url(http://calendars.wdfiles.com/local--code/calendar%3A_css); #header h1{background:url('http://comcomist.wdfiles.com/local--files/nav%3Aside/comcomized.png') no-repeat center top;} /*#header h1{background:url('http://comcomist.wdfiles.com/local--files/nav%3Aside/logo1') no-repeat left top;}*/ /* Strip down editor UI */ #wd-editor-toolbar-panel div + div { display: none; } #np-editor-panel div + div { display: none;} .edit-help-34 { display: none; } .edit-page-bottomtable { display: none; } #edit-diff-button { display: none; } #pagerate-button { display: none; } #print-button { display: none; } #site-tools-button { display: none; } #page-info { display: none; } .page-watch-options { display: none; }
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.