/** * Comics styles *//* News block */#news { border-bottom: 1px dashed #999; background-repeat: repeat-x; padding-left: 20px;} #news h2 { font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 16px; font-weight: bold; border-bottom: 1px solid #666; padding: 0 10px 5px 0; } #news ul { text-align: left; padding-top: 0; padding-right: 10px; margin-top: 10px; clear: both; } #news ul li { margin-bottom: 5px; list-style-position: inside; }#news ul li a {white-space: nowrap;} #news p { clear: both; margin-bottom: 15px; }/* Comics title */h1 { color: #fff; font-size: 24px; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: 1px; word-spacing: 4px; text-align: center; margin: -14px 5px 15px 5px; text-transform: capitalize;} /* Comics id */ h1 .id { color: #999; font-family: Arial, Helvetica, sans-serif ; font-size: 12px; font-weight: normal; letter-spacing: 0; vertical-align: top; padding-left: 5px; }/* Кнопки для перелистывания комиксов */.comics-paginator { padding: 15px; width: 570px;} .comics-paginator .old { float: left; } .comics-paginator .new { float: right; } .comics-paginator a:link, .comics-paginator a:visited { opacity: 0.7; } .comics-paginator a:active { opacity: 1.0; } .comics-paginator a:hover, .comics-paginator a:visited:hover { opacity: 0.9; } .comics-paginator img { padding: 0px 3px 0px 3px; width: 15px; height: 17px; } .comics-paginator select {}#cf_wrapper {width: 83%;text-align: center;float: left;padding-bottom: 15px;}#toolbar { color: #fff; font-size: 10px; text-transform: uppercase; float: left; padding: 6px 10px 5px 12px; margin-bottom: 10px; width: 578px; background-image: url(/media/images/design/toolbar.png); background-repeat: repeat-x; text-align: left;} #toolbar li { list-style: none; float: left; padding-left: 20px; } #toolbar li.comment { background: url(/media/images/design/icons/comment_add.png) no-repeat 0 0; } #toolbar li.comments-count { background: url(/media/images/design/icons/comment.png) no-repeat 0 0; } #toolbar li.embed { float: right; background: url(/media/images/design/icons/star.png) no-repeat 0 0; } #toolbar a { color: #fff; text-decoration: none; margin-right: 15px; } #toolbar a:hover { border-bottom: 1px solid #fff; } #toolbar a.comment {} #toolbar a.comments-count {} #toolbar a.codes {}/* Block with the links to this comics */#embed { margin: 11px; padding: 10px; background-color: #333; border: 1px solid #555;} #embed li { clear: both; list-style: none; } #embed li textarea { margin: 0 0px; width: 550px; }
