Difference between revisions of "Template:Paris Bettencourt/cssHome"

m
m
Line 8: Line 8:
  
 
/* Background of the page */
 
/* Background of the page */
.contentContainer#home {
+
.contentContainer.home {
 
   /*background-image: url('../images/idli7_medium.jpg');*/
 
   /*background-image: url('../images/idli7_medium.jpg');*/
 
background-image: url('https://static.igem.org/mediawiki/2015/d/df/ParisBettencourt_homeBanner.jpg');
 
background-image: url('https://static.igem.org/mediawiki/2015/d/df/ParisBettencourt_homeBanner.jpg');
Line 41: Line 41:
  
 
/* Text content */ /* Tweak here */
 
/* Text content */ /* Tweak here */
#home #textWrapper {
+
.textWrapper .home {
width: 100%;
+
        background-color: black;
 
         color: white;
 
         color: white;
 +
        width: 100%;
 +
        border-top: 5px solid white;
 
         border-bottom: 5px solid white;
 
         border-bottom: 5px solid white;
        background-color: black;
 
}
 
.textWrapperHome {
 
        background-color: black;
 
        width: 100%;
 
        border-top: 10px solid white;
 
 
}
 
}
  
#textContent .nav a, #textContent .nav a:visited {
+
.textContent .nav a, .textContent .nav a:visited {
 
  text-decoration: none;
 
  text-decoration: none;
 
  cursor: pointer;  
 
  cursor: pointer;  
Line 61: Line 57:
  
  
#textContent .nav a:hover, #textContent .nav a:active {
+
.textContent .nav a:hover, .textContent .nav a:active {
 
  text-decoration: none;
 
  text-decoration: none;
 
  color: inherit;
 
  color: inherit;

Revision as of 21:02, 18 September 2015