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

 
(181 intermediate revisions by 4 users not shown)
Line 32: Line 32:
 
<style type="text/css">
 
<style type="text/css">
  
 +
html, body {
 +
  margin: 0;
 +
  padding: 0;
 +
  font-family: "Helvetica", sans-serif;
 +
font-weight: lighter;
 +
}
 +
 +
h1 {
 +
  text-align: center;
 +
}
 +
 +
 +
html, body, head, #content{
 +
background-color:#e1d1b4;
 +
}
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
     display:none;}
 
     display:none;}
Line 47: Line 62:
 
}
 
}
  
.back-to-top {
+
.bod{
background: none;
+
 
margin: 0;
+
width:100%;
position: fixed;
+
height:100%;
bottom: 0;
+
margin-bottom:80px;
right: 0;
+
}
width: 70px;
+
 
 +
body#ubc{
 +
width:100%;
 +
/*min-width:1200px;*/
 +
height:100%;
 +
margin: 0 auto;
 +
text-align: center;
 +
}
 +
/*
 +
#text{
 +
width:1500px;
 +
margin:0 auto;
 +
height:100%;
 +
text-align:center;
 +
}*/
 +
 
 +
.UBCbod{
 +
margin: 0 auto;
 +
height:100%;
 +
width:1200px;
 +
}
 +
 
 +
#corners{
 +
width:100%;
 +
min-width:1200px;
 +
margin: 0 auto;
 +
height:285px;
 +
z-index:0;
 +
position:absolute;
 +
margin-top:-50px;
 +
}
 +
 
 +
#cornerleft{
 +
background: url('https://static.igem.org/mediawiki/2015/a/ad/Corner_actual_left_goods.png') no-repeat;
 +
float:Left;
 +
width:400px;
 +
height:285px;
 +
z-index:-1;
 +
}
 +
 
 +
#cornerright{
 +
background: url('https://static.igem.org/mediawiki/2015/4/44/Corner_left_good2.png') no-repeat;
 +
float:right;
 +
width:400px;
 +
height:285px;
 +
z-index:-1;
 +
}
 +
 
 +
.UBCheader{
 +
z-index:100;
 +
width:100%;
 +
min-width:1200px;
 
height: 70px;
 
height: 70px;
z-index: 100;
+
background-color:#bbd0bf;
display: none;
+
border:#738d83 10px solid;
text-decoration: none;
+
border-right: none;
color: #ffffff;
+
border-left:none;
background-color: #ff9000;
+
position:absolute;
 +
margin-top:50px;
 
}
 
}
  
.back-to-top i {
+
#UBCheader{
  font-size: 60px;
+
width: 1200px;
 +
height: 100px;
 +
float:left;
 +
margin:0 auto;
 +
z-index:100;
 
}
 
}
  
/* GLOBAL STYLES
+
#UBClogo{
-------------------------------------------------- */
+
width: 377px;
/* Padding below the footer and lighter body text */
+
height:150px;
 +
float:left;
 +
position: relative;
 +
background-image:url('https://static.igem.org/mediawiki/2015/c/c1/UBC_logo.png');
 +
margin-left:50px;
 +
margin-top:-45px;
 +
}
  
body {
+
#UBCmenu{
  padding-top: 48px;
+
width: 700px;
  padding-bottom: 40px;
+
height: 125px;
  color: #5a5a5a;
+
float:left;
 +
position: relative;
 +
margin-left:50px;
 +
margin-top:-15px;
 +
display:block;
 +
font-family: "Times New Roman", serif;
 
}
 
}
  
/* CUSTOMIZE THE NAVBAR
+
#UBCmenu a h4:hover{
-------------------------------------------------- */
+
color:#804315;
 +
}
  
/* Special class on .container surrounding .navbar, used for positioning it into place. */
+
#UBCmenu ul li a:hover{
.navbar {
+
color:#804315;
  margin-top: 16px;
+
 
}
 
}
  
