Team:TU-Delft/Notebook

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{:Team:TU-Delft/Scripts}}{{:Team:TU-Delft/CSS}}{{:Team:TU-Delft/menu}}
+
<html>
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<style type="text/css">
-
<head>
+
@charset "UTF-8";
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+
/*CSS Document */
-
<title>TUDelft - Leiden iGEM 2012</title>
+
 +
/* colors lab notebook */
 +
.day-empty {
 +
    color: red;
 +
}
 +
.day-active {
 +
    color: green;
 +
}
-
<link rel="stylesheet" type="text/css" href="http://tudelftigem.nl/wiki/lightbox.css" media="screen" />
+
*{
-
<link href='http://fonts.googleapis.com/css?family=Francois+One&v2' rel='stylesheet' type='text/css'>
+
border:0;
 +
margin:0;
 +
padding:0;
 +
}
-
<script type="text/javascript" src="http://tudelftigem.nl/wiki/prototype.js"></script>
+
html {
-
<script type="text/javascript" src="http://tudelftigem.nl/wiki/scriptaculous.js?load=effects,builder"></script>
+
width:100%;
-
<script type="text/javascript" src="http://tudelftigem.nl/wiki/lightbox.js"></script>
+
height:100%;
 +
background:none;
 +
border:none;
 +
margin:0;
 +
padding:0;
 +
}
-
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
+
body {
 +
width:100%;
 +
height:100%;
 +
background:#10143a;
 +
border:none;
 +
padding:0;
 +
z-index:800;
 +
}
 +
h1 {
 +
text-decoration:  none;
 +
border: none;
 +
}
-
<style type="text/css">
 
 +
h2{
 +
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 +
font-size:15px;
 +
text-transform:uppercase;
 +
letter-spacing:1px;
 +
border-bottom:2px solid #000;
 +
text-decoration:  none;
 +
}
-
#notebook-container{
+
h3{
-
background: none;
+
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
-
width:700px;
+
font-variant: small-caps;
-
margin: 40px 15px 15px 3px;
+
font-stretch: ultra-expanded;
-
float: left;
+
color: #10143a;
-
text-decoration:none;
+
font-size:20px;
-
border:none;
+
font-weight:bold;
-
z-index:1;
+
line-height:18px;
 +
letter-spacing:1px;
}
}
-
#wetlab-column{
+
a:link, a:active, a:visited{
-
position:relative;
+
color:purple;
-
float:left;
+
text-decoration:none;
-
clear:right;
+
font-weight:blue;
-
width:185px;
+
-
background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_blue.png) repeat;
+
-
margin:0 20px 0 0;
+
-
padding:20px 15px 50px 15px;
+
-
border:0;
+
}
}
-
#wetlab-column-end{
+
a:hover{
-
position:absolute;
+
color:navy;
-
bottom:0px;
+
-
width:215px;
+
-
height:60px;
+
-
background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_blue_bottom.png) top left;
+
-
margin:0 0 -60px -15px;
+
-
padding:0;
+
-
border:0;
+
}
}
-
#modelling-column{
+
#content {
-
position:relative;
+
background:#10143a;
-
float:left;
+
padding:0;
-
clear:right;
+
width:100%;
-
width:185px;
+
border:0;
-
background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_orange.png) repeat;
+
-
margin:0 20px 0 0;
+
-
padding:20px 15px 50px 15px;
+
-
border:0;
+
}
}
-
#modelling-column-end{
+
#bodyContent{
-
position:absolute;
+
margin:0 auto;
-
bottom:0px;
+
padding:0;
-
width:215px;
+
width:685px;
-
height:60px;
+
border:0;
-
background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_orange_bottom.png) top left;
+
background:white;
-
margin:0 0 -60px -15px;
+
z-index:800;
-
padding:0;
+
-
border:0;
+
}
}
-
#others-column{
+
#contentbox {
-
position:relative;
+
background:#dbdae0;
-
float:left;
+
width:590px;
-
clear:right;
+
margin: -10px auto 0 auto;
-
width:185px;
+
padding:20px 50px 50px 50px;
-
background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_yellow.png) repeat;
+
float: left;
-
margin:0;
+
text-decoration:none;
-
padding:20px 15px 50px 15px;
+
border:none;
-
border:0;
+
z-index:800;
}
}
-
#others-column-end{
+
 
-
position:absolute;
+
 
