Template:Team:Berkeley/foundation
From 2013.igem.org
Line 2: | Line 2: | ||
* Thank you Berkeley iGEM 2012 for snippets of the code!* | * Thank you Berkeley iGEM 2012 for snippets of the code!* | ||
*********************************************************/ | *********************************************************/ | ||
+ | body, html, #globalWrapper, #content, p { | ||
+ | background: transparent; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0 none transparent; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | font-size: 1em; | ||
+ | width: 100%;} | ||
+ | body { | ||
+ | background-color: #f1f1f1; | ||
+ | } | ||
+ | |||
+ | ol, ul, li { | ||
+ | list-style: none; | ||
+ | -webkit-margin-before: 0; | ||
+ | -webkit-margin-after: 0; | ||
+ | -webkit-padding-start: 0; | ||
+ | margin: 0;} | ||
+ | |||
+ | blockquote:before, blockquote:after, | ||
+ | q:before, q:after {content: "";} | ||
+ | |||
+ | blockquote, q {quotes: "" "";} | ||
+ | |||
+ | a {color: #333; text-decoration: none;} | ||
+ | a:visited {color: #333;text-decoration: none;} | ||
+ | a:hover {text-decoration: none; color: #0d9c64;} | ||
+ | |||
+ | img, embed, object, video {max-width: 100%;} | ||
+ | |||
+ | .clearfix { | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | clear: both; | ||
+ | } | ||
+ | /************************* | ||
body{ | body{ | ||
background: url(http://www.colourbox.com/preview/2312219-868113-texture-of-blue-jeans-as-a-background.jpg); | background: url(http://www.colourbox.com/preview/2312219-868113-texture-of-blue-jeans-as-a-background.jpg); | ||
Line 40: | Line 76: | ||
display:none; | display:none; | ||
} | } | ||
+ | ****************/ |
Revision as of 01:46, 18 October 2013
/********************************************************
- Thank you Berkeley iGEM 2012 for snippets of the code!*
- /
body, html, #globalWrapper, #content, p { background: transparent; margin: 0; padding: 0; border: 0 none transparent;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
width: 100%;}
body {
background-color: #f1f1f1;
}
ol, ul, li {
list-style: none; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-padding-start: 0; margin: 0;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a {color: #333; text-decoration: none;} a:visited {color: #333;text-decoration: none;} a:hover {text-decoration: none; color: #0d9c64;}
img, embed, object, video {max-width: 100%;}
.clearfix {
display: block; width: 100%; clear: both;
} /************************* body{
background: url(http://www.colourbox.com/preview/2312219-868113-texture-of-blue-jeans-as-a-background.jpg); //background-color: white;
}
- globalWrapper {width: 100%;}
- content{
padding: 0px; width: 1000px; //background: #BABABA;
background: white;
font-family: 'Gill Sans MT', 'Garamond', Georgia ,Helvetica,sans-serif;
font-size: 1.2em;
border: none; text-decoration: none; }
- footer, f-poweredbyico, f-copyrightico, f-list {
background: #BABABA; margin:0px; padding:0px;}
- footer-box {
background: #BABABA; border:none; }
- p-logo{display:none;}
- search-controls{
display:none; }
- top-section{
width: 100%;
//background: url(); height: 5px; border:none; } .firstHeading {
display:none;
}
- /