-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
128 lines (111 loc) · 2.02 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.wrap h3
{
margin-bottom: 0px;
margin-top: 40px;
font-family: Georgia;
font-size: 20px;
font-style: italic;
font-weight: normal;
cursor: pointer;
cursor: hand;
}
h4 {
font-size: 1.1em;
font-weight: bold;
font-family: Georgia;
font-style: italic;
/* border-bottom: 1px solid #999;*/
}
.form-table {
xborder: 1px solid #ccc;
background-color: #fff;
border: 3px solid #ddd;
}
.form-table th {
text-align: right;
font-weight: bold;
border-right: 1px solid #ddd;
}
.form-table th small {
font-weight: normal;
}
.widefat th {
text-align: left;
}
p.submit {
margin-top: 5px;
padding: 5px;
}
.bordered-table {
border-collapse: collapse;
}
.bordered-table td, .bordered-table th {
border: 1px solid #ccc;
padding: 3px;
}
.newsletter-button {
font-size: 10px;
}
table.clicks td {
border: 1px solid #666;
padding: 2px;
font-size: 10px;
}
table.clicks {
border-collapse: collapse;
}
.grid {
border-collapse: collapse;
}
.grid td, .grid th {
padding: 10px;
border: 1px solid #ddd;
margin: 0;
}
.grid th {
background-color: #aaa;
}
.form-table textarea {
width: 100%;
}
.hints {
border: 1px solid #aaf;
background-color: #fafaff;
padding: 5px;
margin-top: 10px;
border-radius: 4px 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.intro {
font-size: 11px;
margin: 6px 6px 8px;
}
.inside p, .inside li {
font-size: 12px;
margin: 10px;
}
.inside ul {
list-style-type: circle;
list-style-position: inside;
}
.nl-box {
border-bottom-left-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
border: 1px solid #aaf;
background-color: #fff;
}
.user-guide {
background-color: #fff;
border: 1px solid #000;
padding: 20px;
font-family: verdana;
line-height: 20px;
font-size: 12px;
}
.user-guide ul {
list-style-type: disc;
margin-left: 20px;
}