-
bottom:0px;
+
img.bg_team {
-
width:215px;
+
/* Set rules to fill background */
-
height:60px;
+
min-height: 100%;
-
background: url(http://homes.esat.kuleuven.be/~igemwiki/images/notebook_yellow_bottom.png) top left;
+
min-width: 1024px;
-
margin:0 0 -60px -15px;
+
 
-
padding:0;
+
/* Set up proportionate scaling */
-
border:0;
+
width: 100%;
 +
height: auto;
 +
 
 +
/* Set up positioning */
 +
position: fixed;
 +
top: 0;
 +
left: 0;
 +
z-index:-1;
}
}
-
.notebook-header{
+
 
-
position:relative;
+
@media screen and (max-width: 1024px){
-
top:-20px;
+
img.bg_team {
-
margin:-25px 0 0 -15px;
+
left: 50%;
 +
margin-left: -512px; }
}
}
-
.notebook-weekno{
+
 
-
font-size:14px;
+
#logo_ed{
-
font-weight:bold;
+
position:fixed;
-
text-transform:uppercase;
+
width:150px;
-
letter-spacing:1px;
+
height:100px;
-
text-decoration:underline;
+
margin:10px 0 0 10px;
 +
border:0;
 +
top:0px;
 +
left:0px;
 +
padding:0;
 +
float:left;
 +
z-index:999;
}
}
-
.notebook-txt{
+
#logo_igem{
-
font-size:13px;
+
position:fixed;
-
margin:10px;
+
width:70px;
 +
height:57px;
 +
margin:120px 0 0 20px;
 +
border:0;
 +
top:0px;
 +
left:0px;
 +
padding:0;
 +
float:left;
 +
z-index:999;
 +
overflow:hidden;
}
}
-
.notebook-divider{
+
 
-
background: transparent;
+
#twitter_widget{
-
color: transparent;
+
position:fixed;
-
border-left: none;
+
width:155px;
-
border-right: none;
+
height:240px;
-
border-top: none;
+
background:white;
-
border-bottom: 3px dashed #000;
+
padding:10px 0 0 0;
-
width:64px;
+
bottom:90px;
-
margin:40px auto 40px auto;
+
left:0px;
 +
z-index:1001;
}
}
-
#notebook_submenu{
+
 
-
position:absolute;
+
#social_linkall{
-
top:0px;
+
position:fixed;
-
margin:0 auto;
+
bottom:48px;
-
width:680px;
+
left:10px;
-
height:35px;
+
width:120px;
-
text-align:center;
+
height:35px;
-
background:#dbdae0;
+
z-index:1001;
-
padding:0;
+
border:0;
}
}
-
#notebook_submenu a{
+
 
-
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
+
#social_icons{
-
color:#666;
+
position:fixed;
-
font-size:12px;
+
bottom:15px;
-
text-transform:uppercase;
+
left:20px;
-
letter-spacing:1px;
+
width:110px;
-
margin:5px 0 0 0;
+
height:24px;
 +
z-index:1001;
}
}
-
#notebook_submenu a:hover{
+
/*
-
color:#000;
+
#video-container{
 +
position:relative;
 +
z-index:800;
}
}
-
#notebook-container a:link, a:active, a:visited{
+
*/
-
color:#10143a;
+
 
-
text-decoration:none;
+
#nav {
-
font-weight:bold;
+
position:fixed;
 +
width:690px;
 +
bottom:10px;
 +
left:50%;
 +
margin: 0 0 0 -330px;
 +
padding: 0;
 +
z-index:1001;
 +
 
 +
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 +
font-size:14px;
 +
letter-spacing:1px;
 +
text-transform:uppercase;
}
}
-
#notebook-container a:hover{
+
#nav ul{
-
color:#000;
+
width:630px;
 +
background: white;
 +
text-align:center;
 +
margin: 0 auto;
}
}
-
</style>
+
#nav li.on ul, #nav li.off ul {
-
</head>
+
margin: 0;
 +
padding: 0;
 +
}
 +
#nav a {
 +
text-decoration: none;
 +
}
 +
#nav li { /*float the main list items*/
 +
margin: 0;
 +
float: left;
 +
display: inline;
 +
padding:0 3px;
 +
background:white ;
 +
text-align:center;
 +
}
 +
#nav li ul {
 +
display: none;
-
<body>
+
}
-
<img src="https://static.igem.org/mediawiki/igem.org/7/73/Backgroundextra.jpg" class="bg_team">
+
#nav li.off ul, #nav li.on ul { /*put the subnav above*/
 +
position:fixed;
 +
width:630px;
 +
bottom:37px;
 +
left:50%;
 +
margin: 0 0 0 -343px;
 +
padding: 0 0 5px 0;
 +
