MediaWiki talk:Sidebar
From Funny Wiki
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | + | /* Tunning Up You Have New Messages Sign (TUYHNMS) */ | |
+ | .usermessage { | ||
+ | background-color: green; | ||
+ | border: 2px solid gray; | ||
+ | color: red; | ||
+ | font-weight: bold; | ||
+ | margin: 2em 0em 1em 0em; | ||
+ | padding: 0.5em 1em; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | /* Homestar Runner Fanstuff Wiki Disturbed Edition minor monobook change. */ | ||
+ | /* Created by The thing, edited by The thing */ | ||
+ | /* Changes to come: Main Page Character 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; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Temporary background */ | ||
+ | body { | ||
+ | font: v-small arial narrow; | ||
+ | background: black url('http://www.weirdal.com/images/gradback1.gif') 0 0 repeat; | ||
+ | color: black; | ||
+ | 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: red; | ||
+ | border: 1px solid #aaa; | ||
+ | border-right: none; | ||
+ | line-height: 1.5em; | ||
+ | position: relative; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | color: blue; | ||
+ | background: yellow; | ||
+ | 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: yellow; | ||
+ | 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: blue; | ||
+ | padding-bottom: .2em; | ||
+ | text-decoration: none; | ||
+ | } |
Current revision as of 23:05, 28 March 2006
/* Tunning Up You Have New Messages Sign (TUYHNMS) */ .usermessage {
background-color: green; border: 2px solid gray; color: red; font-weight: bold; margin: 2em 0em 1em 0em; padding: 0.5em 1em; vertical-align: middle;
}
/* Homestar Runner Fanstuff Wiki Disturbed Edition minor monobook change. */ /* Created by The thing, edited by The thing */ /* Changes to come: Main Page Character 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;
}
/* Temporary background */
body {
font: v-small arial narrow; background: black url('http://www.weirdal.com/images/gradback1.gif') 0 0 repeat; color: black; 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: red; border: 1px solid #aaa; border-right: none; line-height: 1.5em; position: relative; z-index: 2;
} h1, h2, h3, h4, h5, h6 {
color: blue; background: yellow; 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: yellow; 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: blue; padding-bottom: .2em; text-decoration: none;
}