File: tutorial.css

package info (click to toggle)
gbrowse 2.56%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,104 kB
  • sloc: perl: 50,765; sh: 227; sql: 62; makefile: 50; ansic: 27
file content (48 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (7)
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
BODY {
   background-color: #FFFFFF;
   font-family: sans-serif;
}
HTML { 
  font-family: sans-serif;
}
P { 
  font-family: sans-serif;
 }
TD.code {
   font-family: fixed;
   background: rgb(220,220,220);
}
INPUT {
    background-color: #FFFFFF
}
BLOCKQUOTE.example { 
   background-color: rgb(200,255,255)
} 
TH {
    font-family: sans-serif;
    background-color: rgb(200,255,255);
    padding: 0;
    margin: 0;
}
TD {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}
TD.pre {
    font-family: fixed;
}
.caption {
    color: red;
}
.code {
	font-family: fixed;
}
I.code {
   font-family: sans-serif;
}
BLOCKQUOTE.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}