/* CUSTOMIZE THE CAROUSEL
+
#UBCmenu h4{
-------------------------------------------------- */
+
text-align: center;
 +
padding-top:40px;
 +
padding-left:5px;
 +
margin:0;
 +
color:white;
 +
font-size:18px;
 +
font-weight:100;
 +
position:relative;
 +
display:block;
 +
}
  
/* Carousel base class */
+
#UBCmenu ul{
.carousel {
+
list-style:none;
  height: 500px;
+
color:white;
  margin-bottom: 60px;
+
position:relative;
  margin-top: -8px;
+
display:none;
 
}
 
}
/* Since positioning the image, we need to help out the caption */
+
 
.carousel-caption {
+
#UBCmenu a{
  z-index: 10;
+
color:white;
 +
font-size:12px;
 
}
 
}
  
/* Declare heights because of positioning of img element */
+
#UBCmenu #proj:hover ul{
.carousel .item {
+
display:block;
  height: 500px;
+
position:absolute;
  background-color: #FFFFFF;
+
 
}
 
}
.carousel-inner > .item > img {
 
  min-width: auto%;
 
  height: 500px;
 
  
 +
#UBCmenu #parts:hover ul{
 +
display:block;
 +
position:absolute;
 +
}
  
/* control colour */
+
#UBCmenu #model:hover ul{
.carousel-control {
+
display:block;
      color: #000000;
+
position:absolute;
 
+
 
}
 
}
  
/* MARKETING CONTENT
+
#UBCmenu #hp:hover ul{
-------------------------------------------------- */
+
display:block;
 +
position:absolute;
 +
}
  
/* Center align the text within the three columns below the carousel */
+
#UBCmenu #ach:hover ul{
.marketing .col-lg-4 {
+
display:block;
  margin-bottom: 20px;
+
position:absolute;
  text-align: center;
+
 
}
 
}
.marketing h2 {
+
 
  font-weight: normal;
+
#UBCmenu #team:hover ul{
 +
display:block;
 +
position:absolute;
 
}
 
}
.marketing .col-lg-4 p {
+
 
  margin-right: 10px;
+
#UBCmenu #note:hover ul{
  margin-left: 10px;
+
display:block;
 +
position:absolute;
 
}
 
}
  
 +
#UBCmenu ul{
 +
margin-top:30px;
 +
margin-left:27px;
 +
z-index:100;
 +
}
  
/* Featurettes
+
#UBCmenu ul li{
------------------------- */
+
width:60px;
 +
background-color:#e7b76d;
 +
margin:0;
 +
padding:5px;
 +
text-align:center;
 +
border-bottom:solid 1px #e1d1b4;
 +
opacity:0.99;
 +
line-height:100%;
 +
}
  
.featurette-divider {
+
#UBCmenu ul li ul{
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
+
width:60px;
 +
background-color:#e7b76d;
 +
margin:0;
 +
padding:5px;
 +
text-align:center;
 +
border-bottom:solid 1px #e1d1b4;
 +
opacity:0.99;
 +
line-height:100%;
 +
float:left;
 +
margin-left:60px;
 +
margin-top:-40px;
 +
display:none;
 
}
 
}
  
/* Thin out the marketing headings */
+
ul li:hover ul{
.featurette-heading {
+
display:block;
  font-weight: 300;
+
  line-height: 1;
+
  letter-spacing: -1px;
+
 
}
 
}
  
 +
#UBCmenu ul li ul li{
 +
float:left;
 +
}
  
/* RESPONSIVE CSS
+
a:hover{
-------------------------------------------------- */
+
text-decoration:none;
 +
}
  
