- From: <Ben_Stein@elementk.com>
- Date: Tue, 26 Jun 2001 10:24:01 -0400
- To: www-validator-css@w3.org
<!----------------------------------------------- links --> A:link { text-decoration: underline; color: blue; } A:active { text-decoration: none; color: orange; } A:visited { text-decoration: underline; color: purple; } A:hover { color: #FF6600; } <!----------------------------------------------- main --> <!--- BODY, TD, and .content should all be the same. Most styles do not pass through <TABLE> and <TR>, except for background image and color for <TABLE>. --> BODY { font-size: 12px; color: #000066; font-family: arial, sans-serif; background-color: #000066; } TD, .content { font-size: 12px; color: #000099; font-family: arial, sans-serif; } .content B { font-size: 12px; color: #000099; font-family: arial, sans-serif; } .mainContentArea { background-color: #FFFFFF; } .required { color: red; } <!-- PRIMARY --> .headerPrimary { font-weight: bold; font-size: 20px; color: #000066; font-family: arial, sans-serif; } .headerPrimaryContent { font-size: 12px; color: #000066; font-family: arial, sans-serif; } <!-- SECONDARY --> .headerSecondary { font-weight: bold; font-size: 16px; color: #000066; font-family: arial, sans-serif; } .headerSecondaryContent { font-size: 12px; color: #000066; font-family: arial, sans-serif; } <!-- TERTIARY --> .headerTertiary { font-weight: bold; font-size: 12px; color: #000066; font-family: arial, sans-serif; } .headerTertiaryContent { font-size: 12px; color: #000066; font-family: arial, sans-serif; } .sideStripe { background-color: #FF6600; } .footer { font-size: 11px; } <!------------------------------------------- account info --> .account { background-color: #000099; color: #FFFFFF; font-size: 10px; font-family: arial; } .account A:hover { color: orange; } .account A:link { text-decoration: none; color: white; } .account A:active { text-decoration: none; color: orange; } .account A:visited { text-decoration: none; color: white; } <!----------------------------------------------- tabs --> .tabBorder { background-color: #000099; } .tabBoxBorder { background-color: #CCCCFF; } .tabOn { background-color: #CCCCFF; } .tab { background-color: #CCCCCC; color: #000099; font-size: 12px; font-family: arial; } .tab, A:hover { color: orange; } .tab, A:link { text-decoration: none; color: #000099; } .tab, A:active { text-decoration: none; color: orange; } .tab, A:visited { text-decoration: none; color: #000099; } <!----------------------------------------------- message ----> .messageDummy { } .messageSideBar2 { background-color: #FF6600; } .messageSideBar1 { background-color: #000066; } .messageContent { background-color: #CCCCFF; font-size: 10px; color: #000099; font-family: arial, sans-serif; } <!----------------------------------------------- microsite --> .micrositeBoundaryBackground { background-color: #CCCCFF; } .micrositeHeader { background-color: #000099; color: #FFFFFF; font-size: 12px; font-family: arial; font-weight: bold; } .micrositeBorder { background-color: #000066; } .micrositeContent { font-size: 10px; font-family: arial, sans-serif; color: #000066; } .micrositeContentList { font-size: 8px; font-family: arial, sans-serif; color: #000066; } .micrositeContentBackground { background-color: #FFFFFF; } .micrositeBoundaryLine { background-color: #000066; } <!----------------------------------------------- catalog --> .catalogTableHeader { background-color: #CCCCFF; font-weight: bold; } .catalogHighlight { background-color: #FFFFCC; } .catalogNotHighlight { background-color: #FFFFFF; } <!----------------------------------------------- search --> .searchHighlight { color: red; } <!----------------------------------------------- login --> .loginRegular { color: #FFFFFF; font-family: arial; font-size: 12px; } .loginTitle { color: #FF6600; font-family: arial; font-size: 14px; } .loginSmall { color: #FFFFFF; font-family: arial; font-size: 10px; } .loginForm { color: #000000; font-family: arial; font-size: 12px; font-weight: bold; } A.login:link { text-decoration: underline; color: white; } A.login:active { text-decoration: none; color: white; } A.login:visited { text-decoration: underline; color: white; } <!------------------------------------------- table prototype 3/27/2001 --> .tableCaption { font-size: 10px; background-color: #FFFFFF; } .tableHeading { font-weight: bold; background-color: #CCCCFF; } .tableRowHeader { background-color: #CCCCFF; } .tableOutline { background-color: #000099; } .tableRowColor1 { background-color: #FFFFFF; } .tableRowColor2 { background-color: #FFFFCC; } <!------------------------------------- for the table's title tab --> .tableTitleTabHeader { background-color: #3366CC; color: #FFFFFF; font-size: 12px; font-family: arial; font-weight: bold; } .tableTitleTabBorder { background-color: #000066; } <!------------------------------------------- table B prototype 3/28/2001 --> .tableBCaption { font-size: 10px; } .tableBData { font-size: 10px; } .tableBData A { text-decoration: none; } .tableBData A:hover { text-decoration: underline; } .tableBBorder { background-color: #000099; } .tableBHeading { color: #FFFFFF; font-weight: bold; } .tableBRowHeader { background-color: #000066; } .tableBOutline { background-color: #000099; } .tableBRowColor1 { background-color: #CCCCFF; } .tableBRowColor2 { background-color: #FFFFCC; } <!----------------------------------------------- forms ----> .radiob { color: white; background-color: white; }
Received on Tuesday, 26 June 2001 10:24:07 UTC