28 July 2009

Styling checks to do

Some styling things to do:
==============================


span.Red { color: red;}
span.RedBold { color: red; font-weight: bold;}
.styleRed {color: red}
.styleRedBold { color: red; font-weight: bold;}
.styleRed80 {color: #800000}
.styleRed80Bold { color: #800000; font-weight: bold;}

=================================

.indentboth28 {padding-right: 28px; padding-left: 28px;}

=================================


Change the instances that Adrian uses her red styles to one of these.

Check for the "indentboth" in all files to see what's where.

Check Teresa's box to amend "hangright" a little. [i.e., Use some of message-box, but keep to original concept for consistency.]


=================================


#message-box {
background: #fff;
padding: 5px 5px 5px 5px;
font-family: helvetica, sans serif; color:#000;
font-size: 11px;
font-weight: normal;
line-height:18px;
text-align:left;
}

#hangright {float: right; margin: 4px 5px 20px 20px;
/* border-top: thin solid silver;border-right: thin ridge silver;border-bottom: 2px groove silver;border-left: thin solid silver; */
border: 1px dotted silver; background-color:#E5ECF4;
padding: 6px 6px 6px 6px; font-size: 90%;line-height: 1.6em;
}

No comments: