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-right: 10px; | |
− | height: | + | 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; | ||
− | + | display: inline-block; | |
− | text- | + | vertical-align: middle; |
− | font- | + | 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