Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
Line 3: Line 3:
.firstHeading {display:none;}
.firstHeading {display:none;}
-
.black_overlay{
+
p {
-
display: none;
+
font-family: 'Exo', sans-serif;
-
position: absolute;
+
font-size: 14px;
-
top: 0%;
+
font-weight: 400;
-
left: 0%;
+
color: #222;
-
width: 100%;
+
text-indent: 10;
-
height: 100%;
+
white-space: inherit;
-
background-color: black;
+
vertical-align: top;
-
z-index:1001;
+
position: static;
-
-moz-opacity: 0.8;
+
width: 50%;
-
opacity:.80;
+
font-style: normal;
-
filter: alpha(opacity=80);
+
line-height: normal;
 +
font-variant: normal;
 +
padding-top: 0px;
 +
padding-right: 0px;
 +
padding-bottom: 0px;
 +
padding-left: 25px;
 +
word-spacing: normal;
 +
border-top-style: none;
 +
border-right-style: none;
 +
border-bottom-style: none;
 +
border-left-style: none;
 +
text-align: left;
 +
}
 +
h2 {
 +
font-family: Exo;
 +
font-size: 20px;
 +
font-weight: 600;
 +
color: #222;
 +
padding-left: 25px;
 +
position: static;
 +
}
 +
sub {
 +
font-family: Exo;
 +
font-size: 18px;
 +
color: #444;
 +
font-weight: 600;
 +
padding-left: 25px;
 +
position: relative;
 +
left: -40px;
 +
top: -18px;
 +
}
 +
h1 {
 +
font-family: Exo;
 +
font-size: 30px;
 +
font-weight: 600;
 +
color: #FFF;
 +
margin-left: 22px;
 +
font-style: normal;
 +
letter-spacing: -1pt;
 +
-webkit-font-smoothing: antialiased;
 +
position: static;
 +
}
 +
h1n {
 +
font-family: Exo;
 +
font-size: 21px;
 +
font-weight: 300;
 +
color: #4a4a4a;
 +
font-style: normal;
 +
letter-spacing: -1pt;
 +
-webkit-font-smoothing: antialiased;
 +
position: static;
 +
}
 +
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;
 +
}
 +
.footer {
 +
position: fixed;
 +
bottom: 0%;
}
}
-
.white_content {
+
.PLASMENU {
-
display: none;
+
position: fixed;
-
position: absolute;
+
/*bottom: -50%;
-
top: 25%;
+
right: -19%;*/
-
left: 25%;
+
bottom: -470px;
-
width: 50%;
+
right: -200px;
-
height: 50%;
+
-webkit-transform: rotate(190deg);
-
padding: 16px;
+
-
/*border: 16px solid orange;*/
+
-webkit-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
-
/*background-color: white;*/
+
-moz-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
-
z-index:1002;
+
-ms-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
-
overflow: auto;
+
-o-transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
 +
transition: bottom 0.2s, right 0.2s, -webkit-transform 1s; ease-out;
 +
/*transition-delay: 0.1s;*/
 +
}
 +
 
 +
.PLASMENU:hover {
 +
    bottom: -150px;
 +
right: -60px;
 +
/*bottom: -18%;
 +
right: -5%;*/
 +
-webkit-transform: rotate(0deg);
}
}
--></style></head></html>
--></style></head></html>

Revision as of 00:15, 2 July 2014