Team:Fatih Turkey/Project
From 2011.igem.org
(Difference between revisions)
Buraksimsek (Talk | contribs) |
|||
Line 1: | Line 1: | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
- | <meta http-equiv="Content-Type" content="text/html; charset= | + | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
- | <title> | + | <title>deneme baslik</title> |
- | <style | + | <style> |
- | + | h1.firstHeading, div#p-logo, div#search-controls, div#contentSub, div#footer-box, div#catlinks{ | |
+ | display:none; | ||
+ | } | ||
+ | #menubar{ | ||
+ | background-color: transparent; | ||
+ | font-size: 85%; | ||
+ | top: 10px; | ||
+ | position: absolute; | ||
+ | margin-top: -12px; | ||
+ | } | ||
+ | |||
+ | div#content{ | ||
+ | padding: 0 !important; | ||
+ | background: transparent; | ||
+ | border: none !important; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | #menubar li a { | ||
+ | color: #FFFFFF; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | #globalWrapper{ | ||
+ | margin-top:5px; | ||
+ | } | ||
+ | #top-section{ | ||
+ | height: 20px !important; | ||
+ | border: none !important; | ||
+ | } | ||
body { | body { | ||
- | + | font-size: 12px; | |
+ | font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; | ||
+ | color: #444; | ||
+ | background: #6b6b6b url('https://static.igem.org/mediawiki/igem.org/a/ad/Bg-igem.png'); | ||
} | } | ||
- | + | body,p,pre,div,span{ | |
- | body, | + | line-height: 160%; |
- | + | color: #808080; | |
- | color: # | + | |
} | } | ||
- | a: | + | html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, |
+ | code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td | ||
+ | { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | border:0; | ||
+ | font-weight:inherit; | ||
+ | font-style:inherit; | ||
+ | font-family:inherit; | ||
+ | vertical-align:baseline; | ||
+ | } | ||
+ | |||
+ | em{ | ||
+ | font-style:italic; | ||
+ | } | ||
+ | table{ | ||
+ | margin-top: 15px; | ||
+ | margin-bottom: 15px; | ||
+ | } | ||
+ | hr{ | ||
+ | border: 0; | ||
+ | color: #eee; | ||
+ | background-color: #eee; | ||
+ | height: 1px; | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | img.centered { | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | img.alignnone { | ||
+ | margin: 0px 0px 5px 5px; | ||
+ | display: inline; | ||
+ | } | ||
+ | img.alignright { | ||
+ | margin: 0px 0px 5px 10px; | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | img.alignleft { | ||
+ | margin: 0px 10px 5px 0px; | ||
+ | display: inline; | ||
+ | } | ||
+ | .alignright { | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .alignleft { | ||
+ | float: left; | ||
+ | } | ||
+ | .aligncenter{ | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | p{ | ||
+ | margin-top: 15px; | ||
+ | margin-bottom: 15px; | ||
+ | } | ||
+ | h1,h2,h3,h4,h5,h6{ | ||
+ | margin-top: 15px; | ||
+ | margin-bottom: 15px ; | ||
+ | color: #333; | ||
+ | line-height: 1.5em; | ||
+ | } | ||
+ | h1 { | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 25px; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | h4 { | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | h5 { | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | h6 { | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | a{ | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | a: | + | a{ |
+ | color: #2f86c4; | ||
+ | } | ||
+ | a:hover{ | ||
+ | color: #4172ab; | ||
+ | } | ||
+ | #header .logo{ | ||
+ | margin-top: 41px; | ||
+ | margin-left: 40px; | ||
+ | } | ||
+ | #footer{ | ||
+ | background: #707070; | ||
+ | border-left: 1px #888 solid; | ||
+ | border-right: 1px #888 solid; | ||
+ | width: 988px; | ||
+ | margin: 0px auto 0px; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | #footer div{ | ||
+ | color: #bbb; | ||
+ | } | ||
+ | #footer a{ | ||
+ | color: #c4c5cc; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | a:hover { | + | #footer a:hover{ |
+ | color: #666; | ||
+ | } | ||
+ | |||
+ | .footer-sh-wrapper { | ||
+ | height: 22px; | ||
+ | margin: auto; | ||
+ | position: relative; | ||
+ | width: 990px; | ||
+ | } | ||
+ | .footer-sh-left { | ||
+ | background: url("https://static.igem.org/mediawiki/2011/b/b7/Footer-sh-left.png") no-repeat scroll 0 0 transparent; | ||
+ | height: 112px; | ||
+ | left: 0; | ||
+ | position: absolute; | ||
+ | top: -90px; | ||
+ | width: 10px; | ||
+ | } | ||
+ | .footer-sh { | ||
+ | background: url("https://static.igem.org/mediawiki/2011/b/bf/Footer-sh.png") repeat-x scroll center bottom #F9F9F9; | ||
+ | bottom: 0; | ||
+ | height: 22px; | ||
+ | left: 10px; | ||
+ | position: absolute; | ||
+ | width: 970px; | ||
+ | } | ||
+ | .footer-sh-right { | ||
+ | background: url("https://static.igem.org/mediawiki/2011/b/b5/Footer-sh-right.png") no-repeat scroll 0 0 transparent; | ||
+ | height: 112px; | ||
+ | position: absolute; | ||
+ | right: 0; | ||
+ | top: -90px; | ||
+ | width: 10px; | ||
+ | } | ||
+ | |||
+ | .copyright-open{ | ||
+ | width: 988px; | ||
+ | height: 0px; | ||
+ | margin:auto; | ||
+ | display: block-inline; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6{ | ||
+ | color: #333333; | ||
+ | } | ||
+ | #header-whole{ | ||
+ | |||
+ | position: relative; | ||
+ | z-index: 200; | ||
+ | width: 980px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | #header{ | ||
+ | height: 100px; | ||
+ | clear: both; | ||
+ | background: #f9f9f9; | ||
+ | margin: 0 auto; | ||
+ | width: 970px; | ||
+ | } | ||
+ | #header .logo{ | ||
+ | float: left; | ||
+ | margin-top: 25px; | ||
+ | margin-left: 20px; | ||
+ | } | ||
+ | |||
+ | #container{ | ||
+ | width: 970px; | ||
+ | margin: 0px auto 0px; | ||
+ | background: none repeat scroll 0 0 #F9F9F9; | ||
+ | } | ||
+ | .copyright-open{ | ||
+ | border-top: 1px #a8a8a8 solid; | ||
+ | border-bottom: 1px #888 solid; | ||
+ | border-left: 1px #888 solid; | ||
+ | border-right: 1px #888 solid; | ||
+ | } | ||
+ | .nav-wrapper{ | ||
+ | margin: 0px 30px 10px 0px; | ||
+ | float:right; | ||
+ | } | ||
+ | .ddsmoothmenu ul{ | ||
+ | padding: 0px; | ||
+ | list-style-type: none; | ||
+ | background: #666666; | ||
+ | } | ||
+ | .ddsmoothmenu ul li{ | ||
+ | position: relative; | ||
+ | display: block; | ||
+ | float: left; | ||
+ | } | ||
+ | .ddsmoothmenu ul li a{ | ||
+ | line-height: 140%; | ||
+ | overflow: hidden; | ||
+ | text-align: left; | ||
+ | font-family: 'Lucida Grande', Arial, Verdana, sans-serif; | ||
+ | word-spacing: 1px; | ||
+ | font-size: 14px; | ||
+ | font-weight: normal; | ||
+ | display: block; /*background of menu items (default state)*/ | ||
+ | padding: 34px 27px 10px 17px; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | a:active { | + | .ddsmoothmenu ul li a span { |
+ | font-weight: normal; | ||
+ | color: #888; | ||
+ | font-size: 10px; | ||
+ | clear: both; | ||
+ | display:block; | ||
+ | width: 60px; | ||
+ | } | ||
+ | * html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/ | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{ | ||
+ | color: #333; | ||
+ | } | ||
+ | |||
+ | .ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/ | ||
+ | color: #888; | ||
+ | } | ||
+ | |||
+ | .ddsmoothmenu ul li a:hover{ | ||
+ | color: #888; | ||
+ | } | ||
+ | |||
+ | /*1st sub level menu*/ | ||
+ | .ddsmoothmenu ul li ul{ | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | visibility: hidden; | ||
+ | display: none; /*collapse all sub menus to begin with*/ | ||
+ | border: 1px #222 solid; | ||
+ | -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; | ||
+ | -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; | ||
+ | box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; | ||
+ | } | ||
+ | |||
+ | /*Sub level menu list items (undo style from Top level List Items)*/ | ||
+ | .ddsmoothmenu ul li ul li{ | ||
+ | text-align:left; | ||
+ | float: none; | ||
+ | background: url('img/bg-menu2.png'); | ||
+ | } | ||
+ | |||
+ | .ddsmoothmenu ul li ul li a{ | ||
+ | color: #fff; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | .ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/ | ||
+ | color: #fff; | ||
+ | } | ||
+ | .ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{ | ||
+ | color: #fff; | ||
+ | } | ||
+ | .ddsmoothmenu ul li ul li a:hover{ | ||
+ | color: #ffc; | ||
+ | } | ||
+ | .ddsmoothmenu ul li ul li ul{ | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | /* Sub level menu links style */ | ||
+ | .ddsmoothmenu ul li ul li a{ | ||
+ | width: 160px; /*width of sub menus*/ | ||
+ | padding: 0px 0px 0px 10px; | ||
+ | height: 38px; | ||
+ | line-height: 320%; | ||
+ | border-left: 1px #555 solid; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | /* Holly Hack for IE \*/ | ||
+ | * html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/ | ||
+ | |||
+ | .copyright{ | ||
+ | width: 930px; | ||
+ | color: #959595; | ||
+ | background: #eee; | ||
+ | clear: both; | ||
+ | line-height: 190%; | ||
+ | text-align: right; | ||
+ | padding: 10px 20px 10px; | ||
+ | margin: 0px auto 0px; | ||
+ | } | ||
+ | .copyright a{ | ||
+ | color: #bbb; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | . | + | .copyright a:hover{ |
- | + | color: #ccc; | |
- | + | } | |
- | </style | + | |
+ | </style> | ||
+ | |||
+ | </head> | ||
<body> | <body> | ||
- | < | + | <script type="text/javascript" src="http://simsekburak.com/fatihigem/ddsmoothmenu.js"></script> |
- | + | ||
- | + | <script> | |
- | + | $(document).ready( | |
- | + | ddsmoothmenu.init({ | |
- | + | mainmenuid: "topmenu", | |
- | + | orientation: 'h', | |
- | + | classname: 'ddsmoothmenu', | |
- | + | contentsource: "markup" | |
- | + | })); | |
- | + | ||
- | + | jQuery(window).load(function() { | |
- | + | setTimeout(function(){ | |
- | + | jQuery('#slider').nivoSlider({ | |
- | + | pauseTime:4000, | |
- | + | animSpeed:600, | |
- | + | captionOpacity: 0.8, | |
- | + | pauseOnHover:true, | |
- | + | directionNav:true, | |
- | + | directionNavHide:true, | |
- | + | controlNavThumbs:true, | |
- | + | controlNavThumbsFromRel:true, | |
- | + | }); | |
- | + | }, 1000), | |
- | + | setTimeout(function(){ | |
- | + | /* For slider shortcode */ | |
- | + | jQuery('#slider2').nivoSlider({ | |
- | + | pauseTime:4000, | |
- | + | animSpeed:600, | |
- | https://static.igem.org/mediawiki/2011/ | + | captionOpacity: 0.8, |
- | + | pauseOnHover:true, | |
- | + | directionNavHide:true }); | |
- | + | }, 1000); | |
- | </ | + | |
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <div class="body-2"> | ||
+ | <!-- Header --> | ||
+ | <div id="header-whole"> | ||
+ | <div id="header"> | ||
+ | <a href="https://2011.igem.org/" style="position:absolute; right:10px; top 5px; color: #343434; font-family: sans-serif; font-size: 11px; z-index: 1000;">⇐ Back to iGem 2011 HomePage</a> | ||
+ | <!-- Logo --> | ||
+ | <div> | ||
+ | <div class="logo"> | ||
+ | <a href="https://2011.igem.org/Team:Fatih_Turkey"> | ||
+ | <img width="258" src="https://static.igem.org/mediawiki/2011/b/b6/Fatih_turkey_logo.png"> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Menu --> | ||
+ | <div class="nav-wrapper"> | ||
+ | <div class="nav-main"> | ||
+ | <div id="topmenu" class="ddsmoothmenu"> | ||
+ | <ul id="menu-main" class="menu"> | ||
+ | <li> | ||
+ | <a href="https://2011.igem.org/Team:Fatih_Turkey">Home</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2011.igem.org/Team:Fatih_Turkey/Project">Project<span>Rainbow Graveyard</span></a> | ||
+ | <ul> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Project">Overall Project</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/LALF">LALF</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Reflectin">Reflectin</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Biofilm">Biofilm</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Experiments">Experiments</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Results">Results</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Future_Plan">Future Plan</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2011.igem.org/Team:Fatih_Turkey/Biobricks">Biobricks</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Parts">Parts</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Devices">Devices</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Modelling">Modelling</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Safety">Safety</a></li> | ||
+ | <li> | ||
+ | <a href="https://2011.igem.org/Team:Fatih_Turkey/Human_Practice">Human Practice</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Sporocide">Sporocide</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/iGEM_for_7_to_77">iGEM for 7 to 77</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/game">Game</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/canvas_times">Canvas Times</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2011.igem.org/Team:Fatih_Turkey/Lab_Garage">Lab Garage</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:Fatih_Turkey/Procedures">Procedures</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- End Header --> | ||
+ | |||
+ | </div> | ||
+ | <div id="container"> | ||
+ | |||
+ | Project Sayfası | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="footer-sh-wrapper"> | ||
+ | <div class="footer-sh-left"></div> | ||
+ | <div class="footer-sh"></div> | ||
+ | <div class="footer-sh-right"></div> | ||
+ | </div> | ||
+ | <div id="footer"> | ||
+ | <div> | ||
+ | <h3 style="color:#BBB;">Sponsors</h3> | ||
+ | <img src="https://static.igem.org/mediawiki/2011/6/69/Tubitak.png"/> | ||
+ | <a href="http://www.sentegen.com"> | ||
+ | <img src="https://static.igem.org/mediawiki/2011/d/d8/Sentegen.jpg"/></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="copyright-open"> | ||
+ | </div> | ||
+ | <div class="copyright"> | ||
+ | 2011 © Fatih Medical School | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 16:58, 20 September 2011
Project Sayfası
2011 © Fatih Medical School