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

Line 151: Line 151:
 
/* "Read more" button */
 
/* "Read more" button */
 
a.readMore {
 
a.readMore {
         margin-top: 10px
+
         margin-top: 0px
         margin-right: 10px;
+
         margin-right: 0px;
         padding: 14px 26px;
+
         padding: 10px 16px;
         font-size: 20px;
+
         font-size: 18px;
 
         font-family: 'Generica', 'Arial', 'sans-serif';
 
         font-family: 'Generica', 'Arial', 'sans-serif';
 
         line-height: 100%;
 
         line-height: 100%;
Line 169: Line 169:
 
         -o-transition: background 0.1s ease-in-out;
 
         -o-transition: background 0.1s ease-in-out;
 
         transition: background 0.1s ease-in-out;
 
         transition: background 0.1s ease-in-out;
         -webkit-border-radius: 3px;
+
         -webkit-border-radius: 2px;
         -moz-border-radius: 3px;
+
         -moz-border-radius: 2px;
 
}
 
}
 
a.readMore:active {
 
a.readMore:active {
         padding-top: 15px;
+
         padding-top: 9px;
 
         margin-bottom: -1px;
 
         margin-bottom: -1px;
 
}
 
}
Line 183: Line 183:
 
a.buttonCyan {
 
a.buttonCyan {
 
         background-color: #2293E1;
 
         background-color: #2293E1;
         box-shadow: 0px 3px 0px 0px #1C7BBD;
+
         box-shadow: 0px 2px 0px 0px #1C7BBD;
 
}
 
}
 
a.buttonCyan:hover, a.buttonCyan:active {
 
a.buttonCyan:hover, a.buttonCyan:active {
Line 193: Line 193:
 
a.buttonYellow {
 
a.buttonYellow {
 
         background-color: #FCEF01;
 
         background-color: #FCEF01;
         box-shadow: 0px 3px 0px 0px #B2A900;
+
         box-shadow: 0px 2px 0px 0px #B2A900;
 
}
 
}
 
a.buttonYellow:hover, a.buttonYellow:active {
 
a.buttonYellow:hover, a.buttonYellow:active {
Line 203: Line 203:
 
a.buttonMagenta {
 
a.buttonMagenta {
 
         background-color: #F80187;
 
         background-color: #F80187;
         box-shadow: 0px 3px 0px 0px #BB0066;
+
         box-shadow: 0px 2px 0px 0px #BB0066;
 
}
 
}
 
a.buttonMagenta:hover, a.buttonMagenta:active {
 
a.buttonMagenta:hover, a.buttonMagenta:active {

Revision as of 14:53, 13 September 2015