Difference between revisions of "Template:BRHS/Template/CSS"

Line 502: Line 502:
  
  
<!--PAGE HEADERS-->
 
<style type="text/css">
 
.page_header{
 
    position: absolute;
 
    background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png');
 
    width: 100%;
 
    height: 450px;
 
    z-index: 0;
 
    margin-bottom: 200px;
 
}
 
.page_header .page_header_box{
 
    position: absolute;
 
    overflow: hidden;
 
    z-index: 0;
 
}
 
#box1{
 
    background-image:url('https://static.igem.org/mediawiki/2014/f/fa/Cocoons.JPG');
 
    background-size:1500px;
 
    width:21%;
 
    height:80%;
 
    top:10%;
 
    left:10%;
 
    opacity: 0.5;
 
}
 
#box2{
 
    background-image:url('http://www.visualphotos.com/photo/1x7581974/silk_fibres_coloured_sem_H1200410.jpg');
 
    background-position:50% 50%;
 
    width:21%;
 
    height:80%;
 
    top:10%;
 
    left:30%;
 
    opacity: 0.5;
 
}
 
#box3{
 
    background-image: url('https://static.igem.org/mediawiki/2014/3/31/Pcrgel.jpg');
 
    background-size:750px;
 
    background-position:70% 70%;
 
    width:21%;
 
    height:80%;
 
    top:10%;
 
    left:50%;
 
    opacity: 0.5;
 
}
 
#box4{
 
    background-image:url('https://static.igem.org/mediawiki/2014/a/a2/Spiderweb.jpg');
 
 
    width:21%;
 
    height:80%;
 
    top:10%;
 
    left:70%;
 
    opacity: 0.5;
 
}
 
 
</style>
 
</style>
  
  
<!--HP PAGE HEADERS-->
 
<style type="text/css">
 
.hppage_header{
 
    position: absolute;
 
    background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png');
 
    width: 100%;
 
    height: 475px;
 
    z-index: 0;
 
    margin-bottom: 200px;
 
}
 
.hppage_header .hppage_header_box{
 
    position: absolute;
 
    overflow: hidden;
 
    z-index: 0;
 
}
 
</style>
 
  
  
Line 584: Line 516:
 
     top: 550px;
 
     top: 550px;
 
     width: 100%;
 
     width: 100%;
     padding: 0 0 0 0;
+
     padding: 0 ;
 
     margin: auto;
 
     margin: auto;
 
     margin-bottom: 50px;
 
     margin-bottom: 50px;
Line 610: Line 542:
 
</style>
 
</style>
  
<!--STYLING FOR TABLES-->
 
<style>
 
table{
 
    font-family: 'Roboto', sans-serif;
 
    background-image: url('https://static.igem.org/mediawiki/2014/c/cb/Debut_light.png');
 
}
 
 
ulJ
 
{
 
    list-style-type: none;
 
}
 
 
ulN
 
{
 
    list-style-type:none;
 
    margin:10;
 
}
 
 
.sponsors {
 
          margin: 2.5px;
 
          width: 125px;
 
      }
 
 
.MathJax nobr>span.math>span{border-left-width:0 !important};
 
.MathJax nobr>span.math>span{border-left-width:0 !important};
  

Revision as of 00:24, 18 October 2016

/*The following code was adapted from UCLA iGEM 2015*/ .MathJax nobr>span.math>span{border-left-width:0 !important};