Revision ff30ee3a cloudcms/static/cloudcms/css/modules.css

b/cloudcms/static/cloudcms/css/modules.css
221 221
.container ul.options li a.tirkouaz				{ color:#00A1B0; }
222 222
.container ul.options li a.tirkouaz:hover		{ border-bottom:1px solid #00A1B0; }
223 223
/* homepage clouds animation */
224
#animation                                      { width:94%; height:120px; padding:0 3%; background:url(../images/okeanos_landing.png) no-repeat; max-width:375px; }
224
#animation                                      { width:94%; height:120px;  background:url(../images/okeanos_landing.png) no-repeat; max-width:375px; }
225 225
#animation div                                  { margin:0 2%; float:left; width:29%; height:100%; position:relative; }                    
226 226
#animation div a                                { position:absolute; left:0; top:0; border:0 none; }
227 227
#animation div a img							{ width:100%; }
228 228
#animation p                                  	{ position:absolute; bottom:0; left:0; width:100%; text-align:center; }
229 229
#animation p img                                { display:inline-block; width:65%; }
230
.lt #animation 									{ margin-top: 3em;}
230 231

  
231 232
/* Weird bug in pages that contain captcha. An extra iframe appears in chrome :S*/
232 233
.container +iframe								{ display:none; }
......
642 643
@media screen and (max-height : 370px) 		{ 
643 644
	.fixed 	{ position:static; }
644 645
    
645
}
646
}
647

  
648
.stats-block ul 								{ margin:0 0 1em; padding:0;}
649
.stats-block ul li 								{ list-style: none outside none; display: block; float: left; width:28%; margin:0 2% 1em; }
650
.stats-block ul li em 							{ display: block; font-style: normal;}
651
.stats-block ul li span 						{ display: block; color:#F24E53; font-size:32px; } 
652

  
653
		  
654
a.prompt										{ float: right; color:#fff; background:#F24E53;   padding:5px 20px;position: relative; right: -0; top:-4px;display: none; border: 2px solid transparent;} 
655
a.prompt:hover									{ text-decoration: none; position: relative;   border: 2px solid #F24E53; background: #fff; color:#F24E53;}
656
.user-not-authenticated	a.prompt				{ display: inline-block;}
657

  
658
.video-thumb									{ border:2px dashed #3582AC;  overflow: hidden; height: 282px; position: relative;}
659
.video-thumb .play								{ position: absolute; top:0; left:0; height: 100%;width: 100%; display: block; background:url(../images/play-off.png) no-repeat center center; text-indent: -1000px }
660
.video-thumb .play:hover						{ background-image: url(../images/play-on.png); text-decoration: none;}

Also available in: Unified diff