/b2evolution/corporatemag/rsc/css/glide.css
http://laibcomsthemes.googlecode.com/ · CSS · 67 lines · 54 code · 11 blank · 2 comment · 0 complexity · e9dcdf63969fe8bdaa3a37f190f87768 MD5 · raw file
- .glidecontentwrapper{
- position:relative; /* Do not change this value */
- width:100%;
- height:225px; /* Set height to be able to contain height of largest content shown*/
- overflow:hidden;
- margin:0;
- }
-
- .glidecontentwrapper .post { /*style for each glide content DIV within wrapper.*/
- background:#8DAED4 url('../img/glide-bg.gif') repeat-x 0 0;
- position:absolute; /* Do not change this value */
- width:100%;
- padding:0;
- margin:0;
- /* height:220px; */
- overflow:hidden;
- float:left;
- }
-
- .glidecontent .meta { margin-bottom:5px; }
-
- .glidecontenttoggler{ /*style for DIV used to contain toggler links. */
- float:right;
- width:55px;
- }
-
- .glidecontenttoggler a { /*style for every navigational link within toggler */
- display:block;
- height:15px;
- float:left;
- font-size:11px;
- text-transform:uppercase;
- color:#948F73;
- width:20px;
- }
-
- .glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
- color:#CFA03A;
- }
-
- .glidecontenttoggler a span {
- display:block;
- height:15px;
- float:left;
- cursor:pointer;
- }
-
- .glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
- }
-
- .glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
- background:transparent url('../img/toggle-button-bg.gif') no-repeat 0 0;
- margin-right:5px;
- }
- .glidecontenttoggler a.next {
- background:transparent url('../img/toggle-button-bg.gif') no-repeat 100% 0;
- }
-
- .glidecontenttoggler a.prev:hover {
- }
-
- .glidecontenttoggler a.next:hover{
- }
-
- #togglebox {
- /*margin-bottom:10px;*/
- }