User:Otto/template.css

From 2012.igem.org

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

h1{
    font-family: 'Righteous', cursive;
    font-weight:400;
    }
h2{
    font-family: 'Oxygen', sans-serif;
    font-weight:400;
    }
h3{
    font-family: 'Vollkorn', serif;
    font-weight:400;
    }

h4{
    font-family: 'Quicksand', sans-serif;
    font-weight:400;
    }

body{
    background-color:#252525
    }

div.imgr{
    margin: 2px;
    broder: 1px solid #696969
    width: auto;
    height: auto;
    float: right;
    text-align: center;
    }

div.imgl{
    margin: 2px;
    broder: 1px solid #696969
    width: auto;
    height: auto;
    float: left;
    text-align: center;
    }

div.img img{
    display: inline;
    margin: 3px;
    margin: 1px;
    }

div.desc{
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 2px;
    }

h1.firstHeading{
    display:none;
    }