@media (min-width: 768px) {
+
#UBCmenu #proj{
  /* Navbar positioning foo */
+
width:114px;
  .navbar-wrapper {
+
height: 100px;
    margin-top: 20px;
+
float:left;
  }
+
position: relative;
  .navbar-wrapper .container {
+
background-image:url('https://static.igem.org/mediawiki/2015/8/8f/UBC_buttonartefact.png');
    padding-right: 15px;
+
background-repeat:no-repeat;
    padding-left: 15px;
+
background-position:center;
  }
+
margin-top: 30px;
  .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 */
+
#UBCmenu #parts{
  .carousel-caption p {
+
width:114px;
    margin-bottom: 20px;
+
height: 100px;
    font-size: 21px;
+
float:left;
    line-height: 1.4;
+
position: relative;
  }
+
background-image:url('https://static.igem.org/mediawiki/2015/8/8f/UBC_buttonartefact.png');
 +
background-repeat:no-repeat;
 +
background-position:center;
 +
margin-left:-30px;
 +
margin-top:-40px;
 +
}
 +
#UBCmenu #model{
 +
width:114px;
 +
height: 100px;
 +
float:left;
 +
position: relative;
 +
background-image:url('https://static.igem.org/mediawiki/2015/8/8f/UBC_buttonartefact.png');
 +
background-repeat:no-repeat;
 +
background-position:center;
 +
margin-top: 30px;
 +
margin-left:-30px;
 +
}
 +
#UBCmenu #hp h4{
 +
line-height:15px;
 +
padding-top:33px;}
  
  .featurette-heading {
+
#UBCmenu #hp{
    font-size: 50px;
+
width:114px;
  }
+
height: 100px;
 +
float:left;
 +
position: relative;
 +
background-image:url('https://static.igem.org/mediawiki/2015/8/8f/UBC_buttonartefact.png');
 +
background-repeat:no-repeat;
 +
background-position:center;
 +
margin-left:-30px;
 +
margin-top:-40px;
 
}
 
}
  
@media (min-width: 992px) {
+
#UBCmenu #hp ul{
  .featurette-heading {
+
margin-top:40px;
    margin-top: 120px;
+
}
  }
+
  
/* Back to top */
+
#UBCmenu #team{
 +
width:114px;
 +
height: 100px;
 +
float:left;
 +
position: relative;
 +
background-image:url('https://static.igem.org/mediawiki/2015/8/8f/UBC_buttonartefact.png');
 +
background-repeat:no-repeat;
 +
background-position:center;
 +
margin-top: 30px;
 +
margin-left:-30px;
 +
}
  
.back-to-top {
+
#UBCmenu #note{
background: none;
+
width:114px;
margin: 0;
+
height: 100px;
position: fixed;
+
float:left;
bottom: 0;
+
position: relative;
right: 0;
+
background-image:url('https://static.igem.org/mediawiki/2015/8/8f/UBC_buttonartefact.png');
width: 70px;
+
background-repeat:no-repeat;
height: 70px;
+
background-position:center;
z-index: 100;
+
margin-left:-30px;
display: none;
+
margin-top:-40px;
text-decoration: none;
+
color: #FFFFFF;
+
background-color: #ff9000;
+
 
}
 
}
  
.back-to-top i {
+
#UBCmenu #ach{
  font-size: 60px;
+
width:114px;
 +
height: 100px;
 +
float:left;
 +
position: relative;
 +
background-image:url('https://static.igem.org/mediawiki/2015/8/8f/UBC_buttonartefact.png');
 +
background-repeat:no-repeat;
 +
background-position:center;
 +
margin-top: 30px;
 +
margin-left:-30px;
 +
}
 +
 
 +
.UBCt{
 +
width:100%;
 +
height: 100px;
 +
margin: 0 auto;
 +
text-align:center;
 +
padding-top:220px;
 +
 
 +
}
 +
 
 +
#UBCt{
 +
width:1200px;
 +
margin:0 auto;
 +
}
 +
 
 +
 
 +
#UBCtitle{
 +
width:1200px;
 +
height: 100px;
 +
float:left;
 +
