Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
 
(79 intermediate revisions not shown)
Line 8: Line 8:
#top-section {
#top-section {
-
background-color: transparent;
 
height: 20px;
height: 20px;
position: fixed;
position: fixed;
Line 17: Line 16:
#top-section:hover {
#top-section:hover {
     top: 3px;
     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 {
body {
-
    overflow:hidden;
+
overflow-y:auto;
 +
overflow-x:hidden;
 +
margin-bottom: 20px;
}
}
 +
p {
p {
-
font-family: 'Exo', sans-serif;
+
/*font-family: 'Exo', sans-serif;*/
-
font-size: 14px;
+
font-family: 'Open Sans', sans-serif;
 +
font-size: 15px;
font-weight: 400;
font-weight: 400;
 +
letter-spacing: 10px
color: #222;
color: #222;
text-indent: 10;
text-indent: 10;
Line 40: Line 64:
padding-bottom: 0px;
padding-bottom: 0px;
padding-left: 25px;
padding-left: 25px;
-
word-spacing: normal;
 
border-top-style: none;
border-top-style: none;
border-right-style: none;
border-right-style: none;
Line 46: Line 69:
border-left-style: none;
border-left-style: none;
text-align: left;
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;
}
}
Line 76: Line 119:
color: #444;
color: #444;
font-weight: 600;
font-weight: 600;
-
margin-left: 25px;
+
margin-right: 25px;
position: relative;
position: relative;
left: -20px;
left: -20px;
Line 82: Line 125:
}
}
-
h2 {
+
 
 +
sub2 {
font-family: Exo;
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-size: 20px;
font-weight: 600;
font-weight: 600;
Line 106: Line 161:
margin-bottom: 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 {
.header {
Line 111: Line 189:
top: 0px;
top: 0px;
right: 0px;
right: 0px;
 +
z-index:2;
}
}
Line 117: Line 196:
top: 80px;
top: 80px;
right: 0px;
right: 0px;
 +
z-index:2;
}
}
.footer {
.footer {
position: fixed;
position: fixed;
-
bottom: 0%;
+
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 {
.PLASMENU {
position: fixed;
position: fixed;
Line 139: Line 230:
transition: bottom 0.2s, right 0.2s, transform 1s; ease-out;
transition: bottom 0.2s, right 0.2s, transform 1s; ease-out;
/*transition-delay: 0.1s;*/
/*transition-delay: 0.1s;*/
 +
z-index:2;
}
}
Line 149: Line 241:
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>
</style>
</head>
</head>
</html>
</html>

Latest revision as of 00:35, 14 October 2014