background:white;
 +
text-align:center;
 +
}
-
<!--<div id="logo_ed"><a href="https://2012.igem.org/Team:TU-Delft" 'onfocus=this.blur()'><img src="http://homes.esat.kuleuven.be/~igemwiki/images/logo.png" border="0" width="100" height="100"></a></div>-->
+
#nav li a {
 +
color: white ;
 +
font-weight: bold;
 +
display: block;
 +
height: 15px;
 +
width: auto;
 +
border-bottom:0;
 +
margin: 5px;
 +
padding: 0 0 5px 0;
 +
}
-
<div id="logo_igem"><object data="tudelftigem.nl/wiki/TU-Delft_igemlogo.html" style="overflow:hidden;" type="text/html" width="99" height="80"></object></div>
+
#nav li a span {
 +
color: #FFD109;
 +
}
-
<div id="twitter_widget">
+
#nav li a span span{
-
<a href="#" onfocus='blur()' onclick='javascript:this.parentNode.style.display="none"; return false;'><img src="tudelftigem.nl/wiki/close_button.png" width="10" height="10" style="margin: 0 0 0 140px;" alt="close"></a><script>
+
color: #FFD109;
-
new TWTR.Widget({
+
}
-
  version: 2,
+
-
  type: 'profile',
+
-
  rpp: 3,
+
-
  interval: 6000,
+
-
  width: '120',
+
-
  height: 210,
+
-
  theme: {
+
-
    shell: {
+
-
      background: '#fff',
+
-
      color: 'red'
+
-
    },
+
-
    tweets: {
+
-
      background: '#fff',
+
-
      color: '#10143a',
+
-
      links: '#00a6d6'
+
-
    }
+
-
  },
+
-
  features: {
+
-
    scrollbar: false,
+
-
    loop: false,
+
-
    live: true,
+
-
    hashtags: true,
+
-
    timestamp: true,
+
-
    avatars: false,
+
-
    behavior: 'all'
+
-
  }
+
-
}).render().setUser('TudelftIgem2012').start();
+
-
</script>
+
-
</div>
+
-
<!--<div id="social_linkall"><a href="http://bit.ly/qebk0N" target="_blank"><img src="http://homes.esat.kuleuven.be/~igemwiki/images/twitter_allmedia.png" width="120" height="35" border="0" /></a></div>-->
+
#nav li a span span span{
 +
color: #FFD109;
 +
}
-
<!--<div id="social_icons"><object data="http://homes.esat.kuleuven.be/~igemwiki/html/social_icons.html" style="overflow:hidden;" type="text/html" width="110" height="24"></object></div>-->
+
#nav li.on a {
 +
border-bottom: 2px solid white;
 +
color: white;
 +
}
 +
#nav li.on2 a {
 +
border-bottom: 2px solid blue;
 +
color: aqua;
 +
}
-
<div id="notebook-container">
+
#nav li.on a:hover {
-
<div id="notebook_submenu"><a href="https://2012.igem.org/Team:TU-Delft/Notebook" style="color:#10143a; border-bottom:2px solid #10143a;">Weekly notebook</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://2012.igem.org/Team:TU-Delft/Notebook/daily">Daily notebook</a></div>
+
color: #10143a;
 +
}
-
<!-- WETLAB PART -->
+
#nav li.on a:hover span{
-
<div id="wetlab-column">
+
color:blue;
-
<div id="wetlab-column-end"></div>
+
}
-
<span class="notebook-header"><img src="http://homes.esat.kuleuven.be/~igemwiki/images/notebook_top_wetlab.png"</span><br>
+
-
<span class="notebook-weekno">Week </span><br>
+
#nav li.on ul a, #nav li.off ul a {
-
<span class="notebook-txt">blahblah</span><hr class="notebook-divider">
+
float: center; /*ie doesn't inherit the float*/
 +
border: 0;
 +
font-size:12px;
 +
color: white;
 +
width: auto;
 +
margin-right: 0px;
 +
}
 +
#nav li.on ul {
 +
display: inline;
 +
}
 +
#nav li.off:hover ul {
 +
display: block;
 +
z-index: 6000;
 +
}
 +
#nav li.off a:hover, #nav li:hover a {
 +
background: white;
 +
color: #10143a;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#nav li.off a:hover span, #nav li:hover a {
-
<span class="notebook-txt">blahblah</span><hr class="notebook-divider">
+
background: #10143a;
 +
