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