Team:Groningen/styletest2.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
 +
/* opacity must be placed in the html code, it does not work here*/
 +
/*Header*/
/*Header*/
.header
.header
Line 4: Line 6:
     height: 100px;
     height: 100px;
     width: 80%;
     width: 80%;
-
    background-color: transparent;
 
-
    background: none;
 
}
}
-
 
+
.menu
 +
{
 +
    width: 100px;
 +
}
 +
.sponsorsmenu
 +
{
 +
    width: 100px;
 +
}
 +
.menutext
 +
{
 +
    width: 100px;
 +
}
 +
.bigcog
 +
{
 +
    background-image:url(https://static.igem.org/mediawiki/2012/b/b6/Groningen2012_AD_20120802_BigCog.png);
 +
    width: 100px;
 +
    height: 100px;
 +
    border: none;
 +
    background-repeat: no-repeat;
 +
}
.smallcog
.smallcog
{
{
Line 13: Line 32:
     width: 37px;
     width: 37px;
     height: 36px;
     height: 36px;
-
    opacity: 0.2;
 
     border: none;  
     border: none;  
-
    background-color: transparent;
 
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;

Revision as of 20:29, 8 August 2012

/* opacity must be placed in the html code, it does not work here*/

/*Header*/ .header {

   height: 100px;
   width: 80%;

} .menu {

   width: 100px;

} .sponsorsmenu {

   width: 100px;

} .menutext {

   width: 100px;

} .bigcog {

   background-image:url(Groningen2012_AD_20120802_BigCog.png);
   width: 100px;
   height: 100px;
   border: none; 
   background-repeat: no-repeat;

} .smallcog {

   background-image:url(Groningen2012_AD_20120802_SmallCog.png);
   width: 37px;
   height: 36px;
   border: none; 
   background-repeat: no-repeat;
   background-position: center;

}

/*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: none;
   border: none;

}

  1. bodyContent

{

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

}

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

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