forked from ppdewolf/tauargus
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtauARGUS.css
74 lines (66 loc) · 1.15 KB
/
tauARGUS.css
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
body {
font-size: 100%;
margin-left: 5%;
color: black;
font-family: arial;
}
h1 {
font-size: 150%;
color: blue;
font-weight: strong;
font-family: arial
}
h2 {
font-size: 100%;
color: black;
font-weight: strong;
font-family: arial
}
h3 {
font-size: 90%;
color: black;
font-weight: normal;
font-family: arial
}
h4 {
font-size: 100%;
color: black;
margin-left: 4%;
font-weight: normal;
font-family: arial
}
h5 {
font-size: 200%;
text-align = center;
color: black;
font-weight: bold;
font-family: arial
}
h6 {
font-size: 80%;
color: black;
margin-left: 1%;
font-weight: normal;
font-family: arial
}
/* tables */
table {
border: thin solid black;
text-align: left;
/* width: 100%;*/
border-collapse: collapse
}
/* table header */
th {
border: thin solid gray;
border-collapse: collapse;
padding: 4px 2px 2px 4px;
}
/* table cell */
td {
border: thin solid gray;
border-collapse: collapse;
padding: 4px 8px 4px 8px;
font-style: italic;
}
/* padding: 4px 2px 2px 4px; */