Template:Team:HokkaidoU Japan/Book/CSS

From 2014.igem.org

(Difference between revisions)
Line 454: Line 454:
.bb-custom-wrapper nav a:hover {
.bb-custom-wrapper nav a:hover {
opacity: 0.6;
opacity: 0.6;
 +
}
 +
 +
 +
 +
.left-page-top {
 +
    float: left;
 +
    width:49%;
 +
    height: auto;
 +
    position: absolute;
 +
    top:50px;
 +
}
 +
 +
.left-page {
 +
    float: left;
 +
    width:49%;
 +
    height: auto;
 +
    position: absolute;
 +
    top:50px;
 +
}
 +
 +
.right-page-top {
 +
    float: left;
 +
    width: 50%;
 +
    height: 100%;
 +
    position:absolute;
 +
    left:50%;
 +
    text-align:left;
 +
}
 +
 +
.right-page {
 +
    float: left;
 +
    width: 49%;
 +
    height: auto;
 +
    position:absolute;
 +
    top:50px;
 +
    text-align:left;
 +
}
 +
 +
.page-title {
 +
    margin: 30px auto;
 +
    font-size: 40px;
 +
    font-weight: bold;
 +
    font-family: 'Walter Turncoat', cursive;
 +
    position:relative;
 +
    top:-600px;
 +
}
 +
 +
.book-index {
 +
    text-align: left;
 +
    margin: 20px auto;
 +
    list-style: none;
 +
    position: absolute;
 +
}
 +
 +
.book-index > ul > li  {
 +
    font-size: 25px;
 +
    margin: 20px auto;
 +
    list-style: none;
 +
}
 +
 +
.book-index ul {
 +
    list-style: none;
 +
}
 +
 +
.book-index > ul > li > ul > li {
 +
    font-size: 15px;
 +
    list-style: none;
 +
}
 +
 +
.bb-item-contents {
 +
    font-size: 30px;
 +
    line-height: 60px;
 +
    margin: 25px 100px ;
 +
    position: absolute;
 +
}
 +
 +
.bb-item-picture {
 +
    position: relative;
 +
    right: -300px;
 +
    z-index:101;
}
}

Revision as of 14:11, 14 October 2014