-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin-style.css
93 lines (77 loc) · 1.07 KB
/
admin-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
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
88
89
90
91
92
93
html {
background-color: #f5f5f5;
font-family: 'Verdana';
}
nav {
position: fixed;
height: 32px;
left: 0;
top: 0;
width: 100%;
background-color: #039ba6;
z-index: 1;
}
nav li {
display: inline-block;
float: left;
list-style-type: none;
margin-left: 5px;
margin-right: 5px;
font-family: inherit;
font-size: 0.8em;
font-weight: bold;
color: #fff;
}
#livelink {
float: right;
margin-right: 20px;
}
nav a {
text-decoration: none;
color: #fff;
}
nav a:hover {
display: block;
background-color: #fff;
color: #039ba6;
}
h1 {
font-size: 20px;
margin-top: 30px;
}
h2 {
font-size: 16px;
margin-top: 25px;
margin-bottom: 10px;
}
p {
font-size: 12px;
}
table {
border: 0;
font-size: 12px;
}
th,td {
text-align: left;
padding-left: 5px;
}
table a {
color: #039ba6;
}
form {
font-size: 12px;
}
form span {
font-weight: bold;
margin-right: 5px;
}
input {
margin: 5 0 5 0;
}
input[type=submit] {
display: block;
}
.wrapper {
margin-left: 36px;
width: 80%;
}