Difference between revisions of "Team:Dundee/style.css"

Line 1: Line 1:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
 +
  
 
/* hiding the top section*/
 
/* hiding the top section*/
Line 27: Line 28:
 
.firstHeading {
 
.firstHeading {
 
display:none;
 
display:none;
}
 
 
h1,h2,h3,h4,h5,h6 {
 
border:none;
 
 
}
 
}
  
Line 74: Line 71:
  
 
/* Page Start */
 
/* Page Start */
 +
 +
html, body {
 +
overflow-x:hidden;
 +
}
 +
.container {
 +
    padding-right: 0; /*15px in bootstrap.css*/
 +
    padding-left: 0;  /*idem*/
 +
    margin-right: auto;
 +
    margin-left: auto;
 +
}
  
 
body {
 
body {
    background:url(https://static.igem.org/mediawiki/2015/f/f2/Dundee15-background.png) repeat;
+
background:url(../img/background/background-tile.png) repeat;
 +
color: #e9e9e9;
 +
    /*background: -webkit-linear-gradient(#606060, #121212);
 +
    background:    -moz-linear-gradient(#606060, #121212);
 +
    background:        linear-gradient(#606060, #121212);*/
 
     padding-top: 70px;
 
     padding-top: 70px;
 
     font-family: 'helvetica';
 
     font-family: 'helvetica';
Line 97: Line 108:
 
padding-top:50px;
 
padding-top:50px;
 
color: #fff;
 
color: #fff;
 +
background-position: center;
 
}
 
}
 
header h1 {
 
header h1 {
Line 104: Line 116:
  
 
#about {
 
#about {
padding-top: 50px;
+
padding-top: 30px;
 
padding-bottom: 0px;
 
padding-bottom: 0px;
 
}
 
}
  
 
#about .row {
 
#about .row {
margin-bottom: 50px;
+
 
 +
margin-bottom: 0px;
 
text-align: center;
 
text-align: center;
 
}
 
}
Line 116: Line 129:
 
color: #FFFFFF;
 
color: #FFFFFF;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
border: 1px solid #AAA;
+
border: 1px solid transparent;
 
width: 80px;
 
width: 80px;
 
border-radius: 100%;
 
border-radius: 100%;
 
padding-top: 22px;
 
padding-top: 22px;
 
padding-bottom: 22px;
 
padding-bottom: 22px;
 +
background: #333333;
 +
}
 +
.col-lg-4 {
 +
padding-right:50px;
 +
padding-left:50px;
 
}
 
}
 
#about h3 {
 
#about h3 {
Line 139: Line 157:
  
 
#about .col-md-3:hover .glyphicon {
 
#about .col-md-3:hover .glyphicon {
border: 1px solid #E8E8E8;
+
border: 1px solid transparent;
 
background: #E8E8E8;
 
background: #E8E8E8;
 
color: #585858;
 
color: #585858;
Line 418: Line 436:
 
.box-content {
 
.box-content {
 
margin-left: 10px;
 
margin-left: 10px;
        padding-left: 5px;
+
    padding-left: 5px;
        padding-right: 5px;
+
    padding-right: 5px;
 
padding-top: 0px;
 
padding-top: 0px;
 
margin-right: 10px;
 
margin-right: 10px;
        clear: right;
+
text-align:left;
 +
    clear: right;
 
}
 
}
 
.labtitle {
 
.labtitle {
Line 430: Line 449:
 
}
 
}
 
.ribbon {
 
.ribbon {
background-color: #2b2b2b;
+
background-color: transparent;
padding: 5px;
+
}
 +
.row1, .row2, .row3, .row4, .row5, .row6 {
 +
padding-top: 50px;
 +
padding-bottom:50px;
 +
padding-left:15px;
 +
padding-right:15px;
 +
background-color: transparent;
 +
}
 +
.row1 {
 +
background-color: ;
 
}
 
}
  
 
</html>
 
</html>

Revision as of 15:05, 3 July 2015