Team:UCLondon/Templates/Content-Slide
From 2012e.igem.org
(Difference between revisions)
Line 35: | Line 35: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td><br/><br/><span class="play button">Pitch</span></td> | + | <td><br/><br/><span class="play button blue-but">Pitch</span></td> |
- | <td><br/><br/><span class="play button">Tutorials</span></td> | + | <td><br/><br/><span class="play button red-but">Tutorials</span></td> |
- | <td><br/><br/><span class="play button">Slideshow</span></td> | + | <td><br/><br/><span class="play button green-but">Slideshow</span></td> |
</tr> | </tr> | ||
</table> | </table> | ||
Line 253: | Line 253: | ||
cursor: pointer; | cursor: pointer; | ||
border: 1px solid #0a3c59; | border: 1px solid #0a3c59; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
padding: 10.5px 21px; | padding: 10.5px 21px; | ||
-webkit-border-radius: 6px; | -webkit-border-radius: 6px; | ||
Line 298: | Line 291: | ||
color: #fff; | color: #fff; | ||
} | } | ||
+ | |||
+ | .blue-but { | ||
+ | |||
+ | background: #3e779d; | ||
+ | background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d)); | ||
+ | background: -webkit-linear-gradient(top, #65a9d7, #3e779d); | ||
+ | background: -moz-linear-gradient(top, #65a9d7, #3e779d); | ||
+ | background: -ms-linear-gradient(top, #65a9d7, #3e779d); | ||
+ | background: -o-linear-gradient(top, #65a9d7, #3e779d); | ||
+ | background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%); | ||
+ | |||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 17:31, 18 October 2012