Advertisement
Guest User

coraline theme content code

a guest
Nov 15th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. /* =Content
  2. ----------------------------------------------- */
  3.  
  4. .page-title {
  5. border-bottom: 1px solid #ccc;
  6. border-top: 3px solid #000;
  7. font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  8. font-size: 13px;
  9. font-weight: bold;
  10. letter-spacing: 0.025em;
  11. margin: 0 0 24px 0;
  12. padding: 2px;
  13. text-transform: uppercase;
  14. }
  15. .hentry {
  16. margin: 0 0 3.4em;
  17. }
  18. .single .hentry {
  19. margin: 0 0 1.7em;
  20. }
  21. .sticky {
  22. background: #fff9c0;
  23. border-top: 3px solid #d9d4a3;
  24. border-bottom: 1px solid #D9D4A3;
  25. padding: 1.7em;
  26. }
  27. .sticky .entry-meta {
  28. display: none;
  29. }
  30. .entry-title {
  31. font-size: 20px;
  32. letter-spacing: 0;
  33. line-height: 24px;
  34. padding: 0 0 8px;
  35. }
  36. .entry-title a {
  37. color: #000;
  38. }
  39. .entry-meta {
  40. color: #888;
  41. font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  42. }
  43. .entry-meta a {
  44. color: #888;
  45. }
  46. .entry-meta a:hover {
  47. color: #df0000;
  48. }
  49. .entry-content,
  50. .entry-summary {
  51. margin: 0.85em 0 0 0;
  52. }
  53. .entry-content h1,
  54. .entry-content h2,
  55. .entry-content h3,
  56. .entry-content h4 {
  57. margin-bottom: 0.425em;
  58. }
  59. .entry-content h1,
  60. .entry-content h2 {
  61. font-size: 28px;
  62. line-height: 34px;
  63. }
  64. .entry-content h1 {
  65. border-bottom: 1px solid #ccc;
  66. padding-bottom: 0.425em;
  67. }
  68. .entry-content h3 {
  69. letter-spacing: 0.025em;
  70. text-transform: uppercase;
  71. }
  72. .entry-content h4 {
  73. color: #888;
  74. font-size: 17px;
  75. font-style: italic;
  76. }
  77. .entry-content h5,
  78. .entry-content h6 {
  79. font-weight: bold;
  80. }
  81. .entry-content h5 {
  82. font-size: 12px;
  83. }
  84. .entry-content h6 {
  85. font-size: 10px;
  86. }
  87. .entry-content table {
  88. border: 1px solid #ccc;
  89. margin: 0 -1px 24px 0;
  90. text-align: left;
  91. }
  92. .entry-content tr th,
  93. .entry-content thead th {
  94. font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  95. font-weight: bold;
  96. line-height: 18px;
  97. padding: 9px 12px;
  98. }
  99. .entry-content tr td {
  100. border-top: 1px solid #ccc;
  101. padding: 6px 12px;
  102. }
  103. .entry-content tr.odd td {
  104. background: #f2f7fc;
  105. }
  106. .entry-content table dl {
  107. margin: 0;
  108. }
  109. .entry-content .gallery {
  110. margin: 0 auto 1.7em;
  111. }
  112. #content .gallery dl.gallery-item {
  113. float: left;
  114. margin: 0 2% 2%;
  115. text-align: center;
  116. }
  117. #content .gallery-columns-1 dl.gallery-item {
  118. margin: 0 0 2%;
  119. width: 100%;
  120. }
  121. #content .gallery-columns-2 .gallery-item {
  122. width: 46%;
  123. }
  124. #content .gallery-columns-3 .gallery-item {
  125. width: 29.33%;
  126. }
  127. #content .gallery-columns-4 .gallery-item {
  128. width: 21%;
  129. }
  130. #content .gallery-columns-5 .gallery-item {
  131. width: 16%;
  132. }
  133. #content .gallery-columns-6 .gallery-item {
  134. width: 12.67%;
  135. }
  136. #content .gallery-columns-7 .gallery-item {
  137. width: 10.29%;
  138. }
  139. #content .gallery-columns-8 .gallery-item {
  140. width: 8.5%;
  141. }
  142. #content .gallery-columns-9 .gallery-item {
  143. width: 7.11%;
  144. }
  145. #content .gallery-item img {
  146. max-width: 100%;
  147. height: auto;
  148. }
  149. #content .gallery .gallery-caption {
  150. color: #888;
  151. font-size: 12px;
  152. margin: 0 0 0.7em 0;
  153. }
  154. #content .gallery br+br {
  155. display: none;
  156. }
  157. #content .entry-attachment img { /* single attachment images should be centered */
  158. display: block;
  159. margin: 0 auto;
  160. }
  161. .page-link {
  162. font-weight: bold;
  163. margin: 0 0 1.7em;
  164. word-spacing: 0.25em;
  165. }
  166. .page-link a {
  167. font-weight: normal;
  168. }
  169. .entry-info {
  170. clear: both;
  171. color: #888;
  172. font-size: 13px;
  173. position: relative;
  174. }
  175. .entry-info a {
  176. color: #888;
  177. }
  178. .entry-info a:hover {
  179. color: #df0000;
  180. }
  181. .entry-info p {
  182. margin: 0;
  183. }
  184. .entry-info .comments-link a {
  185. color: #333;
  186. display: block;
  187. float: right;
  188. font-weight: bold;
  189. margin: -2px 1px 0 5px;
  190. padding: 2px 10px;
  191. text-decoration: none;
  192. }
  193. .entry-info .comments-link a:hover {
  194. background: #222;
  195. background-image: -moz-linear-gradient(100% 100% 90deg, #111, #333);
  196. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
  197. -moz-border-radius: 14px;
  198. border-radius: 14px;
  199. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  200. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  201. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  202. color: #fff;
  203. text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  204. }
  205. .entry-info .edit-link {
  206. clear: both;
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement