Themes Administration
This page holds the theme definitions (custom themes) for this site. We use a single custom theme called "My theme" which is defined by the following code block:
@import url(http://themes.wikidot.com/sky-blue/code/3);
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.
#navi-bar, #navi-bar-shadow, #header, #side-bar, #page-title, #breadcrumbs, .page-tags, #page-info, .page-watch-options, .page-options-bottom, #footer, #license-area, #footer-bar, .printuser img {display: none !important;} #main-content { margin: 0; padding: 0; width: 100%; } #action-area h1, #edit-page-form table, #edit-page-form .change-textarea-size, #edit-page-form .edit-help-34, #edit-page-form .edit-page-bottomtable, #edit-cancel-button, #edit-diff-button, #edit-save-continue-button { display: none; } div.buttons input, input.button, button, file, a.button { background-image: url(http://themes.wikidot.com/local--files/rainbow-base/button.png); border: 1px solid #DDD; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; height: 26px; } div.buttons input:hover, input.button:hover, button:hover, a.button:hover { background-image: url(http://themes.wikidot.com/local--files/rainbow-base/button_hover.png); border: 1px solid #DDD; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #000; height: 26px; } /* Minimalistic Editor */ .wd-editor-toolbar-panel div + div, #edit-page-form .note-block p { display: none;} /* IE FIX */ * html #edit-page-form .note-block { display: none;} * + html #edit-page-form .note-block { display: none;} * html .chat-message .preview { height: 100px; overflow: scroll;} * + html .chat-message .preview { height: 100px; overflow: scroll;} #edit-page-textarea { width: 100%; height: 80px; max-height: 80px;} .chat-message .preview { max-height: 100px; padding-right: 2em; overflow: hidden;} .chat-message:hover .preview { overflow-y: scroll;} table { table-layout: fixed; } .chat-message { margin: .5em; border: 3px solid #666; background-color: #CCC; font-size: 90%; -moz-border-radius: 15px; -webkit-border-radius: 15px; } .chat-message td { vertical-align: top; } .chat-message .author { text-align: right; width: 9em; font-size: 90%; } .chat-message .content { padding-left: 1em; } span.active-users { font-style: italic; } body.edit { background-image: url(http://community.wikidot.com/local--files/nav:side/accessories-text-editor-32x32.png) !important; } pre { white-space: pre-wrap; }
page revision: 0, last edited: 11 Apr 2019 07:53