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