Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ddb8c4e6ca053ed8711e09d0295f0c29 > files > 13

mathomatic-15.5.0-1.fc15.i686.rpm

/* George Gesslein II's CSS for HTML documentation */

/* Commonly used classes: */
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.middle { vertical-align: middle; }
.indent { margin-left: 2em; margin-right: 2em; }
.large { font-size: larger; }
.small { font-size: x-small; }

.sample {
  border-style: solid; border-width: 1px; border-color: black;
  -moz-border-radius: 0.6em; -webkit-border-radius: 0.6em;
  color: black;
  background-color: FloralWhite;
  padding: 10px;
}

a img { border: none; } /* don't draw borders around images that are links */

body {
  font-family: sans-serif;
  font-size: large;
  color: black;
  background-color: white;
}

a:link {
  color: blue;
}

a:visited {
  color: purple;
}

a:hover {
  color: green;
}

a:active {
  color: red;
}

caption {
  color: orange;
  font-weight: bold;
}

@media print
{
  a { text-decoration: none; } /* no underlined links when printing */
/*  h2 { page-break-before: always; } Uncomment this to page break at the beginning of every section. */
}