File: astma-print.css

package info (click to toggle)
libxtm-perl 0.36-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,524 kB
  • ctags: 398
  • sloc: perl: 21,621; makefile: 37
file content (51 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
body {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 24pt;
  margin-bottom: 24pt;
} 

h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: navy;
}

h1 {
  margin-top: 24pt;
  font-size: 24pt;
} 


h2 {  margin-top: 36pt; }

h3 {  margin-top: 18pt; }

h4 {  font-weight: bold }

.danger {
  text-decoration: blink
  }


xxxxpre { border-left-width:medium; border-left-style:inset; }

.astma {
  background-color:#efefef;
  padding:2px;
  color: green;
  font-size: 10pt;
  font-family: Courier, monospace;
  margin-left:15px;
}

.xtm {
  background-color:#efefef;
  padding:2px;
  color: green;
  font-size: 10pt;
  font-family: Courier,monospace;
  margin-left:15px;
  margin-top:10px;
}