annotate www/m.a/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 49c94f63b8b0
children
rev   line source
rc-web@42 1 #screen{
rc-web@42 2 position:relative;
rc-web@42 3 height:780px;
rc-web@42 4 width:1280px;
rc-web@42 5 // margin-top:1px;
rc-web@42 6 }
rc-web@42 7
rc-web@42 8 #screen .next, #screen .prev{
rc-web@42 9 position:absolute;
rc-web@42 10 top:000px;
rc-web@42 11 }
rc-web@42 12
rc-web@42 13 #sections{
rc-web@42 14 overflow:hidden;
rc-web@42 15 //background-color:white;
rc-web@42 16 width:1280px;
rc-web@42 17 height:800px;
rc-web@42 18 clear:left;
rc-web@42 19 }
rc-web@42 20
rc-web@42 21 #sections ul{
rc-web@42 22 width:5150px;
rc-web@42 23 }
rc-web@42 24
rc-web@42 25 #sections li{
rc-web@42 26 float:left;
rc-web@42 27 // padding:1px 1px;
rc-web@42 28 height: 798px;
rc-web@42 29 width: 1278px;
rc-web@42 30 position: relative;
rc-web@42 31 margin-left:auto;
rc-web@42 32 margin-right:auto;
rc-web@42 33 display: table-cell;
rc-web@42 34 vertical-align: middle;
rc-web@42 35 background-color: black;
rc-web@42 36 }