MediaWiki:Monobook.css
From Homestar Runner Wiki
(Difference between revisions)
It's dot com (Talk | contribs) (h'ween over) |
(tweak span.texhtml) |
||
| Line 60: | Line 60: | ||
right: 10px; | right: 10px; | ||
top: 3px; | top: 3px; | ||
| + | } | ||
| + | |||
| + | span.texhtml | ||
| + | { | ||
| + | font-size: 150%; | ||
} | } | ||
Revision as of 02:00, 10 November 2006
/* edit this file to customize the monobook skin for the entire site */
body {
font-size: 10px;
font-family: verdana, geneva, arial, helvetica, sans-serif;
background: #EBEBEB url(skins/monobook/headbg-kb.jpg) 0 0 repeat-x;
}
#p-personal li a { color: #06f; }
#p-personal li a:hover {
text-decoration: underline;
}
#p-cactions li a { color: #00c; }
#p-cactions .new a { color:#c00; }
#content {
margin-left: 12.6em;
}
#p-cactions {
left: 11.9em;
}
.portlet {
width: 12em;
}
input.searchButton {
padding: 0 0.4em !important;
cursor: pointer;
background-color: White;
border: 1px solid #2f6fab;
font-weight: normal;
}
#searchGoButton {
font-weight: normal;
}
#searchInput {
border: 1px solid #2f6fab;
}
input[type="radio"], input[type="checkbox"] {
border: none;
}
select {
border: 1px solid #2f6fab;
color: Black;
}
.featuredstar
{
display: block ! important;
position: absolute;
right: 10px;
top: 3px;
}
span.texhtml
{
font-size: 150%;
}
