Template:Team:HokkaidoU Japan/Book/CSS

From 2014.igem.org

(Difference between revisions)
Line 647: Line 647:
     line-height:45px;
     line-height:45px;
}
}
 +
 +
.bb-custom-wrapper nav {
 +
    position: absolute;
 +
    top: 0; left: -100px;
 +
    margin: 0;
 +
    padding: 0;
 +
    width: 1160px;
 +
    height: 600px;
 +
}
 +
 +
.bb-nav-next {
 +
    position: absolute;
 +
    top: 0; left: 0;
 +
    width: 580px;
 +
    height: 600px;
 +
    background-color: rgba(0, 255, 0, 0.3);
 +
}
 +
 +
.bb-nav-prev {
 +
    position: absolute;
 +
    top: 0; right: 0;
 +
    width: 580px;
 +
    height: 600px;
 +
    background-color: rgba(0, 0, 255, 0.3);
 +
}
 +
 
/* No JS */
/* No JS */

Revision as of 14:16, 15 October 2014