-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin_styles.css
227 lines (169 loc) · 3.67 KB
/
admin_styles.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
.cat_slug_ids_div {
width: 200px;
text-align: center;
position: relative;
}
.cat_slug_ids_div input {
width: 100%;
}
.c_button_link {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}
.c_button_link:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
cursor: pointer;
}
.c_button_link:active {
position:relative;
top:1px;
}
#change_mn_div {
width: 300px;
float: left;
}
.custom_ref_td {
width: 200px;
}
.mn_numbers_div, .other_url_div, .other_delete_div, .homepage_div, .other_save_div {
text-align: right;
margin-bottom: 10px;
}
.homepage_div input {
width: 40px;
}
.info_box{
float: left;
padding: 20px;
width: 250px;
text-align: left;
}
#instruction_box {
width: 1000px;
margin: 0 auto;
}
#instruction_box .clear {
clear: both;
margin-bottom: -20px;
}
.letter_label {
position: absolute !important;
top:0;
left: -5px;
font-weight: bold;
font-size: 10px;
font-family: serif;
color: #888;
}
.link_scanner_div {
text-align: center;
position: relative;
}
.link_scanner_div .letter_label {
left:10px;
}
.link_scanner_div input {
width: 100%;
}
.linkscanner_td {
width: 460px !important;
}
.linkscanner_td .letter_label {
left: -8px !important;
}
.linkscanner_td textarea {
width: 100%;
height: 100px;
}
.manual_url_targets_div {
margin: 10px auto 0 auto;
text-align: center;
position: relative;
}
.manual_url_targets_div textarea{
width: 100%;
height: 60px;
}
.other_controls_td {
width: 120px;
text-align: center;
}
.random_referrers_div {
width: 150px;
margin: 10px auto 0 auto;
position: relative;
}
.random_referrers_div label {
display: block;
}
.random_referrers_div .letter_label {
left:-20px;
}
.redirection_td {
width: 200px;
}
#reset_database_div {
margin-top: 70px;
}
#save_reset_div {
width: 300px;
float: right;
text-align: right;
}
#thecenter {
width: 1000px;
margin: 0 auto;
text-align: left;
}
.the_table td, .the_table div{
position: relative;
overflow: visible;
}
#whitelis_div {
width: 300px;
margin-right: 100px;
float: left;
}
#whitelis_div textarea {
width: 100%;
height: 100px;
}
/* table td's s/
.dividing_or_div{
width: 20px;
font-size: 16px;
}
/s display classes for options and output s/
.dividing_or_div strong{
display: block;
margin-top: 60px;
}
.homepage_div{
}
/s area under options s/
#thecenter .clear{
clear: both;
}
/s custom button link styling s/
/s instructions and letter labels s/
*/