Template:Team:HokkaidoU Japan/Top Header/CSS

From 2014.igem.org

(Difference between revisions)
 
(79 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: 150px;
+
     width:960px;
 +
     height:240px;
     margin: 0 auto;
     margin: 0 auto;
 +
}
 +
 +
#header-wrapper {
 +
    width:100%;
 +
    background-color:#d92424;
 +
}
 +
 +
#header-top img
 +
{  width:100%;
 +
}
 +
 +
 +
#header-top {
 +
    width:100%;
 +
    height:25px;
 +
    background-color:#d92424;
 +
}
 +
 +
#header-bottom {
 +
    width:100%;
 +
    height:180px;
 +
    background-color:#d92424;
 +
}
 +
 +
#header-bottom-contents {
 +
    width:960px;
     margin: 0 auto;
     margin: 0 auto;
}
}
-
#bookmark-wrapper {
+
#top-header {
 +
    width: 960px;
 +
    height: 240px;
     margin: 0 auto;
     margin: 0 auto;
-
    width: 750px;
 
}
}
 +
.header-picture {
 +
    position:relative;
 +
    float:right;
 +
    top:20px;
 +
   
 +
}
-
.bookmark {
+
.header-picture > img {
-
    width:100px;
+
     height:150px;
     height:150px;
-
    background-color: #ee9fd8;
+
     position:relative;
-
     position: relative;
+
-
    margin: 0 40px auto;
+
-
    top: 100px;
+
-
    text-align:center;
+
-
    line-height: 14px;
+
}
}
-
.bookmark a {
+
.header-title {
-
     margin: 10px auto;
+
     height:150px;
 +
    width:600px;
 +
    float:left;
 +
font-family: 'Special Elite', cursive;
 +
  color:white;
 +
 
}
}
-
#bookmark-position {
+
.header-title-top{
-
     height: 150px;
+
     height:50px;
-
    position: relative;
+
     margin:40px 0 20px;
-
     margin: 0 auto;
+
     font-size:30px;
-
     overflow: hidden;
+
}
}
-
#bookmark-position div {
+
.header-title-bottom {
-
     display: inline-block;
+
     height:100px;
 +
    font-size:45px;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 14:00, 17 October 2014