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