Template:Team:SCUT/mainhead

From 2014.igem.org

(Difference between revisions)
Line 23: Line 23:
/* global setting*/
/* global setting*/
#globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;}
#globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;}
-
 
+
#content{
 +
    background-color:transparent;
 +
    border:none;
 +
    width:100%;
 +
    height:auto;
 +
    marign:0 auto;
 +
    padding:0 0 0 0;
 +
   
 +
    }
#bodyContent{
#bodyContent{
     background-color:transparent;
     background-color:transparent;
Line 39: Line 47:
/*footer construction*/
/*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
 
-
{
 
-
 
 
-
  background-color: red;
 
-
  background-image: none;
 
-
  border-style: none;
 
-
  z-index: 0;
 
-
}
 
-
#footer-box a,
 
-
#footer-box a:hover
 
-
{
 
-
 
 
-
  text-decoration: none;
 
-
  display: inline;
 
-
}
 
-
ul,li
 
-
{
 
-
  margin: 0;
 
-
  padding: 0;
 
-
  list-style-image: none;
 
-
  list-style-type: none;
 
-
}
 
-
table
 
-
{
 
-
  border-collapse:collapse;
 
-
  background-color: transparent;
 
-
  color: #ffffff;
 
-
  text-align: justify;
 
-
}
 
-
h3
 
-
{
 
-
  padding: 20px 30px 10px;
 
-
}
 
-
p
 
-
{
 
-
  font-family: Arial, sans-serif;
 
-
}
 
/*footer over*/
/*footer over*/

Revision as of 09:14, 26 November 2014