-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathugraphs.css
More file actions
66 lines (49 loc) · 823 Bytes
/
ugraphs.css
File metadata and controls
66 lines (49 loc) · 823 Bytes
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
body {background-color:#FFE4C4;}
h1 {align-text:center; color:rgb(0,0,200);}
#main {
background-color:#ffffff;
width:520px;
padding:10px;
border:2px solid gray;
margin-left:0px;
}
#gadd {
position: absolute;
top:150px;
left:580px;
width:140px;
padding:0px;
margin-left:20px;
}
input {
border-color:#f66;
border-radius:1px;
background-color:#ffe;
}
input.subtle {
border:none;
}
th.col1 {
border-right:1px dotted black;
border-bottom:1px solid black;
}
th.col2 {
background-color:#cfc;
border-bottom:1px solid black;
}
th.col3 {
border-left:1px dotted black;
border-bottom:1px solid black;
}
td.col1 {
border-right:1px dotted black;
text-align: center;
}
td.col2 {
background-color:#cfc;
text-align: center;
}
td.col3 {
border-left:1px dotted black;
text-align: center;
}