-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathadmin.css
60 lines (55 loc) · 815 Bytes
/
admin.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
iframe {
display: block;
width: 900px;
height: 500px;
border-style: none;
margin: 0px;
padding: 0px;
}
img {
border-style: none;
}
a {
text-decoration: none;
}
a:link,a:visited {
color: #000080;
}
a:hover {
color: #0000ff;
text-decoration: underline;
}
form {
display: inline;
}
body {
font-family: sans-serif;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
}
td {
vertical-align: top;
white-space: nowrap;
}
td.num {
text-align: right;
}
table.big td {
padding: 10px;
}
table.styled tr:nth-child(even) td{
background-color: #f4f4ff;
}
table.styled tr:first-child td {
font-weight: bold;
background-color: #a0a0ff;
}
table.styled td {
border-style: solid;
border-width: 1px;
background-color: #e8e8ff;
padding: 2px 4px 1px 4px;
}