User:Kogoro/monobook.css: Difference between revisions
From Bulbagarden Archives
Jump to navigationJump to search
m (OTL) |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body | |||
# | { | ||
background: none repeat scroll 0 0 #000 !important; | |||
} | } | ||
# | |||
#p-logo a, | |||
border-color: # | #p-logo a:hover | ||
{ | |||
background: url("http://dl.dropboxusercontent.com/u/1658183/CSS/EspeUmbreLogo.png") 100% 50% no-repeat !important; | |||
width: 170px !important; | |||
height: 170px !important; | |||
} | |||
#p-cactions.portlet div.pBody | |||
{ | |||
width: 97% !important; | |||
float: right !important; | |||
} | |||
#content | |||
{ | |||
border-radius: 20px !important; | |||
border-color: #000 !important; | |||
float: right !important; | |||
width: 85% !important; | |||
} | |||
#p-navigation h3, | |||
#p-search h3, | |||
#p-Bulbagarden h3, | |||
#p-tb h3, | |||
#p-lang h3 | |||
{ | |||
display: none !important; | |||
} | |||
#p-navigation.portlet | |||
{ | |||
overflow: visible !important; | |||
padding-top: 6px !important; | |||
} | |||
#p-search.portlet, | |||
#p-Bulbagarden.portlet, | |||
#p-tb.portlet, | |||
#p-lang.portlet | |||
{ | |||
overflow: visible !important; | |||
} | } | ||
div.pBody { | |||
#p-navigation.portlet div.pBody | |||
{ | |||
width: 12.6em !important; | |||
background-color: #956cab !important; | |||
max-height: 160px !important; | |||
} | } | ||
#p-Bulbagarden.portlet div.pBody | |||
{ | |||
width: 12.6em !important; | |||
background-color: #956cab !important; | |||
max-height: 193px !important; | |||
} | |||
#p-tb.portlet div.pBody | |||
{ | |||
width: 12.6em !important; | |||
background-color: #956cab !important; | |||
max-height: 225px !important; | |||
} | |||
#p- | #p-lang.portlet div.pBody | ||
{ | |||
width: 12.6em !important; | |||
background-color: #956cab !important; | |||
max-height: 143px !important; | |||
} | |||
#p-personal.portlet div.pBody li a:hover, | |||
#p-navigation.portlet div.pBody li a:hover, | |||
#p-search.portlet div.pBody li a:hover, | |||
#p-Bulbagarden.portlet div.pBody li a:hover, | |||
#p-tb.portlet div.pBody li a:hover, | |||
#p-lang.portlet div.pBody li a:hover | |||
{ | |||
font-weight: bold !important; | |||
color: #b091c0 !important; | |||
text-decoration: none !important; | |||
background: none !important; | |||
} | |||
#p-search.portlet div.pBody | |||
{ | |||
width: 13.1em !important; | |||
background-color: #956cab !important; | |||
max-height: 35px !important; | |||
} | } | ||
#p-personal | |||
{ | |||
position: relative; | |||
z-index: 3; | |||
width: 11.6em !important; | |||
} | |||
#p-personal ul | |||
{ | |||
line-height: 0.5em; | |||
font-size:95%; | |||
text-align:left; | |||
text-transform: none; | |||
} | |||
#p-personal { | #p-personal li | ||
{ | |||
display: list-item; | |||
padding:0; | |||
margin: 0 0 0 0; | |||
margin-bottom: 0.1em; | |||
} | } | ||
#p-personal .pBody { | #p-personal .pBody | ||
{ | |||
width: 12.6em !important; | |||
margin: 0 0 0.1em 0em; | |||
float: none; | |||
overflow: hidden; | |||
font-size: 95%; | |||
border-collapse: collapse; | |||
padding: 0.5em 0.8em 0.3em 0.5em; | |||
background-color: #956cab !important; | |||
border-radius: 20px; | |||
border: 1px solid #000; | |||
} | } | ||
#p-personal | #p-personal.portlet | ||
{ | |||
padding-top: 15px !important; | |||
background-color: #000 !important; | |||
} | |||
input.searchButton | |||
{ | |||
background-color: #956CAB !important; | |||
border-radius: 20px !important; | |||
font-size: 90% !important; | |||
border-width: 1px !important; | |||
border-color: #000 !important; | |||
} | } | ||
div.pBody li, | |||
div.pBody li a, | |||
div.pBody li:hover | |||
{ | |||
font-weight: bold !important; | |||
color: black !important; | |||
text-decoration: none !important; | |||
background: #956cab !important; | |||
} | } | ||
div.pBody | |||
{ | |||
border-radius: 20px !important; | |||
border-color: #000 !important; | |||
} | |||
# | #p-cactions li, | ||
#p-cactions li a, | |||
#p-cactions li.selected, | |||
#p-cactions li.selected a | |||
{ | |||
border-color: #000 !important; | |||
z-index: 0 !important; | |||
} | |||
#p-cactions li a:hover, | |||
#p-cactions li.selected a:hover | |||
{ | |||
background-color: #b091c0 !important; | |||
z-index: 0 !important; | |||
} | } | ||
.usermessage { | .noticebar, | ||
.usermessage | |||
{ | |||
border-radius: 20px !important; | |||
background: #956cab url(http://dl.dropboxusercontent.com/u/1658183/CSS/EspeonShade.png) no-repeat left center !important; | |||
border: 1px solid #000 !important; | |||
margin-top: 0.5em !important; | |||
padding: 0.2em !important; | |||
text-align: center !important; | |||
} | } | ||
#searchInput | |||
{ background: | { | ||
background-color: #b091c0 !important; | |||
border-color: #000 !important; | |||
} | |||
#footer | |||
{ | { | ||
border-color: #000 !important; | |||
} | |||
div.pBody ul | |||
{ | |||
list-style-type: none !important; | |||
list-style: none !important; | |||
padding: 0px !important; | |||
margin-left: 10px !important; | |||
} |
Latest revision as of 01:56, 21 March 2017
body { background: none repeat scroll 0 0 #000 !important; } #p-logo a, #p-logo a:hover { background: url("http://dl.dropboxusercontent.com/u/1658183/CSS/EspeUmbreLogo.png") 100% 50% no-repeat !important; width: 170px !important; height: 170px !important; } #p-cactions.portlet div.pBody { width: 97% !important; float: right !important; } #content { border-radius: 20px !important; border-color: #000 !important; float: right !important; width: 85% !important; } #p-navigation h3, #p-search h3, #p-Bulbagarden h3, #p-tb h3, #p-lang h3 { display: none !important; } #p-navigation.portlet { overflow: visible !important; padding-top: 6px !important; } #p-search.portlet, #p-Bulbagarden.portlet, #p-tb.portlet, #p-lang.portlet { overflow: visible !important; } #p-navigation.portlet div.pBody { width: 12.6em !important; background-color: #956cab !important; max-height: 160px !important; } #p-Bulbagarden.portlet div.pBody { width: 12.6em !important; background-color: #956cab !important; max-height: 193px !important; } #p-tb.portlet div.pBody { width: 12.6em !important; background-color: #956cab !important; max-height: 225px !important; } #p-lang.portlet div.pBody { width: 12.6em !important; background-color: #956cab !important; max-height: 143px !important; } #p-personal.portlet div.pBody li a:hover, #p-navigation.portlet div.pBody li a:hover, #p-search.portlet div.pBody li a:hover, #p-Bulbagarden.portlet div.pBody li a:hover, #p-tb.portlet div.pBody li a:hover, #p-lang.portlet div.pBody li a:hover { font-weight: bold !important; color: #b091c0 !important; text-decoration: none !important; background: none !important; } #p-search.portlet div.pBody { width: 13.1em !important; background-color: #956cab !important; max-height: 35px !important; } #p-personal { position: relative; z-index: 3; width: 11.6em !important; } #p-personal ul { line-height: 0.5em; font-size:95%; text-align:left; text-transform: none; } #p-personal li { display: list-item; padding:0; margin: 0 0 0 0; margin-bottom: 0.1em; } #p-personal .pBody { width: 12.6em !important; margin: 0 0 0.1em 0em; float: none; overflow: hidden; font-size: 95%; border-collapse: collapse; padding: 0.5em 0.8em 0.3em 0.5em; background-color: #956cab !important; border-radius: 20px; border: 1px solid #000; } #p-personal.portlet { padding-top: 15px !important; background-color: #000 !important; } input.searchButton { background-color: #956CAB !important; border-radius: 20px !important; font-size: 90% !important; border-width: 1px !important; border-color: #000 !important; } div.pBody li, div.pBody li a, div.pBody li:hover { font-weight: bold !important; color: black !important; text-decoration: none !important; background: #956cab !important; } div.pBody { border-radius: 20px !important; border-color: #000 !important; } #p-cactions li, #p-cactions li a, #p-cactions li.selected, #p-cactions li.selected a { border-color: #000 !important; z-index: 0 !important; } #p-cactions li a:hover, #p-cactions li.selected a:hover { background-color: #b091c0 !important; z-index: 0 !important; } .noticebar, .usermessage { border-radius: 20px !important; background: #956cab url(http://dl.dropboxusercontent.com/u/1658183/CSS/EspeonShade.png) no-repeat left center !important; border: 1px solid #000 !important; margin-top: 0.5em !important; padding: 0.2em !important; text-align: center !important; } #searchInput { background-color: #b091c0 !important; border-color: #000 !important; } #footer { border-color: #000 !important; } div.pBody ul { list-style-type: none !important; list-style: none !important; padding: 0px !important; margin-left: 10px !important; }