Team:Groningen/styletest2.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 4: Line 4:
     height: 80px;
     height: 80px;
     width: 1024px;
     width: 1024px;
-
     border: none;  
+
     border: none;
 +
    background-repeat: no-repeat;  
}
}
.menu
.menu
Line 10: Line 11:
     height: 80px;
     height: 80px;
     width: 82px;
     width: 82px;
 +
    background-repeat: no-repeat;
}
}
.sponsorsmenu
.sponsorsmenu
Line 15: Line 17:
     height: 80px;
     height: 80px;
     width: 82px;
     width: 82px;
 +
    background-repeat: no-repeat;
}
}
.menutext
.menutext
Line 36: Line 39:
     width: 104px;
     width: 104px;
     border: none;  
     border: none;  
 +
    background-repeat: no-repeat;
}
}

Revision as of 18:21, 8 August 2012

/*Header*/

  1. top-section

{

   height: 80px;
   width: 1024px;
   border: none;
   background-repeat: no-repeat; 

} .menu {

   height: 80px;
   width: 82px;
   background-repeat: no-repeat;

} .sponsorsmenu {

   height: 80px;
   width: 82px;
   background-repeat: no-repeat;

} .menutext {

   width: 82px;

}

.smallcog {

   background-image:url(Groningen2012_AD_20120802_SmallCog.png);
   width: 100%;
   opacity: 40%;
   top: 37.5%;
   border: none; 
   background-repeat: no-repeat;

}

  1. windmillarms

{

   background-image:url(Groningen2012_AD_20120802_WindmillArms.png);
   height: 120px;
   width: 104px;
   border: none; 
   background-repeat: no-repeat;

}


/*Body*/ body {

   background-attachment:fixed;
   background-image:url(Groningen2012_AD_20120802_Background.png);
   text-align: justify;
   border: none;

}

  1. content

{

   position: relative;
   top:-5px;
   width: 1024px;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   border: none;

}

  1. bodyContent

{

   width: 1024px;
   position: relative;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   border: none;

}

/*Suppress iGEM defaults*/ a[title="Main Page"]{display: none;} .firstHeading{display: none;}

  1. menubar{display: none;}
  2. p-logo{display: none;}
  3. search-controls{display: none;}
  4. contentSub{display: none;}
  5. catlinks{display: none;}
  6. footer-box{display: none;}