Team:Northwestern/Templates/Skinning

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
 
-
<style type="text/css">
 
-
 
/*Cleaning and Resetting the Background*/
/*Cleaning and Resetting the Background*/
#top-section {
#top-section {
Line 59: Line 56:
     background-color: transparent;  
     background-color: transparent;  
     color: white; }
     color: white; }
-
 
+
a:link {
-
</style>
+
    color:#74C365;}      /* unvisited link */
-
</html>
+
a:visited {
 +
    color:#74C365;}  /* visited link */

Revision as of 15:52, 27 July 2012

/*Cleaning and Resetting the Background*/

  1. top-section {
   height: 1px; }
  1. p-logo {
   height:1px; overflow:hidden; display:none;}
  1. search-controls {
   display:none;}
  1. globalWrapper {
   background: #FFF;}
  1. content {
   border: 0px;
   width: 100%;}

h1.firstHeading {

   display: none;}

h1, h2, h3, h4, h5, h6 {

   border-bottom: 0px;}

body {

   font-family: "Trebuchet MS", Helvetica, sans-serif;
   margin: 0;
   padding: 0;}

.left-menu a {

   color: black; }

.left-menu:hover {

   color: black;
   background: transparent; }

.left-menu:hover a {

   color: black; }

.right-menu li a {

   background-color: transparent; 
   color: black; }


/*Theme Formatting*/ /* background: url("Backgroundtile.png") repeat scroll 0 0 #F5F4F0; */

  1. globalWrapper {
   background: #fafafa}
  1. content {
   background: #fafafa;
   padding: 0;

}

  1. bodyContent {
   background: #fafafa;}
  1. top-section {
   height:14px;
   width: 100%;
   border: 0;
   background: rgba(51,51,51,1) } 

.left-menu a {

   color: white; }

.left-menu:hover {

   color: white;
   background: transparent; }

.left-menu:hover a {

   color: white; }

.right-menu li a {

   background-color: transparent; 
   color: white; }

a:link {

   color:#74C365;}      /* unvisited link */

a:visited {

   color:#74C365;}  /* visited link */