annotate www/emma/css/slider.css @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents d8f494bdbb18
children
rev   line source
rc-web@66 1 #screen{
rc-web@66 2 position:relative;
rc-web@66 3 height:780px;
rc-web@66 4 width:1280px;
rc-web@66 5 // margin-top:1px;
rc-web@66 6 }
rc-web@66 7
rc-web@66 8 #screen .next, #screen .prev{
rc-web@66 9 position:absolute;
rc-web@66 10 top:000px;
rc-web@66 11 }
rc-web@66 12
rc-web@66 13 #sections{
rc-web@66 14 overflow:hidden;
rc-web@66 15 //background-color:white;
rc-web@66 16 width:1280px;
rc-web@66 17 height:800px;
rc-web@66 18 clear:left;
rc-web@66 19 }
rc-web@66 20
rc-web@66 21 #sections ul{
rc-web@66 22 width:5150px;
rc-web@66 23 }
rc-web@66 24
rc-web@66 25 #sections li{
rc-web@66 26 float:left;
rc-web@66 27 // padding:1px 1px;
rc-web@66 28 height: 798px;
rc-web@66 29 width: 1278px;
rc-web@66 30 position: relative;
rc-web@66 31 margin-left:auto;
rc-web@66 32 margin-right:auto;
rc-web@66 33 display: table-cell;
rc-web@66 34 vertical-align: middle;
rc-web@66 35 background-color: black;
rc-web@66 36 }