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

Line 151: Line 151:
 
/* "Read more" button */
 
/* "Read more" button */
 
a.readMore {
 
a.readMore {
         display: block;
+
         margin-top: 10px
         width: 150px;
+
        margin-right: 10px;
         height: 30px;
+
         padding: 14px 26px;
 +
         font-size: 14px;
 +
        font-family: 'Generica', 'Arial', 'sans-serif';
 +
        line-height: 100%;
 +
        text-shadow: 0 1px rgba(0,0,0,0.4);
 
         color: white;
 
         color: white;
         background-color: #8E8E8E;
+
         display: inline-block;
         text-decoration: none;
+
        vertical-align: middle;
         font-family: 'Generica', Arial, 'sans-serif';
+
         text-align: center;
 +
        cursor: pointer;
 +
         font-weight: bold;
 +
        -webkit-transition: background 0.1s ease-in-out;
 +
        -moz-transition: background 0.1s ease-in-out;
 +
        -ms-transition: background 0.1s ease-in-out;
 +
        -o-transition: background 0.1s ease-in-out;
 +
        transition: background 0.1s ease-in-out;
 +
        -webkit-border-radius: 3px;
 +
        -moz-border-radius: 3px;
 
}
 
}
 
a#readMore:hover {
 
a#readMore:hover {

Revision as of 14:18, 13 September 2015