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

Line 13: Line 13:
 
#content-container {
 
#content-container {
 
width: 100%;
 
width: 100%;
padding: 0 25px 0 25px;
+
                height:100%;
float:none;
+
background-color: #ffffff;
background-color: #fff;
+
border-top: 1px solid #cccccc;
border-top: 2px solid #000;
+
 
font-family: 'Avenir', sans-serif;
 
font-family: 'Avenir', sans-serif;
 
}
 
}
Line 28: Line 27:
  
 
.page-title-section {
 
.page-title-section {
 +
    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);

Revision as of 09:13, 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; border-top: 1px solid #cccccc; font-family: 'Avenir', sans-serif; }

.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;

}

.page-title-section img {

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

}