Template:FrontPageBackground.css

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> body { font-family: Arial, Helvetica, Verdana, Sans-serif; font-size: 12px; color: #666666; background: #ffffff; } .hidden { display: none; } ...")
 
(8 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
 +
#globalwrapper {
 +
    width:1000px;
 +
    padding:0px 0px;
 +
    margin: 0 auto;
 +
    background-color: #FFFFFF;
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-size:100%;
 +
}
 +
 +
.firstHeading {
 +
    height:0px;
 +
    visibility:hidden;
 +
}
 +
 +
#p-logo {
 +
    height:0px;
 +
    overflow:hidden;
 +
    display: none;
 +
}
 +
 +
#search-controls {
 +
display:none;
 +
margin-top:0px;
 +
}
 +
 +
.block {
 +
  border-bottom: 0px solid black;
 +
}
 +
body {
body {
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-family: Arial, Helvetica, Verdana, Sans-serif;
Line 6: Line 37:
color: #666666;
color: #666666;
background: #ffffff;
background: #ffffff;
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    height:100%;
 +
    background-size:100% 100%;
 +
}
}
.hidden {
.hidden {

Latest revision as of 02:59, 24 August 2013