File: rbd.css

package info (click to toggle)
newmat 1.10.4-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,908 kB
  • ctags: 3,373
  • sloc: cpp: 31,314; makefile: 111; sh: 10
file content (20 lines) | stat: -rw-r--r-- 1,397 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Style sheet - if you are saving my html files, please also save this file as rbd.css */
h1           { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; color: maroon }
h2           { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: maroon }
h3           { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: maroon }
h4           { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: maroon }
body         { font-family: "Times New Roman", Times, serif; background-color: white }
body.gray    { font-family: "Times New Roman", Times, serif; background-color: #CCCCCC }
p            { font-family: "Times New Roman", Times, serif; margin-top: 8; margin-bottom: 8 }
p.small      { font-family: "Times New Roman", Times, serif; font-size: 10pt; margin-top: 8; margin-bottom: 8 }
ul           { line-height: 100%; margin-top: 2; margin-bottom: 2 }
li           { margin-top: 2; margin-bottom: 2; font-size: 10pt }
tt           { font-family: "Courier New", Courier, monospaced; font-size: 10pt }
pre          { font-family: "Courier New", Courier, monospaced; font-size: 10pt }
pre.small    { font-family: "Courier New", Courier, monospaced; font-size: 8pt }
hr           { color: maroon }
a:link       { color: blue }
a:visited    { color: green }
a:active     { color: red }
table        { font-size: 10pt }
.question    { color: navy; }