Template:CSS/safety

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <style> .carousel-inner .carousel-caption { padding-top: 100px; padding-bottom: 100px; } .carousel-inner .carousel-caption h1 { font-family: 'Raleway', cursive; fo...")
(Replaced content with "<html> <style> </style> </html>")
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
 
-
 
-
 
-
.carousel-inner .carousel-caption {
 
-
padding-top: 100px;
 
-
padding-bottom: 100px;
 
-
}
 
-
.carousel-inner .carousel-caption h1 {
 
-
font-family: 'Raleway', cursive;
 
-
font-size: 80px;
 
-
padding-bottom:10px;
 
-
}
 
-
 
-
.carousel-inner .carousel-caption h3 {
 
-
font-size: 60px;
 
-
font-family: 'Raleway', sans-serif;
 
-
        padding-bottom: 5px;
 
-
}
 
-
 
-
 
-
@media screen and (max-width: 480px) {
 
-
 
-
  .carousel-inner {
 
-
        height:auto;}
 
-
 
-
}
 
-
 
-
.btn-custom {
 
-
padding: 9px 30px 9px 30px;
 
-
        /*box-shadow: 0px 3px 3px 3px rgba(5,170,139, 0.3);
 
-
          -webkit-box-shadow: 0px 3px 3px 0 rgba(5,170,139, 1);
 
-
          -moz-box-shadow:    0px 3px 3px 0 rgba(5,170,139, 1);*/
 
-
font-family: 'Quattrocento Sans', sans-serif;
 
-
font-size: 20px;
 
-
}
 
-
 
-
.btn-custom:link {
 
-
        font-weight: bold;                     
 
-
        color: #fff;
 
-
        background-color: #4eecba;
 
-
}
 
-
 
-
.btn-custom:hover {
 
-
color: #fff;
 
-
        background-color: orange;
 
-
        border: none;
 
-
}
 

Revision as of 10:34, 24 September 2014