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