User:KKyuubi/myskin.css
From Homestar Runner Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
- | /* Tunning Up You Have New Messages Sign (TUYHNMS) */ | + | <pre>/* Tunning Up You Have New Messages Sign (TUYHNMS) */ |
.usermessage { | .usermessage { | ||
background-color: #000000; | background-color: #000000; | ||
Line 102: | Line 102: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
+ | </pre> |
Revision as of 20:09, 28 July 2006
<pre>/* Tunning Up You Have New Messages Sign (TUYHNMS) */ .usermessage { background-color: #000000; border: 3px solid #DDDDDD; color: #FFFFFF; font-weight: bold; margin: 2em 0em 1em 0em; padding: 0.5em 1em; vertical-align: middle; } /* Homestar Runner Fanstuff Wiki Glitch Edition minor monobook change. */ /* Created by Conchris, edited by Crüsäder */ /* Changes to come: The Cheat's Replacement */ /* These alter the Main Page boxes to have replacement characters. */ .MainPageFanstuffBox { background: url(' '); background-repeat: no-repeat; background-position: bottom right; } .MainPageWikiStuffBox { background: url(' '); background-repeat: no-repeat; background-position: bottom right; } /* stolen from a monobook.css on the knowledge base, this changes the logo */ #p-logo a { background-image: url('http://www.editthis.info/crusaderimages/images/crusaderimages/e/ed/GlitchHRFWiki.png') !important; background-position: top left; background-repeat: no-repeat; } /* Temporary background */ body { font: v-small arial narrow; background: pink url(' ') 0 0 repeat; color: blue; margin: 0; padding: 0; } /* WARNING! THESE ARE BEING USED TO EXPERIMENT WITH SOME CSS, ADD AT YOUR OWN RISK! AND IF YOU DO, KEEP THIS COMMENT! */ #content { margin: 2.8em 0 0 12.2em; padding: 0 1em 1.5em 1em; background: white; color: black; border: 1px solid #aaa; border-right: none; line-height: 1.5em; position: relative; z-index: 2; } h1, h2, h3, h4, h5, h6 { color: silver; background: orange; font-weight: bold; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } h1 { font-size: 188%; } h2 { font-size: 150%; } h3, h4, h5, h6 { border-bottom: none; font-weight: bold; } h3 { font-size: 132%; } h4 { font-size: 116%; } h5 { font-size: 100%; } h6 { font-size: 80%; } h1, h2 { border-bottom: none; font-weight: bold; } #p-personal li { z-index: 0; border: none; padding: 0; display: inline; color: gray; margin-left: 1em; line-height: 1.2em; background: none; } #p-personal li a { text-decoration: none; color: red; padding-bottom: .2em; background: none; } #p-personal li a:hover { background-color: white; padding-bottom: .2em; text-decoration: none; } </pre>