Template:Team:HokkaidoU Japan/CSS

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
-
#my-wrapper {
+
body {
-
   position: relative;
+
  background: #ffffff;
-
   font-size: 127%;
+
}
 +
 
 +
#globalWrapper {
 +
   position: absolute;
 +
  top: 0;
 +
   left: 0;
   width: 100%;
   width: 100%;
 +
  height: 0;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
-
   padding-bottom: 10px;
+
   border: 0;
-
   background-color: black;
+
   font-size: 100%;
-
  color: white;
+
-
}
+
-
+
-
.right-menu, .right-menu a {
+
-
right: 0px;
+
-
text-align: right;
+
-
color: transparent:
+
-
}
+
-
.firstHeading {
+
-
  display: none;
+
}
}
-
#redbox {
+
#content {
-
    color: red;
+
  position: absolute;
-
    width: 100px;
+
  top: 0;
-
    height: 100px;
+
  left: 0;
-
    border: solid 1px;
+
  width: 100%;
 +
  height: 0;
 +
  margin: 0;
 +
  padding: 0;
 +
  border: 0;
 +
  font-size: 100%;
}
}
#bodyContent {
#bodyContent {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  width: 100%;
 +
  height: 0;
 +
  margin: 0;
 +
  padding: 0;
 +
  border: 0;
 +
  font-size: 100%;
 +
}
 +
 +
#p-logo {
   display: none;
   display: none;
}
}
-
#top-section {
+
#footer-box {
-
   position: relative;
+
   display: none;
-
  height: 98px;
+
-
  width: 975px;
+
-
  margin: 0 auto 0 auto;
+
-
  border: none;
+
}
}
-
#p-logo {
+
#catlinks {
-
   display:none;
+
   display: none;
}
}
-
#menubar ul :nth-child(7) {
+
.firstHeading {
   display: none;
   display: none;
}
}
Line 53: Line 62:
}
}
-
#footer{
+
#top-section {
-
   display: none;
+
   border: none;
}
}
 +
</style>
</style>
</html>
</html>

Revision as of 05:53, 27 May 2014