footermap.css in footermap: a footer site map 5
Same filename and directory in other branches
.footermap { clear: both; margin: 0 auto; padding: 10px 0 20px 0; width: 600px; text-align: center; color: #C3DAE6; font-size: 10px } .footermap-submenu a:link { text-decoration: underline; color: #a3bae6; font-weight: bold; } .footermap-submenu a:visited { text-decoration: underline; color: #a3bae6; font-weight: bold; } .footermap-submenu a:active { text-decoration: underline; color: #a3bae6; font-weight: bold; } .footermap-submenu a:hover { text-decoration: underline; color: #7593d2; font-weight: bold; } .footermap-item a:link { text-decoration: underline; color: #a3bae6; font-weight: normal; } .footermap-item a:visited { text-decoration: underline; color: #a3bae6; font-weight: normal; } .footermap-item a:active { text-decoration: underline; color: #a3bae6; font-weight: normal; } .footermap-item a:hover { text-decoration: underline; color: #7593d2; font-weight: normal; }
File
footermap.cssView source
- .footermap
- {
- clear: both;
- margin: 0 auto;
- padding: 10px 0 20px 0;
- width: 600px;
- text-align: center;
- color: #C3DAE6;
- font-size: 10px
- }
-
- .footermap-submenu a:link { text-decoration: underline; color: #a3bae6; font-weight: bold; }
- .footermap-submenu a:visited { text-decoration: underline; color: #a3bae6; font-weight: bold; }
- .footermap-submenu a:active { text-decoration: underline; color: #a3bae6; font-weight: bold; }
- .footermap-submenu a:hover { text-decoration: underline; color: #7593d2; font-weight: bold; }
-
- .footermap-item a:link { text-decoration: underline; color: #a3bae6; font-weight: normal; }
- .footermap-item a:visited { text-decoration: underline; color: #a3bae6; font-weight: normal; }
- .footermap-item a:active { text-decoration: underline; color: #a3bae6; font-weight: normal; }
- .footermap-item a:hover { text-decoration: underline; color: #7593d2; font-weight: normal; }
-