This code will hide the pet ad..
[quote]/* Hide Sponsored Applications */
div#content_14 { display:none !important }[/quote]
These are the only codes I see for the control panel buttons.
[quote]#controlPanelButtons{
padding-bottom:40;
}
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited { /*buttons*/
color: #ffffff;
border: #292929 solid 2px;
background-color: #131313;
}
#controlPanelButtons a:hover { /*buttons hover*/
color: #ffffff;
border: #292929 solid 2px;
background-color: #000000;
}[/quote]
I am not sure what this button code does.
[quote].buttons
{ font-family:verdana;
font-size:8pxyle>a:hover img { filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=7); }[/quote]
Last edited by bobcbar (2008-12-29 13:49:40)