Advertisement
Guest User

kommiku css

a guest
Apr 24th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.97 KB | None | 0 0
  1. /*
  2. THEME NAME: Thematic Kommiku
  3. DESCRIPTION: a Theme ported over and made for Kommiku
  4. VERSION: 0.9.6.2
  5. AUTHOR: Ian Stewart & Henry Tran
  6. AUTHOR URI: http://themeshaper.com/, http://dotspiral.com/
  7. TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
  8. .
  9. This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
  10. http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  11. .
  12. */
  13.  
  14. /* Reset browser defaults */
  15. @import url('stylesheets/reset.css');
  16.  
  17. /* Reset browser defaults */
  18. @import url('stylesheets/typography.css');
  19.  
  20.  
  21. /* =Global Elements
  22. -------------------------------------------------------------- */
  23.  
  24. body, input, textarea {
  25. font: 15px Georgia,serif;
  26. line-height:22px;
  27. }
  28. p, ul, ol, dd, pre {
  29. margin-bottom:22px;
  30. }
  31. pre, code {
  32. font:14px Monaco, monospace;
  33. line-height:22px;
  34. }
  35. blockquote {
  36. color:#666;
  37. font-style:italic;
  38. }
  39. table {
  40. border:1px solid #ccc;
  41. border-width:1px;
  42. font-size:13px;
  43. line-height:18px;
  44. margin:0 0 22px 0;
  45. text-align:left;
  46. }
  47. caption {
  48. text-align:left;
  49. }
  50. tr {
  51. border-bottom:1px solid #ccc;
  52. }
  53. th, td {
  54. padding: .7em 1.25em;
  55. }
  56. hr {
  57. background-color:#ccc;
  58. border:0;
  59. color:#ccc;
  60. height:1px;
  61. margin-bottom:22px;
  62. }
  63. a:link {
  64. color:#004B91;
  65. }
  66. a:visited {
  67. color:#743399;
  68. }
  69. a:active,
  70. a:hover {
  71. color: #FF4B33;
  72. }
  73.  
  74. /* =Header
  75. -------------------------------------------------------------- */
  76.  
  77. #header {
  78. z-index:2;
  79. text-align: center;
  80. }
  81. #branding {
  82. padding:15px 0;
  83. width: auto;
  84. }
  85. #blog-title {
  86. font-family:Arial,sans-serif;
  87. font-size:34px;
  88. font-weight:bold;
  89. line-height:40px;
  90. }
  91. #blog-title a {
  92. color:#000;
  93. text-decoration:none;
  94. }
  95. #blog-title a:active,
  96. #blog-title a:hover {
  97. color: #FF4B33;
  98. }
  99. #blog-description {
  100. color:#666;
  101. font-size:13px;
  102. font-style:italic;
  103. }
  104.  
  105.  
  106. /* =Menu
  107. -------------------------------------------------------------- */
  108.  
  109. .skip-link {
  110. display:none;
  111. }
  112. #access {
  113. border-bottom:1px solid #ccc;
  114. height:32px;
  115. font-size:13px;
  116. overflow:visible;
  117. z-index:100;
  118. }
  119. /*** ESSENTIAL STYLES ***/
  120. .sf-menu, .sf-menu * {
  121. margin: 0;
  122. padding: 0;
  123. list-style: none;
  124. }
  125. .sf-menu {
  126. line-height: 1.0;
  127. }
  128. .sf-menu ul {
  129. position: absolute;
  130. top: -999em;
  131. width: 10em; /* left offset of submenus need to match (see below) */
  132. }
  133. .sf-menu ul li {
  134. width: 100%;
  135. }
  136. .sf-menu li:hover {
  137. visibility: inherit; /* fixes IE7 'sticky bug' */
  138. }
  139. .sf-menu li {
  140. float: left;
  141. position: relative;
  142. }
  143. .sf-menu a {
  144. display: block;
  145. position: relative;
  146. }
  147. .sf-menu li:hover ul,
  148. .sf-menu li.sfHover ul {
  149. left: 0;
  150. top: 2.5em; /* match top ul list item height */
  151. z-index: 99;
  152. }
  153. ul.sf-menu li:hover li ul,
  154. ul.sf-menu li.sfHover li ul {
  155. top: -999em;
  156. }
  157. ul.sf-menu li li:hover ul,
  158. ul.sf-menu li li.sfHover ul {
  159. left: 10em; /* match ul width */
  160. top: 0;
  161. }
  162. ul.sf-menu li li:hover li ul,
  163. ul.sf-menu li li.sfHover li ul {
  164. top: -999em;
  165. }
  166. ul.sf-menu li li li:hover ul,
  167. ul.sf-menu li li li.sfHover ul {
  168. left: 10em; /* match ul width */
  169. top: 0;
  170. }
  171.  
  172. /*** THEMATIC SKIN ***/
  173. .sf-menu {
  174. border-right:1px solid #ccc;
  175. float:left;
  176. }
  177. .sf-menu a {
  178. border-left:1px solid #ccc;
  179. border-top:1px solid #ccc;
  180. border-bottom:1px solid #ccc;
  181. padding:9px 13px;
  182. text-decoration:none;
  183. }
  184. .sf-menu .current_page_item a,
  185. .sf-menu .current_page_ancestor a,
  186. .sf-menu .current_page_parent a {
  187. border-bottom-color:#fff;
  188. }
  189. .sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
  190. color: #666;
  191. }
  192. .sf-menu li {
  193. background: #fff;
  194. }
  195. .sf-menu li li {
  196. background: #fff;
  197. }
  198. .sf-menu li li li {
  199. background: #9AAEDB;
  200. }
  201. .sf-menu li:hover, .sf-menu li.sfHover,
  202. .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  203. background: #fafafa;
  204. outline: 0;
  205. border-bottom-color:#ccc;
  206. }
  207. .sf-menu ul {
  208. border-right:1px solid #ccc;
  209. border-bottom:1px solid #ccc;
  210. }
  211. .sf-menu li:hover ul,
  212. .sf-menu li.sfHover ul {
  213. top:32px; /* overriding essential styles */
  214. }
  215. .sf-menu ul ul {
  216. margin-top:0;
  217. }
  218. .sf-menu ul a {
  219. background:#fafafa;
  220. border-bottom:none;
  221. }
  222. .sf-menu ul a:hover {
  223. color: #FF4B33;
  224. }
  225.  
  226.  
  227. /* =Content
  228. -------------------------------------------------------------- */
  229.  
  230. #main {
  231. clear:both;
  232. padding:35px 0 0px;
  233. width: 800px;
  234. }
  235. .page-title {
  236. font-size:13px;
  237. line-height:18px;
  238. padding:0 0 44px 0;
  239. }
  240. .attachment .page-title {
  241. font-style:italic;
  242. }
  243. .page-title a {
  244. color:#666;
  245. text-decoration:none;
  246. }
  247. .page-title a:active,
  248. .page-title a:hover {
  249. color: #FF4B33;
  250. }
  251. .page-title span {
  252. font-style:italic;
  253. }
  254. .page-title .meta-nav {
  255. font-style:normal;
  256. }
  257. .hentry {
  258. padding:0 0 22px 0;
  259. }
  260. .single .hentry {
  261. padding:0;
  262. }
  263. .home #content .sticky {
  264. border:1px solid #ccc;
  265. margin:0 0 66px 0;
  266. padding:22px 20px 0 20px;
  267. }
  268. .entry-title {
  269. font-family:Arial,sans-serif;
  270. font-size:26px;
  271. font-weight:bold;
  272. line-height:26px;
  273. padding:0 0 7px 0;
  274. }
  275. .entry-title a {
  276. color:#000;
  277. text-decoration:none;
  278. }
  279. .entry-title a:active,
  280. .entry-title a:hover {
  281. color: #FF4B33;
  282. }
  283. .entry-meta {
  284. color:#666;
  285. font-size:13px;
  286. font-style:italic;
  287. line-height:18px;
  288. }
  289. .entry-meta .author {
  290. }
  291. .entry-meta .n {
  292. font-size:11px;
  293. font-style:normal;
  294. letter-spacing:0.05em;
  295. text-transform:uppercase;
  296. }
  297. .entry-meta a {
  298. color:#666;
  299. text-decoration:none;
  300. }
  301. .entry-meta a:active,
  302. .entry-meta a:hover {
  303. color: #FF4B33;
  304. }
  305. .entry-meta abbr {
  306. border:none;
  307. cursor:text;
  308. font-size:11px;
  309. font-style:normal;
  310. letter-spacing:0.05em;
  311. text-transform:uppercase;
  312. }
  313. .entry-content {
  314. padding:22px 0 0 0;
  315. }
  316. .entry-content h1,
  317. .entry-content h2 {
  318. font-family:Arial,sans-serif;
  319. font-size:19px;
  320. font-weight:bold;
  321. padding:28px 0 14px 0;
  322. }
  323. .entry-content h3 {
  324. font-size:17px;
  325. font-style:italic;
  326. padding:28px 0 14px 0;
  327. }
  328. .entry-content h4 {
  329. font-size:11px;
  330. font-family:Arial,sans-serif;
  331. font-weight:bold;
  332. text-transform:uppercase;
  333. letter-spacing:0.05em;
  334. }
  335. .entry-content table {
  336. margin-left:1px;
  337. }
  338. .entry-content embed {
  339. margin:0 0 22px 0;
  340. }
  341. .entry-utility {
  342. color:#666;
  343. font-size:13px;
  344. line-height:18px;
  345. margin:0 0 44px 0;
  346. }
  347. .entry-utility a {
  348. color:#666;
  349. font-style:italic;
  350. text-decoration:none;
  351. }
  352. .entry-utility a:active,
  353. .entry-utility a:hover {
  354. color: #FF4B33;
  355. }
  356. .page-link {
  357. font-size:13px;
  358. font-weight:bold;
  359. line-height:18px;
  360. margin:0 0 22px 0;
  361. padding:22px 0 0 0;
  362. word-spacing:0.5em;
  363. }
  364. .page-link a {
  365. border:1px solid #ccc;
  366. color:#666;
  367. font-weight:normal;
  368. padding:0.5em 0.75em;
  369. text-decoration:none;
  370. }
  371. .page-link a:active,
  372. .page-link a:hover {
  373. color: #FF4B33;
  374. }
  375. ul#links-page,
  376. ul#archives-page {
  377. list-style:none;
  378. margin-left:0;
  379. overflow:hidden;
  380. }
  381. li.content-column {
  382. float:left;
  383. margin-right:20px;
  384. width:45%;
  385. }
  386. .gallery {
  387. padding:0 0 22px 0;
  388. }
  389. .wp-caption-text,
  390. .gallery-caption {
  391. color:#666;
  392. font-size:13px;
  393. line-height:18px;
  394. }
  395. #author-info {
  396. margin:0 0 44px 0;
  397. overflow:hidden;
  398. }
  399. #author-info .avatar {
  400. float:left;
  401. margin:.3em 1em 0 0;
  402. }
  403.  
  404.  
  405. /* =Attachments
  406. -------------------------------------------------------------- */
  407.  
  408. .attachment-jpeg #container,
  409. .attachment-png #container {
  410. width:100%;
  411. }
  412. .attachment-jpeg #content,
  413. .attachment-png #content {
  414. width:930px;
  415. }
  416. .attachment-jpeg #comments,
  417. .attachment-png #comments {
  418. width:540px;
  419. overflow:hidden;
  420. }
  421. .attachment-jpeg .main-aside,
  422. .attachment-png .main-aside {
  423. display:none;
  424. }
  425.  
  426.  
  427. /* =Navigation
  428. -------------------------------------------------------------- */
  429.  
  430. .navigation {
  431. color:#666;
  432. font-size:13px;
  433. line-height:18px;
  434. margin:0px 0 22px 0;
  435. overflow:hidden;
  436. }
  437. .navigation a {
  438. color:#666;
  439. font-style:italic;
  440. text-decoration:none;
  441. }
  442. .navigation a:active,
  443. .navigation a:hover {
  444. color: #FF4B33;
  445. }
  446. .navigation .meta-nav {
  447. font-style:normal;
  448. }
  449. .nav-previous {
  450. float: left;
  451. width:50%;
  452. }
  453. .nav-next {
  454. float: right;
  455. width:50%;
  456. text-align:right;
  457. }
  458. #nav-above,#nav-below {
  459. width: 100%;
  460. }
  461. #nav-above {
  462. display:none;
  463. }
  464. .paged #nav-above {
  465. display:block;
  466. padding:0 0 44px 0;
  467. }
  468.  
  469.  
  470. /* =Comments
  471. -------------------------------------------------------------- */
  472.  
  473. #comments {
  474. padding:22px 0 0 0;
  475. }
  476. #comments,
  477. #comments input,
  478. #comments textarea {
  479. font-size:13px;
  480. line-height:18px;
  481. }
  482. #comments code {
  483. font-size:12px;
  484. line-height:18px;
  485. }
  486. #comments h3 {
  487. font-family:Arial,sans-serif;
  488. font-size:15px;
  489. font-weight:bold;
  490. line-height:22px;
  491. padding:0 0 18px 0;
  492. }
  493. #comments-list {
  494. padding:0 0 18px 0;
  495. }
  496. #comments-list ol,
  497. #comments-list ul {
  498. list-style:none;
  499. margin:0;
  500. }
  501. #comments-list ol {
  502. border:1px solid #ccc;
  503. border-bottom:none;
  504. margin:0 0 18px 0;
  505. }
  506. #comments-list li {
  507. background:#fafafa;
  508. border-bottom:1px solid #ccc;
  509. padding:18px 1.5em 0 1.5em;
  510. position:relative;
  511. }
  512. #comments-list li.alt {
  513. background:#fff;
  514. }
  515. #comments-list li.bypostauthor {
  516. background:#FFFFCC;
  517. }
  518. #comments-list ul li {
  519. border:1px solid #ccc;
  520. margin:0 0 18px 0;
  521. }
  522. #comments-list li .avatar {
  523. position:absolute;
  524. top:22px;
  525. left:1.5em;
  526. width:36px;
  527. height:36px;
  528. }
  529. #comments-list .comment-author {
  530. font-weight:bold;
  531. padding:9px 0 0 46px;
  532. }
  533. #comments-list .comment-meta {
  534. color:#666;
  535. font-size:11px;
  536. padding:0 0 9px 46px;
  537. }
  538. #comments-list .comment-meta a {
  539. color:#666;
  540. font-style:italic;
  541. text-decoration:none;
  542. }
  543. #comments-list .comment-meta a:active,
  544. #comments-list .comment-meta a:hover {
  545. color: #FF4B33;
  546. }
  547. .comment-reply-link {
  548. font-size:11px;
  549. padding:0 0 18px 0;
  550. text-align:right;
  551. }
  552. .comment-reply-link a {
  553. color:#666;
  554. font-style:italic;
  555. text-decoration:none;
  556. }
  557. .comment-reply-link a:active,
  558. .comment-reply-link a:hover {
  559. color: #FF4B33;
  560. }
  561. .comment-navigation {
  562. font-weight:bold;
  563. padding:0 0 18px 0;
  564. margin-right:0.5em;
  565. }
  566. .comment-navigation a {
  567. border:1px solid #ccc;
  568. color:#666;
  569. font-weight:normal;
  570. padding:0.5em 0.75em;
  571. text-decoration:none;
  572. }
  573. .comment-navigation a:active,
  574. .comment-navigation a:hover {
  575. color: #FF4B33;
  576. }
  577. .comment-navigation a,
  578. .comment-navigation span {
  579. margin-right:0.5em;
  580. }
  581. #trackbacks-list .comment-content {
  582. position:absolute;
  583. left:-9000px;
  584. }
  585. #respond {
  586. background:#fff;
  587. margin-bottom:22px;
  588. overflow:hidden;
  589. padding:18px 0 0 0;
  590. position:relative;
  591. }
  592. #comments-list #respond {
  593. border-bottom:1px solid #ccc;
  594. margin:0 0 18px 0;
  595. padding:18px 1.5em;
  596. }
  597. #comments-list ul #respond {
  598. border:1px solid #ccc;
  599. margin:0;
  600. }
  601. #cancel-comment-reply {
  602. font-size:11px;
  603. position:absolute;
  604. top:18px;
  605. right:1.5em;
  606. }
  607. #cancel-comment-reply a {
  608. color:#666;
  609. }
  610. #respond .required {
  611. color:#FF4B33;
  612. font-weight:bold;
  613. }
  614. .form-section label {
  615. font-size:11px;
  616. }
  617. .form-section input {
  618. margin:0 0 18px 0;
  619. width:98%;
  620. }
  621. .form-section textarea {
  622. width:99%;
  623. }
  624. #form-allowed-tags p {
  625. color:#666;
  626. font-size:11px;
  627. margin:0;
  628. }
  629. #form-allowed-tags span {
  630. font-style:italic;
  631. }
  632. #form-allowed-tags code {
  633. font-size:11px;
  634. line-height:normal;
  635. }
  636. .form-submit {
  637. padding:18px 0 0 0;
  638. text-align:right;
  639. }
  640. .subscribe-to-comments {
  641. color:#666;
  642. float:left;
  643. font-size:11px;
  644. margin:0;
  645. padding:18px 0 0 0;
  646. }
  647. .solo-subscribe-to-comments {
  648. color:#666;
  649. font-size:11px;
  650. padding:18px 0 0 0;
  651. }
  652. .comment_license {
  653. color:#666;
  654. clear:both;
  655. font-size:11px;
  656. margin:0;
  657. padding:18px 0 0 0;
  658. }
  659.  
  660.  
  661. /* =Asides, Sidebars & Widget-Ready Areas
  662. -------------------------------------------------------------- */
  663.  
  664. .aside,
  665. .aside input {
  666. font-size:13px;
  667. line-height:18px;
  668. margin-bottom:6px;
  669. }
  670. .aside p,
  671. .aside ul,
  672. .aside ol,
  673. .aside dd,
  674. .aside pre {
  675. margin-bottom:18px;
  676. }
  677. .aside pre,
  678. .aside code {
  679. font-size:12px;
  680. line-height:18px;
  681. }
  682. .aside .current_page_item a {
  683. color: #FF4B33;
  684. }
  685. .aside .current_page_item .page_item a {
  686. color:#666;
  687. }
  688. .aside .current_page_item .page_item a:hover,
  689. .aside .current_page_item .page_item a:active {
  690. color: #FF4B33;
  691. }
  692. .aside {
  693. color:#666;
  694. }
  695. .aside a {
  696. color:#666;
  697. }
  698. .aside a:active,
  699. .aside a:hover {
  700. color: #FF4B33;
  701. }
  702. .aside h3 {
  703. font-size:15px;
  704. font-style:italic;
  705. line-height:22px;
  706. }
  707. .aside h3 a {
  708. text-decoration:none;
  709. }
  710. .aside caption {
  711. font-size:11px;
  712. font-family:Arial,sans-serif;
  713. font-weight:bold;
  714. text-transform:uppercase;
  715. letter-spacing:0.05em;
  716. }
  717. .aside ul {
  718. list-style:none;
  719. margin-left:0;
  720. }
  721. .aside ul ul {
  722. list-style:disc;
  723. margin:0 0 22px 20px;
  724. }
  725. .aside ul ul li {
  726. padding:1px 0;
  727. }
  728. .aside ul ul ul {
  729. margin-bottom:0;
  730. }
  731. .aside form,
  732. .aside table {
  733. margin-bottom:22px;
  734. }
  735. .aside table {
  736. border:none;
  737. }
  738. .aside thead {
  739. border:1px solid #ccc;
  740. }
  741. .aside tbody {
  742. border:1px solid #ccc;
  743. }
  744. .aside th, .aside td {
  745. border-right:1px solid #ccc;
  746. padding:.25em .8em;
  747. }
  748. .aside tfoot tr {
  749. border:none;
  750. }
  751. .aside tfoot td {
  752. border-color:transparent;
  753. }
  754. .widget_tag_cloud {
  755. margin:0 0 22px 0;
  756. }
  757. .aside #searchsubmit {
  758. display: none;
  759. }
  760. /*
  761. Main Asides
  762. */
  763. .main-aside ul {
  764. padding:0 20px;
  765. }
  766. .main-aside h3 {
  767. }
  768. .main-aside ul ul {
  769. padding:0;
  770. }
  771. #primary {
  772. border:1px solid #ccc;
  773. padding:18px 0 0 0;
  774. margin-bottom:22px;
  775. }
  776. /*
  777. Content Asides
  778. */
  779. #content .aside {
  780. border:1px solid #ccc;
  781. margin:0 0 22px 0;
  782. padding:18px 0 0 0;
  783. }
  784. #content .aside ul {
  785. padding:0 20px;
  786. }
  787. #content .aside h3 {
  788. font-family:Georgia,serif;
  789. font-weight:normal;
  790. font-size:17px;
  791. font-style:italic;
  792. padding:0 0 7px 0;
  793. text-transform:none;
  794. }
  795. #content .aside ul ul {
  796. padding:0;
  797. }
  798. /*
  799. Footer Asides
  800. */
  801. #subsidiary {
  802. padding:33px 0 0 0;
  803. }
  804.  
  805.  
  806. /* =Footer
  807. -------------------------------------------------------------- */
  808.  
  809. #footer {
  810. margin-top:22px;
  811. }
  812. #siteinfo {
  813. color:#666;
  814. font-size:11px;
  815. line-height:18px;
  816. padding:22px 0 44px 0;
  817. width:auto;
  818. }
  819. #siteinfo a {
  820. color:#666;
  821. }
  822. #siteinfo a:active,
  823. #siteinfo a:hover {
  824. color: #FF4B33;
  825. }
  826.  
  827.  
  828. /* =PageNavi
  829. -------------------------------------------------------------- */
  830.  
  831. /* Using !important to override PageNavi CSS */
  832.  
  833. .wp-pagenavi {
  834. margin:0 0 0 -.5em;
  835. padding:0.5em 0;
  836. }
  837. .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
  838. border:1px solid #ccc !important;
  839. color:#666!important;
  840. font-style:normal;
  841. margin:0 .375em !important;
  842. padding:0.5em 0.25em !important;
  843. }
  844. .wp-pagenavi a:visited {
  845. border:1px solid #ccc !important;
  846. color:#666 !important;
  847. }
  848. .wp-pagenavi a:hover {
  849. border:1px solid #ccc !important;
  850. color:#FF4B33 !important;
  851. }
  852. .wp-pagenavi a:active {
  853. border:1px solid #ccc !important;
  854. color:#FF4B33 !important;
  855. }
  856. .wp-pagenavi span.pages {
  857. border:none !important;
  858. color:#666 !important;
  859. margin:0 !important;
  860. padding:0 !important;
  861. }
  862. .wp-pagenavi span.current {
  863. border:none !important;
  864. color:#666 !important;
  865. font-weight:normal !important;
  866. margin:0 !important;
  867. padding:0 !important;
  868. }
  869. .wp-pagenavi span.extend {
  870. background-color:#FFFFFF;
  871. border:1px solid #000000;
  872. color:#000000;
  873. margin:2px;
  874. padding:2px 4px;
  875. }
  876.  
  877. #footer, #header {
  878. margin:0 auto;
  879. }
  880.  
  881. /* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
  882. div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
  883. div.rating-cancel,div.rating-cancel a{background:url('/wp-content/plugins/kommiku/extension/five-star-rater/delete.gif') no-repeat 0 -16px}
  884. div.star-rating,div.star-rating a{background:url('/wp-content/plugins/kommiku/extension/five-star-rater/star.gif') no-repeat 0 0px}
  885. div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
  886. div.star-rating-on a{background-position:0 -16px!important}
  887. div.star-rating-hover a{background-position:0 -32px}
  888. /* Read Only CSS */
  889. div.star-rating-readonly a{cursor:default !important}
  890. /* Partial Star CSS */
  891. div.star-rating{background:transparent!important;overflow:hidden!important}
  892.  
  893.  
  894. /* --- Kommiku Edits --- */
  895.  
  896. #header {
  897. border-bottom: 1px solid #CCCCCC;
  898. }
  899.  
  900. #directory {
  901. margin-bottom: 20px;
  902. }
  903.  
  904. .kommiku-bread {
  905. display: inline;
  906. }
  907.  
  908. #page-img, .narrowcolumn {
  909. text-align:center;
  910. }
  911.  
  912. .narrowcolumn {
  913. margin: 0px auto;
  914. padding: 0;
  915. float: none;
  916. width:780px;
  917. }
  918.  
  919. #page-img {
  920. overflow: hidden;
  921. margin:20px 0;
  922. }
  923.  
  924. #imageWrapper {
  925. margin: 15px auto;
  926. text-align:center;
  927. }
  928.  
  929. #imageWrapper img {
  930. border: 20px solid #343434;
  931. }
  932.  
  933. .manga-navi, #header, #footer, .breadcrumb {
  934. clear:both;
  935. margin:0 auto;
  936. text-align:center;
  937. width:800px;
  938. }
  939.  
  940. .breadcrumb {
  941. margin: 10px auto;
  942. }
  943.  
  944.  
  945. .previousLink {
  946. float: left;
  947. }
  948.  
  949. .nextLink {
  950. float: right;
  951. display:inline;
  952. }
  953.  
  954. .description {
  955. text-align: left;
  956. }
  957.  
  958. .description h2 {
  959. border: 0;
  960. }
  961.  
  962. .description p {
  963. text-align: left;
  964. margin: 10px;
  965. padding:0 15px;
  966. }
  967.  
  968. #page-info, #wp-connect {
  969. border: 1px solid #CCCCCC;
  970. margin: 15px auto;
  971. padding: 10px;
  972. width: 600px;
  973. }
  974.  
  975. #page-info small, #wp-connect small {
  976. color: #777777;
  977. display: block;
  978. margin-top: -10px;
  979. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement