User:Nyoo/monobook.css: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body { background: #DDD; } | |||
body { background: # | |||
.portlet h5 { | .portlet h5 { | ||
text-transform: capitalize; | text-transform: capitalize; | ||
Line 13: | Line 9: | ||
border-bottom: 1px solid #A2A2A2; | border-bottom: 1px solid #A2A2A2; | ||
} | } | ||
ul { | |||
color: #5A8F1C; | |||
list-style-image: none; | |||
} | |||
ul li { color: #000; } | |||
.portlet ul { | |||
color: #5A8F1C; | |||
list-style-image: none; | |||
} | |||
.portlet ul li { color: #5A8F1C; } | |||
/* side navigation stuff */ | |||
#p-logo { | #p-logo { | ||
padding: 0; | |||
width: 11.6em !important; | |||
background-color: #F6F6F6; | |||
background-color: # | |||
border-width: 0 1px 0 0; | border-width: 0 1px 0 0; | ||
border-style: solid; | border-style: solid; | ||
Line 25: | Line 33: | ||
} | } | ||
#p- | #p-logo a, | ||
#p-logo a:hover, | |||
#p-logo a:link, | |||
} | #p-logo a:active, | ||
#p-logo a:visited { width: 11.6em; } | |||
#p-navigation, #p-search { | #p-navigation, #p-search, #p-tb, #p-lang { | ||
width: 11.6em !important; | |||
top: -1px; | |||
position: relative; | |||
padding-top: 1em; | padding-top: 1em; | ||
margin: 0; | margin: 0; | ||
border-width: 0 1px 0 0; | border-width: 0 1px 0 0; | ||
border-style: solid; | border-style: solid; | ||
border-color: #A2A2A2; | border-color: #A2A2A2; | ||
background-color: #F6F6F6; | |||
} | |||
#p-tb { border-width: 0 1px 1px 0; } | |||
#p-navigation { padding-top: 0.5em; } | |||
#p-lang { | |||
top: -2px; | |||
border-width: 0 1px 1px 0; | |||
} | |||
#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody { | |||
border: 0; | |||
background-color: transparent; | |||
} | } | ||
#p- | |||
padding- | /* top stuff */ | ||
background-color: # | |||
margin: 0; | #p-personal { | ||
border-width: | position: absolute; | ||
padding: 0; | |||
} | |||
li#pt-userpage, | |||
li#pt-anonuserpage, | |||
li#pt-login { | |||
background: none; | |||
padding: 0; | |||
} | |||
#p-personal ul { | |||
margin: 0 1em 0 12.8em; | |||
text-align: right; | |||
text-transform: none; | |||
padding: 0; | |||
} | |||
#p-personal li a:hover { | |||
background-color: transparent; | |||
color: #3A85CA; | |||
} | |||
#p-cactions { | |||
top: 1.5em; | |||
right: 0; | |||
left: 0; | |||
width: auto; | |||
margin: 0 0.6em 0 12.2em; | |||
padding: 0; | |||
border-width: 1px 1px 0 1px; | |||
border-style: solid; | border-style: solid; | ||
border-color: #A2A2A2; | border-color: #A2A2A2; | ||
background-color: #F6F6F6; | |||
font-size: 100%; | |||
} | } | ||
#p-cactions li a { | |||
text-transform: none; | |||
} | |||
#p-cactions li { font-size: 90%; } | |||
#p-cactions li.selected { border-color: #91C12C; border-width: 2px; } | |||
* > html #p-cactions li.selected a { border-color: #91C12C; border-width: 2px; } | |||
/* content stuff */ | |||
# | #content { | ||
position: relative; | position: relative; | ||
top: -1px; | top: -1px; | ||
margin-top: 3.2em; | |||
margin: 0; | margin-right: 0.6em; | ||
margin-left: 12.2em; | |||
padding-top: 0.5em; | |||
border-color: #A2A2A2; | border-color: #A2A2A2; | ||
border-right: 1px solid #A2A2A2; | |||
} | } | ||
/* footer stuff */ | |||
#footer { | #footer { | ||
border-top: 1px solid #5A8F1C; | border-top: 1px solid #5A8F1C; | ||
border-bottom: 1px solid #5A8F1C; | border-bottom: 1px solid #5A8F1C; | ||
background-color: #F6F6F6; | |||
} | } | ||
Latest revision as of 11:44, 16 December 2008
body { background: #DDD; } .portlet h5 { text-transform: capitalize; font-variant: small-caps; font-size: 100%; display: block; margin: 0 0.5em 0 0.5em; padding: 0 0 0.2em 0; border-bottom: 1px solid #A2A2A2; } ul { color: #5A8F1C; list-style-image: none; } ul li { color: #000; } .portlet ul { color: #5A8F1C; list-style-image: none; } .portlet ul li { color: #5A8F1C; } /* side navigation stuff */ #p-logo { padding: 0; width: 11.6em !important; background-color: #F6F6F6; border-width: 0 1px 0 0; border-style: solid; border-color: #A2A2A2; border-bottom: 4px solid #5A8F1C; } #p-logo a, #p-logo a:hover, #p-logo a:link, #p-logo a:active, #p-logo a:visited { width: 11.6em; } #p-navigation, #p-search, #p-tb, #p-lang { width: 11.6em !important; top: -1px; position: relative; padding-top: 1em; margin: 0; border-width: 0 1px 0 0; border-style: solid; border-color: #A2A2A2; background-color: #F6F6F6; } #p-tb { border-width: 0 1px 1px 0; } #p-navigation { padding-top: 0.5em; } #p-lang { top: -2px; border-width: 0 1px 1px 0; } #p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody { border: 0; background-color: transparent; } /* top stuff */ #p-personal { position: absolute; padding: 0; } li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: none; padding: 0; } #p-personal ul { margin: 0 1em 0 12.8em; text-align: right; text-transform: none; padding: 0; } #p-personal li a:hover { background-color: transparent; color: #3A85CA; } #p-cactions { top: 1.5em; right: 0; left: 0; width: auto; margin: 0 0.6em 0 12.2em; padding: 0; border-width: 1px 1px 0 1px; border-style: solid; border-color: #A2A2A2; background-color: #F6F6F6; font-size: 100%; } #p-cactions li a { text-transform: none; } #p-cactions li { font-size: 90%; } #p-cactions li.selected { border-color: #91C12C; border-width: 2px; } * > html #p-cactions li.selected a { border-color: #91C12C; border-width: 2px; } /* content stuff */ #content { position: relative; top: -1px; margin-top: 3.2em; margin-right: 0.6em; margin-left: 12.2em; padding-top: 0.5em; border-color: #A2A2A2; border-right: 1px solid #A2A2A2; } /* footer stuff */ #footer { border-top: 1px solid #5A8F1C; border-bottom: 1px solid #5A8F1C; background-color: #F6F6F6; }