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

Line 71: Line 71:
 
}
 
}
  
#page-content img {
+
#content-of-page img {
 
     width:80%;
 
     width:80%;
 
     margin: 10em auto;
 
     margin: 10em auto;
Line 78: Line 78:
 
}
 
}
  
#page-content h3 {
+
#content-of-page h3 {
 
     color: #fff;
 
     color: #fff;
 
     text-align: center;
 
     text-align: center;
Line 87: Line 87:
 
}
 
}
  
#page-content {
+
#content-of-page {
 
     height: 1000px;
 
     height: 1000px;
 
     margin-top: -2em;
 
     margin-top: -2em;
 
     background-color: #fff;
 
     background-color: #fff;
 
}
 
}

Revision as of 18:58, 2 August 2015

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;

}

  1. top-section {
   border: none;
   height: 0px;

}

  1. content {
   width:100%;

}


.row {

   background-color: #fff;

} .navbar {

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

}

.navbar-right li {

   font-family: "Avenir",sans-serif;
   color: #cccccc;
   font-weight: bolder;
   padding-right: 0;

}

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

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

}

.navbar-default .navbar-nav a{

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

}

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

   background-color: #fff;

}

  1. main-container {
   top:0;
   left:0;
   right:0;
   margin:50px 0 0 0;
   padding:0;
   background-color:#fff;
   overflow:scroll;
   position:absolute;

}

  1. title {
   width: 100%;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
   background:     -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
   background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
   background:         linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
   border-radius: 0;

}

  1. content-of-page img {
   width:80%;
   margin: 10em auto;
   margin-bottom: 4em;
   display: block;

}

  1. content-of-page h3 {
   color: #fff;
   text-align: center;
   font-family: "Avenir", sans-serif;
   font-weight: lighter;
   font-size: 1em;
   margin-bottom: 6em;

}

  1. content-of-page {
   height: 1000px;
   margin-top: -2em;
   background-color: #fff;

}