Customize your theme
Customised Theme for the Wikimated Wiki
/* =============== Theme Details =============== Theme Name: Smooth (Wikimated-Wiki) Last modified: 2013-03-15 Author: Shane Smith Website: http://www.shane-smith.com License: Unless otherwise stated, Copyright © Shane Smith 2012-2013. =============== Theme Details =============== */ /** * Font face hosted by Google, License: Open Source **/ @import url("http://fonts.googleapis.com/css?family=Pontano+Sans"); /** * Theme: Smooth, License: Copyright © Shane Smith 2012-2013 **/ html, body { font-family: 'Pontano Sans', sans-serif; } #side-bar, .change-textarea-size, .edit-help-34, #edit-save-continue-button, #edit-save-draft-button { display: none !important; } #header { border-bottom: 1px solid blue; height: 4em; } #header h1 { margin: 0; padding: 0; margin-top: 1em; } #header h1 a { color: black; padding-right: 1em; border-right: 2px solid #A3A3A3; } #header h2 { display: none; } #top-bar { position: relative; left: 10em; margin: -1.5em; z-index: 0; font-size: 18px; } #top-bar .current-link { color: blue; } #top-bar a { color: black; } #top-bar a:hover { text-decoration: none; color: grey; } #search-top-box { display: none; } #login-status { position: absolute; right: 10px; top: 4px; overflow: visible; z-index: 25; font-size: 16px; } #login-status a { color: black; text-decoration: none; } #account-options { width: 8em; } #container-wrap { margin: 0 auto; width: 980px; } #main-content { margin: 0; text-align: justify; padding-top: 1em; padding-bottom: 1em; min-height: 28em; background: #FFFFFF; } #page-content { font-size: 11pt; } #page-title, h1, h2, h3, h4, h5, h6 { border: none; margin: 0 0 0.5em 0; padding-top: 0.5em; font-size: 200%; font-weight: normal; font-family: 'Pontano Sans', sans-serif } h2 { font-size: 180%; } h3 { font-size: 160%; } h4 { font-size: 140%; } h5 { font-size: 120%; } h6 { font-size: 110%; } #toc { margin: 1em auto 1em 0; padding: 0em 0.5em; border: 1px solid #B8B8B8; background-color: #F7F7F7; display: table; text-decoration: none; } #toc a { text-decoration: none; } #toc-action-bar { display: none; } #toc .title { font-weight: bold; margin: 0.2em 0; padding: 0em 2em 0em 1em; text-align: center; } blockquote { border: 1px solid #B8B8B8; padding: 0em 0.5em 0em 2em; background-color: #F4F4F4; background-image: url("http://atest.wikidot.com/local--files/start/quote24.png"); background-repeat: no-repeat; background-position-x: 2px; background-position-y: 2px; } #edit-page-form td:first-child { font-size: 16px; } .preview-message { position: absolute; right: 2em; border: 1px solid #B8B8B8; padding: 0.5em 1em; background-color: #FDD; max-width: 20em; opacity: 0.9; filter: alpha(opacity=90); z-index: 1; } .preview-message a { text-decoration: none; } .owindow { background-color: white; width: 50em; border: 1px solid #BBB; text-align: left; position: absolute; } .owindow a { color: black; } .owindow .title { cursor: move; font-size: 120%; font-weight: bold; padding: 0em 0em 0.5em 0.5em; background-color: none !important; height: 1%; border-bottom: 1px solid blue; margin: 0.5em; } .owindow .button-bar { border-top: 1px solid #AAA; padding-top: 1em; } #license-area { text-align: left; padding: 3px 10px; } #license-area a { text-decoration: none; } #footer { font-size: 14px; margin-top: 6em; padding: 10px 10px 3px 10px; clear: both; overflow: hidden; border-top: 1px solid #AAA; } #footer a { text-decoration: none; } #page-options-container { font-size: 14px; } .page-options-bottom { margin: 4px 0; text-align: right; height: 1%; line-height: 150%; } #page-options-bottom a, #page-options-bottom-2 a { color: black; } #page-options-container { position: absolute; bottom: 5em; right: 11em; } /* Fix menu position */ #top-bar { left: 10em; } #top-bar ul li { margin-right: -0.2em; } /* Custom background colour */ body { background-color: #EFEFEF; } #header { border-bottom: none; } #main-content { border: 1px solid #DDD; } #top-bar ul li a:hover { background-color: #EFEFEF; } /* Social Buttons in the sidebar (currently broken!) */ div.social-buttons { position: relative; top: 4em; right: -52em; width:250px; height:300px; } /* Force images in forum posts to remain within the bounds of the post */ .main-posts-box-content img { max-width: 100% !important; }
Secondary Theme for a specific category (I forget which)
@import url("/local--code/admin:themes/1"); #edit-page-title { width: 80%; } /* Pagepath 1-level maximum */ .dataform-pagepath-chooser span span { display: none; }