color: #10143a;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
.third{
-
<span class="notebook-txt">blahblah</span><hr class="notebook-divider">
+
font-size:11px;
 +
padding:0;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#footer {
-
<span class="notebook-txt">blahblah</span><hr class="notebook-divider">
+
text-decoration:none;
 +
border:none;
 +
width:100%;
 +
}
 +
#footer-box{
 +
width:0px;
 +
height:0px;
 +
display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
.sum_dot{
-
<span class="notebook-txt">blahblah</span><hr class="notebook-divider">
+
list-style: disc;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
.sum_number{
-
<span class="notebook-txt"></span><hr class="notebook-divider">
+
list-style: decimal;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#contentSub{
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
width:0px;
 +
height:0px;
 +
display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
 
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
 
-
</span><hr class="notebook-divider">     
 
-
</div>
 
-
<!-- END WETLAB PART -->
 
-
<!-- MODELLING PART -->
+
#catlinks{
 +
width:0px;
 +
height:0px;
 +
display:none;
 +
}
-
<div id="modelling-column">
+
.twtr-widget {
-
<div id="modelling-column-end"></div>
+
width: 150px;
-
<span class="notebook-header"><img src="http://homes.esat.kuleuven.be/~igemwiki/images/notebook_top_model.png"</span><br>
+
}
-
<span class="notebook-weekno">Week </span><br>
+
.twtr-hd, .twtr-ft {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
    display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#siteSub {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#search-controls {
-
<span class="notebook-txt">blah</span></span><hr class="notebook-divider">
+
display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
.firstHeading {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#search-controls {
-
<span class="notebook-txt"></span></span><hr class="notebook-divider">
+
display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#p-logo {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#top-section {
-
<span class="notebook-txt"></span><hr class="notebook-divider">
+
border:none;
 +
margin: 0 auto;
 +
height:0px  ! important;
 +
width:100%;
 +
}
 +
#centeredimage {
 +
display: block;
 +
text-align:center;
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
 +
#globalWrapper{
 +
margin:0;
 +
padding:0;
 +
border:0;
 +
}
 +
.visualClear{
 +
height:0;
 +
width:0;
 +
display:none;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#menubar {
-
<span class="notebook-txt"></span><hr class="notebook-divider">
+
    position: absolute;
 +
    white-space: nowrap;
 +
    top:0;
 +
    width: 350px;
 +
    z-index: 5;
 +
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 +
    font-size: 95%;
 +
    line-height: 1em;
 +
z-index:1001;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#menubar ul {
-
<span class="notebook-txt">blah</span></span><hr class="notebook-divider">
+
    color: #E81B05;
-
<!-- END MODELLING PART -->
+
    list-style: none;
 +
}
 +
#menubar li {
 +
    display: inline;
 +
    position: relative;
 +
    cursor: pointer;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
}
-
<!-- OTHERS PART -->
 
-
<div id="others-column">
+
#centeredmenu_bg{
-
<div id="others-column-end"></div>
+
position:fixed;
-
<span class="notebook-header">blah<img src="http://homes.esat.kuleuven.be/~igemwiki/images/notebook_top_others.png"</span><br>
+
bottom:0px;
 +
background:white; /* the line at the botom of the page*/
 +
left:0px;
 +
width:100%;
 +
height:40px;
 +
z-index:999;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#centeredmenu {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
position:fixed;
 +
width:690px;
 +
bottom:15px;
 +
left:50%;
 +
margin:0 0 0 -345px;
 +
padding:0;
-
<span class="notebook-weekno">Week </span><br>
+
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
font-size:14px;
 +
letter-spacing:1px;
 +
text-transform:uppercase;
 +
z-index:999;
 +
text-align:center;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#centeredmenu ul {
-
<span class="notebook-txt">blah</span></span><hr class="notebook-divider">
+
display:inline;
 +
  clear:left;
 +
  list-style:none;
 +
line-height:20px;
 +
height:20px;
 +
  margin:0;
 +
  position:relative;
 +
  right:0px;
 +
  text-align:center;
 +
background:red;
 +
}
 +
#centeredmenu ul li {
 +
display:inline;
 +
list-style:none;
 +
margin:0;
 +
text-decoration:none;
 +
padding:10px;
 +
position:relative;
 +
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 +
color:aqua;
 +
font-size:14px;
 +
font-weight:bold;
 +
text-transform:uppercase;
 +
line-height:16px;
 +
letter-spacing:1px;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
#centeredmenu ul li a {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
display:inline;
 +
margin:0 0 0 1px;
 +
text-decoration:none;
 +
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 +
color:aqua;
 +
font-size:14px;
 +
font-weight:bold;
 +
