]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/css/skin/default/opac/contentslider.css
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
[Evergreen.git] / Open-ILS / web / css / skin / default / opac / contentslider.css
1 .sliderwrapper{
2 position: relative; /*leave as is*/
3 overflow: hidden; /*leave as is*/
4 width: 675px; /*width of featured content slider*/
5 height: 213px;
6 }
7
8
9
10 .sliderwrapper .contentdiv{
11 visibility: hidden; /*leave as is*/
12 position: absolute; /*leave as is*/ 
13 left: 0;  /*leave as is*/
14 top: 0;  /*leave as is*/
15 width: 675px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
16 height: 100%;
17 filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
18 -moz-opacity: 1;
19 opacity: 1;
20 }
21
22 .pagination{
23 width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
24 text-align: right;
25 background-color: navy;
26 padding: 5px 10px;
27 }
28
29 .pagination a{
30 padding: 0 5px;
31 text-decoration: none; 
32 color: #00007D;
33 background: white;
34 }
35
36 .pagination a:hover, .pagination a.selected{
37 color: #000;
38 background-color: #FEE496;
39 }