This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.css
323 lines (267 loc) · 15.3 KB
/
module.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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
.kickstart-projectform h5 { line-height: 24px; font-size: 16px;}
.kickstart-projectform .control { padding: 10px 0 20px 0;}
.kickstart-projectform .control input[type="text"] { width: 95%; padding: 4px; height: 30px;}
.kickstart-projectform .control textarea { width: 95%; padding: 4px; height: 100px;}
.kickstart-note { padding: 15px; background: #3fa8b6;}
.kickstart-note span { color: #fefefe; font-weight: bold;}
.kickstart a.disabled { color: #333; font-style: italic; cursor: not-allowed;}
.kickstart-comment-form h4.commenthead { font-size: 18px; padding: 20px 0 0 0;}
.kickstart-comment-form .dnnFormItem textarea.kickstart-commentcontrol {width: 80% !important; height: 100px; max-width:initial; }
.kickstart-commentitem { background: #eee; border: 1px solid #ccc; padding: 15px; margin: 0 0 10px 0; }
.kickstart-commentitem .kickstart-commentitem { background: transparent; border: 0px solid #ccc; padding: 15px 0 15px 0; margin: 0 0 10px 0; }
.kickstart-commentitem-avatar { float: left; width: 10%; }
.kickstart-commentitem-avatar img { background: #fff; padding: 3px; border: 1px solid #ccc; }
.kickstart-commentitem-data { float: left; width: 80%; }
.kickstart-commentitem-head { padding: 0 0 10px 0;}
.kickstart-commentitem-head a,
.kickstart-commentitem-head span { font-size: 14px; }
.kickstart-commentitem-content { font-size: 14px; font-style: italic; padding: 10px 0 10px 0;}
.kickstart-commentitem-likes { background: #dedede; border: 1px solid #fefefe; padding: 5px; color: #444; font-size: 14px;}
.kickstart-commentitem-tools { padding: 10px 0 20px 0;}
.kickstart-commentitem-tools ul,
.kickstart-commentitem-tools ul li { list-style-type: none; }
.kickstart-commentitem-tools ul { margin: 0; padding: 0; }
.kickstart-commentitem-tools ul li { margin: 0 10px 0 0; padding:0; float:left;}
.kickstart-commentitem-tools ul li,
.kickstart-commentitem-tools ul li a { font-size: 14px; }
.kickstart-quote { padding: 0 10px 10px 10px; font-size: 12px; width: 80%; }
.kickstart-projectitem-meta { padding: 0 0 30px 0; }
.kickstart-projectitem-meta ul { padding: 0; margin: 0;}
.kickstart-projectitem-meta ul li { list-style-type: none; float: left; margin: 0 10px 0 0;}
div.kickstart-projectitem-metabox { float: left; width: 32%; height: 80px; margin: 0 1% 1% 0; border: 1px solid #ccc; background: #eee; }
div.kickstart-projectitem-metabox a { font-size: 14px; color: #fff; font-weight: normal; }
div.kickstart-projectitem-metabox a:hover { color: #555; }
div.kickstart-projectitem-metabox span { color: #fff; font-size: 14px; font-weight: normal; }
div.kickstart-projectitem-metabox .line1 { float: left; font-weight: bold; padding: 15px 30px 0px 0; }
div.kickstart-projectitem-metabox .line2 { float: left; font-weight: bold; padding: 3px 30px 0px 0; }
div.kickstart-projectitem-metabox.lead { background: #E671B8; position: relative; }
div.kickstart-projectitem-metabox.nolead { background: #E671B8 url(images/icn-nolead.png) 10px 10px no-repeat; position: relative; }
div.kickstart-projectitem-metabox.external { background: #E671B8 url(images/icn-web.png) 10px 10px no-repeat; position: relative; }
div.kickstart-projectitem-metabox.members { background: #E671B8 url(images/icn-team.png) 10px 10px no-repeat; position: relative; margin: 0 0 1% 0; }
div.kickstart-projectitem-metabox.participate { background: #E671B8 url(images/icn-participate.png) 10px 10px no-repeat; position: relative; margin: 0 0 1% 0; }
div.kickstart-projectitem-metabox.votes { background: #E671B8 url(images/icn-votes.png) 10px 10px no-repeat; position: relative; }
div.kickstart-projectitem-metabox.subscribe { background: #E671B8 url(images/icn-mail.png) 10px 10px no-repeat; position: relative;}
div.kickstart-projectitem-metabox-content { margin: 0 0 0 90px; }
div.kickstart-projectitem-metabox p { padding: 0; margin: 10px 0 5px 65px; font-size: 14px; }
div.kickstart-projectitem-metabox.lead img { float: left; margin: 20px 35px 0 20px; background: #fff; border: 1px solid #ccc; padding: 1px;}
.kickstart-memberlist-popup { display: none; }
div.kickstart-projectitem-metabox.votes a { display: block; padding: 33px 0 0 35px; width:90px; float: left; }
div.kickstart-projectitem-metabox.votes .votes-count { display: block; padding: 0; font-size: 25px; font-weight: bold; width:40px; float: left; margin: 33px 0px 0px;}
div.kickstart-projectitem-metabox.votes .votes-text { display: none; padding: 0; font-size: 0px; font-weight: normal; width:0px; float: left; }
div.kickstart-projectitem-metabox.members a { display: block; line-height: 80px; padding: 0 0 0 0; }
div.kickstart-projectitem-metabox.members .kickstart-participant-item a { display: inline; line-height: initial; padding: 0 0 0 0; color: #333; }
div.kickstart-projectitem-metabox.subscribe a { display: block; margin: 16px 0 0 0; padding: 0 0 0 0; }
div.kickstart-projectitem-metabox.participate a { display: block; margin: 25px 0 0 0; padding: 0 0 0 0; }
div.kickstart-projectitem-metabox.external p { margin: 10px 0 0 90px; color: #fff; }
div.kickstart-projectitem-metabox.external a { color: #fff; }
div.kickstart-projectitem-metabox.external a:hover { color: #555; }
a.members-link { font-size: 16px;}
.kickstart-memberlist-popup { position: absolute; left: -1px; top : 80px; border: 1px solid #ccc; padding: 10px; background: #fff; width: 92.5%; z-index: 100;}
.kickstart-participantitem-avatar { width: 10%; float: left; }
.kickstart-participantitem-data { float: left; margin: 0 0 0 20px; }
img.nolead { width: 32px; height: 32px; }
.kickstart-projectitem-comments { width: 98.5%; }
.kickstart-config p.strong { padding: 30px 0 0px 0; font-size: 18px; font-weight:bold; }
.kickstart-incentives .dnnLeft { width: 50%; }
.kickstart-incentives .dnnActions { float:right; margin: 20px 0 0 0;}
.kickstart-config-resources .riSingle .riTextBox[type="text"] { padding: 0 5px 0 5px; width: 60%; height: 30px; }
.kickstart-config-funding .riSingle .riTextBox[type="text"] { padding: 0 5px 0 5px; width: 60%; height: 41px; }
.kickstart-config .riSingle a.riDown { top:0; }
.kickstart-config .funding-amount .riSingle .riTextBox[type="text"] { width: 100%; }
.kickstart-config-publishing .dnnFormItem select { width: 45%; max-width: 400px; }
.kickstart-config-publishing .dnnFormItem input[type="text"] { width: 43%; max-width: 400px; }
.kickstart-config-publishing .riSingle .riTextBox[type="text"] { padding: 0 5px 0 5px; width: 95%; height: 41px; }
.kickstart-config-publishing .rcInputCell { width: 90% !important; }
/*.kickstart-config select { height: 28px; padding: 1px 0 0 0; line-height: 28px; }*/
.currencyinput { padding: 18px 0 0 0;}
.fundinginput { padding: 0px 0 0 0;}
.dnnActions.kickstart-actions { margin: 10px 0 20px 0;}
.dnnFormItem.checkbox { padding-bottom: 15px; }
.kickstart-locked-note,
.kickstart-deleted-note { background: #f2632d; padding: 20px; }
.kickstart-locked-note span,
.kickstart-deleted-note span { color: #333; font-weight: bold; }
.kickstart-paging {margin: 20px 0 20px 0; float: right; }
.kickstart-paging ul { margin: 0; padding: 0; }
.kickstart-paging ul li { list-style-type: none; float: left; margin: 0 10px 0 0;}
.kickstart-paging a { display: block; padding: 5px 10px 5px 10px; background: #E671B8; color: #fff; text-decoration: none; }
.kickstart-paging a.active { color: #000; }
.kickstart-participate td { padding: 4px; }
.kickstart-participate td label {margin-left: 20px; }
.kickstart-participate td input[disabled]+label { color: red;}
/*Participation*/
.kickstart-rolepanel { padding: 0 0 40px 0;}
.kickstart-rolepanel.managers { margin: 30px 0 0 0;}
.kickstart-roledescription { float:left; width: 50%;}
.kickstart-roledescription h3 { margin: 0; padding: 0 0 15px 0 !important; font-size: 18px;}
.kickstart-roledata { float: left; width: 45%; margin: 0 0 0 5%;}
.kickstart-roledata p { padding: 5px 0 5px 0;}
.kickstart-roledata h4 { margin: 0; padding: 0 0 10px 0 !important; font-size: 16px; color: #333;}
.kickstart-currentmember { clear: both; margin: 0 0 10px 0;}
.kickstart-currentmember img { float: left; margin: 0 20px 0 0;}
.kickstart-currentmember p { margin: 0; padding: 0; float: left;}
.kickstart-roledata .dnnActions { padding: 10px 0 0 0; margin: 0;}
/* Funding */
.kickstart-projectmeter { padding: 15px; }
.funding-needed,
.funding-reached { color: #333; }
.kickstart-projectmeter .dnnActions li { text-align: center; float: none;}
.kickstart-funding div.selectedIncentive { padding: 5px 0 25px 0;}
.kickstart-funding .customfunding .riSingle .riTextBox[type="text"] { height: 33px !important; padding: 10px !important; }
.kickstart-funding .dnnFormItem.selectfunding select { width: 19%; }
.kickstart-funding .dnnFormItem.anonymousfunding { margin: 15px 0 0 0; }
.kickstart-funding .dnnFormItem.anonymousfunding input[type="checkbox"] + span { margin: 6px 0 !important; }
.kickstart-funding .dnnFormItem a.dnnFormHelp { margin: 3px 0 0 0 !important;}
.kickstart-funding .dnnActions { margin: 20px 0 30px 0;}
/*members*/
.kickstart-members { padding: 15px; }
.kickstart-members h4 { padding: 20px 0 10px 0; }
.kickstart-participant-item { margin: 0 0 5px 0;}
.cmdViewAll { display: none;}
.cmdViewAll.show {display: block; }
.kickstart-container { position: relative; min-height: 500px; }
.kickstart-loading { position: absolute; left:0; top:0; background: #333; width: 100%; height: 100%; display: none; opacity:0.7; filter:alpha(opacity=70); text-align: center;}
.kickstart-loading img { margin: 30% auto; }
div.kickstart-viewtabs { width: 100%; }
ul.kickstart-viewtabs { list-style-type: none; padding: 0 0 8px 0; margin: 0; }
ul.kickstart-viewtabs li { list-style-type: none; float:left; margin: 0 1px 0 0; }
ul.kickstart-viewtabs a { padding: 10px; background: #dadada; color: #333; text-decoration: none; }
ul.kickstart-viewtabs a.active { color: #fff !important; background: #999; }
.kickstart-projectlist { background: #eee; padding: 10px; border: 1px solid #999; }
.kickstart-projectitem { background: #fff; padding: 10px; margin: 0 0 10px 0;}
.kickstart-listcontainer { position: relative; width: 100%;}
.kickstart-viewtabs { width: 100%;}
.kickstart-projectlist { width: 100%; position:relative; min-height: 300px; }
.kickstart a.dnnPrimaryAction.kickstart-download { background: #E671B8 url(images/icn-download.png) 90px 0 no-repeat; padding: 5px 35px 5px 10px;}
.meter {
height: 20px; /* Can be anything */
position: relative;
margin: 20px 0px 20px 0px; /* Just for demo spacing */
background: #fefefe;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 5px;
-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
-moz-box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
display: block;
height: 100%;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
background-color: rgb(43,194,83);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(43,194,83)),
color-stop(1, rgb(84,240,84))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
-webkit-box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
-moz-box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
position: relative;
overflow: hidden;
}
.meter > span:after, .animate > span > span {
content: "";
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
background-image:
-webkit-gradient(linear, 0 0, 100% 100%,
color-stop(.25, rgba(255, 255, 255, .2)),
color-stop(.25, transparent), color-stop(.5, transparent),
color-stop(.5, rgba(255, 255, 255, .2)),
color-stop(.75, rgba(255, 255, 255, .2)),
color-stop(.75, transparent), to(transparent)
);
background-image:
-moz-linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent
);
z-index: 1;
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 50px 50px;
-webkit-animation: move 2s linear infinite;
-moz-animation: move 2s linear infinite;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;
}
.animate > span:after {
display: none;
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
@-moz-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
.nostripes > span > span, .nostripes > span:after {
-webkit-animation: none;
-moz-animation: none;
background-image: none;
}
.kickstart-sidebar { padding: 15px; }
.kickstart-sidebar h4 { padding: 10px 0 25px 0;}
.kickstart-sidebarpanel { margin: 0 0 30px 0;}
.kickstart-sidebarpanel p { margin: 0 0 1px 0; padding: 0;}
p.status { text-align: center; padding: 0; margin: 0;}
p.status img { margin: 0 0 20px 0;}
p.status span { font-weight: bold; color: #000; }
.pnlStatus {
background: none repeat scroll 0 0 #E671B8;
margin: -15px -15px 15px;
padding: 30px 0;
}