Difference between revisions of "Template:IONIS Paris/CSS2"
Line 3,042: | Line 3,042: | ||
body { color:#333; font:300 15px/15px Roboto,Arial,Helvetica;background:url("") right no-repeat fixed #ffff; -webkit-font-smoothing:antialiased;} | body { color:#333; font:300 15px/15px Roboto,Arial,Helvetica;background:url("") right no-repeat fixed #ffff; -webkit-font-smoothing:antialiased;} | ||
+ | a{color:#00a9c6; text-decoration:none;} | ||
+ | a:hover{color:#666;} | ||
+ | .btn,a,.btn:hover,a:hover { | ||
+ | -webkit-transition: all 0.3s ease-in-out; | ||
+ | -moz-transition: all 0.3s ease-in-out; | ||
+ | -ms-transition: all 0.3s ease-in-out; | ||
+ | -o-transition: all 0.3s ease-in-out; | ||
+ | transition: all 0.3s ease-in-out; | ||
+ | outline: none !important; | ||
+ | } | ||
h1,h2,h3,h4{margin: 0;line-height: 1em;} | h1,h2,h3,h4{margin: 0;line-height: 1em;} | ||
Line 3,186: | Line 3,196: | ||
.footer a{color: #aaa;margin: 0 1em; } | .footer a{color: #aaa;margin: 0 1em; } | ||
− | .gototop{z-index: 1000;position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: | + | .gototop{z-index: 1000;position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 5px;color: #fff;} |
.gototop i{line-height: 0.5em;} | .gototop i{line-height: 0.5em;} | ||
Revision as of 11:20, 6 August 2015