Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > eeb2702cafc9a776ebcfb0e44713b840 > files > 537

PyXML-0.8.2-3mdk.ppc.rpm


/*

   CSS style sheet for my web pages.

*/

BODY {
  margin-left: 10%; margin-right: 10%; margin-top: 24pt; margin-bottom: 12pt;
}

H1 {
  background: navy; color: white; padding: 3pt;
  padding-left: 7pt;
  font-family: Tahoma, Helvetica, sans-serif; margin-bottom: 24pt
}

H2, H3, H4, H5, H6 {
  font-family: Tahoma, Helvetica, sans-serif  
}

ADDRESS {
  background: navy; color: white; padding: 3pt; 
  font-size: small; font-style: italic;
}

.warning {
  font-weight: bold; color: red
}

.warning:before {
  content: "Warning: "; font-weight: bold; color: red
}

ADDRESS A:link {
  color: white;
}

ADDRESS A:visited {
  color: #DDD;
}