You need to be logged into the wiki to be able to edit! To login or join the wiki, click here. |
User:Leech/chick.css
From Kiwiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* License: GPLv2 or later (same as Myskin) */ body{ margin: 0; padding: 0; } input[type="submit"] { border: 2px outset #369; background-color: #369; color: white; border-radius: 0.33em; } a { outline: 0; text-decoration: none; } a:hover { text-decoration: underline; } #content { margin-top: 2em; margin-left: 5px; margin-right: 5px; } #p-cactions h5, #p-search h5, #p-search input[type="submit"], #p-personal h5, #p-tb h5 { display: none; } #t-permalink, #t-specialpages, #t-upload, #t-log, #feedlinks, #t-cite, #t-articlefeedback {display: none;} #p-cactions { position: fixed; top: 0px; right: 0px; width: 100% !important; margin: 0px; padding-top: 5px; padding-bottom: 0px; border-bottom: 1px solid Black; background-color: Ivory; display: block; z-index: 3; } #p-cactions ul { display: block; margin: 0; padding: 0px; text-align: right; position: relative; right: 8px; pedding-left: 12px; } #p-cactions li { display: inline; margin: 0px; padding: 0px; } #p-cactions li a { display: inline; border: 1px solid Black; text-decoration: none; color: Black; background-color: Beige; margin: 0; padding: 2px; } #p-cactions li.selected a { background-color: white; border-bottom: 1px solid white; } #p-cactions li a:hover { background-color: Moccasin; } #p-search { position: fixed; top: 0px; left: 0px; z-index: 5; text-align: left; margin: 0px; padding: 0px; } /* make a few corners round */ #p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.33em; border-top-right-radius: 0.33em; } /* Transform the user toolbar */ #p-personal { position: fixed; bottom: 0px; right: 0px; z-index:4; margin: 0px; padding-top: 2px; padding-left: 0px; } #p-personal .pBody { width: 100%; overflow: hidden; padding: 0px; } #p-personal ul { line-height: 1.5em; text-align: right; padding: 0px; margin: 0px; position: relative; right: 5px; padding-top: 2px; padding-left: 7px; } #p-personal li { display: inline; padding: 0px; margin: 0px; } #p-personal a{ text-decoration:none; color: Black; background-color: Beige; border-top: 1px solid Black; border-right: 1px solid Black; border-left: 1px solid Black; border-bottom: none; border-top-left-radius: 0.33em; border-top-right-radius: 0.33em; padding: 2px; margin: 0px; outline: 0; } #p-personal li a:hover { background-color: Moccasin; } /* Transform the user toolbox */ #p-tb{ position: fixed; bottom: 31px; right: 0px; z-index:3; margin: 0px; padding-top: 2px; padding-left: 0px; width: 50%; } #p-tb .pBody { width: 100%; overflow: hidden; padding: 0px; } #p-tb ul { line-height: 1.5em; text-align: right; padding: 0px; margin: 0px; position: relative; right: 5px; padding-top: 2px; padding-left: 7px; padding-bottom: 2px; } #p-tb li { display: list-style; padding: 0px; margin: 0px; } #p-tb a{ text-decoration:none; color: Black; background-color: Beige; border: 1px solid Black; border-radius: 0.33em; padding: 2px; margin 0px; outline: 0; } #p-tb li a:hover { background-color: Moccasin; }