-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathstyle.css
59 lines (53 loc) · 862 Bytes
/
style.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
body, input, select {
color:black;
font-family:sans-serif;
font-size:x-small;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
}
table {
color:black;
font-size:100%;
border-collapse:collapse;
background: #F2F2F2 none repeat scroll 0 0;
border: 1px solid #AAAAAA;
margin: 0px 0px 5px 0px;
}
th, td {
border: 1px solid #AAAAAA;
vertical-align: top;
padding: 0.2em 0.4em;
}
td {
text-align: left;
position: relative;
}
th {
font-size:small;
font-weight: bold;
text-align: center;
background: #E2E2E2 none repeat scroll 0 0;
}
div {
position: relative;
}
a {
white-space: nowrap;
color: black;
}
input, textarea, select {
background-color: #cccccc;
border: 1px solid #000000;
color: #333333;
padding: 0 4px;
}
form {
margin-bottom: 0;
}
img {
padding: 0px;
border: none;
}