User:MewX/monobook.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:
bottom:-1px !important;
bottom:-1px !important;
}
}
#p-cactions ul li.selected , #p-cactions ul li a.selected {
#p-cactions ul li.selected , #p-cactions ul li .selected a {
background:#a3d082 !important;
background:#a3d082 !important;


}
#p-cactions ul li.selected {
border-top:0 !important;
}
}

Revision as of 19:05, 1 March 2009

#bodyContent {
  padding-right:5px !important;
}

#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft:0 !important;
-moz-border-radius-topright:0 !important;
border-color:#3E7614;
background: #ddffb6 !important;
position:relative !important;
bottom:-1px !important;
}
#p-cactions ul li.selected , #p-cactions ul li .selected a {
background:#a3d082 !important;

}