Revision 36d49217 cloudcms/static/cloudcms/css/modules.css

b/cloudcms/static/cloudcms/css/modules.css
65 65
.container .extra ul.options					{ font-size:1em; margin:0 ; padding:15px; }
66 66
.landing h2, .landing a:hover                   { color:#01A1AE;}
67 67
.faq h2, .faq a:hover, .faq .current a          { color:#EF4F54; border:0 none;}
68
.content .question h2							{ color:#EF4F54 }
68
.question h2									{ color:#EF4F54 }
69 69
.content .backlink								{ margin:1em 0; }
70
.content .question .backlink a:hover			{ border-bottom:1px solid #F89A1C }
71 70
.faq h3											{ color:#4085a6; margin:0;}
72 71
.faq ul                                         { padding:0; margin:0; }
73 72
.faq ul li                                      { list-style:none outside; padding:0; margin:0;  }
......
216 215
#animation p img                                { display:inline-block; width:65%; }
217 216

  
218 217
/* Weird bug in pages that contain captcha. An extra iframe appears in chrome :S*/
219
.container +iframe								{ display:none; }
218
.container +iframe								{ display:none; }
219

  
220
/* Style for im/projects */
221
table.alt-style 								{ color:#000; width:100%; }
222
table.alt-style caption							{ font-weight:normal;  font-size:1.154em; }
223
table.alt-style tr th							{ font-weight:normal; color:#3582AC }
224
table.alt-style tr td							{ color:#222; }
225
table.alt-style tr td:first-child,
226
table.alt-style tr th:first-child				{ padding-left:5px; }
227
.content a.submit								{ margin:0; display:inline-block; margin:10px 0 ;  height:auto;}
228
table.alt-style tr:nth-child(2n) td				{ background:#F2F2F2 }
229
dl.alt-style  									{ width:500px; }
230
dl.alt-style dt									{ width:50%; float:left; color:#3582AC; font-weight:normal;}
231
dl.alt-style dt:nth-child(2n)					{ background:black; }
232
.projects										{ padding-bottom:30px; }
233
.projects h2 span								{ color:#3582AC;}
234
.projects h2 em									{ float:right; }
235
.projects h3									{ font-size:1.154em; }
236
.projects .submit-rt							{ margin:0; text-align:right; }
237
.projects +.buttons-list.fixpos					{ left:0; right:auto; }
238

  
239
/* new faq-userguide styles */
240

  
241
.faq .two-cols .lt								{ width:460px; }
242
.faq .two-cols .rt								{ width:340px; }
243
.lt-small .rt									{ width:520px; }
244
.lt-small .lt									{ width:280px; }
245
.unequal-dotted									{ background:url(../images/double-dots-unequal.jpg) no-repeat top center; padding: 30px 0 0 ; margin-top:30px;}
246
.unequal-dotted:first-child						{ background:none; padding-top:0; margin-top:0; }
247
.tirkouaz h2,
248
.tirkouaz h2 a,
249
.tirkouaz h3,
250
.tirkouaz a:hover								{ color:#00A1B0; }
251
.yellow h2,
252
.yellow h2 a,
253
.yellow h3,
254
.yellow a:hover									{ color:#F6921E; }
255
.purple h2,
256
.purple h2 a,
257
.purple h3,
258
.purple a:hover									{ color:#7B499C; }
259

  
260
.details ul li a,
261
.details ul li a:hover,
262
.question .content a:hover						{ color:#F6921E }
263
.details .extra-menu							{ border-top: 1px dashed #000; padding-top:20px; margin-top:20px; }
264
.question .next-prev							{ margin:10px 0; }
265
.question .next								{ float:right; }

Also available in: Unified diff