Difference between revisions of "Template:Bordeaux/CSS"

Line 81: Line 81:
 
font-weight:bold;
 
font-weight:bold;
 
}
 
}
 +
 +
 +
/********************************* BANNER ********************************/
 +
 +
        .banner {
 +
                padding : 100px 100px 100px 100px;
 +
        background: url(https://static.igem.org/mediawiki/2016/e/ed/EpiCElegans.jpeg) no-repeat center center fixed;
 +
                -webkit-background-size: cover;
 +
                -moz-background-size: cover;
 +
                -o-background-size: cover;
 +
                background-size: cover;
 +
                color: white;
 +
         
 +
}
  
  
Line 87: Line 101:
 
/* styling for the titles */
 
/* styling for the titles */
  
        .content_wrapper h1 {
+
        .content_wrapper h1, .content_wrapper h2 {
                padding : 100px 100px 100px 100px;
+
                font-size: 3.5em;
+
                text-shadow: -1px -1px #9df, 1px 1px #49d, -3px 0 4px #000;
+
                font-family:"Montserrat", Arial, Helvetica, sans-serif;
+
                color:#6bf;
+
                font-weight:lighter;
+
                text-align:center;
+
                display:inline;
+
}
+
 
+
        .content_wrapper h2 {
+
 
padding:5px 15px;  
 
padding:5px 15px;  
 
border-bottom:0px;  
 
border-bottom:0px;  

Revision as of 16:16, 19 July 2016