Team:Bilkent UNAM Turkey/css/tabbedContent1.css

From 2011.igem.org

(Difference between revisions)
(Created page with ".tabs { height: 100px; position: relative; background-image: url(https://static.igem.org/mediawiki/2011/5/5c/Tnt.gif); } .tabs .moving_bg { padding: 15px; /*background-color:#7F8...")
Line 10: Line 10:
background-image:url(https://static.igem.org/mediawiki/2011/5/5b/Alg.gif);
background-image:url(https://static.igem.org/mediawiki/2011/5/5b/Alg.gif);
position: absolute;
position: absolute;
-
width: 75px;
+
width: 100px;
z-index: 190;
z-index: 190;
left: 0;
left: 0;
Line 23: Line 23:
padding:15px;
padding:15px;
padding-top: 40px;
padding-top: 40px;
-
width: 75px;
+
width: 100px;
color: #ffffff;
color: #ffffff;
text-align: center;
text-align: center;
Line 86: Line 86:
margin-top :15px;
margin-top :15px;
padding-top: 0px;
padding-top: 0px;
-
width: 75px;
+
width: 100px;
color: blue;
color: blue;
text-align: center;
text-align: center;

Revision as of 20:51, 20 September 2011

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

.tabs .moving_bg { padding: 15px; /*background-color:#7F822A;*/ background-image:url(Alg.gif); position: absolute; width: 100px; z-index: 190; left: 0; padding-bottom: 40px; background-position: bottom left; background-repeat: no-repeat; }

.tabs .tab_item { display: block; float: left; padding:15px; padding-top: 40px; width: 100px; 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: 940px; position: fixed; margin-top: 5px;

}

.tabslider { width: 7200px; }

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

  1. labworks{

background: url(01089.jpg) no-repeat; position: relative; } .tabslider ul a { color: green; }

.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;

} .sliding_menu { display: none; float: left; margin-top :15px; padding-top: 0px; width: 100px; color: blue; text-align: center; /*z-index: 199;*/ position: absolute; background-color:gray;

/* for IE */ filter:alpha(opacity=60); /* CSS3 standard */ opacity:0.6

} .sliding_menu .sliding_item { display: block; color: white; }