Team:Groningen/style.css

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
     a:hover {color:#20548f;}
     a:hover {color:#20548f;}
     a:active {color:#20548f;}
     a:active {color:#20548f;}
-
 
-
 
-
 
-
 
-
body
 
-
{
 
-
    background-repeat:no-repeat;
 
-
    background-attachment:fixed;
 
-
    background-image:url(https://static.igem.org/mediawiki/2011/1/17/Groningen2011Background.jpg)
 
-
}
 
#top-section{
#top-section{
Line 30: Line 20:
{
{
     display: none;
     display: none;
 +
}
 +
 +
body
 +
{
 +
    background-repeat:no-repeat;
 +
    background-attachment:fixed;
 +
    background-image:url(https://static.igem.org/mediawiki/2011/1/17/Groningen2011Background.jpg)
 +
}
 +
#content
 +
{
 +
    position: relative;
 +
    width: 1024px;
}
}

Revision as of 09:37, 18 August 2011

   a:link {color:#20548f;}
   a:visited {color:#20548f;}
   a:hover {color:#20548f;}
   a:active {color:#20548f;}
  1. top-section{
   height: 372px;
   width: 1024px;

}

  1. p-logo

{

   height: 372px;
   width: 1024px;
   background-image:url(Groningen2011Header.png)

}

a[title="Main Page"] {

   display: none;

}

body {

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

}

  1. content

{

   position: relative;
   width: 1024px;

}