PDA

View Full Version : [vB] AttentionDeficit Update


CustomerService
08-01-2008, 01:23 PM
AttentionDeficit's templates have been updated with the latest maintenance updates and the following aesthetic changes were made based on customer feedback:

Style Manger -> All Style Options

Body CSS, changed:

font: 85%/1.6 'Lucida Grande', Verdana, Arial, sans-serif;to

font: 10pt/1.2 tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;Popup Menu Controls CSS, added the color #374D6F to the Normal and Visited links color, in Extra CSS Attributes added:

font-size:90%;

First AND Second Alternating Colors CSS, added the color #374D6F to the Font Color.

Additional CSS, at the bottom appended this new selector to the bottom:

.darkBlue {
background-color:#182C4A;
color:#fff;
border-bottom:2px solid #AF3B3C;
} then in the Navbar template, changed:

<td class="thead">$vbphrase[notices]</td>to

<td class="darkBlue">$vbphrase[notices]</td>w00t