Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
(Created page with "<html lang="en"><head><style type="text/css"><!-- .firstHeading {display:none;} --></style></head></html>")
 
(120 intermediate revisions not shown)
Line 1: Line 1:
-
<html lang="en"><head><style type="text/css"><!--
+
{{CSS/Main}}
 +
 
 +
<html lang="en">
 +
<head>
 +
<style type="text/css">
.firstHeading {display:none;}
.firstHeading {display:none;}
-
--></style></head></html>
+
#top-section {
 +
height: 20px;
 +
position: fixed;
 +
top: -15px;
 +
transition: top 0.2s, ease-out;
 +
}
 +
 
 +
#top-section:hover {
 +
    top: 3px;
 +
}
 +
 
 +
/* unvisited link */
 +
a:link {
 +
    color: #444;
 +
}
 +
 
 +
/* visited link */
 +
a:visited {
 +
    color: #4f4f4f;
 +
}
 +
 
 +
/* mouse over link */
 +
a:hover {
 +
    color: #4f4f4f;
 +
}
 +
 
 +
/* selected link */
 +
a:active {
 +
    color: #4f4f4f;
 +
}
 +
 
 +
body {
 +
overflow-y:auto;
 +
overflow-x:hidden;
 +
margin-bottom: 20px;
 +
}
 +
 
 +
 
 +
p {
 +
/*font-family: 'Exo', sans-serif;*/
 +
font-family: 'Open Sans', sans-serif;
 +
font-size: 15px;
 +
font-weight: 400;
 +
letter-spacing: 10px
 +
color: #222;
 +
text-indent: 10;
 +
white-space: inherit;
 +
vertical-align: top;
 +
position: relative;
 +
width: 50%;
 +
font-style: normal;
 +
line-height: normal;
 +
font-variant: normal;
 +
padding-top: 0px;
 +
padding-right: 0px;
 +
padding-bottom: 0px;
 +
padding-left: 25px;
 +
border-top-style: none;
 +
border-right-style: none;
 +
border-bottom-style: none;
 +
border-left-style: none;
 +
text-align: left;
 +
}
 +
 
 +
pie {
 +
font-family: 'Open Sans', sans-serif;
 +
font-size: 12px;
 +
font-weight: 400;
 +
letter-spacing: 10px
 +
color: #222;
 +
text-indent: 10;
 +
vertical-align: top;
 +
position: relative;
 +
width: 30%;
 +
text-align: left;
 +
}
 +
 
 +
ul {
 +
/*font-family: 'Exo', sans-serif;*/
 +
font-family: 'Open Sans', sans-serif;
 +
padding-left: 25px;
 +
list-style-image: none;
 +
}
 +
 
 +
h1 {
 +
font-family: Exo;
 +
font-size: 30px;
 +
font-weight: 600;
 +
color: #FFF;
 +
margin-left: 22px;
 +
margin-top: 0px;
 +
font-style: normal;
 +
letter-spacing: -1pt;
 +
-webkit-font-smoothing: antialiased;
 +
position: relative;
 +
}
 +
h1n {
 +
font-family: Exo;
 +
font-size: 21px;
 +
font-weight: 300;
 +
color: #4a4a4a;
 +
font-style: normal;
 +
letter-spacing: -1pt;
 +
-webkit-font-smoothing: antialiased;
 +
position: static;
 +
}
 +
 
 +
sub {
 +
font-family: Exo;
 +
font-size: 18px;
 +
color: #444;
 +
font-weight: 600;
 +
margin-right: 25px;
 +
position: relative;
 +
left: -20px;
 +
top: -18px;
 +
}
 +
 
 +
 
 +
sub2 {
 +
font-family: Exo;
 +
font-size: 16px;
 +
color: #FFF;
 +
font-weight: 600;
 +
margin-right: 25px;
 +
position: relative;
 +
left: -20px;
 +
top: -15px;
 +
}
 +
 
 +
h2 {
 +
font-family: 'Exo', sans-serif;
 +
font-size: 20px;
 +
font-weight: 600;
 +
color: #222;
 +
padding-left: 25px;
 +
position: static;
 +
border-top-style: none;
 +
border-right-style: none;
 +
border-bottom-style: none;
 +
border-left-style: none;
 +
}
 +
 
 +
h3 {
 +
font-family: Exo;
 +
font-size: 24px;
 +
font-weight: 600;
 +
margin-left: 22px;
 +
position: static;
 +
color: rgba(255,255,255,.2);
 +
margin-top: 0px;
 +
margin-right: 0px;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
h4 {
 +
font-family: 'Exo', sans-serif;
 +
font-size: 16px;
 +
font-weight: 600;
 +
color: #333;
 +
padding-left: 25px;
 +
position: static;
 +
border-top-style: none;
 +
border-right-style: none;
 +
border-bottom-style: none;
 +
border-left-style: none;
 +
}
 +
 
 +
 
 +
gotop {
 +
font-family: Exo;
 +
font-size: 12px;
 +
color: #222;
 +
font-weight: 400;
 +
padding-left: 25px;
 +
}
 +
 
 +
 
 +
.header {
 +
position: fixed;
 +
top: 0px;
 +
right: 0px;
 +
z-index:2;
 +
}
 +
 
 +
.headerSocial {
 +
position: fixed;
 +
top: 80px;
 +
right: 0px;
 +
z-index:2;
 +
}
 +
 
 +
.footer {
 +
position: fixed;
 +
bottom: -0px;
 +
 
 +
-webkit-transition: bottom 0.2s; ease-out;
 +
-moz-transition: bottom 0.2s; ease-out;
 +
-ms-transition: bottom 0.2s; ease-out;
 +
-o-transition: bottom 0.2s; ease-out;
 +
transition: bottom 0.2s; ease-out;
 +
}
 +
 
 +
.footer:hover {
 +
position: fixed;
 +
bottom: 10px;
 +
z-index:2;
 +
}
 +
.PLASMENU {
 +
position: fixed;
 +
/*bottom: -50%;
 +
right: -19%;*/
 +
bottom: -470px;
 +
right: -200px;
 +
-webkit-transform: rotate(190deg);
 +
transform: rotate(190deg);
 +
 +
-webkit-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
 +
-moz-transition: bottom 0.2s, right 0.2s, -moz-transform 1s; ease-out;
 +
-ms-transition: bottom 0.2s, right 0.2s, -ms-transform 1s; ease-out;
 +
-o-transition: bottom 0.2s, right 0.2s, -o-transform 1s; ease-out;
 +
transition: bottom 0.2s, right 0.2s, transform 1s; ease-out;
 +
/*transition-delay: 0.1s;*/
 +
z-index:2;
 +
}
 +
 
 +
.PLASMENU:hover {
 +
    bottom: -150px;
 +
right: -60px;
 +
/*bottom: -18%;
 +
right: -5%;*/
 +
-webkit-transform: rotate(0deg);
 +
transform: rotate(0deg);
 +
}
 +
 
 +
#ContenidoSecciones {
 +
padding-bottom: 100px;
 +
background: transparent;
 +
}
 +
 
 +
.centeredImage
 +
    {
 +
    text-align:center;
 +
    margin-top:0px;
 +
    margin-bottom:0px;
 +
    padding:0px;
 +
    }
 +
 
 +
</style>
 +
</head>
 +
</html>

Latest revision as of 00:35, 14 October 2014