Team:Groningen/styletest2.css

From 2012.igem.org

(Difference between revisions)
m
m
Line 4: Line 4:
     height: 100px;
     height: 100px;
     width: 80%;
     width: 80%;
-
     background-color: transparent;
+
     background: none;
}
}
#headerrow
#headerrow
{
{
-
     background-color: transparent;
+
     background: none;
}
}
#headercell
#headercell
{
{
-
     background-color: transparent;
+
     background: none;
}
}
.menu
.menu
Line 19: Line 19:
     width: 100px;
     width: 100px;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
-
     background-color: transparent;
+
     background: none;
}
}
.sponsorsmenu
.sponsorsmenu
Line 26: Line 26:
     width: 100px;
     width: 100px;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
-
     background-color: transparent;
+
     background: none;
}
}
.menutext
.menutext
{
{
     width: 100px;
     width: 100px;
-
     background-color: transparent;
+
     background: none;
}
}
.bigcog
.bigcog
Line 41: Line 41:
     border: none;  
     border: none;  
     background-repeat: no-repeat;
     background-repeat: no-repeat;
-
     background-color: transparent;
+
     background: none;
}
}
.smallcog
.smallcog
Line 52: Line 52:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;
-
     background-color: transparent;
+
     background: none;
}
}
#windmillarms
#windmillarms
Line 61: Line 61:
     border: none;  
     border: none;  
     background-repeat: no-repeat;
     background-repeat: no-repeat;
-
     background-color: transparent;
+
     background: none;
}
}
Line 79: Line 79:
     width: 1024px;
     width: 1024px;
     padding: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
-
     background-color:transparent;
+
     background: none;
     border: none;
     border: none;
}
}
Line 87: Line 87:
     position: relative;
     position: relative;
     padding: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
-
     background-color:transparent;
+
     background: none;
     border: none;
     border: none;
}
}

Revision as of 19:06, 8 August 2012

/*Header*/ .header {

   height: 100px;
   width: 80%;
   background: none;

}

  1. headerrow

{

   background: none;

}

  1. headercell

{

   background: none;

} .menu {

   height: 100px;
   width: 100px;
   background-repeat: no-repeat;
   background: none;

} .sponsorsmenu {

   height: 100px;
   width: 100px;
   background-repeat: no-repeat;
   background: none;

} .menutext {

   width: 100px;
   background: none;

} .bigcog {

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

} .smallcog {

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

}

  1. windmillarms

{

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

}


/*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;}