Template:Team:HokkaidoU Japan/Top Header/CSS

From 2014.igem.org

(Difference between revisions)
 
(68 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
#top-header {
+
 
-
     width: 100%;
+
#header-image {
-
     height: 200px;
+
     width:960px;
-
    margin: 0 auto;
+
     height:240px;
     margin: 0 auto;
     margin: 0 auto;
}
}
-
#bookmark-wrapper {
+
#header-wrapper {
-
     margin: 0 auto;
+
     width:100%;
-
     width: 750px;
+
     background-color:#d92424;
 +
}
 +
 
 +
#header-top img
 +
width:100%;
}
}
-
.bookmark {
+
#header-top {
-
     width:100px;
+
     width:100%;
-
     height:200px;
+
     height:25px;
-
     background-color: #ee9fd8;
+
     background-color:#d92424;
-
    position: relative;
+
-
    margin: 0 40px auto;
+
-
    top: 100px;
+
-
    text-align:center;
+
-
    line-height: 14px;
+
}
}
-
.bookmark-contents {
+
#header-bottom {
-
     margin: 20px auto;
+
     width:100%;
 +
    height:180px;
 +
    background-color:#d92424;
}
}
-
.bookmark-contents-sub {
+
#header-bottom-contents {
-
     margin: 15px auto;
+
     width:960px;
-
     line-height: 20px;
+
     margin: 0 auto;
}
}
-
#bookmark-position {
+
#top-header {
-
     height: 150px;
+
     width: 960px;
-
     position: relative;
+
     height: 240px;
     margin: 0 auto;
     margin: 0 auto;
-
    overflow: hidden;
 
}
}
-
#bookmark-position div {
+
.header-picture {
-
     display: inline-block;
+
    position:relative;
 +
    float:right;
 +
    top:20px;
 +
   
 +
}
 +
 
 +
.header-picture > img {
 +
     height:150px;
 +
    position:relative;
 +
}
 +
 
 +
.header-title {
 +
    height:150px;
 +
    width:600px;
 +
    float:left;
 +
font-family: 'Special Elite', cursive;
 +
  color:white;
 +
 
 +
}
 +
 
 +
.header-title-top{
 +
    height:50px;
 +
    margin:40px 0 20px;
 +
    font-size:30px;
 +
}
 +
 
 +
.header-title-bottom {
 +
    height:100px;
 +
    font-size:45px;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 14:00, 17 October 2014