Team:Groningen/style.css

From 2011.igem.org

(Difference between revisions)
(Undo revision 80097 by Jaap (talk))
Line 7: Line 7:
<!--The iGEM header-->
<!--The iGEM header-->
-
#p-logo {
+
#p-logo  
-
  position: absolute;
+
{
-
  display: none;
+
    position: absolute;
 +
    display: none;
 +
    .img
 +
    {
 +
      src = https://static.igem.org/mediawiki/2011/a/aa/Groningen2011Header.png
 +
    }
}
}

Revision as of 08:52, 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;
   .img
   { 
     src = Groningen2011Header.png
   }

}

body {

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

}