-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (87 loc) · 1.54 KB
/
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
* { paddimg: 0; margin: 0; border: 0; border: none; vertical-align: baseline; }
body {
background-color: #eee;
text-align: center;
color: #9892a2;
}
body * {
text-align: left;
}
input[type="submit"]{
background-color: #9892a2;
color: #fff;
}
input[type="submit"][name="delete"]{
background-color: #bb92a2;
}
.menu {
display: inline-block;
text-align: center;
}
.menu a {
padding: 16px;
display: inline-block;
float: left;
text-decoration: none;
font-weight: bold;
color: #9892a2;
font-size: 20px;
font-family: "'Lucida Console', Consolas, Serif";
}
.menu a:last-child {
color: #bb92a2;
}
.menu a:hover {
color: #444;
}
.form {
font-size: 14px;
}
.form * {
float: left;
margin: 5px;
height: 16px;
}
.form input[type="email"]{
width: 150px;
}
.form input[type="password"]{
width: 100px;
}
.form input[type="submit"]{
width: 50px;
}
.ads {
min-width: 320px;
max-width: 984px;
margin: 15px;
display: inline-block;
text-decoration: none;
/*font-weight: bold;*/
color: #9892a2;
font-size: 20px;
font-family: "'Lucida Console', Consolas, Serif";
}
ads a {
color: #bb92a2;
}
.ad {
width: 320px;
background-color: #f3f3f3;
display: inline-block;
margin-bottom: 13px;
}
.add {
max-width: 984px;
max-height: 140px;
background-color: #f3f3f3;
display: inline-block;
margin: 15px;
}
.form input[name="link"], .form input[name="show"]{
width: 310px;
}
.adscode {
width: 300px;
height: 50px;
}