Template:Team:UCSD Software/CSS

From 2014.igem.org

(Difference between revisions)
Line 156: Line 156:
         background-color:transparent;
         background-color:transparent;
}
}
-
* {
 
-
margin: 0;
 
-
padding: 0;
 
-
-webkit-font-smoothing: antialiased;
 
-
-webkit-box-sizing: border-box;
 
-
-moz-box-sizing: border-box;
 
-
box-sizing: border-box;
 
-
}
 
::selection {
::selection {
Line 179: Line 171:
       }
       }
   
   
-
a:link {
 
-
color: #F79042;
 
-
text-decoration: none;
 
-
}
 
-
a:visited {
 
-
text-decoration: none;
 
-
color: #F79042;
 
-
}
 
-
a:hover {
 
-
text-decoration: underline;
 
-
}
 
-
a:active {
 
-
text-decoration: none;
 
-
}
 
-
.title{
+
 
-
position:absolute;
+
 
-
top:38px;
+
-
left:83px;
+
-
z-index:2;
+
-
}
+
body {
body {
Line 214: Line 188:
}
}
-
header1{
 
-
font-size:280px;
 
-
font-weight:700;
 
-
text-transform:uppercase;
 
-
        text-decoration:none;
 
-
}
 
-
header2{
 
-
font-size:180px;
 
-
color:#FFF;
 
-
font-weight:700;
 
-
text-transform:uppercase;
 
-
text-align:left;
 
-
        text-decoration:none;
 
-
}
 
-
 
-
header2black{
 
-
font-size:18px;
 
-
color:#000000;
 
-
font-weight:700;
 
-
text-transform:uppercase;
 
-
text-align:left;
 
-
        text-decoration:none;
 
-
}
 
-
 
-
header3{
 
-
font-size:20px;
 
-
color:#000;
 
-
font-weight:700;
 
-
text-align:left;
 
-
        text-decoration:none;
 
-
}
 
maincontent{
maincontent{
Line 254: Line 197:
-
capt{
 
-
font-size:12px;
 
-
        color:#5E5F5F;
 
-
font-weight:150;
 
-
text-align:justify;
 
-
        line-height:110%
 
-
}
 
sidenav{
sidenav{
Line 275: Line 211:
}
}
-
.header{
 
-
background-color:#353535;
 
-
position:fixed;
 
-
height:125px;
 
-
top:0px;
 
-
width:100%;
 
-
z-index:30;
 
-
}
 
-
.igemlogo
 
-
{
 
-
position:fixed;
 
-
right:5px;
 
-
z-index:30;
 
-
}
 
-
html[xmlns] #nav {
+
 
-
display: block;
+
-
}
+
-
+
-
* html #nav {
+
-
height: 1%;
+
-
}
+

Revision as of 07:13, 13 October 2014