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

Line 1: Line 1:
#main-container {
+
<html>
                height: auto;
+
    <link href="//2015.igem.org/Team:Oxford/Assets/Bootstrap.css?action=raw&ctype=text/css" rel="stylesheet">
                top:0;
+
    <link href="//2015.igem.org/Team:Oxford/Assets/Style.css?action=raw&ctype=text/css" rel="stylesheet">
                bottom: 0;
+
    <script type="text/javascript" src="//2015.igem.org/Team:Oxford/Assets/Bootstrap.js?action=raw&ctype=text/javascript"></script>
                left:0;
+
                right:0;
+
overflow:scroll;
+
margin: 20 0 0 0;
+
                position:fixed;
+
background-color: #fff;
+
}
+
  
.top-spacer {
+
    <div class="container-fluid footer-conatainer">
     width: 100%;
+
        <div class="row sponsors">
 +
            <div class="col-md-4"><p>logo 1</p></div>
 +
            <div class="col-md-4"><p>logo 2</p></div>
 +
            <div class="col-md-4"><p>logo 3</p></div>
 +
        </div>
 +
        <div class="row sponsors">
 +
            <div class="col-md-4"><p>logo 4</p></div>
 +
            <div class="col-md-4"><p>logo 5</p></div>
 +
            <div class="col-md-4"><p>logo 6</p></div>
 +
        </div>
 +
        <div class="row sponsors">
 +
            <div class="col-md-4"><p>logo 7</p></div>
 +
            <div class="col-md-4"><p>logo 8</p></div>
 +
            <div class="col-md-4"><p>logo 9</p></div>
 +
        </div>
 +
     </div>
  
}
+
</html>
 
+
.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;
+
    padding-right: 0;
+
}
+
 
+
.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;
+
    padding-right: 10px;
+
    margin-left: 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(https://static.igem.org/mediawiki/2015/8/89/Ox_bluedots.jpg);
+
    background-size: 8px 56px;
+
    background-repeat: repeat;
+
    position: fixed;
+
    float: left;
+
    z-index:-1000;
+
    -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;
+
}
+
 
+
.row {
+
    background-color: #fff;
+
}
+
 
+
.sponsors {
+
    height: 50px;
+
    background-color: #fff;
+
}
+

Revision as of 15:14, 20 July 2015