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

Line 30: Line 30:
 
}
 
}
  
.page-title-section {
+
.page-title-container {
 
     margin-top: 70px;
 
     margin-top: 70px;
 
     width: 100%;
 
     width: 100%;
Line 40: Line 40:
 
}
 
}
  
.page-title-container {
 
    top: 0;
 
    bottom: 0;
 
    left: 0;
 
    right:0;
 
    text-align: center;
 
}
 
  
.page-title-container:before {
+
.page-title-container img {
     content:' ';
+
     position: absolute;
     display: inline-block;
+
     top:50%;
     vertical-align: middle;
+
     transform: translateY(-50%);
    height:100%;
+
 
     width: 70%;
 
     width: 70%;
 
     margin-left:15%;
 
     margin-left:15%;
 
     margin-right:15%;
 
     margin-right:15%;
}
+
   
 
+
      
.page-title-container img {
+
     width:100%;
+
 
}
 
}

Revision as of 08:31, 19 July 2015

  1. mainContainer {
               height: auto;
               top:0;
               bottom: 0;
               left:0;
               right:0;

overflow:hidden; margin: 20 0 0 0;

               position:fixed;

background-color: #fff; }

  1. contentContainer {

padding-top:20px; padding-right:8px; margin-bottom: 30px; width: 94%; padding-left: 25px; float: none; background-color: #fff; border-top: none; font-family: 'Avenir', sans-serif; }

.navbar {

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

}

.page-title-container {

   margin-top: 70px;
   width: 100%;
   padding-bottom: 33%;
   background-image: url(Ox_bluedots.jpg);
   background-size: 0.5%;
   background-repeat: round;
   position: fixed;

}


.page-title-container img {

   position: absolute;
   top:50%;
   transform: translateY(-50%);
   width: 70%;
   margin-left:15%;
   margin-right:15%;
   
   

}