-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslider.css
More file actions
24 lines (18 loc) · 998 Bytes
/
slider.css
File metadata and controls
24 lines (18 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* Simple Slider
* (slider.js)
* designed by Ben Spoon
* http://www.benspon.com
*/
.slider { list-style: none; margin:0 !important; padding:0; min-height:80%; }
.slider li { display:none ; margin:1% 1% !important; }
.sliderPagination { width:100%; text-align: center; }
.sliderPagination a { margin:0 1%; text-decoration: none; }
.next { float: right; margin-right: 2% }
.prev { margin-left:2%; }
.title { font-size: 2em; clear:both; display:block; margin-left: 1%; }
.sub-title { font-size: 1em; clear:both; display:block; margin-left: 1%; font-style: italic; }
.slide-title { font-size: 1.5em; clear:both; display:block; font-weight: 800; margin-bottom:1%; }
.slide-body { }
.slide-body p { padding-left: 2%; width:80%;}
.boxed { background-color: #000; color:#FFF; width:50%; box-shadow: 10px 10px 5px #888888; padding:1%; }