_css
#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;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License