margin: 0 auto;
 +
text-align:center;
 +
}
 +
 
 +
#UBCtitle #two{
 +
width: 500px;
 +
float:left;
 +
position: relative;
 +
height:50px;
 +
background-color: #f3dfba; /* Old browsers */
 +
background: -moz-linear-gradient(left,  #f3dfba 0%, #e1d1b4 100%); /* FF3.6+ */
 +
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3dfba), color-stop(100%,#e1d1b4)); /* Chrome,Safari4+ */
 +
background: -webkit-linear-gradient(left,  #f3dfba 0%,#e1d1b4 100%); /* Chrome10+,Safari5.1+ */
 +
background: -o-linear-gradient(left,  #f3dfba 0%,#e1d1b4 100%); /* Opera 11.10+ */
 +
background: -ms-linear-gradient(left,  #f3dfba 0%,#e1d1b4 100%); /* IE10+ */
 +
background: linear-gradient(to right,  #f3dfba 0%,#e1d1b4 100%); /* W3C */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dfba', endColorstr='#e1d1b4',GradientType=1 ); /* IE6-9 */
 +
}
 +
 
 +
#UBCtitle #one{
 +
width: 500px;
 +
float:left;
 +
position: relative;
 +
height: 50px;
 +
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1d1b4+1,f3dfba+100 */
 +
 
 +
background: #e1d1b4; /* Old browsers */
 +
 
 +
background: -moz-linear-gradient(left,  #e1d1b4 1%, #f3dfba 100%); /* FF3.6+ */
 +
 
 +
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#e1d1b4), color-stop(100%,#f3dfba)); /* Chrome,Safari4+ */
 +
 
 +
background: -webkit-linear-gradient(left,  #e1d1b4 1%,#f3dfba 100%); /* Chrome10+,Safari5.1+ */
 +
 
 +
background: -o-linear-gradient(left,  #e1d1b4 1%,#f3dfba 100%); /* Opera 11.10+ */
 +
 
 +
background: -ms-linear-gradient(left,  #e1d1b4 1%,#f3dfba 100%); /* IE10+ */
 +
 
 +
background: linear-gradient(to right,  #e1d1b4 1%,#f3dfba 100%); /* W3C */
 +
 
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1d1b4', endColorstr='#f3dfba',GradientType=1 ); /* IE6-9 */
 +
 
 +
 
 +
}
 +
 
 +
 
 +
#UBCtitle #three{
 +
margin:0 auto;
 +
width:200px;
 +
height:50px;
 +
text-decoration:none;
 +
font-style: normal;
 +
text-align: center;
 +
font-size:20px;
 +
color:white;
 +
text-shadow: -2px 0 #5e2d20, 0 2px #5e2d20, 2px 0 #5e2d20, 0 -2px #5e2d20;
 +
float:left;
 +
position: relative;
 +
margin-top:-20px;
 +
}
 +
 
 +
 
 +
#homepageimg{
 +
width: 1200px;
 +
height: 1200px;
 +
margin: 0 auto;
 +
background-image: url('https://static.igem.org/mediawiki/2015/8/8e/UBChoverme.png');
 +
background-repeat: no-repeat;
 +
background-position: center center;
 +
}
 +
 +
 
 +
#homepageimg:hover{
 +
background-repeat: no-repeat;
 +
background-position: center center;
 +
background-image: url('https://static.igem.org/mediawiki/2015/c/cb/Hovered.png');
 +
}
 +
 +
#UBCbody{
 +
padding:20px;
 +
width:1100px;
 +
background-color:white;
 +
border-radius:20px;
 +
margin:0 auto;
 +
text-align:left;
 +
}
 +
 
 +
#UBCbody {
 +
text-indent:20px;
 +
}
 +
 
 +
#footer{
 +
width:100%;
 +
min-width:1200px;
 +
height:50px;
 +
background-color:#748e83;
 +
margin-top:30px;
 +
}
 +
 
 +
#footer h6{
 +
float:right;
 +
padding-right:50px;
 +
}
 +
 
 +
.CSSTableGenerator {
 +
margin:0px;padding:0px;
 +
width:100%;
 +
box-shadow: 10px 10px 5px #888888;
 +
border:1px solid #000000;
 +
 +
-moz-border-radius-bottomleft:0px;
 +
-webkit-border-bottom-left-radius:0px;
 +
border-bottom-left-radius:0px;
 +
 +
-moz-border-radius-bottomright:0px;
 +
-webkit-border-bottom-right-radius:0px;
 +
border-bottom-right-radius:0px;
 +
 +
-moz-border-radius-topright:0px;
 +
-webkit-border-top-right-radius:0px;
 +
border-top-right-radius:0px;
 +
 +
-moz-border-radius-topleft:0px;
 +
-webkit-border-top-left-radius:0px;
 +
border-top-left-radius:0px;
 +
}.CSSTableGenerator table{
 +
    border-collapse: collapse;
 +
        border-spacing: 0;
 +
width:100%;
 +
height:100%;
 +
margin:0px;padding:0px;
 +
}.CSSTableGenerator tr:last-child td:last-child {
 +
-moz-border-radius-bottomright:0px;
 +
-webkit-border-bottom-right-radius:0px;
 +
border-bottom-right-radius:0px;
 +
}
 +
.CSSTableGenerator table tr:first-child td:first-child {
 +
-moz-border-radius-topleft:0px;
 +
-webkit-border-top-left-radius:0px;
 +
border-top-left-radius:0px;
 +
}
 +
.CSSTableGenerator table tr:first-child td:last-child {
 +
-moz-border-radius-topright:0px;
 +
-webkit-border-top-right-radius:0px;
 +
border-top-right-radius:0px;
 +
}.CSSTableGenerator tr:last-child td:first-child{
 +
-moz-border-radius-bottomleft:0px;
 +
-webkit-border-bottom-left-radius:0px;
 +
border-bottom-left-radius:0px;
 +
}.CSSTableGenerator tr:hover td{
 +
 +
}
 +
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffaa56; }
 +
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
 +
