Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
Line 29: Line 29:
text-align: left;
text-align: left;
}
}
-
h2 {
+
 
-
font-family: Exo;
+
-
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;
+
-
}
+
-
sub {
+
-
font-family: Exo;
+
-
font-size: 18px;
+
-
color: #444;
+
-
font-weight: 600;
+
-
margin-left: 25px;
+
-
position: relative;
+
-
left: -20px;
+
-
top: -18px;
+
-
}
+
h1 {
h1 {
font-family: Exo;
font-family: Exo;
Line 73: Line 52:
position: static;
position: static;
}
}
 +
 +
sub {
 +
font-family: Exo;
 +
font-size: 18px;
 +
color: #444;
 +
font-weight: 600;
 +
margin-left: 25px;
 +
position: relative;
 +
left: -20px;
 +
top: -18px;
 +
}
 +
 +
h2 {
 +
font-family: Exo;
 +
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 {
h3 {
font-family: Exo;
font-family: Exo;
Line 84: Line 88:
margin-bottom: 0px;
margin-bottom: 0px;
}
}
 +
 +
.header {
 +
position: fixed;
 +
top: 0px;
 +
right: 0px;
 +
}
 +
 +
.headerSocial {
 +
position: fixed;
 +
top: 80px;
 +
right: 0px;
 +
}
 +
.footer {
.footer {
position: fixed;
position: fixed;
Line 114: Line 131:
transform: rotate(0deg);
transform: rotate(0deg);
}
}
-
 
</style>
</style>
</head>
</head>
</html>
</html>

Revision as of 05:04, 3 July 2014