User:Kogoro/monobook.css: Difference between revisions

From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
m (Personal CSS update.)
m (h5 → h3)
Line 26: Line 26:
}
}


#p-Navigation h5,
#p-Navigation h3,
#p-search h5,
#p-search h3,
#p-Bulbagarden h5,
#p-Bulbagarden h3,
#p-tb h5,
#p-tb h3,
#p-lang h5
#p-lang h3
{
{
display: none !important;
display: none !important;

Revision as of 07:56, 5 September 2013

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,
#p-Bulbagarden.portlet div.pBody,
#p-tb.portlet div.pBody,
#p-lang.portlet div.pBody
{
width: 12.6em !important;
background-color: #956cab !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;
}

#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;
border-radius: 1em 1em 0 0;
}

#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;
}

body[class~=ns-7] #wpTextbox1
{
  display: none;
}