Template:Team:SCUT/mainhead

From 2014.igem.org

(Difference between revisions)
Line 46: Line 46:
/* end of global setting*/
/* end of global setting*/
 +
/*footer construction*/
 +
#content
 +
{
 +
  background-color: transparent;
 +
  background-image: url("");
 +
  background-attachment: scroll;
 +
  background-position: 50% 0;
 +
  background-repeat: repeat-y;
 +
  overflow: hidden;
 +
  border-style: none;
 +
}
 +
body /* UltraGlobal Environment (origin item) */
 +
{
 +
  background-color:white;
 +
}
 +
#blank ,
 +
#blank *
 +
{
 +
  background-color: transparent;
 +
  background-image: url("");
 +
  border-style: none;
 +
  margin: 0 auto;
 +
  padding: 0;
 +
}
 +
 +
 +
/* Remove Top Item (origin item) */
 +
#top-section
 +
{
 +
  display: none;
 +
}
 +
#top
 +
{
 +
  display: none;
 +
}
 +
h1.firstHeading
 +
{
 +
  display: none;
 +
}
 +
 +
/* Inner Environment (origin item) */
 +
 +
#bodyContent
 +
{
 +
  z-index: 0;
 +
}
 +
 +
#catlinks
 +
{
 +
  display: none;
 +
}
 +
#content a,
 +
#content a:hover
 +
{
 +
  color: black;
 +
  display: inline;
 +
}
 +
#content a:link,
 +
#content a:visited,
 +
#content a:hover,
 +
#content a:active
 +
{
 +
  text-decoration: none;
 +
}
 +
/* Bottom Environment (origin item) */
#footer-box
#footer-box
{
{
 +
 
   background-color: red;
   background-color: red;
   background-image: none;
   background-image: none;

Revision as of 09:13, 26 November 2014