Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20958

Re: Need to change font color on the Website Administration page!!

$
0
0

<asp:Content runat="server" ContentPlaceHolderID="adminHeadPlaceholder">

    <style type="text/css">

    #container { background: transparent; background-image:none;}

#adminContent p { border: none; width: auto; padding: 0; font-size: 12px; font-weight: bold;}

#adminContent a { color: black; }

#adminContent a:hover {color:orange;}

.column1of2 { padding-left:0px; padding-right:5px; vertical-align:top; text-align: left; width: 50%; }

.column2of2 { padding-left:5px; padding-right:0px; vertical-align:top; text-align: left; width: 50%; }

.sw-hdr-breadbox { display: none; } /* no breadcrumbs on admin page. */

    </style>

</asp:Content>


Viewing all articles
Browse latest Browse all 20958

Trending Articles