Team:Warsaw
From 2010.igem.org
(Difference between revisions)
(360 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
/* <![CDATA[ */ | /* <![CDATA[ */ | ||
- | + | body | |
{ | { | ||
- | background: #000000 url(https://static.igem.org/mediawiki/2010/8/8f/Bg_home.png) no-repeat | + | background: #000000 url(https://static.igem.org/mediawiki/2010/8/8f/Bg_home.png) no-repeat 10px 40px; |
} | } | ||
- | + | ||
- | { | + | /* >>>>WIKI CSS<<<<< */ |
- | + | ||
+ | #globalWrapper { | ||
+ | border: 0px; | ||
+ | border:none; | ||
+ | background-color: #000000; | ||
} | } | ||
- | # | + | #content { |
+ | border: 0px; | ||
+ | border: none; | ||
+ | height: 0px; | ||
+ | margin-top: 0px; | ||
+ | padding-bottom: 0px; | ||
+ | background-color: #000000; | ||
+ | } | ||
+ | |||
+ | #menubar { | ||
+ | background-color: #000000; | ||
height: 0px; | height: 0px; | ||
- | + | widht: 750px; | |
- | + | border: 0px; | |
border: none; | border: none; | ||
+ | margin-top: 0px; | ||
} | } | ||
- | # | + | #menubar li > a { |
+ | color: #9a9a9a; | ||
+ | } | ||
+ | #menubar li > a:hover { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #menubar.left-menu { | ||
+ | width: 200px; | ||
+ | margin-top: -80px; | ||
+ | border: none; | ||
+ | border: 0px; | ||
+ | background-color: #000000; | ||
} | } | ||
- | # | + | #menubar.left-menu ul { |
- | + | border: none; | |
- | + | border: 0px; | |
- | + | } | |
- | + | ||
+ | #searchform { | ||
+ | height: 0px; | ||
+ | width: 0px; | ||
+ | display: none; | ||
+ | background-color: #000000; | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | #menubar.right-menu { | ||
+ | width: 600px; | ||
+ | display: block; | ||
+ | float: left; | ||
+ | margin-top: -80px; | ||
+ | border: none; | ||
+ | border: 0px; | ||
+ | background-color: #000000; | ||
+ | position: absolute; | ||
+ | margin-right: -20px; | ||
+ | } | ||
+ | |||
+ | #menubar.right-menu ul { | ||
+ | border: none; | ||
+ | border: 0px; | ||
+ | background-color: #000000; | ||
} | } | ||
#top-section { | #top-section { | ||
- | + | height: 0px; | |
- | + | width: 970px; | |
- | + | margin-top: 0px; | |
- | + | margin-bottom: 0px; | |
- | + | margin-left: auto; | |
- | + | padding: 0; | |
- | + | position: relative; | |
- | + | border: 0px; | |
+ | border: none; | ||
+ | color: #383838; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | display: none; | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | display: none; | ||
+ | visibility: hidden; | ||
+ | border: 0px; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | height: 0px; | ||
+ | border: 0px; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | background-color: #000000; | ||
+ | border: 0px; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | .editsection { | ||
+ | background-color: #000000; | ||
+ | border: 0px; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | /* hide table of contents */ | ||
+ | #toc { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* >>>>>>>>>>>>MY CSS<<<<<<<<<<<< */ | ||
+ | |||
+ | body | ||
+ | { | ||
+ | background: #000000 url("https://static.igem.org/mediawiki/2010/c/cc/Bg_home.jpg") no-repeat 10px 40px; | ||
+ | } | ||
+ | |||
+ | |||
+ | img.nls { | ||
+ | width: 230px; | ||
+ | position: absolute; | ||
+ | margin-left: 180px; | ||
+ | margin-top: 95px; | ||
+ | background: transparent url("https://static.igem.org/mediawiki/2010/6/64/Nls_duo.png") no-repeat -30px 25px; | ||
+ | } | ||
+ | |||
+ | img.nls:hover { | ||
+ | width: 250px; | ||
+ | position: absolute; | ||
+ | margin-left: 160px; | ||
+ | margin-top: 80px; | ||
+ | background: transparent url("https://static.igem.org/mediawiki/2010/6/64/Nls_duo.png") no-repeat -10px -300px; | ||
+ | } | ||
+ | |||
+ | img.er { | ||
+ | width: 215px; | ||
+ | position: absolute; | ||
+ | margin-left: 350px; | ||
+ | margin-top: 165px; | ||
+ | background: transparent url("https://static.igem.org/mediawiki/2010/8/86/Er_duo.png") no-repeat -10px 0px; | ||
+ | } | ||
+ | |||
+ | img.er:hover { | ||
+ | width: 230px; | ||
+ | position: absolute; | ||
+ | margin-left: 340px; | ||
+ | margin-top: 180px; | ||
+ | background: transparent url("https://static.igem.org/mediawiki/2010/8/86/Er_duo.png") no-repeat 0px -340px; | ||
+ | } | ||
+ | |||
+ | img.gfp { | ||
+ | width: 260px; | ||
+ | position: absolute; | ||
+ | margin-left: 500px; | ||
+ | margin-top: 80px; | ||
+ | background: transparent url("https://static.igem.org/mediawiki/2010/7/75/Gfp_duo.png") no-repeat -10px 10px; | ||
+ | } | ||
+ | |||
+ | img.gfp:hover { | ||
+ | width: 270px; | ||
+ | position: absolute; | ||
+ | margin-left: 480px; | ||
+ | margin-top: 80px; | ||
+ | background: transparent url("https://static.igem.org/mediawiki/2010/7/75/Gfp_duo.png") no-repeat -10px -310px; | ||
+ | } | ||
+ | |||
+ | |||
+ | a.brick { | ||
+ | width: 148px; | ||
+ | height: 72px; | ||
+ | position: absolute; | ||
+ | background: transparent url("https://static.igem.org/mediawiki/2010/d/d9/Warsaw_main_button.png") no-repeat 0px 0px; | ||
+ | text-align: center; | ||
+ | padding-top: 22px; | ||
+ | text-decoration: none; | ||
+ | color: #352214; | ||
+ | font-size: 16px; | ||
+ | font-family: 'comic sans ms', fantasy; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | a.brick:hover { | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #team { | ||
+ | margin-top: 370px; | ||
+ | margin-left: 250px; | ||
+ | } | ||
+ | |||
+ | #project { | ||
+ | margin-top: 365px; | ||
+ | margin-left: 380px; | ||
+ | } | ||
+ | |||
+ | #wetlab { | ||
+ | margin-top: 370px; | ||
+ | margin-left: 508px; | ||
+ | } | ||
+ | |||
+ | #software { | ||
+ | margin-top: 368px; | ||
+ | margin-left: 635px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #expressit { | ||
+ | margin-top: 430px; | ||
+ | margin-left: 300px; | ||
+ | } | ||
+ | |||
+ | #killswitch { | ||
+ | margin-top: 425px; | ||
+ | margin-left: 425px; | ||
+ | } | ||
+ | |||
+ | #bactodhl { | ||
+ | margin-top: 430px; | ||
+ | margin-left: 550px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #humanpractices { | ||
+ | padding-top: 18px; | ||
+ | line-height: 14px; | ||
+ | font-size: 15px; | ||
+ | margin-top: 473px; | ||
+ | margin-left: 200px; | ||
+ | } | ||
+ | |||
+ | #humanpractices:hover { | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #safety { | ||
+ | margin-top: 485px; | ||
+ | margin-left: 320px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #attribution { | ||
+ | padding-top: 24px; | ||
+ | font-size: 14px; | ||
+ | margin-top: 480px; | ||
+ | margin-left: 440px; | ||
+ | } | ||
+ | #attribution:hover { | ||
+ | padding-top: 21px; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | |||
+ | #sponsors { | ||
+ | margin-top: 483px; | ||
+ | margin-left: 560px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #igem { | ||
+ | margin-top: 473px; | ||
+ | margin-left: 680px; | ||
} | } | ||
Line 50: | Line 298: | ||
</style> | </style> | ||
<body> | <body> | ||
+ | <img class="nls" src="https://static.igem.org/mediawiki/2010/4/41/Bak_atrapa.png"> | ||
+ | <img class="er" src="https://static.igem.org/mediawiki/2010/4/41/Bak_atrapa.png"> | ||
+ | <img class="gfp" src="https://static.igem.org/mediawiki/2010/4/41/Bak_atrapa.png"> | ||
- | + | <a class="brick" id="team" href="https://2010.igem.org/Team:Warsaw/Team">TEAM</a> | |
- | + | <a class="brick" id="project" href="https://2010.igem.org/Team:Warsaw/Project">PROJECT</a> | |
- | </body> | + | <a class="brick" id="wetlab" href="https://2010.igem.org/Team:Warsaw/Parts">WETLAB</a> |
+ | <a class="brick" id="software" href="https://2010.igem.org/Team:Warsaw/Software">SOFTWARE</a> | ||
+ | |||
+ | <a class="brick" id="expressit" href="https://2010.igem.org/Team:Warsaw/Stage1">Express it!</a> | ||
+ | <a class="brick" id="killswitch" href="https://2010.igem.org/Team:Warsaw/Stage2">Kill switch</a> | ||
+ | <a class="brick" id="bactodhl" href="https://2010.igem.org/Team:Warsaw/Stage3">BactoDHL</a> | ||
+ | |||
+ | <a class="brick" id="humanpractices" href="https://2010.igem.org/Team:Warsaw/HP/Licensing">HUMAN <br> PRACTICES</a> | ||
+ | <a class="brick" id="safety" href="https://2010.igem.org/Team:Warsaw/Safe">SAFETY</a> | ||
+ | <a class="brick" id="attribution" href="https://2010.igem.org/Team:Warsaw/Attribution">ATTRIBUTION</a> | ||
+ | <a class="brick" id="sponsors" href="https://2010.igem.org/Team:Warsaw/Sponsors">SPONSORS</a> | ||
+ | <a class="brick" id="igem" href="https://2010.igem.org">iGEM2010</a> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 08:04, 26 October 2010
TEAM PROJECT WETLAB SOFTWARE Express it! Kill switch BactoDHL HUMAN
PRACTICES SAFETY ATTRIBUTION SPONSORS iGEM2010