Team:Bilkent UNAM Turkey/css/tabbedContent.css
From 2011.igem.org
m |
|||
Line 12: | Line 12: | ||
padding: 15px; | padding: 15px; | ||
background-color:#7F822A; | background-color:#7F822A; | ||
- | background-image:url(https:// | + | background-image:url(https://static.igem.org/mediawiki/2011/0/0a/Arrow_down_green.gif); |
position: absolute; | position: absolute; | ||
width: 125px; | width: 125px; |
Revision as of 05:08, 25 August 2011
.tabbed_content { background-color: #000000; width: 620px; }
.tabs { height: 62px; position: relative; }
.tabs .moving_bg { padding: 15px; background-color:#7F822A; background-image:url(); position: absolute; width: 125px; z-index: 190; left: 0; padding-bottom: 29px; background-position: bottom left; background-repeat: no-repeat; }
.tabs .tab_item { display: block; float: left; padding: 15px; width: 125px; color: #ffffff; text-align: center; z-index: 200; position: relative; cursor: pointer; }
.tabbed_content .slide_content { overflow: hidden; background-color: #000000; padding: 20px 0 20px 20px; position: relative; width: 600px; }
.tabslider { width: 5000px; }
.tabslider ul { float: left; width: 560px; margin: 0px; padding: 0px; margin-right: 40px; color: #aaaaaa; }
.tabslider ul a { color: #ffffff; text-decoration: none; }
.tabslider ul a:hover { color: #aaaaaa; }
.tabslider ul li { padding-bottom: 7px;
}