/b2evolution/corporatemag/rsc/css/lavalamp.css
http://laibcomsthemes.googlecode.com/ · CSS · 44 lines · 44 code · 0 blank · 0 comment · 0 complexity · 8f9f53ca4d774138d4bf341a24fd6788 MD5 · raw file
- .lavaLampWithImage {
- position:relative;
- height:49px;
- padding:0;
- overflow:hidden;
- margin:0;
- width:956px;
- }
- .lavaLampWithImage li {
- float:left;
- list-style:none;
- z-index:9;
- height:49px;
- text-transform:uppercase;
- }
- .lavaLampWithImage li.back {
- background:url('../img/lava-bg.gif') repeat-x 0 0;
- width:9px;
- height:49px;
- z-index:8;
- position:absolute;
- }
- .lavaLampWithImage li.back .left {
- background:url('../img/lava.gif') no-repeat 50% 0;
- height:49px;
- margin-right:0; /* 7px is the width of the rounded shape */
- }
- .lavaLampWithImage li a {
- color:#686868;
- line-height:41px;
- text-decoration:none;
- outline:none;
- text-align:center;
- z-index:10;
- display:block;
- float:left;
- height:41px;
- position:relative;
- overflow:hidden;
- margin:auto 11px;
- }
- .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current_page_item a {
- color:#FFFFFF;
- }