Team:Northwestern/Templates/Skinning

From 2012.igem.org

(Difference between revisions)
 
(62 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
 +
<style type="text/css">
 +
/*Cleaning and Resetting the Background*/
/*Cleaning and Resetting the Background*/
 +
* {
 +
    margin:0;
 +
    padding:0;}
#top-section {
#top-section {
     height: 1px; }
     height: 1px; }
Line 7: Line 13:
     display:none;}
     display:none;}
#globalWrapper {
#globalWrapper {
-
     background: #FFF;}
+
     background: #FFF;
 +
    padding:0px;}
#content {
#content {
     border: 0px;
     border: 0px;
     width: 100%;}
     width: 100%;}
 +
#catlinks {
 +
    display:none;}
h1.firstHeading {
h1.firstHeading {
     display: none;}
     display: none;}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     border-bottom: 0px;}
     border-bottom: 0px;}
 +
p {
 +
    font-size: 16px;
 +
    margin-bottom: 12px;}
body {
body {
     font-family: "Trebuchet MS", Helvetica, sans-serif;
     font-family: "Trebuchet MS", Helvetica, sans-serif;
Line 32: Line 44:
/*Theme Formatting*/
/*Theme Formatting*/
-
/*    background: url("https://static.igem.org/mediawiki/2012/f/f8/Backgroundtile.png") repeat scroll 0 0 #F5F4F0; */
 
#globalWrapper {
#globalWrapper {
-
     background: #fafafa}
+
     background: url("https://static.igem.org/mediawiki/2012/6/65/Linen_%402X.png") repeat;}
#content {
#content {
-
     background: #fafafa;
+
     background: url("https://static.igem.org/mediawiki/2012/6/65/Linen_%402X.png") repeat;
     padding: 0;
     padding: 0;
 +
    margin:0;
 +
    top:-15px;
}
}
#bodyContent {
#bodyContent {
-
     background: #fafafa;}
+
     background: url("https://static.igem.org/mediawiki/2012/6/65/Linen_%402X.png") repeat;}
#top-section {
#top-section {
-
     height:14px;
+
     height:15px;
-
     width: 100%;
+
     width:100%;
     border: 0;
     border: 0;
 +
    padding:0;
 +
    margin:0;
     background: rgba(51,51,51,1) }  
     background: rgba(51,51,51,1) }  
 +
#footer-box {
 +
    width: 99%;
 +
    margin-top:40px;
 +
    border: 0;
 +
    background: rgba(51,51,51,1); }
 +
#footer-box a{
 +
    color: white; }
 +
#f-poweredbyico {
 +
    border: 2.5px solid white;}
 +
#f-copyrightico {
 +
    border: 2.5px solid white;}
.left-menu a {
.left-menu a {
     color: white; }
     color: white; }
Line 57: Line 83:
     color: white; }
     color: white; }
a:link {
a:link {
-
     color:#74C365;}     /* unvisited link */
+
     color:#317F21;} /* unvisited link */
a:visited {
a:visited {
-
     color:#74C365;} /* visited link */
+
     color:#74C365;} /* visited link */
 +
a:hover {
 +
    color:#317F21;}
 +
 
 +
/*Layout Boxes and Formatting!*/
 +
.container {
 +
    width:1000px;
 +
    margin:auto;
 +
    position:relative}
 +
.content {
 +
    width:1000px;
 +
    min-height:100px;
 +
    height:auto !important;
 +
    height:100px;
 +
    margin-top:40px;
 +
    align:center;
 +
    clear:both;
 +
    overflow:auto}
 +
.arrow {
 +
    position:relative;
 +
    float:left;
 +
    margin-right:10px;
 +
    width:24%;
 +
}
 +
.arrow-text {
 +
    margin-top: 10px; }
 +
.arrow-header {
 +
    position:absolute;
 +
    top:10px;
 +
    font-size:32px;
 +
    color:#eaeaea;
 +
    width:100%;
 +
    text-align:center;
 +
    align:center; }
 +
</style>
 +
</html>

Latest revision as of 01:00, 27 October 2012