PHP Classes

File: plugins/tiny-carrousel/tinycarousel.css

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   plugins/tiny-carrousel/tinycarousel.css   Download  
File: plugins/tiny-carrousel/tinycarousel.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 917 bytes
 

Contents

Class file image Download
/* Tiny Carousel */ #slider1 { height: 1%; overflow: hidden; padding: 0 0 10px; } #slider1 .viewport { float: left; width: 240px; height: 125px; overflow: hidden; position: relative; } #slider1 .buttons { background: #C01313; border-radius: 35px; display: block; margin: 30px 10px 0 0; float: left; width: 35px; height: 35px; position: relative; color: #fff; font-weight: bold; text-align: center; line-height: 35px; text-decoration: none; font-size: 22px; } #slider1 .next { margin: 30px 0 0 10px; } #slider1 .buttons:hover { color: #C01313; background: #fff; } #slider1 .disable { visibility: hidden; } #slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; } #slider1 .overview li { float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; border: 1px solid #dcdcdc; width: 236px; }