-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathstyle.css
95 lines (84 loc) · 1.69 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
89
90
91
92
93
94
95
body {
min-width: 400px;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#DDD));
}
form { display: table; }
p { display: table-row; }
label {
display: table-cell;
padding: 2px;
margin: 2px;
color: rgb(35, 81, 141);
font-size: 16px;
font-weight: 600;
font-family: Verdana, Geneva, sans-serif;
}
button {
border: 1px solid transparent;
border-radius: 4px;
}
input {
display: table-cell;
width: "100%";
padding: 2px;
margin: 2px;
color: rgb(35, 81, 141);
font-size: 16px;
font-weight: 600;
font-family: Verdana, Geneva, sans-serif;
}
h1{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#DDD));
border-bottom: 1px solid #F0F0F0;
font-size: 24px;
font-weight: normal;
margin: 4px;
padding: 4x;
text-align: center;
text-shadow: white 0px 1px 1px;
}
#notify {
width: 400px;
height: 60px;
padding: 5px;
color: rgb(96, 144, 206);
font-size: 16px;
font-weight: 600;
font-family: Verdana, Geneva, sans-serif;
font-style: inherit;
text-decoration: inherit;
text-align: center;
line-height: 1.15em;
}
#secretList {
padding: 5px;
color: rgb(96, 144, 206);
font-size: 16px;
font-weight: 600;
font-family: Verdana, Geneva, sans-serif;
font-style: inherit;
text-decoration: inherit;
/* text-align: center; */
line-height: 2em;
}
#secretList ul {
margin: 0;
list-style: none;
}
#disabled {
text-decoration: line-through;
color: red;
}
#mounts {
width: 400px;
height: 120px;
padding: 5px;
color: rgb(96, 144, 206);
font-size: 16px;
font-weight: 300;
font-family: Verdana, Geneva, sans-serif;
font-style: inherit;
text-decoration: inherit;
text-align: center;
line-height: 1.15em;
}