Team:DTU-Denmark/labresultsCSS.css

From 2014.igem.org

(Difference between revisions)
Line 48: Line 48:
background-image:url(https://static.igem.org/mediawiki/2014/5/5a/DTU-Denmark-hoverlight.png);
background-image:url(https://static.igem.org/mediawiki/2014/5/5a/DTU-Denmark-hoverlight.png);
background-repeat: no-repeat;
background-repeat: no-repeat;
-
background-position: 50% 60%;
+
background-position: 50% 10%;
background-size: 202px 54px;
background-size: 202px 54px;
}
}

Revision as of 14:35, 15 October 2014

ul#labline {

       width:1000px;
       height:400px;

top:45px; list-style: none; position: relative; z-index:0; text-align: center;

       <!==background: url('https://static.igem.org/mediawiki/2014/3/3d/DTU-Denmark-labresultsbar.png');-->
       background-repeat: no-repeat;
       background-size: 100%;

display: inline-block; }

  1. labline li {
       height: 81px;
       width: 308px;

margin: 0 0 0 0; border: 3px solid #353535; float: left; list-style: none; position: absolute; }

  1. labline li:last-child { margin:0; }

/* main level link */

  1. labline a {

font-family:bree-web, Bree, sans-serif; font-size:14pt; font-weight:400; line-height:150%; color: #f5f5f5; text-decoration: none;

               position: relative;
       height: 81px;

top: 17px; display: block;

       vertical-align:middle;

padding: 5px 5px 5px 5px; margin: 0px 0px 0px 0px; background-color: transparent; /*#d80d0d;*/ }

  1. labline .current a, #labline li:hover > a {

/*color: #000; mouse over tekstfarve for menu. Før #F79042. Tyrkis 7edbf6. dd6421*/ border-color:#724f20; /*background-color: #f8353e;*/ background-image:url(DTU-Denmark-hoverlight.png); background-repeat: no-repeat; background-position: 50% 10%; background-size: 202px 54px; }

  1. LAB-COMPARISON{ background-color: #668b32; }
  2. LAB-CONSTRUCT { background-color: #aeaf55; }
  3. LAB-STANDARDSERIES { background-color: #B65836; }
  4. LAB-DEGRADATION { background-color: #4AA984; }
  5. LAB-MEASUREMENT { background-color: #B48662; }
  6. LAB-CALCULATING { background-color: #CB7135; }