mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-21 00:35:30 -04:00
375 lines
6.1 KiB
CSS
375 lines
6.1 KiB
CSS
#comic-wrap {
|
|
clear: both;
|
|
}
|
|
|
|
.comic-table {
|
|
display: table;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
#sidebar-over-comic {
|
|
text-align: center;
|
|
}
|
|
|
|
#sidebar-left-of-comic {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
width: 206px;
|
|
padding: 0px 2px;
|
|
}
|
|
|
|
#comic {
|
|
text-align: center;
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
}
|
|
|
|
#sidebar-right-of-comic {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
width: 206px;
|
|
padding: 0px 2px;
|
|
}
|
|
|
|
#sidebar-under-comic {
|
|
text-align: center;
|
|
}
|
|
|
|
table#comic-nav-wrapper {
|
|
width: auto !important;
|
|
background: #333;
|
|
border: 0;
|
|
text-align: center;
|
|
border-collapse: collapse;
|
|
margin: 6px auto;
|
|
border: solid 1px #000;
|
|
border-radius: 5px;
|
|
padding: 3px;
|
|
display: inline-block;
|
|
}
|
|
|
|
body.scheme-mecha table#comic-nav-wrapper {
|
|
background: linear-gradient(to bottom, #4c4c4c 0%, #1c1c1c 91%,#131313 100%);
|
|
}
|
|
|
|
body.scheme-mecha table#comic-nav-wrapper a {
|
|
text-shadow: 2px 2px 2px #111;
|
|
}
|
|
|
|
td.comic-nav {
|
|
border: 0;
|
|
display: inline-block;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.comic-nav a:link, .comic-nav a:visited {
|
|
color: #fff;
|
|
}
|
|
|
|
body.scheme-ceasel .comic-nav a:link, body.scheme-ceasel .comic-nav a:visted {
|
|
color: #000;
|
|
}
|
|
|
|
.comic-nav a:hover {
|
|
color: #fffc00;
|
|
}
|
|
|
|
.comic-nav-embed {
|
|
width: 99%;
|
|
}
|
|
|
|
.ceo_comic_archive_dropdown_widget select, .ceo_comic_archive_dropdown_widget form,
|
|
.ceo_comic_list_dropdown_widget select, .ceo_comic_list_dropdown_widget form {
|
|
width: 180px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
table#comic-nav-wrapper .comic-nav-jumpto select {
|
|
max-width: 140px;
|
|
}
|
|
|
|
table#comic-nav-wrapper .comic-nav-jumptocomic select {
|
|
max-width: 100px;
|
|
}
|
|
|
|
.infotext {
|
|
font-size: 10px;
|
|
color: gray;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.mininav-wrapper {
|
|
font-size: 18px;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
body.scheme-ceasel .mininav-wrapper {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.mininav-wrapper {
|
|
line-height: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
.mininav-prev a, .mininav-next a {
|
|
width: 14px;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
|
|
#comic img {
|
|
margin: 0;
|
|
padding: 0;
|
|
max-width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
#blogheader {
|
|
border-bottom: solid 1px #fff;
|
|
margin: 10px auto;
|
|
}
|
|
|
|
/* cast archive shorttag */
|
|
|
|
.cast-box {
|
|
padding: 2px;
|
|
margin: 10px auto;
|
|
}
|
|
|
|
.cast-image {
|
|
width: 150px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.cast-pic {
|
|
width: 150px;
|
|
height: 150px;
|
|
border: solid 1px #bff;
|
|
}
|
|
|
|
.cast-info {
|
|
padding: 5px;
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.cast-comic-link {
|
|
text-align: right;
|
|
}
|
|
|
|
/* Archive Shortcode */
|
|
|
|
.comic-archive-chapter-wrap {
|
|
width: auto;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.comic-archive-series-description {
|
|
padding: 20px;
|
|
}
|
|
|
|
.comic-archive-chapter-description {
|
|
padding: 10px;
|
|
}
|
|
|
|
h2.comic-archive-series-title {
|
|
text-align: center;
|
|
}
|
|
|
|
.comic-archive-title {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.comic-archive-date {
|
|
width: 88px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.comic-archive-thumbnail {
|
|
width: 150px;
|
|
float: left;
|
|
margin-right: 3px;
|
|
display: block;
|
|
}
|
|
|
|
.comic-archive-list-wrap {
|
|
padding: 0;
|
|
list-style-type: none;
|
|
float: left;
|
|
width: auto;
|
|
}
|
|
|
|
p.comic-thumbnail-in-archive {
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
|
|
.comic-list-alt {
|
|
}
|
|
|
|
.level-select {
|
|
font-weight: 700;
|
|
background: #eee;
|
|
}
|
|
|
|
#comic-head, #comic-foot {
|
|
text-align: center;
|
|
}
|
|
|
|
/* related posts */
|
|
|
|
.related-comics {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
ul.related-ul {
|
|
margin: 2px 0;
|
|
list-style-type: none;
|
|
}
|
|
|
|
h4.related-title {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
span.related-date {
|
|
width: 100px;
|
|
}
|
|
|
|
/* TRANSCRIPT */
|
|
|
|
#transcript {
|
|
padding: 0 10px;
|
|
font-size: 11px;
|
|
border-left: 4px dotted #333;
|
|
border-right: 4px dotted #333;
|
|
}
|
|
|
|
.transcript-border {
|
|
padding: 0 5px;
|
|
margin: 15px 0;
|
|
border: 1px solid #555;
|
|
background: #fff;
|
|
clear: both;
|
|
}
|
|
|
|
a.transcript-title {
|
|
padding: 0 0 5px 0;
|
|
margin: 0 0 5px 0;
|
|
display: block;
|
|
font-family: 'Georgia' , serif;
|
|
font-style: italic;
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
line-height: 2em;
|
|
border-bottom: 1px dashed #777;
|
|
}
|
|
|
|
#transcript-content {
|
|
font-family: 'Courier New' , monospace;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.comic-lightbox-text {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.comicbutton {
|
|
margin: 0 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
/* Motion Artist defaults */
|
|
|
|
.MADoc {
|
|
margin: 0 auto !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.MADoc canvas {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
display: block;
|
|
}
|
|
|
|
.MAButtons {
|
|
margin: 0px auto;
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
width: 120px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.MAButtonSet {
|
|
list-style: none;
|
|
margin: 0px auto;
|
|
padding: 0px;
|
|
}
|
|
|
|
.MAButtonSet ul {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.MAButtonSet li {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
margin-left: 8px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.MAButton {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
margin: 0 2px;
|
|
outline: none;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
font: 14px/100% Arial, Helvetica, sans-serif;
|
|
padding: .5em 2em .55em;
|
|
text-shadow: 0 1px 1px rgba(0,0,0,.3);
|
|
border-radius: .5em;
|
|
color: #d7d7d7;
|
|
border: solid 1px #333;
|
|
background: #333;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
|
|
background: -moz-linear-gradient(top, #666, #000);
|
|
}
|
|
|
|
.MAButton:hover {
|
|
background: #000;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
|
|
background: -moz-linear-gradient(top, #444, #000);
|
|
}
|
|
|
|
.MAButton:active {
|
|
position: relative;
|
|
top: 1px;
|
|
color: #666;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
|
|
background: -moz-linear-gradient(top, #000, #444);
|
|
}
|
|
|
|
/* buy comic stuff */
|
|
|
|
.buy-thumbnail, .buycomic-us-form {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
/* remove jetpacks navstyle */
|
|
body.single-comic #nav-single {
|
|
display: none !important;
|
|
}
|