TU-Delft/Templates/CSS

From 2013.igem.org

(Difference between revisions)
 
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
<script type="text/javascript">
@charset "UTF-8";
@charset "UTF-8";
 +
*{ margin: 0; padding: 0; outline:0; }
 +
 +
body {
 +
    font-size: 12px;
 +
    line-height: 22px;
 +
    font-family: Arial, Helvetica, Sans-Serif;
 +
    color: #4c4c4c;
 +
    background: #fff;
 +
    border-top: 6px solid #2e9dbd;
 +
}
 +
 +
h1{
 +
border-bottom: none;
 +
}
a { color: #0252aa; text-decoration: none; cursor:pointer; }
a { color: #0252aa; text-decoration: none; cursor:pointer; }
Line 174: Line 189:
padding: 65px 30px 0 35px;
padding: 65px 30px 0 35px;
}
}
 +
<script type="text/javascript">
</style>
</style>
 +
<html>
<html>

Latest revision as of 18:24, 24 July 2013