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; } ...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | .firstHeading { | ||
+ | height:0px; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | height:0px; | ||
+ | overflow:hidden; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display:none; | ||
+ | margin-top:0px; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
body { | body { | ||
font-family: Arial, Helvetica, Verdana, Sans-serif; | font-family: Arial, Helvetica, Verdana, Sans-serif; | ||
Line 6: | Line 26: | ||
color: #666666; | color: #666666; | ||
background: #ffffff; | background: #ffffff; | ||
+ | background-attachment: fixed; | ||
+ | background-position: center; | ||
+ | height:100%; | ||
+ | background-size:100% 100%; | ||
+ | |||
} | } | ||
.hidden { | .hidden { |
Revision as of 17:53, 23 August 2013