Template:Lyon-INSA/homeCss
From 2012.igem.org
(Difference between revisions)
Line 155: | Line 155: | ||
margin-right:10px; | margin-right:10px; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | .boutonOnglet { | ||
+ | -moz-border-radius: 36px; | ||
+ | -moz-transition: all 0.5s ease; | ||
+ | -ms-transition: all 0.5s ease; | ||
+ | -o-transition: all 0.5s ease; | ||
+ | -webkit-border-radius: 36px; | ||
+ | -webkit-box-shadow: #6E7849 0 0 10px; | ||
+ | -webkit-transition: all 0.5s ease; | ||
+ | background-color: #000000; | ||
+ | background-image: -moz-linear-gradient(90deg, #878787, #000000); | ||
+ | background-image: -ms-linear-gradient(90deg, #878787, #000000); | ||
+ | background-image: -o-linear-gradient(90deg, #878787, #000000); | ||
+ | background-image: -webkit-linear-gradient(90deg, #878787, #000000); | ||
+ | background-image: linear-gradient(90deg, #878787, #000000); | ||
+ | border-radius: 36px; | ||
+ | border: 2px solid #4a5032; | ||
+ | color: #ffffff; | ||
+ | display: inline-block; | ||
+ | font-size: 4em; | ||
+ | margin: auto; | ||
+ | padding: 15px; | ||
+ | text-decoration: none; | ||
+ | text-shadow: #000000 5px 5px 15px; | ||
+ | transition: all 0.5s ease; | ||
+ | } | ||
+ | |||
+ | .boutonOnlget:hover { | ||
+ | background-color: #919191; | ||
+ | background-image: -moz-linear-gradient(90deg, #000000, #919191); | ||
+ | background-image: -ms-linear-gradient(90deg, #000000, #919191); | ||
+ | background-image: -o-linear-gradient(90deg, #000000, #919191); | ||
+ | background-image: -webkit-linear-gradient(90deg, #000000, #919191); | ||
+ | background-image: linear-gradient(90deg, #000000, #919191); | ||
+ | padding: 15px; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> |
Revision as of 13:20, 18 August 2012