File: doc.css

package info (click to toggle)
mathomatic 14.0.6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,108 kB
  • ctags: 659
  • sloc: ansic: 16,067; makefile: 160; python: 77; sh: 74
file content (12 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/* George Gesslein II's CSS for HTML documentation */

.sample { border-style: dotted; border-width: 1px; color: green; background-color: white; padding: 10px; }
.indent { margin-left: 2em; margin-right: 2em; }
a:hover { color: green; } /* when cursor is over a link, change the link text color to green */
a img { border: none; } /* don't draw borders around images that are links */

@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. */
}