Team:Bilkent UNAM Turkey/css/tabbedContent.css

From 2011.igem.org

(Difference between revisions)
Line 7: Line 7:
.tabs .moving_bg {
.tabs .moving_bg {
padding: 15px;
padding: 15px;
-
background-color:#7F822A;
+
/*background-color:#7F822A;*/
-
background-image:url(https://static.igem.org/mediawiki/2011/0/0a/Arrow_down_green.gif);
+
background-image:url(https://static.igem.org/mediawiki/2011/5/5b/Alg.gif);
position: absolute;
position: absolute;
width: 125px;
width: 125px;

Revision as of 07:17, 12 September 2011

.tabs { height: 62px; position: relative; background-image: url(Tnt.gif); }

.tabs .moving_bg { padding: 15px; /*background-color:#7F822A;*/ background-image:url(Alg.gif); 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:url(https://static.igem.org/mediawiki/igem.org/6/64/Cursor1.gif),default; } .tabs .tab_item a { cursor:url(https://static.igem.org/mediawiki/igem.org/6/64/Cursor1.gif),default; } .tabbed_content .slide_content { overflow: hidden; padding: 20px 0 20px 20px; width: 900px; position: fixed; margin-top: 120px;

}

.tabslider { width: 7200px; }

.tabslider ul { float: left; width: 850px; height: 500px; margin: 0px; padding: 0px; margin-right: 50px; /* color: #aaaaaa;*/ overflow: auto; }

.tabslider ul a { color: #ffffff; text-decoration: none; }

.tabslider ul a:hover { color: #aaaaaa; } .tabslider ul p { /* color: #aaaaaa;*/ } .tabslider ul h2 { /* color: #aaaaaa;*/ } .tabslider ul h3 { /* color: #aaaaaa;*/ }

.tabslider ul li { padding-bottom: 7px;

}