text-transform:uppercase;
 +
line-height:16px;
 +
letter-spacing:1px;
 +
}
 +
#centeredmenu ul li a:hover {
 +
text-decoration:none;
 +
border-bottom: 2px solid black;
 +
}
-
<span class="notebook-weekno">Week </span><br>
 
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
 
-
<span class="notebook-weekno">Week </span><br>
+
.left-menu li a {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider"> <br>
+
    padding: 0px 10px 0px 0px;
 +
color:
 +
}
 +
.left-menu .selected {
 +
# color: white;
 +
}
 +
#.left-menu .selected:hover {
 +
# color: #10143a;
 +
#}
-
<span class="notebook-weekno">Week </span><br>
+
.left-menu:hover a {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
    color: #10143a;
 +
}
-
<span class="notebook-weekno">Week /span><br>
+
.left-menu, .left-menu a {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
    left: 0px;
 +
    text-align: left;
 +
    color:transparent;
 +
    text-transform: lowercase;
 +
}
-
<span class="notebook-weekno">Week /span><br>
+
.left-menu a:hover {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
text-decoration:underline;
 +
}
 +
.left-menu:hover {
 +
    color: #10143a;
 +
    background-color: white;
 +
}
-
<span class="notebook-weekno">Week </span><br>
+
.right-menu li {
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
#  background-color: yellow ;
 +
}
 +
.right-menu li a {
 +
    padding: 0px 15px 0px 0px;
 +
    color: white;
 +
    background-color: #10143a;
 +
}
 +
.right-menu li a:hover {
 +
    color: #10143a;
 +
    text-decoration: underline;
 +
background-color: white;
 +
}
 +
.right-menu, .right-menu a {
 +
    right: 0px;
 +
    text-align: right;
 +
    color: white;
-
<span class="notebook-weekno">Week </span><br>
+
}
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
-
<span class="notebook-weekno">Week </span><br>
+
#logo_igem_div{
-
<span class="notebook-txt">blah</span><hr class="notebook-divider">
+
position:relative;
 +
top:0;
 +
left:0;
 +
width:70px;
 +
height:57px;
 +
border:0;
 +
margin:0;
 +
padding:0;
 +
overflow:hidden;
 +
}
-
<!--<span class="notebook-weekno">After European Jamboree</span><br>
 
-
<span class="notebook-txt">Now the wiki's unfrozen we continued our project.</span> -->
 
-
<hr class="notebook-divider">
 
-
</div>
 
-
<!-- END OTHER PART -->
 
-
</div>
 
-
</body>
+
 
-
</html>
+
#lightbox{
 +
position: absolute;
 +
left: 0;
 +
width: 100%;
 +
z-index: 100;
 +
text-align: center;
 +
line-height: 0;
 +
}
 +
#lightbox img{
 +
width: auto;
 +
height: auto;
 +
}
 +
#lightbox a img{
 +
border: none;
 +
}
 +
 
 +
#outerImageContainer{
 +
position: relative;
 +
background-color: #dbdae0;
 +
width: 250px;
 +
height: 250px;
 +
margin: 0 auto;
 +
}
 +
#imageContainer{
 +
padding: 10px;
 +
}
 +
 
 +
#loading{
 +
position: absolute;
 +
top: 40%;
 +
left: 0%;
 +
height: 25%;
 +
width: 100%;
 +
text-align: center;
 +
line-height: 0;
 +
}
 +
#hoverNav{
 +
position: absolute;
 +
top: 0;
 +
left: 0;
 +
height: 100%;
 +
width: 100%;
 +
z-index: 10;
 +
}
 +
#imageContainer>#hoverNav{ left: 0;}
 +
#hoverNav a{ outline: none;}
 +
 
 +
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
 +
#prevLink { left: 0; float: left;}
 +
#nextLink { right: 0; float: right;}
 +
#prevLink:hover, #prevLink:visited:hover { background: url(http://homes.esat.kuleuven.be/~igemwiki/images/lighbox/prevlabel.gif) left 15% no-repeat; }
 +
#nextLink:hover, #nextLink:visited:hover { background: url(http://homes.esat.kuleuven.be/~igemwiki/images/lightbox/nextlabel.gif) right 15% no-repeat; }
 +
 
 +
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }
 +
 
 +
#imageData{ padding:0 10px; color: #000; }
 +
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
 +
#imageData #caption{ font-weight: bold; }
 +
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
 +
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}
 +
 
 +
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
 +
 
 +
 
 +
 
 +
</style>
 +
<html>

Revision as of 12:17, 20 July 2012