Team:HokkaidoU Japan/CSS

From 2014.igem.org

(Difference between revisions)
Line 9: Line 9:
   height: 100%;
   height: 100%;
   background: black;
   background: black;
 +
}
 +
 +
#globalWrapper {
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    background-color: black;
 +
    borer: solid 1px;
 +
}
 +
.clear_fix {
 +
    clear: both;
 +
}
 +
 +
/* The top section contains the banner, the search box, and the left and right menus */
 +
 +
#top-section {
 +
    position: relative;
 +
    height: 98px;
 +
    width: 975px;
 +
    margin-left: 10px;
 +
    margin: 0 auto 0 auto;
 +
    border-left: 1px solid #444444;
 +
    border-right: 1px solid #444444;
 +
    border-bottom: 1px solid #444444;
 +
    background-color: black;
 +
}
 +
 +
#p-logo {
 +
    height: 107px;
 +
    width: 975px;
 +
display: none;
 +
}
 +
 +
#p-logo h5 {
 +
    display: none;
 +
}
 +
 +
/* footer */
 +
#footer-box {
 +
margin-left:  10px;
 +
width: 965px;
 +
padding: 5px;
 +
background-color: white;
 +
        margin: 0 auto;
 +
border: 1px solid #444444;
 +
        display: none;
 +
 +
}
 +
 +
#footer {
 +
color: #000000;
 +
text-align: center;
 +
font-size: 90%;;
 +
display: none;
 +
}
 +
 +
#footer li {
 +
display: inline;
 +
margin: 0 1.3em;
 +
display: none;
 +
}
 +
 +
/* Sponsors box */
 +
 +
#sponsor-box {
 +
    height: 49px;
 +
    width: 975px;
 +
    margin-left: 10px;   
 +
    margin: 0 auto;
 +
    border-left: 1px solid #444444;
 +
    border-right: 1px solid #444444;
 +
    border-bottom: 1px solid #444444;
 +
    background-color: white;
 +
    font-family: 'verdana' 'arial' sans-serif;
 +
    font-size: 11pt;
 +
    line-height: 1.2em;
 +
    z-index: 5;
 +
display: none;
 +
}
 +
 +
#f-poweredbyico {
 +
    float: right;
 +
display: none;
 +
}
 +
 +
#f-copyrightico {
 +
    float: left;
 +
display: none;
 +
}
 +
 +
#content {
 +
    position: relative;
 +
    width:  965px;
 +
    margin-left: 10px;
 +
    margin: 0 auto;
 +
    padding: 5px 5px 5px 5px;;
 +
    background: white;
 +
    color: black;
 +
    border-left: 1px solid #444444;
 +
    border-right: 1px solid #444444;
 +
    line-height: 1.5em;
 +
    z-index: 2;
 +
display: none;
}
}

Revision as of 03:39, 25 May 2014

  1. background {
 background-color: black;
 width: 100%;
 height:100%;
}
  1. my-wrapper {
 width: 500px;
 height: 100%;
 background: black;

}

  1. globalWrapper {
   position: absolute;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   background-color: black;
   borer: solid 1px;

} .clear_fix {

   clear: both;

}

/* The top section contains the banner, the search box, and the left and right menus */

  1. top-section {
   position: relative;
   height: 98px;
   width: 975px;
   margin-left: 10px;
   margin: 0 auto 0 auto;
   border-left: 1px solid #444444;
   border-right: 1px solid #444444;
   border-bottom: 1px solid #444444;
   background-color: black;

}

  1. p-logo {
   height: 107px;
   width: 975px;

display: none; }

  1. p-logo h5 {
   display: none;

}

/* footer */

  1. footer-box {

margin-left: 10px; width: 965px; padding: 5px; background-color: white;

       margin: 0 auto;

border: 1px solid #444444;

       display: none;

}

  1. footer {

color: #000000; text-align: center; font-size: 90%;; display: none; }

  1. footer li {

display: inline; margin: 0 1.3em; display: none; }

/* Sponsors box */

  1. sponsor-box {
   height: 49px;
   width: 975px;
   margin-left: 10px;    
   margin: 0 auto;
   border-left: 1px solid #444444;
   border-right: 1px solid #444444;
   border-bottom: 1px solid #444444;
   background-color: white;
   font-family: 'verdana' 'arial' sans-serif;
   font-size: 11pt;
   line-height: 1.2em;
   z-index: 5;

display: none; }

  1. f-poweredbyico {
   float: right;

display: none; }

  1. f-copyrightico {
   float: left;

display: none; }

  1. content {
   position: relative;
   width:  965px;
   margin-left: 10px;
   margin: 0 auto;
   padding: 5px 5px 5px 5px;;
   background: white;
   color: black;
   border-left: 1px solid #444444;
   border-right: 1px solid #444444;
   line-height: 1.5em;
   z-index: 2;

display: none; }