2009-11-06 17:31:08 +00:00
|
|
|
/* COMIC NAVIGATION
|
|
|
|
Author: Tyler Martin
|
|
|
|
Style: Default
|
|
|
|
*/
|
|
|
|
#comic_navi_wrapper {
|
2009-11-10 13:44:30 +00:00
|
|
|
display: table;
|
|
|
|
border-collapse: collapse;
|
2009-11-06 17:31:08 +00:00
|
|
|
text-align: center;
|
2009-11-10 13:44:30 +00:00
|
|
|
margin: 0 auto;
|
2009-11-06 17:31:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.comic_navi_left {
|
|
|
|
}
|
|
|
|
|
|
|
|
.comic_navi_center {
|
|
|
|
}
|
|
|
|
|
|
|
|
.comic_navi_right {
|
|
|
|
}
|
|
|
|
|
|
|
|
.comic_navi {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-comictitle {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 26px;
|
2009-11-10 13:44:30 +00:00
|
|
|
max-width: 100px;
|
2009-11-06 17:31:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.navi {
|
|
|
|
width: 66px;
|
|
|
|
padding: 66px 0 0 0;
|
|
|
|
/* margin: 0 5px; */
|
2009-11-10 13:44:30 +00:00
|
|
|
display: inline-block;
|
2009-11-06 17:31:08 +00:00
|
|
|
overflow: hidden;
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: center;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi:hover {
|
|
|
|
background-position: -66px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-first {
|
|
|
|
background: url('first.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-prevchap, .navi-story_prev {
|
|
|
|
background: url('prevchap.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-story_prev_in {
|
|
|
|
background: url('prevchap.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-prev, .navi-previous {
|
2009-11-10 13:44:30 +00:00
|
|
|
margin-right: 10px;
|
2009-11-06 17:31:08 +00:00
|
|
|
background: url('prev.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.navi-comments, .navi-archive, .navi-random, .navi-buyprint {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-buyprint {
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
background: url('buyprint.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-buyprint:hover, button .navi-buyprint:hover {
|
|
|
|
background: url('buyprint.png') no-repeat;
|
|
|
|
background-position: -66px 0;
|
|
|
|
color: #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-buyprint-form {
|
|
|
|
width: 76px;
|
2009-11-10 13:44:30 +00:00
|
|
|
display: inline-block;
|
2009-11-06 17:31:08 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-archive, .navi-archives {
|
|
|
|
background: url('archive.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-random {
|
|
|
|
background: url('random.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-comments {
|
|
|
|
padding: 0;
|
|
|
|
background: url('comments.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.navi-comments span {
|
2009-11-10 13:44:30 +00:00
|
|
|
display: inline-block;
|
2009-11-06 17:31:08 +00:00
|
|
|
width: 66px;
|
|
|
|
height: 66px;
|
2009-11-10 13:44:30 +00:00
|
|
|
display: inline-block;
|
2009-11-06 17:31:08 +00:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 66px;
|
|
|
|
color: #c5c5c5;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.navi-comments span:hover {
|
|
|
|
color: #860b04;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-next {
|
2009-11-10 13:44:30 +00:00
|
|
|
margin-left: 10px;
|
2009-11-06 17:31:08 +00:00
|
|
|
background: url('next.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-nextchap, .navi-story_next {
|
|
|
|
background: url('nextchap.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-story_next_in {
|
|
|
|
background: url('nextchap.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-last {
|
|
|
|
background: url('last.png') no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navi-void, .navi-void:hover {
|
|
|
|
color: #999;
|
|
|
|
background-position: -132px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comic-left .navi-prev, .comic-right .navi-prev, .comic-left .navi-next, .comic-right .navi-next {
|
|
|
|
/* margin: 0 5px; */
|
|
|
|
}
|
|
|
|
|