-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (76 loc) · 1.11 KB
/
style.css
File metadata and controls
87 lines (76 loc) · 1.11 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
* {
font-family: arial;
font-size: 12px;
color: #000000;
margin: 0;
padding: 0;
border: 0;
}
table, tr, td, th {
border: 1px solid #CCCCCC;
border-collapse: collapse;
padding: 3px 5px 3px 5px;
}
.nuRow {
background: #E1E1E1;
font-weight: bold;
}
.fiRow {
background: #F2F2F2;
}
.seRow {
background: #F6F6F6;
}
.erRow {
background: #F6D0C0;
color: red;
}
.bdRow {
background: #F6D0C0;
}
input {
padding: 3px;
border: 1px solid #CCCCCC;
}
html, body {
height: 100%;
text-align: center;
}
#container {
margin: auto;
width: 550px;
position: relative;
text-align: left;
z-index: 2;
padding-bottom: 40px;
padding-top: 20px;
}
p {
padding-bottom: 5px;
}
a.b {
position: relative;
padding: 4px;
margin-top: 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border: 1px dashed #BBB;
text-align: center;
background-color: #DDD;
cursor:pointer;
text-decoration: none;
line-height: 30px;
}
a.b:hover {
text-decoration: underline;
}
a.on {
background-color: #AAA;
}
table a {
position: relative;
padding: 0;
margin: 0;
border: 0;
text-decoration: none;
}