Team:Groningen/style.css

From 2011.igem.org

(Difference between revisions)
Line 5: Line 5:
     a:active {color:#20548f;}
     a:active {color:#20548f;}
 +
 +
<!--The iGEM header-->
 +
#p-logo {
 +
  position: absolute;
 +
  display: none;
 +
}
body
body
Line 11: Line 17:
     background-attachment:fixed;
     background-attachment:fixed;
     background-image:url(https://static.igem.org/mediawiki/2011/1/17/Groningen2011Background.jpg)
     background-image:url(https://static.igem.org/mediawiki/2011/1/17/Groningen2011Background.jpg)
-
}
 
-
 
-
#p-logo {
 
-
  position: absolute;
 
-
  display: none;
 
}
}

Revision as of 08:20, 18 August 2011

   a:link {color:#20548f;}
   a:visited {color:#20548f;}
   a:hover {color:#20548f;}
   a:active {color:#20548f;}


  1. p-logo {
  position: absolute;
  display: none;

}

body {

   background-repeat:no-repeat;
   background-attachment:fixed;
   background-image:url(Groningen2011Background.jpg)

}