vertical-align:middle;
 +
 +
 +
border:1px solid #000000;
 +
border-width:0px 1px 1px 0px;
 +
text-align:center;
 +
padding:7px;
 +
font-size:10px;
 +
font-family:Helvetica;
 +
font-weight:bold;
 +
color:#000000;
 +
}.CSSTableGenerator tr:last-child td{
 +
border-width:0px 1px 0px 0px;
 +
}.CSSTableGenerator tr td:last-child{
 +
border-width:0px 0px 1px 0px;
 +
}.CSSTableGenerator tr:last-child td:last-child{
 +
border-width:0px 0px 0px 0px;
 +
}
 +
.CSSTableGenerator tr:first-child td{
 +
background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
 +
background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
 +
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00"); background: -o-linear-gradient(top,#ff7f00,bf5f00);
 +
 
 +
background-color:#ff7f00;
 +
border:0px solid #000000;
 +
text-align:center;
 +
border-width:0px 0px 1px 1px;
 +
font-size:18px;
 +
font-family:Helvetica;
 +
font-weight:bold;
 +
color:#ffffff;
 +
}
 +
.CSSTableGenerator tr:first-child:hover td{
 +
background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
 +
background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
 +
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00"); background: -o-linear-gradient(top,#ff7f00,bf5f00);
 +
 
 +
background-color:#ff7f00;
 +
}
 +
.CSSTableGenerator tr:first-child td:first-child{
 +
border-width:0px 0px 1px 0px;
 +
}
 +
.CSSTableGenerator tr:first-child td:last-child{
 +
border-width:0px 0px 1px 1px;
 
}
 
}
  

Latest revision as of 23:10, 17 October 2015