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

Line 18: Line 18:
 
                 position: relative;
 
                 position: relative;
 
                 clear:left;
 
                 clear:left;
 +
                z-index: 1;
 
}
 
}
  
Line 83: Line 84:
  
  
#content-container h1 {
+
.title h1 {
 
     font-family: "Avenir",sans-serif;
 
     font-family: "Avenir",sans-serif;
 
     font-weight: bolder;
 
     font-weight: bolder;
Line 90: Line 91:
 
     padding-left: 15;
 
     padding-left: 15;
 
     background-color: #fff;
 
     background-color: #fff;
 +
    border: none;
 +
}
  
 +
.title .heading-border {
 +
    background-image: url(https://static.igem.org/mediawiki/2015/8/89/Ox_bluedots.jpg);
 +
    background-repeat: repeat-x;
 +
    background-size: 4px 28px;
 +
    margin-top: -10;
 
}
 
}
 +
 +
  
 
#about {
 
#about {

Revision as of 09:15, 20 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%; background-color: #ffffff; font-family: 'Avenir', sans-serif;

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

}

.top-spacer {

   width: 100%;

}

.navbar {

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

}

.navbar-right li {

   font-family: "Avenir",sans-serif;
   color: #2d2c35;
   font-weight: bolder;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav> .active > a:hover {

   background-color: #fff;
   border-bottom: 1px solid #fa2963;

}

.navbar-default .navbar-nav a{

   padding-left: 0;
   margin-right: 15px;
   padding-bottom: 3px;
   border-bottom: 1px solid #cccccc;

}

.navbar-default .navbar-nav > .active {

   background-color: #fff;

}

.page-title-section {

   margin-top: 66px;
   width: 100%;
   background-image: url(Ox_bluedots.jpg);
   background-size: 4px 28px;
   background-repeat: repeat;
   position: fixed;
   float: left;
   z-index:-10;
   -webkit-transform: translateZ(0);

}

.page-title-section img {

   width: 80%;
   margin-left:10%;
   margin-right:10%;
   padding: 12% 0;

}

.title-spacer {

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

}


.title h1 {

   font-family: "Avenir",sans-serif;
   font-weight: bolder;
   font-size: 4em;
   padding-bottom: 0;
   padding-left: 15;
   background-color: #fff;
   border: none;

}

.title .heading-border {

   background-image: url(Ox_bluedots.jpg);
   background-repeat: repeat-x;
   background-size: 4px 28px;
   margin-top: -10;

}


  1. about {
   float:left;

}