forked from web-scrobbler/web-scrobbler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
options.css
72 lines (66 loc) · 1.03 KB
/
options.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
body {
background-color: #e3e3e3;
margin:0;
}
h1, h2, h3, h4, h5 {
color: #D51007;
font-family: "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
}
.gray {
color: #aaa;
}
a {
color: #000;
text-decoration: none;
border-bottom: 1px solid #d51007;
}
a:hover {
color: #d51007;
}
div.container {
width: 380px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
border: 1px solid #ccc;
border-top: none;
background-color: white;
padding: 15px;
}
p {
font-family: "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
font-size: 12px;
}
/* FORM */
form {
width:280px;
}
label {
display:block;
width:70px;
float:left;
margin-top:10px;
text-align: right;
}
input[type="text"], input[type="password"] {
background-color: white;
border: 1px solid #ddd;
padding: 8px;
float:left;
}
p#buttons{
padding-top:8px;
clear:both;
}
/* END FORM */
p#status {
color: #D51007;
border: 1px dotted #ccc;
width: 100%;
font-weight: bold;
font-size:18px;
display:none;
}
div.container.about p {
text-align: justify;
}