You are here

footermap.css in footermap: a footer site map 5.2

Same filename and directory in other branches
  1. 5 footermap.css
  2. 6 footermap.css
  3. 7 footermap.css
.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.css
View source
  1. .footermap
  2. {
  3. clear: both;
  4. margin: 0 auto;
  5. padding: 10px 0 20px 0;
  6. width: 600px;
  7. text-align: center;
  8. color: #C3DAE6;
  9. font-size: 10px
  10. }
  11. .footermap-submenu a:link { text-decoration: underline; color: #a3bae6; font-weight: bold; }
  12. .footermap-submenu a:visited { text-decoration: underline; color: #a3bae6; font-weight: bold; }
  13. .footermap-submenu a:active { text-decoration: underline; color: #a3bae6; font-weight: bold; }
  14. .footermap-submenu a:hover { text-decoration: underline; color: #7593d2; font-weight: bold; }
  15. .footermap-item a:link { text-decoration: underline; color: #a3bae6; font-weight: normal; }
  16. .footermap-item a:visited { text-decoration: underline; color: #a3bae6; font-weight: normal; }
  17. .footermap-item a:active { text-decoration: underline; color: #a3bae6; font-weight: normal; }
  18. .footermap-item a:hover { text-decoration: underline; color: #7593d2; font-weight: normal; }