Difference between revisions of "Team:British Columbia/Test/Custom CSS"

Line 31: Line 31:
  
 
<style type="text/css">
 
<style type="text/css">
body{
+
body#ubc{
 
width:100%;
 
width:100%;
 
height:100%;
 
height:100%;
Line 39: Line 39:
 
}
 
}
  
.bod{
+
.UBCbod{
 
margin: 0 auto;
 
margin: 0 auto;
 
height:100%;
 
height:100%;
Line 45: Line 45:
 
}
 
}
  
.header{
+
.UBCheader{
 
width:100%;
 
width:100%;
 
height: 80px;
 
height: 80px;
Line 55: Line 55:
 
}
 
}
  
#header{
+
#UBCheader{
 
width: 1200px;
 
width: 1200px;
 
height: 100px;
 
height: 100px;
Line 62: Line 62:
 
}
 
}
  
#logo{
+
#UBClogo{
 
width: 377px;
 
width: 377px;
 
height:150px;
 
height:150px;
Line 72: Line 72:
 
}
 
}
  
#menu{
+
#UBCmenu{
 
width: 700px;
 
width: 700px;
 
height: 125px;
 
height: 125px;
Line 81: Line 81:
 
}
 
}
  
#menu h4{
+
#UBCmenu h4{
 
text-align: center;
 
text-align: center;
 
padding-top:50px;
 
padding-top:50px;
Line 91: Line 91:
 
}
 
}
  
#proj{
+
#UBCmenu #proj{
 
width:142px;
 
width:142px;
 
height: 125px;
 
height: 125px;
Line 102: Line 102:
 
}
 
}
  
#model{
+
#UBCmenu #model{
 
width:142px;
 
width:142px;
 
height: 125px;
 
height: 125px;
Line 113: Line 113:
 
margin-top:-40px;
 
margin-top:-40px;
 
}
 
}
#hp{
+
#UBCmenu #hp{
 
width:142px;
 
width:142px;
 
height: 125px;
 
height: 125px;
Line 124: Line 124:
 
margin-left:-20px;
 
margin-left:-20px;
 
}
 
}
#hp h4{
+
#UBCmenu #hp h4{
 
line-height:15px;
 
line-height:15px;
 
padding-top:45px;}
 
padding-top:45px;}
Line 138: Line 138:
 
margin-top:-40px;
 
margin-top:-40px;
 
}
 
}
#note{
+
#UBCmenu #note{
 
width:142px;
 
width:142px;
 
height: 125px;
 
height: 125px;
Line 150: Line 150:
 
}
 
}
  
.t{
+
.UBCt{
 
width:100%;
 
width:100%;
 
height: 100px;
 
height: 100px;
Line 159: Line 159:
 
}
 
}
  
#t{
+
#UBCt{
 
width:1200px;
 
width:1200px;
 
margin:0 auto;
 
margin:0 auto;
Line 165: Line 165:
  
  
#title{
+
#UBCtitle{
 
width:1200px;
 
width:1200px;
 
height: 100px;
 
height: 100px;
Line 173: Line 173:
 
}
 
}
  
#title #one{
+
#UBCtitle #one{
 
width: 500px;  
 
width: 500px;  
 
float:left;
 
float:left;
Line 188: Line 188:
 
}
 
}
  
#title #two{
+
#UBCtitle #two{
 
width: 500px;
 
width: 500px;
 
float:left;
 
float:left;
Line 215: Line 215:
  
  
#title #three{
+
#UBCtitle #three{
 
margin:0 auto;
 
margin:0 auto;
 
width:200px;
 
width:200px;
Line 230: Line 230:
 
}
 
}
  
#body{
+
#UBCbody{
 
width:900px;
 
width:900px;
 
height:900px;
 
height:900px;
Line 241: Line 241:
  
 
</style>
 
</style>
 
 
 
 
<!--<style type="text/css">
 
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
    display:none;}
 
#top-section {
 
    border: none;
 
    height: 0px;}
 
#content {
 
    border: none;
 
    Width: 100%;
 
}
 
 
body{
 
    margin: 0 0 0 0;
 
    padding: 0;
 
}
 
 
.back-to-top {
 
background: none;
 
margin: 0;
 
position: fixed;
 
bottom: 0;
 
right: 0;
 
width: 70px;
 
height: 70px;
 
z-index: 100;
 
display: none;
 
text-decoration: none;
 
color: #ffffff;
 
background-color: #ff9000;
 
}
 
 
.back-to-top i {
 
  font-size: 60px;
 
}
 
 
/* GLOBAL STYLES
 
-------------------------------------------------- */
 
/* Padding below the footer and lighter body text */
 
 
body {
 
  padding-top: 48px;
 
  padding-bottom: 70px;
 
  color: #5a5a5a;
 
}
 
 
/* CUSTOMIZE THE NAVBAR
 
-------------------------------------------------- */
 
 
/* Special class on .container surrounding .navbar, used for positioning it into place. */
 
.navbar {
 
  margin-top: 16px;
 
}
 
 
/* CUSTOMIZE THE CAROUSEL
 
-------------------------------------------------- */
 
 
/* Carousel base class */
 
.carousel {
 
  height: 500px;
 
  margin-bottom: 60px;
 
  margin-top: -8px;
 
}
 
/* Since positioning the image, we need to help out the caption */
 
.carousel-caption {
 
  z-index: 10;
 
}
 
 
/* Declare heights because of positioning of img element */
 
.carousel .item {
 
  height: 500px;
 
  background-color: #FFFFFF;
 
}
 
.carousel-inner > .item > img {
 
  min-width: auto%;
 
  height: 500px;
 
 
 
/* control colour */
 
.carousel-control {
 
      color: #000000;
 
 
 
}
 
 
/* MARKETING CONTENT
 
-------------------------------------------------- */
 
 
/* Center align the text within the three columns below the carousel */
 
.marketing .col-lg-4 {
 
  margin-bottom: 20px;
 
  text-align: center;
 
}
 
.marketing h2 {
 
  font-weight: normal;
 
}
 
.marketing .col-lg-4 p {
 
  margin-right: 10px;
 
  margin-left: 10px;
 
}
 
 
 
/* Featurettes
 
------------------------- */
 
 
.featurette-divider {
 
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
 
}
 
 
/* Thin out the marketing headings */
 
.featurette-heading {
 
  font-weight: 300;
 
  line-height: 1;
 
  letter-spacing: -1px;
 
}
 
 
 
/* RESPONSIVE CSS
 
-------------------------------------------------- */
 
 
@media (min-width: 768px) {
 
  /* Navbar positioning foo */
 
  .navbar-wrapper {
 
    margin-top: 20px;
 
  }
 
  .navbar-wrapper .container {
 
    padding-right: 15px;
 
    padding-left: 15px;
 
  }
 
  .navbar-wrapper .navbar {
 
    padding-right: 0;
 
    padding-left: 0;
 
  }
 
 
  /* The navbar becomes detached from the top, so we round the corners */
 
  .navbar-wrapper .navbar {
 
    border-radius: 4px;
 
  }
 
 
  /* Bump up size of carousel content */
 
  .carousel-caption p {
 
    margin-bottom: 20px;
 
    font-size: 21px;
 
    line-height: 1.4;
 
  }
 
 
  .featurette-heading {
 
    font-size: 50px;
 
  }
 
}
 
 
@media (min-width: 992px) {
 
  .featurette-heading {
 
    margin-top: 120px;
 
  }
 
 
/* Back to top */
 
 
</style>-->
 
  
  

Revision as of 05:15, 30 June 2015