/* * PureCSS Collection * http://www.telemac0.net * * * 03 * 4 Wheels * 22/07/2008 * * CSS File * */ div {margin: 0; padding: 0; border: 0; } #sfondo {width: 502px; margin: auto;} #sky {width: 500px; height: 210px; background-color: #1D246C;} #roadtop {width: 500px; height: 88px; background-color: #82716A; padding-top: 10px;} #roadbottom {margin-top: -8px; padding-top: 5px; width: 500px; height: 88px; background-color: #82716A; border-top: 8px white dashed;} .palace {background-color: #071832;} .height {width: 85px; height: 170px; margin-top: 40px; float:left;} .flat {width: 128px; height: 90px; margin-top: 120px; float:left;} .medium {width: 72px; height: 110px; margin-top: 100px; float:left;} .window {float: left; height: 40px; width: 22px; margin: 10px 10px 20px 10px;} .black {background-color: black;} .yellow {background-color: #dbe30c;} /** Signal **/ .signal {float: left; margin-top: 52px; margin-left: 50px; width: 17px; height: 8px; background-color: #044cb7; font-size: 16px; font-weight:bold; border: 1px solid white;} .arrow {float: left; font-size: 16px; font-weight:bold; color: white; margin-left: -17px; margin-top: 45px;} .pole {height: 32px; background-color: black; margin-top: 62px; margin-left: 54px; width: 2px; } /** Panel **/ .panel {margin: 100px 0 0 10px; font-family: Arial, Helvetica, sans-serif; width: 35px; height: 40px; background-color: #044cb7; color: white; font-size: 6px; line-height: 7px; text-align: center; font-weight:bold; border: 1px solid white; padding-top: -10px;} .poles {width: 20px; height: 32px; border: 2px solid black; border-top: 0; border-bottom: 0; margin-left: 16px; } /** Car **/ .wheeltl {margin-left: 4px; width: 20px; height: 3px; float:left; background-color: black; border: 0;} .wheeltr {margin-left: 30px; width: 20px; height: 3px; float:left; background-color: black; border: 0;} .carbody {width: 37px; height: 30px; background-color: #4339a2; border: 2px solid black; border-right: 39px solid #1D246C; border-left: 2px solid #1D246C; padding-left: -4px; } .tour {height: 38px; width: 47px; border-right: 28px solid #1D246C; border-left: 32px solid #1D246C; margin-left: 60px; background-color: #070513; border-color: #000000;} .tourtl {margin-left: 68px;} .tourtr {margin-left: 51px;} .race {height: 34px; width: 47px; border: 2px solid #611d1d; border-right: 35px solid #2d0404; border-left: 12px solid #2d0404; margin-left: 304px; background-color: #8f0808; } .racetl {float: right; margin-right: 108px;} .racetr {float: right; margin-right: 40px;}