Files
comic-easel/css/comiceasel.css
T
Philip M. Hofer (Frumph) b4675cba81 Update to the thumbnail and a variety of little things including rewriting the ceo_upload.php to handle the upload of a comic.
Going to head a new direction with the uploading of comics since I couldnt find someone to do the ajax.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-12-07 06:49:56 -08:00

46 lines
645 B
CSS

/*
Comic Easel - Style.css
Defaults for the Comic Easel Elements.
*/
#default-nav-wrapper {
width: 100%;
}
.default-nav {
margin: 0 auto;
width: 300px;
}
.default-nav-base {
display: inline-block;
padding: 0 10px;
}
.infotext {
font-size: 10px;
color: gray;
padding-left: 5px;
}
.mininav-wrapper {
font-size: 25px;
display: inline-block;
float: right;
line-height: 22px
}
.mininav-prev a, .mininav-next a {
display: inline-block;
float: left;
padding: 0 5px 4px 5px;
}
.mininav-prev a:hover, .mininav-next a:hover {
background: #fff;
color: #000;
}
.ceo_thumbnail_widget .widget-content {
text-align: center;
}