Team:TU-Delft/CSS

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
  @charset "UTF-8";
+
@charset "UTF-8";
/*CSS Document */
/*CSS Document */
Line 22: Line 22:
width:100%;
width:100%;
height:100%;
height:100%;
-
background:FFF45A;
+
background:#FFF45A;
border:none;
border:none;
padding:0;
padding:0;
Line 52: Line 52:
}
}
a:hover{
a:hover{
-
color:C71D09;
+
color:#C71D09;
}
}
#content {
#content {
-
background: FFF45A;
+
background: #FFF45A;
padding:0;
padding:0;
width:100%;
width:100%;
Line 65: Line 65:
width:685px;
width:685px;
border:0;
border:0;
-
background:FFF45A;
+
background:#FFF45A;
z-index:800;
z-index:800;
}
}
Line 477: Line 477:
     right: 0px;
     right: 0px;
     text-align: right;
     text-align: right;
-
     color: FFD170;
+
     color: #FFD170;
}
}

Revision as of 13:23, 14 June 2012