Template:CSS/Site

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> body { font-family: 'Yanone Kaffeesatz'; background: url('background.svg'); } p { font-size: 20px; font-weight: lighter; }...")
 
(3 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
 +
#globalWrapper {
 +
    background-color: #ffffff;
 +
    width:auto;
 +
    height:auto;
 +
    margin:0 auto;
 +
    padding:0;
 +
}
 +
#top-section{
 +
    position:fixed; 
 +
    margin:0;
 +
    padding:0;
 +
    top:0;
 +
    height:auto;
 +
    width:1100px;
 +
    border:none;
 +
    z-index:3;
 +
}
 +
 +
 +
#p-logo {
 +
    display: none;
 +
}
 +
 +
#search-controls {
 +
    display:none;
 +
}
 +
 +
.firstHeading {
 +
    display: none;
 +
}
body {
body {

Latest revision as of 04:47, 31 August 2014