mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-02-04 02:51:20 +01:00
360 lines
5.7 KiB
CSS
360 lines
5.7 KiB
CSS
/*
|
|
Comic Easel - Style.css
|
|
Defaults for the Comic Easel Elements.
|
|
*/
|
|
|
|
#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%;
|
|
padding: 2px 0px;
|
|
}
|
|
|
|
#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 {
|
|
background: #333;
|
|
border: 0;
|
|
text-align: center;
|
|
border-collapse: collapse;
|
|
margin: 6px auto;
|
|
border: solid 1px #000;
|
|
-moz-border-radius: 5px;
|
|
-khtml-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding: 3px;
|
|
display: inline-block;
|
|
}
|
|
|
|
td.comic-nav {
|
|
border: 0;
|
|
display: inline-block;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.comic-nav a:link, .comic-nav a:visited {
|
|
color: #fff;
|
|
}
|
|
|
|
.comic-nav a:hover {
|
|
color: #fffc00;
|
|
}
|
|
|
|
.comic-nav-embed {
|
|
width: 99%;
|
|
}
|
|
|
|
.infotext {
|
|
font-size: 10px;
|
|
color: gray;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.mininav-wrapper {
|
|
font-size: 18px;
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
|
|
.mininav-prev a, .mininav-next a {
|
|
width: 14px;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
|
|
.mininav-prev a:hover, .mininav-next a:hover {
|
|
color: #ffcf00;
|
|
}
|
|
|
|
|
|
|
|
#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-foot {
|
|
text-align: center;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
/* 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;
|
|
-moz-border-radius: 5px;
|
|
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;
|
|
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
|
|
*display: inline;
|
|
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);
|
|
-webkit-border-radius: .5em;
|
|
-moz-border-radius: .5em;
|
|
border-radius: .5em;
|
|
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
|
|
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
|
|
box-shadow: 0 1px 2px rgba(0,0,0,.2);
|
|
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);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
|
|
}
|
|
|
|
.MAButton:hover {
|
|
background: #000;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
|
|
background: -moz-linear-gradient(top, #444, #000);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
|
|
}
|
|
.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);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
|
|
}
|
|
|
|
/* buy comic stuff */
|
|
|
|
.buy-thumbnail, .buycomic-us-form {
|
|
display: block;
|
|
text-align: center;
|
|
} |