Difference between revisions of "Team:Oxford/Assets/Style.css"

Line 36: Line 36:
 
     margin-top: 66px;
 
     margin-top: 66px;
 
     width: 100%;
 
     width: 100%;
     /*background-image: url(https://static.igem.org/mediawiki/2015/8/89/Ox_bluedots.jpg);
+
     background-image: url(https://static.igem.org/mediawiki/2015/8/89/Ox_bluedots.jpg);
 
     background-size: 0.5%;
 
     background-size: 0.5%;
     background-repeat: repeat;*/
+
     background-repeat: repeat;
 
     position: fixed;
 
     position: fixed;
 
     float: left;
 
     float: left;
Line 54: Line 54:
 
     margin-top: 66px;
 
     margin-top: 66px;
 
     width:100%;
 
     width:100%;
     padding-bottom: 30%;
+
     padding-bottom: 35%;
 
     position: relative;
 
     position: relative;
 
     float:left;
 
     float:left;
 
}
 
}

Revision as of 10:11, 19 July 2015

  1. main-container {
               height: auto;
               top:0;
               bottom: 0;
               left:0;
               right:0;

overflow:scroll; margin: 20 0 0 0;

               position:fixed;

background-color: #fff; }

  1. content-container {

width: 100%;

               height:100%;

background-color: #ffffff; font-family: 'Avenir', sans-serif;

               border-top: 3px solid #cccccc;
               position: relative;
               clear:left;

}

.top-spacer {

   width: 100%;

}

.navbar {

   margin-top: 16px;
   position: fixed;
   font-size: 13px;
   background-color: #fff;

}

.page-title-section {

   margin-top: 66px;
   width: 100%;
   background-image: url(Ox_bluedots.jpg);
   background-size: 0.5%;
   background-repeat: repeat;
   position: fixed;
   float: left;
   z-index:-10;

}

.page-title-section img {

   width: 70%;
   margin-left:15%;
   margin-right:15%;
   padding: 15% 0;

}

.title-spacer {

   margin-top: 66px;
   width:100%;
   padding-bottom: 35%;
   position: relative;
   float:left;

}