Team:University College London/css
From 2012.igem.org
(293 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | @font-face { | ||
+ | font-family: 'PTSansRegular'; | ||
+ | src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.eot'); | ||
+ | src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.woff') format('woff'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.ttf') format('truetype'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.svg#PTSansRegular') format('svg'); | ||
+ | |||
+ | } | ||
+ | @font-face { | ||
+ | font-family: 'PTSansBold'; | ||
+ | src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.eot'); | ||
+ | src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.woff') format('woff'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.ttf') format('truetype'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.svg#PTSansBold') format('svg'); | ||
+ | |||
+ | } | ||
+ | @font-face { | ||
+ | font-family: 'PTSansItalic'; | ||
+ | src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.eot'); | ||
+ | src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.eot?#iefix') format('embedded-opentype'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.woff') format('woff'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.ttf') format('truetype'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.svg#PTSansItalic') format('svg'); | ||
+ | |||
+ | } | ||
+ | @font-face { | ||
+ | font-family: 'PTSansBoldItalic'; | ||
+ | src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.eot'); | ||
+ | src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.eot?#iefix') format('embedded-opentype'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.woff') format('woff'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.ttf') format('truetype'), | ||
+ | url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.svg#PTSansBoldItalic') format('svg'); | ||
+ | |||
+ | } | ||
/* getting rid of wiki baggage */ | /* getting rid of wiki baggage */ | ||
+ | #globalWrapper{ | ||
+ | position:relative; | ||
+ | width:990px; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | margin-top:none; | ||
+ | } | ||
+ | |||
+ | #versionwarning{ | ||
+ | position:absolute; | ||
+ | top:50px; | ||
+ | left:100px; | ||
+ | background-color:#f00; | ||
+ | padding:10px; | ||
+ | font-size:20px; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | padding-top:0px; | ||
+ | } | ||
+ | |||
+ | #bodyContent a[href ^="https://"], | ||
+ | .link-https, #bodyContent a[href ^="mailto:"], | ||
+ | .link-mailto, | ||
+ | #bodyContent a[href ^="news://"], | ||
+ | #bodyContent a[href ^="ftp://"], | ||
+ | .link-ftp, #bodyContent a[href ^="irc://"], | ||
+ | .link-irc { | ||
+ | background: none; | ||
+ | padding-right: 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #content{ | ||
+ | width:990px; | ||
+ | padding-right:0px; | ||
+ | padding-left:0px; | ||
+ | } | ||
+ | |||
+ | #contentSub{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
#catlinks{ | #catlinks{ | ||
display:none; | display:none; | ||
Line 7: | Line 87: | ||
height: 14px; | height: 14px; | ||
border: none; | border: none; | ||
+ | position: fixed; | ||
+ | width: 990px; | ||
+ | background-color: #666; | ||
+ | z-index: 20; | ||
+ | display:none; | ||
} | } | ||
Line 23: | Line 108: | ||
#content{ | #content{ | ||
border:none; | border:none; | ||
+ | } | ||
+ | |||
+ | .left-menu:hover { | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | .left-menu, .left-menu a { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | .right-menu li { | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | .right-menu li a { | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | .right-menu, .right-menu a { | ||
+ | right: 20px; | ||
+ | } | ||
+ | |||
+ | #topwikimenubg{ | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | width:990px; | ||
+ | left:0px; | ||
+ | height:15px; | ||
+ | background-color: #666; | ||
+ | } | ||
+ | |||
+ | #menubar a:visited { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | |||
+ | #menubar a:active { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #toc,#toctitle{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .toclevel-1{ | ||
+ | display:none; | ||
} | } | ||
Line 31: | Line 161: | ||
body { | body { | ||
- | font-family: ' | + | font-family: 'PTSansRegular', Helvetica, Arial, serif; |
background-color:#ffffff; | background-color:#ffffff; | ||
} | } | ||
+ | body em{ | ||
+ | font-family: 'PTSansItalic', Helvetica, Arial, serif; | ||
+ | } | ||
+ | |||
+ | |||
+ | body strong{ | ||
+ | font-family: 'PTSansBold', Helvetica, Arial, serif; | ||
+ | } | ||
+ | |||
+ | body strong em, body em strong{ | ||
+ | font-family: 'PTSansBoldItalic', Helvetica, Arial, serif; | ||
+ | } | ||
#ucligem{ | #ucligem{ | ||
- | top:- | + | position: relative; |
+ | top: -15px; | ||
+ | z-index:1; | ||
+ | width:990px; | ||
+ | font-size: 15px; | ||
} | } | ||
+ | |||
+ | #ucligem a{ | ||
+ | color:#0F6D83; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #ucligem a:visited{ | ||
+ | color:#0F6D83; | ||
+ | } | ||
+ | |||
+ | #ucligem a:hover{ | ||
+ | color:#666; | ||
+ | } | ||
+ | |||
+ | #ucligem img{ | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #ucligem table.wikitable{ | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | border: 1px solid #0F6D83; | ||
+ | } | ||
+ | |||
+ | #ucligem .wikitable th, .wikitable td { | ||
+ | border: 1px #0F6D83 solid; | ||
+ | padding: 0.2em; | ||
+ | } | ||
+ | |||
+ | #ucligem .wikitable th { | ||
+ | background-color: #7FC3D3; | ||
+ | } | ||
+ | |||
+ | #ucligem table.smalltable{ | ||
+ | border-collapse: collapse; | ||
+ | margin-left: 15px; | ||
+ | margin-top: 10px; | ||
+ | margin-right: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | float:left; | ||
+ | border: 1px solid #000; | ||
+ | } | ||
+ | |||
+ | #ucligem .smalltable th, .smalltable td { | ||
+ | border: 1px #000 solid; | ||
+ | padding: 0.2em; | ||
+ | } | ||
+ | |||
+ | #ucligem .smalltable th { | ||
+ | background-color: #eee; | ||
+ | } | ||
+ | |||
+ | #ucligem table.bigtable{ | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-top: 10px; | ||
+ | margin-bottom: 10px; | ||
+ | border: 1px solid #000; | ||
+ | border-collapse:collapse; | ||
+ | } | ||
+ | |||
+ | #ucligem .bigtable th, .bigtable td { | ||
+ | border: 1px #000 solid; | ||
+ | padding: 0.2em; | ||
+ | } | ||
+ | |||
+ | #ucligem .bigtable th { | ||
+ | background-color: #eee; | ||
+ | } | ||
+ | |||
#ucligem #header{ | #ucligem #header{ | ||
Line 46: | Line 266: | ||
width:990px; | width:990px; | ||
height:290px; | height:290px; | ||
+ | margin-bottom:20px; | ||
+ | } | ||
+ | |||
+ | #ucligem #headerimg{ | ||
+ | position:relative; | ||
+ | top:0px; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | width:990px; | ||
+ | margin-bottom:0px; | ||
+ | z-index:150; | ||
+ | } | ||
+ | |||
+ | #ucligem #headerimg .coverimg{ | ||
+ | margin-top:0px; | ||
+ | } | ||
+ | |||
+ | #ucligem #headerimg img{ | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #ucligem #headernocover{ | ||
+ | position:relative; | ||
+ | top:0px; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | width:990px; | ||
+ | z-index:150; | ||
+ | |||
+ | } | ||
+ | |||
+ | #ucligem .cover-aurelija{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/5/5a/Ucl2012-coverpicturetest.jpg'); | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem .cover-team{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/c/c3/Ucl2012-coverpictureteam.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-week4{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/a/a7/Ucl2012-coverpictureweek4.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-cake{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/6/61/Ucl-coverpicturecake.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-choice{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/3/32/Ucl2012-coverpicturechoice.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-portico{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/8/88/Ucl2012-coverpictureportico.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-thinking{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/6/64/Ucl2012-coverpicturethinking.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-whiteboard{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/e/ed/Ucl2012-coverpicturewhiteboard.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-training{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/1/13/Ucl2012-coverpicturetraining.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-hackspace{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/6/66/Ucl2012-coverpicturehackspace.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-diybio{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/c/c7/Ucl2012-coverpicturediybio.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-monkeyisland{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/c/cd/Ucl2012-coverpicturemonkeyisland.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem .cover-moym{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/e/ed/Ucl2012-coverpicturemoym.jpg'); | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem #top{ | ||
+ | position:fixed; | ||
+ | top:0px; | ||
+ | width:990px; | ||
+ | height:50px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/b/bc/Ucl2012-topwhitemask.png'); | ||
+ | z-index:200; | ||
+ | } | ||
+ | |||
+ | #ucligem #top #igem a{ | ||
+ | position: absolute; | ||
+ | width: 46px; | ||
+ | height: 35px; | ||
+ | top: 6px; | ||
+ | left: 798px; | ||
+ | background:none; | ||
+ | } | ||
+ | |||
+ | #ucligem #top #igem a:hover{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/f/ff/Ucl2012-igemlogocolor.jpg'); | ||
+ | } | ||
+ | |||
+ | #ucligem #top #ucl a{ | ||
+ | position: absolute; | ||
+ | width: 124px; | ||
+ | height: 37px; | ||
+ | top: 5px; | ||
+ | left: 847px; | ||
+ | background:none; | ||
+ | } | ||
+ | |||
+ | #ucligem #top #ucl a:hover{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/7/76/Ucl2012-ucl-hover.png'); | ||
+ | } | ||
+ | |||
+ | #ucligem #top ul strong{ | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | |||
+ | #ucligem #top ul{ | ||
+ | position: absolute; | ||
+ | left:15px; | ||
+ | top: 12px; | ||
+ | margin:0px; | ||
+ | padding: 0px; | ||
+ | list-style:none; | ||
+ | font-size:17px; | ||
+ | } | ||
+ | |||
+ | #ucligem #top li{ | ||
+ | color:#000; | ||
+ | text-align:center; | ||
+ | margin-right:20px; | ||
+ | zoom:1; | ||
+ | float:left; | ||
+ | position:relative; | ||
+ | display:block; | ||
+ | text-align: left; | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem #top li ul{ | ||
+ | display:none; | ||
+ | margin:0px; | ||
+ | } | ||
+ | |||
+ | #ucligem #top li:hover ul{ | ||
+ | display:block; | ||
+ | position:absolute; | ||
+ | top:25px; | ||
+ | left:-8px; | ||
+ | width:auto; | ||
+ | background-color:#fff; | ||
+ | } | ||
+ | |||
+ | #ucligem #top li ul li{ | ||
+ | position:relative; | ||
+ | display:block; | ||
+ | float:none; | ||
+ | white-space: nowrap; | ||
+ | z-index:5; | ||
+ | padding-left: 8px; | ||
+ | padding-right: 8px; | ||
+ | padding-top:4px; | ||
+ | padding-bottom:4px; | ||
+ | margin:0px; | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | #ucligem #top li ul li a, #ucligem #top li ul li a:visited{ | ||
+ | color: #00000; | ||
+ | } | ||
+ | |||
+ | #ucligem #top li ul li a:hover{ | ||
+ | color: #0F6D83; | ||
+ | } | ||
+ | |||
+ | #ucligem #top a{ | ||
+ | color:#000; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #ucligem #top li:hover ul a{ | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | #ucligem #top li:hover a{ | ||
+ | color:#0F6D83; | ||
+ | } | ||
+ | |||
+ | #ucligem h1{ | ||
+ | color:#fff; | ||
+ | border-bottom:none; | ||
+ | position:absolute; | ||
+ | top:150px; | ||
+ | left:10px; | ||
+ | font-size:45px; | ||
+ | top:244px; | ||
+ | display: block; | ||
+ | width: 980px; | ||
+ | font-weight:bold; | ||
+ | z-index:150; | ||
+ | } | ||
+ | |||
+ | #ucligem h1 a{ | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | #ucligem h1 a:visisted{ | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | .editsection { | ||
+ | position: absolute; | ||
+ | right: 0px; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | |||
+ | #ucligem h2{ | ||
+ | font-size: 24px; | ||
+ | border:none; | ||
+ | padding: 0px; | ||
+ | padding-left: 15px; | ||
+ | display: block; | ||
+ | width: 960px; | ||
+ | position: relative; | ||
+ | margin-top:1.5em; | ||
+ | margin-bottom:0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem h2 a { | ||
+ | color:#000; | ||
+ | } | ||
+ | |||
+ | #ucligem h2 a:visited{ | ||
+ | color:#000; | ||
+ | } | ||
+ | |||
+ | #ucligem h3{ | ||
+ | font-size: 18px; | ||
+ | border:none; | ||
+ | padding: 0px; | ||
+ | padding-left: 15px; | ||
+ | display: block; | ||
+ | width: 960px; | ||
+ | position: relative; | ||
+ | margin-top:1.5em; | ||
+ | margin-bottom:0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem h3 a { | ||
+ | color:#000; | ||
+ | } | ||
+ | |||
+ | #ucligem h3 a:visited{ | ||
+ | color:#000; | ||
+ | } | ||
+ | |||
+ | #ucligem p{ | ||
+ | padding-left: 15px; | ||
+ | padding-right: 15px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | #ucligem #wikimenutoggleon{ | ||
+ | position:absolute; | ||
+ | top:2px; | ||
+ | right:-15px; | ||
+ | width:15px; | ||
+ | height:15px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/f/fd/Ucl2012-cogicon.gif'); | ||
+ | } | ||
+ | |||
+ | #ucligem #wikimenutoggleoff{ | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | right:-15px; | ||
+ | width:15px; | ||
+ | height:15px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/8/83/Ucl2012-xicon.gif'); | ||
+ | display:none; | ||
+ | z-index:4; | ||
+ | } | ||
+ | |||
+ | #ucligem img .normal{ | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem .right{ | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem .left{ | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .twtr-widget{ | ||
+ | float: right; | ||
+ | margin: 15px; | ||
+ | } | ||
+ | |||
+ | .protocol, .protocolon{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | margin-top: 5px; | ||
+ | min-height: 43px; | ||
+ | overflow: hidden; | ||
+ | font-size: 24px; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-top: 15px; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | .protocol-RestrictionEnzymeDigest{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/d/de/Ucl2012-protocols-logo-enzdig.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-Competency{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/6/6a/Ucl2012-protocols-logo-competency.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-Generic{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/d/d2/Ucl2012-protocol-logo-generic.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-Transformation{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/f/fd/Ucl2012-protocols-logo-transformation.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-ColPic{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/d/d7/Ucl2012-protocols-logo-pickingcolonies.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-Miniprep{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/d/df/Ucl2012-protocols-logo-miniprep.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-Electrophoresis{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/1/1b/Ucl2012-protocols-logo-electrophoresis.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-Nanodrop{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/9/9e/Ucl2012-protocols-logo-nanodrop.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-PCR{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/8/8f/Ucl2012-protocols-logo-pcr.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-DNAExtractionFromColonies{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/c/c4/Ucl2012-protocols-logo-colonyextract.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-PrimerDesign{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/6/68/Ucl2012-protocols-logo-primerdesign.png'); | ||
+ | } | ||
+ | |||
+ | .protocol-CurliCharacterisation{ | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/f/fd/Ucl2012-protocols-logo-curlicharacter.png'); | ||
+ | } | ||
+ | |||
+ | #ucligem .protocol .arrow{ | ||
+ | display: -moz-inline-box; | ||
+ | display:inline-block; | ||
+ | width:19px; | ||
+ | height:20px; | ||
+ | margin-left:5px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/f/fb/Ucl2012-labbook-arrow-small.png'); | ||
+ | } | ||
+ | * + html #ucligem .protocol .arrow{ display:inline; } /* for IE 7 */ | ||
+ | |||
+ | #ucligem .protocolon .arrow{ | ||
+ | display: -moz-inline-box; | ||
+ | display:inline-block; | ||
+ | width:19px; | ||
+ | height:20px; | ||
+ | margin-left:5px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/c/c4/Ucl2012-labbook-arrow-up-small.png'); | ||
+ | } | ||
+ | * + html #ucligem .protocolon .arrow{ display:inline; } /* for IE 7 */ | ||
+ | |||
+ | .protocolContent{ | ||
+ | display:none; | ||
+ | width: 600px; | ||
+ | margin-left: 66px; | ||
+ | background: #D7EDF1; | ||
+ | padding: 5px; | ||
+ | padding-left:15px; | ||
+ | margin-bottom: 5px; | ||
+ | } | ||
+ | |||
+ | #ucligem .protocolContent p{ | ||
+ | padding-left:0px; | ||
+ | } | ||
+ | |||
+ | #ucligem #labbookmenu{ | ||
+ | padding-left:15px; | ||
+ | padding-right:15px; | ||
+ | padding-top:8px; | ||
+ | padding-bottom:5px; | ||
+ | background-color: #fff; /*#D7EDF1;*/ | ||
+ | } | ||
+ | |||
+ | #ucligem .experiment{ | ||
+ | position:relative; | ||
+ | width:990px; | ||
+ | height:40px; | ||
+ | background-color: #fff; /* #0F6D83; */ | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | #ucligem .experiment .arrow{ | ||
+ | position:absolute; | ||
+ | width:32px; | ||
+ | height:34px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/c/ca/Ucl2012-labbook-arrow.png'); | ||
+ | top:3px; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | #ucligem .experimenton{ | ||
+ | position:relative; | ||
+ | width:990px; | ||
+ | height:40px; | ||
+ | background-color: #fff; /*#0F6D83; */ | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem .experimenton .arrow{ | ||
+ | position:absolute; | ||
+ | width:32px; | ||
+ | height:34px; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2012/1/16/Ucl2012-labbook-arrow-up.png'); | ||
+ | top:3px; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | #ucligem .experiment .arrowlabel, #ucligem .experimenton .arrowlabel{ | ||
+ | position:absolute; | ||
+ | top:12px; | ||
+ | left:0px; | ||
+ | width:990px; | ||
+ | text-align:center; | ||
+ | color:#000; | ||
+ | font-weight:bold; | ||
+ | cursor:default; | ||
+ | font-size: 24px; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | #ucligem .experimentContent{ | ||
+ | background-color: #fff; /* #D7EDF1; */ | ||
+ | display:none; | ||
+ | padding-top:15px; | ||
+ | padding-bottom:10px; | ||
+ | } | ||
+ | |||
+ | #ucligem .experimentContent h2{ | ||
+ | margin:0px; | ||
+ | } | ||
+ | |||
+ | #ucligem .experimentContent p{ | ||
+ | margin:0px; | ||
+ | } | ||
+ | |||
+ | .notebook-architecture{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/6/63/Ucl2012-notebookicon-architecture.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-bielefeld{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/9/99/Ucl2012-notebookicon-bielefeld.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-brainstorm{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/d/d5/Ucl2012-notebookicon-brainstorm.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-clean{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/5/57/Ucl2012-notebookicon-clean.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-darmstadt{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/2/29/Ucl2012-notebookicon-darmstadt.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-diybio{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/1/1b/Ucl2012-notebookicon-diybio.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-elsi{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/9/98/Ucl2012-notebookicon-elsi.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-hackspace{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/c/cd/Ucl2012-notebookicon-hackspace.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-igem{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/2/2b/Ucl2012-notebookicon-igem.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-lmu{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/c/c3/Ucl2012-notebookicon-lmu.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-news{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/3/3a/Ucl2012-notebookicon-news.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-paris{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/5/54/Ucl2012-notebookicon-paris.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-parts{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/5/5a/Ucl2012-notebookicon-parts.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-presentation{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/d/d5/Ucl2012-notebookicon-presentation.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-purdue{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/3/3e/Ucl2012-notebookicon-purdue.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-regional{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/7/78/Ucl2012-notebookicon-regional.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-social{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/b/b2/Ucl2012-notebookicon-social.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | .notebook-wiki{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/e/e6/Ucl2012-notebookicon-wiki.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-meeting{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/6/6c/Ucl2012-notebookicon-meeting.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-poster{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/a/a7/Ucl2012-notebookicon-poster.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-gel{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/0/0f/Ucl2012-notebookicon-gel.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-digest{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/b/b2/Ucl2012-notebookicon-digest.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-culture{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/b/b6/Ucl2012-notebookicon-culture.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-wetlab{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/b/b6/Ucl2012-notebookicon-culture.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-success{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/1/18/Ucl2012-notebookicon-success.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-fail{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/c/c8/Ucl2012-notebookicon-fail.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-assembly{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/8/8c/Ucl2012-notebookicon-assembly.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-sponsor{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/f/fc/Ucl2012-notebookicon-sponsor.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-training{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/6/68/Ucl2012-notebookicon-training.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-human{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/9/98/Ucl2012-notebookicon-human.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-achievement{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/b/b6/Ucl2012-notebookicon-achievement.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-modelling{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/2/29/Ucl2012-notebookicon-modelling.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-radio{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/4/40/Ucl2012-notebookicon-radio.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-film{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/e/ea/Ucl2012-notebookicon-film.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .notebook-rathenau{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 65px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/2/27/Ucl2012-frontslide-rathenau.jpg') no-repeat; | ||
+ | margin-top: 5px; | ||
+ | min-height: 50px; | ||
+ | } | ||
+ | |||
+ | .achievement-notick{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 45px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/e/e6/Ucl2012-icon-achievementempty.jpg') no-repeat; | ||
+ | padding-top: 10px; | ||
+ | min-height: 30px; | ||
+ | } | ||
+ | |||
+ | .achievement-tick{ | ||
+ | margin-left: 15px; | ||
+ | padding-left: 45px; | ||
+ | padding-right: 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2012/2/2d/Ucl2012-icon-achievementtick.jpg') no-repeat; | ||
+ | padding-top: 10px; | ||
+ | min-height: 30px; | ||
+ | } | ||
+ | |||
+ | #ucligem #newtoigembutton{ | ||
+ | float:right; padding:5px; background-color:#10BD55; margin: 10px; | ||
+ | } | ||
+ | |||
+ | #ucligem #newtoigembutton a, #ucligem #newtoigembutton a.visited{ | ||
+ | color:#000000; | ||
+ | } | ||
+ | |||
+ | #ucligem .glossary{ | ||
+ | background-color: #D7EDF1; | ||
+ | } | ||
+ | |||
+ | #ucligem #glossary-box{ | ||
+ | position:absolute; | ||
+ | background-color:#D7EDF1; | ||
+ | border: 1px solid #000; | ||
+ | display:none; | ||
+ | padding:5px; | ||
+ | width:300px; | ||
+ | z-index:81; | ||
+ | } | ||
+ | |||
+ | #ucligem .footnote{ | ||
+ | background-image: url('https://static.igem.org/mediawiki/2012/d/d8/Ucl2012-footnote.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | width:10px; | ||
+ | background-position: right top; | ||
+ | padding-right: 8px; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | #ucligem #footnote-box{ | ||
+ | position:absolute; | ||
+ | background-color:#fff; | ||
+ | border: 1px solid #000; | ||
+ | display:none; | ||
+ | padding:5px; | ||
+ | padding-right:15px; | ||
+ | width:300px; | ||
+ | z-index:80; | ||
+ | } | ||
+ | |||
+ | #ucligem #footnote-close{ | ||
+ | position:absolute; | ||
+ | top: 1px; | ||
+ | right: 1px; | ||
+ | width:7px; | ||
+ | height:7px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2012/7/75/Ucl2012-footnote-x.png'); | ||
+ | } | ||
+ | |||
+ | #ucligem .fbphoto{ | ||
+ | margin:5px; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile{ | ||
+ | margin-top:10px; | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile img{ | ||
+ | position:absolute; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile #toptrumps .name{ | ||
+ | font-size: 51px; | ||
+ | font-weight: bold; | ||
+ | margin-bottom: 26px; | ||
+ | position: relative; | ||
+ | display: block; | ||
+ | padding-top: 14px; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile #toptrumps{ | ||
+ | position:relative; | ||
+ | margin-left: 315px; | ||
+ | width: 673px; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile #toptrumps .trump{ | ||
+ | position: relative; | ||
+ | display: block; | ||
+ | height: 33px; | ||
+ | width: 700px; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile #toptrumps .trump .label{ | ||
+ | font-size: 24px; | ||
+ | width: 190px; | ||
+ | text-align: right; | ||
+ | position: absolute; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile #toptrumps .trump .bar{ | ||
+ | position: absolute; | ||
+ | height:20px; | ||
+ | top:0px; | ||
+ | left:200px; | ||
+ | background-color:#49AEDC; | ||
+ | } | ||
+ | |||
+ | |||
+ | #ucligem #teamprofile #toptrumps .question{ | ||
+ | position: relative; | ||
+ | display: block; | ||
+ | font-size: 24px; | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile #toptrumps .answer{ | ||
+ | position: relative; | ||
+ | display: block; | ||
+ | font-size: 17px; | ||
+ | margin-top: 4px; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile #tagcloud{ | ||
+ | position: absolute; | ||
+ | left: 0px; | ||
+ | top: 359px; | ||
+ | width: 300px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #ucligem #teamprofile #tagcloud .tag{ | ||
+ | margin: 2px; | ||
+ | display: -moz-inline-box; | ||
+ | display:inline-block; | ||
+ | } | ||
+ | * + html #ucligem #teamprofile .#tagcloud .tag{ display:inline; } /* for IE 7 */ | ||
+ | |||
+ | iframe{ | ||
+ | border:none; | ||
} | } |
Latest revision as of 23:13, 26 October 2012
@font-face {
font-family: 'PTSansRegular'; src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.eot'); src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.woff') format('woff'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.ttf') format('truetype'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS55F-webfont.svg#PTSansRegular') format('svg');
} @font-face {
font-family: 'PTSansBold'; src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.eot'); src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.woff') format('woff'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.ttf') format('truetype'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS75F-webfont.svg#PTSansBold') format('svg');
} @font-face {
font-family: 'PTSansItalic'; src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.eot'); src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.woff') format('woff'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.ttf') format('truetype'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS56F-webfont.svg#PTSansItalic') format('svg');
} @font-face {
font-family: 'PTSansBoldItalic'; src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.eot'); src: url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.woff') format('woff'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.ttf') format('truetype'), url('http://www.plasticrepublic.org/wikifiles/PT-Sans-fontfacekit/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
} /* getting rid of wiki baggage */
- globalWrapper{
position:relative; width:990px; margin-left:auto; margin-right:auto; margin-top:none;
}
- versionwarning{
position:absolute; top:50px; left:100px; background-color:#f00; padding:10px; font-size:20px; display:none; }
- content{
padding-top:0px;
}
- bodyContent a[href ^="https://"],
.link-https, #bodyContent a[href ^="mailto:"], .link-mailto,
- bodyContent a[href ^="news://"],
- bodyContent a[href ^="ftp://"],
.link-ftp, #bodyContent a[href ^="irc://"], .link-irc {
background: none; padding-right: 0px;
}
- content{
width:990px; padding-right:0px; padding-left:0px;
}
- contentSub{
display:none;
}
- catlinks{
display:none;
}
- top-section{
height: 14px; border: none; position: fixed; width: 990px; background-color: #666; z-index: 20; display:none;
}
- p-logo{
display:none;
}
- search-controls{
display:none;
}
.firstHeading{
display:none;
}
- content{
border:none;
}
.left-menu:hover {
background-color:transparent; }
.left-menu, .left-menu a {
color:white;
}
.right-menu li {
background-color:transparent;
} .right-menu li a {
background-color:transparent;
}
.right-menu, .right-menu a {
right: 20px;
}
- topwikimenubg{
position:absolute; top:0px; width:990px; left:0px; height:15px; background-color: #666;
}
- menubar a:visited {
color:white; }
- menubar a:active {
color:white; }
- toc,#toctitle{
display:none;
}
.toclevel-1{
display:none;
}
- footer-box{
border:none; border-top: 1px solid #CCC;
}
body {
font-family: 'PTSansRegular', Helvetica, Arial, serif; background-color:#ffffff; }
body em{
font-family: 'PTSansItalic', Helvetica, Arial, serif;
}
body strong{
font-family: 'PTSansBold', Helvetica, Arial, serif;
}
body strong em, body em strong{
font-family: 'PTSansBoldItalic', Helvetica, Arial, serif;
}
- ucligem{
position: relative; top: -15px; z-index:1; width:990px; font-size: 15px;
}
- ucligem a{
color:#0F6D83; text-decoration:none;
}
- ucligem a:visited{
color:#0F6D83;
}
- ucligem a:hover{
color:#666;
}
- ucligem img{
margin:0px; padding:0px; border:none;
}
- ucligem table.wikitable{
margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px; border: 1px solid #0F6D83;
}
- ucligem .wikitable th, .wikitable td {
border: 1px #0F6D83 solid; padding: 0.2em;
}
- ucligem .wikitable th {
background-color: #7FC3D3;
}
- ucligem table.smalltable{
border-collapse: collapse; margin-left: 15px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; float:left; border: 1px solid #000;
}
- ucligem .smalltable th, .smalltable td {
border: 1px #000 solid; padding: 0.2em;
}
- ucligem .smalltable th {
background-color: #eee;
}
- ucligem table.bigtable{
margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px; border: 1px solid #000; border-collapse:collapse;
}
- ucligem .bigtable th, .bigtable td {
border: 1px #000 solid; padding: 0.2em;
}
- ucligem .bigtable th {
background-color: #eee;
}
- ucligem #header{
position:relative; top:0px; margin-left:auto; margin-right:auto; width:990px; height:290px; margin-bottom:20px;
}
- ucligem #headerimg{
position:relative; top:0px; margin-left:auto; margin-right:auto; width:990px; margin-bottom:0px; z-index:150;
}
- ucligem #headerimg .coverimg{
margin-top:0px;
}
- ucligem #headerimg img{
margin:0px; padding:0px; border:none;
}
- ucligem #headernocover{
position:relative; top:0px; margin-left:auto; margin-right:auto; width:990px; z-index:150;
}
- ucligem .cover-aurelija{
background-image:url('https://static.igem.org/mediawiki/2012/5/5a/Ucl2012-coverpicturetest.jpg');
}
- ucligem .cover-team{
background-image:url('https://static.igem.org/mediawiki/2012/c/c3/Ucl2012-coverpictureteam.jpg');
}
- ucligem .cover-week4{
background-image:url('https://static.igem.org/mediawiki/2012/a/a7/Ucl2012-coverpictureweek4.jpg');
}
- ucligem .cover-cake{
background-image:url('https://static.igem.org/mediawiki/2012/6/61/Ucl-coverpicturecake.jpg');
}
- ucligem .cover-choice{
background-image:url('https://static.igem.org/mediawiki/2012/3/32/Ucl2012-coverpicturechoice.jpg');
}
- ucligem .cover-portico{
background-image:url('https://static.igem.org/mediawiki/2012/8/88/Ucl2012-coverpictureportico.jpg');
}
- ucligem .cover-thinking{
background-image:url('https://static.igem.org/mediawiki/2012/6/64/Ucl2012-coverpicturethinking.jpg');
}
- ucligem .cover-whiteboard{
background-image:url('https://static.igem.org/mediawiki/2012/e/ed/Ucl2012-coverpicturewhiteboard.jpg');
}
- ucligem .cover-training{
background-image:url('https://static.igem.org/mediawiki/2012/1/13/Ucl2012-coverpicturetraining.jpg');
}
- ucligem .cover-hackspace{
background-image:url('https://static.igem.org/mediawiki/2012/6/66/Ucl2012-coverpicturehackspace.jpg');
}
- ucligem .cover-diybio{
background-image:url('https://static.igem.org/mediawiki/2012/c/c7/Ucl2012-coverpicturediybio.jpg');
}
- ucligem .cover-monkeyisland{
background-image:url('https://static.igem.org/mediawiki/2012/c/cd/Ucl2012-coverpicturemonkeyisland.jpg');
}
- ucligem .cover-moym{
background-image:url('https://static.igem.org/mediawiki/2012/e/ed/Ucl2012-coverpicturemoym.jpg');
}
- ucligem #top{
position:fixed; top:0px; width:990px; height:50px; background-image:url('https://static.igem.org/mediawiki/2012/b/bc/Ucl2012-topwhitemask.png'); z-index:200;
}
- ucligem #top #igem a{
position: absolute;
width: 46px; height: 35px; top: 6px; left: 798px;
background:none; }
- ucligem #top #igem a:hover{
background-image:url('https://static.igem.org/mediawiki/2012/f/ff/Ucl2012-igemlogocolor.jpg');
}
- ucligem #top #ucl a{
position: absolute;
width: 124px; height: 37px; top: 5px; left: 847px;
background:none; }
- ucligem #top #ucl a:hover{
background-image:url('https://static.igem.org/mediawiki/2012/7/76/Ucl2012-ucl-hover.png');
}
- ucligem #top ul strong{
font-weight:normal;
}
- ucligem #top ul{
position: absolute; left:15px; top: 12px;
margin:0px;
padding: 0px; list-style:none;
font-size:17px;
}
- ucligem #top li{
color:#000; text-align:center;
margin-right:20px; zoom:1; float:left; position:relative; display:block; text-align: left; list-style:none;
}
- ucligem #top li ul{
display:none; margin:0px; }
- ucligem #top li:hover ul{
display:block; position:absolute; top:25px; left:-8px; width:auto; background-color:#fff; }
- ucligem #top li ul li{
position:relative; display:block; float:none; white-space: nowrap; z-index:5; padding-left: 8px; padding-right: 8px; padding-top:4px; padding-bottom:4px; margin:0px; list-style:none;
}
- ucligem #top li ul li a, #ucligem #top li ul li a:visited{
color: #00000; }
- ucligem #top li ul li a:hover{
color: #0F6D83; }
- ucligem #top a{
color:#000; text-decoration:none; }
- ucligem #top li:hover ul a{
color: #000; }
- ucligem #top li:hover a{
color:#0F6D83;
}
- ucligem h1{
color:#fff; border-bottom:none; position:absolute; top:150px; left:10px; font-size:45px; top:244px; display: block; width: 980px; font-weight:bold; z-index:150;
}
- ucligem h1 a{
color:#fff;
}
- ucligem h1 a:visisted{
color:#fff;
}
.editsection {
position: absolute; right: 0px; font-size: 12px;
}
- ucligem h2{
font-size: 24px; border:none; padding: 0px; padding-left: 15px; display: block; width: 960px; position: relative; margin-top:1.5em; margin-bottom:0px;
}
- ucligem h2 a {
color:#000;
}
- ucligem h2 a:visited{
color:#000;
}
- ucligem h3{
font-size: 18px; border:none; padding: 0px; padding-left: 15px; display: block; width: 960px; position: relative; margin-top:1.5em; margin-bottom:0px;
}
- ucligem h3 a {
color:#000;
}
- ucligem h3 a:visited{
color:#000;
}
- ucligem p{
padding-left: 15px; padding-right: 15px; text-align: justify;
}
- ucligem #wikimenutoggleon{
position:absolute; top:2px; right:-15px; width:15px; height:15px; background-image:url('https://static.igem.org/mediawiki/2012/f/fd/Ucl2012-cogicon.gif');
}
- ucligem #wikimenutoggleoff{
position:absolute; top:0px; right:-15px; width:15px; height:15px; background-image:url('https://static.igem.org/mediawiki/2012/8/83/Ucl2012-xicon.gif'); display:none; z-index:4;
}
- ucligem img .normal{
}
- ucligem .right{
float: left; }
- ucligem .left{
float: right; }
.twtr-widget{
float: right; margin: 15px;
}
.protocol, .protocolon{
margin-left: 15px;
padding-left: 65px; padding-right: 15px; margin-top: 5px; min-height: 43px; overflow: hidden; font-size: 24px; background-repeat: no-repeat; padding-top: 15px; cursor:pointer; }
.protocol-RestrictionEnzymeDigest{
background-image:url('https://static.igem.org/mediawiki/2012/d/de/Ucl2012-protocols-logo-enzdig.png');
}
.protocol-Competency{
background-image:url('https://static.igem.org/mediawiki/2012/6/6a/Ucl2012-protocols-logo-competency.png');
}
.protocol-Generic{
background-image:url('https://static.igem.org/mediawiki/2012/d/d2/Ucl2012-protocol-logo-generic.png');
}
.protocol-Transformation{
background-image:url('https://static.igem.org/mediawiki/2012/f/fd/Ucl2012-protocols-logo-transformation.png');
}
.protocol-ColPic{
background-image:url('https://static.igem.org/mediawiki/2012/d/d7/Ucl2012-protocols-logo-pickingcolonies.png');
}
.protocol-Miniprep{
background-image:url('https://static.igem.org/mediawiki/2012/d/df/Ucl2012-protocols-logo-miniprep.png');
}
.protocol-Electrophoresis{
background-image:url('https://static.igem.org/mediawiki/2012/1/1b/Ucl2012-protocols-logo-electrophoresis.png');
}
.protocol-Nanodrop{
background-image:url('https://static.igem.org/mediawiki/2012/9/9e/Ucl2012-protocols-logo-nanodrop.png');
}
.protocol-PCR{
background-image:url('https://static.igem.org/mediawiki/2012/8/8f/Ucl2012-protocols-logo-pcr.png');
}
.protocol-DNAExtractionFromColonies{
background-image:url('https://static.igem.org/mediawiki/2012/c/c4/Ucl2012-protocols-logo-colonyextract.png');
}
.protocol-PrimerDesign{
background-image:url('https://static.igem.org/mediawiki/2012/6/68/Ucl2012-protocols-logo-primerdesign.png');
}
.protocol-CurliCharacterisation{
background-image:url('https://static.igem.org/mediawiki/2012/f/fd/Ucl2012-protocols-logo-curlicharacter.png');
}
- ucligem .protocol .arrow{
display: -moz-inline-box; display:inline-block; width:19px; height:20px; margin-left:5px; background-image:url('https://static.igem.org/mediawiki/2012/f/fb/Ucl2012-labbook-arrow-small.png');
}
- + html #ucligem .protocol .arrow{ display:inline; } /* for IE 7 */
- ucligem .protocolon .arrow{
display: -moz-inline-box; display:inline-block; width:19px; height:20px; margin-left:5px; background-image:url('https://static.igem.org/mediawiki/2012/c/c4/Ucl2012-labbook-arrow-up-small.png');
}
- + html #ucligem .protocolon .arrow{ display:inline; } /* for IE 7 */
.protocolContent{
display:none; width: 600px; margin-left: 66px; background: #D7EDF1; padding: 5px; padding-left:15px; margin-bottom: 5px;
}
- ucligem .protocolContent p{
padding-left:0px;
}
- ucligem #labbookmenu{
padding-left:15px; padding-right:15px; padding-top:8px; padding-bottom:5px; background-color: #fff; /*#D7EDF1;*/
}
- ucligem .experiment{
position:relative; width:990px; height:40px; background-color: #fff; /* #0F6D83; */ cursor:pointer;
}
- ucligem .experiment .arrow{
position:absolute; width:32px; height:34px; background-image:url('https://static.igem.org/mediawiki/2012/c/ca/Ucl2012-labbook-arrow.png'); top:3px; cursor:pointer;
}
- ucligem .experimenton{
position:relative; width:990px; height:40px; background-color: #fff; /*#0F6D83; */ cursor:pointer;
}
- ucligem .experimenton .arrow{
position:absolute; width:32px; height:34px; background-image:url('https://static.igem.org/mediawiki/2012/1/16/Ucl2012-labbook-arrow-up.png'); top:3px; cursor:pointer;
}
- ucligem .experiment .arrowlabel, #ucligem .experimenton .arrowlabel{
position:absolute; top:12px; left:0px; width:990px; text-align:center; color:#000; font-weight:bold; cursor:default; font-size: 24px; cursor:pointer;
}
- ucligem .experimentContent{
background-color: #fff; /* #D7EDF1; */ display:none; padding-top:15px; padding-bottom:10px;
}
- ucligem .experimentContent h2{
margin:0px;
}
- ucligem .experimentContent p{
margin:0px;
}
.notebook-architecture{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/6/63/Ucl2012-notebookicon-architecture.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-bielefeld{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/9/99/Ucl2012-notebookicon-bielefeld.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-brainstorm{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/d/d5/Ucl2012-notebookicon-brainstorm.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-clean{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/5/57/Ucl2012-notebookicon-clean.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-darmstadt{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/2/29/Ucl2012-notebookicon-darmstadt.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-diybio{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/1/1b/Ucl2012-notebookicon-diybio.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-elsi{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/9/98/Ucl2012-notebookicon-elsi.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-hackspace{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/c/cd/Ucl2012-notebookicon-hackspace.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-igem{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/2/2b/Ucl2012-notebookicon-igem.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-lmu{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/c/c3/Ucl2012-notebookicon-lmu.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-news{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/3/3a/Ucl2012-notebookicon-news.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-paris{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/5/54/Ucl2012-notebookicon-paris.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-parts{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/5/5a/Ucl2012-notebookicon-parts.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-presentation{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/d/d5/Ucl2012-notebookicon-presentation.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-purdue{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/3/3e/Ucl2012-notebookicon-purdue.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-regional{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/7/78/Ucl2012-notebookicon-regional.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-social{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/b/b2/Ucl2012-notebookicon-social.jpg') no-repeat; margin-top: 5px; min-height: 50px;
} .notebook-wiki{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/e/e6/Ucl2012-notebookicon-wiki.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-meeting{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/6/6c/Ucl2012-notebookicon-meeting.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-poster{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/a/a7/Ucl2012-notebookicon-poster.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-gel{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/0/0f/Ucl2012-notebookicon-gel.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-digest{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/b/b2/Ucl2012-notebookicon-digest.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-culture{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/b/b6/Ucl2012-notebookicon-culture.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-wetlab{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/b/b6/Ucl2012-notebookicon-culture.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-success{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/1/18/Ucl2012-notebookicon-success.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-fail{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/c/c8/Ucl2012-notebookicon-fail.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-assembly{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/8/8c/Ucl2012-notebookicon-assembly.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-sponsor{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/f/fc/Ucl2012-notebookicon-sponsor.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-training{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/6/68/Ucl2012-notebookicon-training.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-human{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/9/98/Ucl2012-notebookicon-human.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-achievement{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/b/b6/Ucl2012-notebookicon-achievement.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-modelling{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/2/29/Ucl2012-notebookicon-modelling.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-radio{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/4/40/Ucl2012-notebookicon-radio.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-film{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/e/ea/Ucl2012-notebookicon-film.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.notebook-rathenau{
margin-left: 15px; padding-left: 65px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/2/27/Ucl2012-frontslide-rathenau.jpg') no-repeat; margin-top: 5px; min-height: 50px;
}
.achievement-notick{
margin-left: 15px; padding-left: 45px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/e/e6/Ucl2012-icon-achievementempty.jpg') no-repeat; padding-top: 10px; min-height: 30px;
}
.achievement-tick{
margin-left: 15px; padding-left: 45px; padding-right: 15px; background: url('https://static.igem.org/mediawiki/2012/2/2d/Ucl2012-icon-achievementtick.jpg') no-repeat; padding-top: 10px; min-height: 30px;
}
- ucligem #newtoigembutton{
float:right; padding:5px; background-color:#10BD55; margin: 10px; }
- ucligem #newtoigembutton a, #ucligem #newtoigembutton a.visited{
color:#000000; }
- ucligem .glossary{
background-color: #D7EDF1;
}
- ucligem #glossary-box{
position:absolute; background-color:#D7EDF1; border: 1px solid #000; display:none; padding:5px; width:300px; z-index:81;
}
- ucligem .footnote{
background-image: url('https://static.igem.org/mediawiki/2012/d/d8/Ucl2012-footnote.png'); background-repeat: no-repeat; width:10px; background-position: right top;
padding-right: 8px;
cursor:pointer;
}
- ucligem #footnote-box{
position:absolute; background-color:#fff; border: 1px solid #000; display:none; padding:5px; padding-right:15px; width:300px; z-index:80;
}
- ucligem #footnote-close{
position:absolute; top: 1px; right: 1px; width:7px; height:7px; background-image: url('https://static.igem.org/mediawiki/2012/7/75/Ucl2012-footnote-x.png');
}
- ucligem .fbphoto{
margin:5px;
}
- ucligem #teamprofile{
margin-top:10px; position:relative;
}
- ucligem #teamprofile img{
position:absolute;
}
- ucligem #teamprofile #toptrumps .name{
font-size: 51px; font-weight: bold; margin-bottom: 26px; position: relative; display: block; padding-top: 14px; }
- ucligem #teamprofile #toptrumps{
position:relative; margin-left: 315px; width: 673px;
}
- ucligem #teamprofile #toptrumps .trump{
position: relative; display: block; height: 33px; width: 700px; }
- ucligem #teamprofile #toptrumps .trump .label{
font-size: 24px; width: 190px; text-align: right; position: absolute; }
- ucligem #teamprofile #toptrumps .trump .bar{
position: absolute; height:20px; top:0px; left:200px; background-color:#49AEDC; }
- ucligem #teamprofile #toptrumps .question{
position: relative; display: block; font-size: 24px; margin-top: 15px; }
- ucligem #teamprofile #toptrumps .answer{
position: relative; display: block; font-size: 17px; margin-top: 4px; }
- ucligem #teamprofile #tagcloud{
position: absolute; left: 0px; top: 359px; width: 300px; text-align: center; }
- ucligem #teamprofile #tagcloud .tag{
margin: 2px; display: -moz-inline-box; display:inline-block; }
- + html #ucligem #teamprofile .#tagcloud .tag{ display:inline; } /* for IE 7 */
iframe{
border:none;
}