Customize your theme
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/green-grass/code/3); /* For PageManager module (http://modules.wikidot.com) */ /* Table style is layout, header/footer are top & bottom rows */ /* Strip down editor UI, revised by PH */ #wd-editor-toolbar-panel div + div { display: none; } #np-editor-panel div + div { display: none;} #edit-diff-button { display: none; } #pagerate-button { display: none; } #print-button { display: none; } #site-tools-button { display: none; } #page-info { display: none; } #lock-info { display: none; } .edit-help-34 { display: none; } .page-watch-options { display: none; } /* Testing link colorisation on popups */ .hover{ color: #0a9200; } .hover:hover { background-color: transparent; text-decoration: underline; } .hover:hover span { text-decoration: none; } /* ---------------------------------------------------------------- */ /* My quote */ /* ---------------------------------------------------------------- */ .myquote blockquote p{padding:4em 0 0 0;margin:0 0 2.7em 0;} /* ---------------------------------------------------------------- */ /* Testing a simple custom color-bar */ /* ---------------------------------------------------------------- */ .colorbar, .green, .red, .blue, .black { background-image: url(http://hackedforum.wikidot.com/local--files/tabpage/tabcolor.png); background-repeat: repeat-x; background-position: -3px;} .colorbar {background-color:transparent;} .green {background-color:#00ff00;} .red {background-color:#ff0000;} .blue {background-color:#0066ff;} .black {background-color:#000000;} /* ---------------------------------------------------------------- */ /* Testing a simple custom toc folded by default */ /* ---------------------------------------------------------------- */ .foldedtoc #toc #toc-action-bar{display:none} .foldedtoc #toc .title{display:none;border:0px solid black;} .foldedtoc #toc {border:0px solid black;margin:0 0 0 -0,9em;background-color:#ddf;} .foldedtoc .collapsible-block-link {text-decoration:none}
page revision: 55, last edited: 24 Nov 2009 16:26