User:Kilroy/monobook.css
From Homestar Runner Wiki
< User:Kilroy(Difference between revisions)
m (No more bottom tabs, for now) |
m (Remove "underline always" code) |
||
| Line 15: | Line 15: | ||
} | } | ||
| - | |||
| - | |||
/* tab bottom not removed on hover */ | /* tab bottom not removed on hover */ | ||
#p-cactions li a:hover { z-index: 0; text-decoration: none; } | #p-cactions li a:hover { z-index: 0; text-decoration: none; } | ||
Current revision as of 19:19, 19 June 2007
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }
#mytabs li a:hover { z-index: 0; text-decoration: none; }
#mytabs li.selected a:hover { z-index: 3; }
#p-cactions li.selected {
font-weight: normal;
}
