Team:HokkaidoU Japan/CSS

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#background {
+
body {
-
   background-color: black;
+
   background: #ffffff;
-
  width: 100%;
+
-
  height:100%;
+
-
}
+
-
 
+
-
#my-wrapper {
+
-
  width: 500px;
+
-
  height: 100%;
+
-
  background: black;
+
}
}
#globalWrapper {
#globalWrapper {
-
    position: absolute;
+
  position: absolute;
-
    width: 100%;
+
  top: 0;
-
    height: 100%;
+
  left: 0;
-
    margin: 0;
+
  width: 100%;
-
    padding: 0;
+
  height: 0;
-
    background-color: black;
+
  margin: 0;
-
    borer: solid 1px;
+
  padding: 0;
 +
  border: 0;
 +
  font-size: 100%;
}
}
-
.clear_fix {
+
 
-
    clear: both;
+
#content {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  width: 100%;
 +
  height: 0;
 +
  margin: 0;
 +
  padding: 0;
 +
  border: 0;
 +
  font-size: 100%;
}
}
-
/* The top section contains the banner, the search box, and the left and right menus */
+
#bodyContent {
-
 
+
  position: absolute;
-
#top-section {
+
  top: 0;
-
    position: relative;
+
  left: 0;
-
    height: 98px;
+
  width: 100%;
-
    width: 975px;
+
  height: 0;
-
    margin-left: 10px;
+
  margin: 0;
-
    margin: 0 auto 0 auto;
+
  padding: 0;
-
    border-left: 1px solid #444444;
+
  border: 0;
-
    border-right: 1px solid #444444;
+
  font-size: 100%;
-
    border-bottom: 1px solid #444444;
+
-
    background-color: black;
+
}
}
#p-logo {
#p-logo {
-
    height: 107px;
+
  display: none;
-
    width: 975px;
+
-
display: none;
+
}
}
-
#p-logo h5 {
 
-
    display: none;
 
-
}
 
-
 
-
/* footer */
 
#footer-box {
#footer-box {
-
margin-left:  10px;
+
  display: none;
-
width: 965px;
+
-
padding: 5px;
+
-
background-color: white;
+
-
        margin: 0 auto;
+
-
border: 1px solid #444444;
+
-
        display: none;
+
-
 
+
}
}
-
#footer {
+
#catlinks {
-
color: #000000;
+
  display: none;
-
text-align: center;
+
-
font-size: 90%;;
+
-
display: none;
+
}
}
-
#footer li {
+
.firstHeading {
-
display: inline;
+
  display: none;
-
margin: 0 1.3em;
+
-
display: none;
+
}
}
-
/* Sponsors box */
+
#search-controls {
-
 
+
  display: none;
-
#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 {
+
#top-section {
-
    float: right;
+
  border: none;
-
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 04:30, 15 August 2014

body {

 background: #ffffff;

}

  1. globalWrapper {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 0;
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;

}

  1. content {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 0;
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;

}

  1. bodyContent {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 0;
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;

}

  1. p-logo {
 display: none;

}

  1. footer-box {
 display: none;

}

  1. catlinks {
 display: none;

}

.firstHeading {

 display: none;

}

  1. search-controls {
 display: none;

}

  1. top-section {
 border: none;

}