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

 
(35 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-size: cover;
 
     background-size: cover;
 +
    background-attachment: fixed;
 
}
 
}
  
Line 44: Line 45:
 
/* Text content */ /* Tweak here */
 
/* Text content */ /* Tweak here */
 
#home .textWrapper {
 
#home .textWrapper {
         background-color: #111;
+
         background-color: black;
 
         color: white;
 
         color: white;
 
         width: 100%;
 
         width: 100%;
 
         border-top: 5px solid whitesmoke;
 
         border-top: 5px solid whitesmoke;
 
         border-bottom: 5px solid whitesmoke;
 
         border-bottom: 5px solid whitesmoke;
 +
}
 +
 +
.separate {
 +
border-bottom: 5px solid whitesmoke;
 
}
 
}
  
Line 71: Line 76:
 
  text-align: justify;
 
  text-align: justify;
 
  text-transform: uppercase;
 
  text-transform: uppercase;
 +
}
 +
 +
.textContent .nav a {
 +
cursor: pointer;
 +
}
 +
 +
.textContent .nav div a span:after {
 +
    content: '';
 +
    width: 100%;
 +
    height: 100%;
 +
    bottom: 0;
 +
    left: 0;
 +
    border-bottom: 1px solid rgba(255,255,255,0.7);
 +
    transition: border-color 0.3s;
 +
    position: absolute;
 +
}
 +
.textContent .nav div a:hover span:after {
 +
    border-bottom-color: initial;
 +
}
 +
 +
.stretch {
 +
padding: 0 7%;
 +
text-align: center;
 +
font-size: 1.1em;
 +
font-family: Generica;
 +
line-height: 3em;
 +
position: relative;
 +
display: inline-block;
 +
width: 100%;
 
}
 
}
  
Line 81: Line 115:
 
.magenta {
 
.magenta {
 
         color: #e5007d;
 
         color: #e5007d;
 +
}
 +
.black {
 +
        color: black;
 +
}
 +
.yellow.black a,
 +
.yellow.black {
 +
        color: black;
 +
}
 +
.cyan.black a,
 +
.cyan.black {
 +
        color: black;
 +
}
 +
.magenta.black a,
 +
.magenta.black {
 +
        color: black;
 +
}
 +
 +
.textContent .nav div a.yellow span:after {
 +
    content: '';
 +
    width: 100%;
 +
    height: 100%;
 +
    bottom: 0;
 +
    left: 0;
 +
    border-bottom: 1px solid #ffed00;
 +
    transition: border-width 0.3s;
 +
    position: absolute;
 +
    color: black;
 +
}
 +
.textContent .nav div a.cyan span:after {
 +
    content: '';
 +
    width: 100%;
 +
    height: 100%;
 +
    bottom: 0;
 +
    left: 0;
 +
    border-bottom: 1px solid #009ee3;
 +
    transition: border-width 0.3s;
 +
    position: absolute;
 +
    color: black;
 +
}
 +
.textContent .nav div a.magenta span:after {
 +
    content: '';
 +
    width: 100%;
 +
    height: 100%;
 +
    bottom: 0;
 +
    left: 0;
 +
    border-bottom: 1px solid #e5007d;
 +
    transition: border-width 0.3s;
 +
    position: absolute;
 +
    color: black;
 +
}
 +
.textContent .nav div a.yellow:hover span:after,
 +
.textContent .nav div a.cyan:hover span:after,
 +
.textContent .nav div a.magenta:hover span:after {
 +
    border-bottom-width: 3px;
 +
}
 +
 +
p.white {
 +
    color: white;
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 22:40, 19 November 2015