Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. /**
  2. *
  3. * BoldR Lite WordPress Theme by Iceable Themes | http://www.iceablethemes.com
  4. *
  5. * Copyright 2013-2016 Mathieu Sarrasin - Iceable Media
  6. *
  7. * Editor Styles
  8. *
  9. */
  10.  
  11. body {
  12. font: 14px/20px Helvetica, Arial, Verdana, sans-serif;
  13. text-transform: none;
  14. letter-spacing: normal;
  15. word-spacing: normal;
  16. }
  17.  
  18. /* Headings */
  19. h1, h2, h3, h4, h5, h6 {
  20. color: #333;
  21. font-family: Helvetica, Arial, Verdana, sans-serif;
  22. font-weight: bold;
  23. margin-top: 24px;
  24. margin-bottom: 24px;
  25. }
  26.  
  27. /* Links */
  28. a, a:visited {
  29. color: #25ceff;
  30. text-decoration: none;
  31. outline: 0;
  32. transition: all .5s;
  33. -moz-transition: all .5s;
  34. -webkit-transition: all .5s;
  35. -o-transition: all .5s;
  36. }
  37.  
  38. a:hover, a:focus {
  39. text-decoration: none;
  40. }
  41.  
  42. p a, p a:visited {
  43. line-height: inherit;
  44. }
  45.  
  46. /* Blockquotes */
  47. blockquote, blockquote p {
  48. font-size: 17px;
  49. line-height: 24px;
  50. color: #777;
  51. font-style: italic;
  52. }
  53.  
  54. blockquote {
  55. margin: 0 40px 20px 40px;
  56. padding: 10px 20px;
  57. border-left: 3px solid #DDD;
  58. }
  59.  
  60. blockquote p {
  61. margin-bottom: 0;
  62. }
  63.  
  64. blockquote cite {
  65. display: block;
  66. font-size: 13px;
  67. color: #555;
  68. }
  69.  
  70. blockquote cite: before {
  71. content: "\2014 \0020";
  72. }
  73.  
  74. blockquote cite: after {
  75. content: "";
  76. }
  77.  
  78. blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  79. color: #555;
  80. }
  81.  
  82. blockquote.center {
  83. text-align: center;
  84. }
  85.  
  86. blockquote.left {
  87. text-align: left;
  88. }
  89.  
  90. blockquote.right {
  91. text-align: right;
  92. }
  93.  
  94. /* Tables */
  95. th {
  96. text-transform: uppercase;
  97. font-size: 11px;
  98. font-weight: bold;
  99. background: #CCC;
  100. }
  101.  
  102. tr:nth-child(even) { background: #EEE; }
  103.  
  104. tr:nth-child(odd) { background: #DDD; }
  105.  
  106. td { padding: 5px 20px; }
  107.  
  108. th {
  109. text-transform: uppercase;
  110. font-size: 11px;
  111. font-weight: bold;
  112. background: #CCC;
  113. text-align: center;
  114. }
  115.  
  116. /* Lists */
  117.  
  118. ul, ol { margin-bottom: 20px; padding: 0; }
  119.  
  120. ul { list-style: none outside; }
  121.  
  122. ol { list-style: decimal; margin-left: 40px; }
  123.  
  124. ul ul,
  125. ol ul { margin: 4px 0 5px 15px; }
  126.  
  127. ul ol,
  128. ol ol { margin: 4px 0 5px 30px; }
  129.  
  130. ul ul li,
  131. ul ol li,
  132. ol ol li,
  133. ol ul li { margin-bottom: 6px; }
  134.  
  135. li { line-height: 18px; margin-bottom: 12px; }
  136.  
  137. li p { line-height: 21px; }
  138.  
  139. ul > li { margin-left: 40px; list-style: disc; }
  140.  
  141. ul ul li { margin-left: 0px; }
  142.  
  143. ul ul > li,
  144. ol ul > li { margin-left: 10px; }
  145.  
  146. dl { margin-bottom: 20px; }
  147.  
  148. dl dt { font-weight: bold; margin-bottom: 5px; }
  149.  
  150. dl dd { padding-left: 20px; margin-bottom: 10px; }
  151.  
  152. /* Formatting tags */
  153. em { font-style: italic; }
  154.  
  155. strong { font-weight: bold; }
  156.  
  157. small { font-size: 80%; }
  158.  
  159. q::before,
  160. cite::before { content: '"'; }
  161.  
  162. q::after,
  163. cite::after { content: '"'; }
  164.  
  165. q q::before,
  166. cite cite::before { content: "'"; }
  167.  
  168. q q::after,
  169. cite cite::after { content: "'"; }
  170.  
  171. cite { font-style: italic; border: none; }
  172.  
  173. address {
  174. font-family: 'Courier new', Courier, Monospace;
  175. padding: 0 0 20px 20px;
  176. }
  177.  
  178. pre {
  179. display: block;
  180. font-family: 'Courier New', Courier, Monospace;
  181. padding: 15px;
  182. word-wrap: break-word;
  183. }
  184.  
  185. hr{
  186. height:0px;
  187. margin:5px;
  188. border-color:#CCC;
  189. }
  190.  
  191. sub { font-size: xx-small; vertical-align: sub; }
  192.  
  193. sup { font-size: xx-small; vertical-align: super; }
  194.  
  195. code,
  196. kbd,
  197. var { font-family: 'Courier new', Courier, Monospace; }
  198.  
  199. del,
  200. strike { text-decoration: line-through; }
  201.  
  202. ins { text-decoration: underline; }
  203.  
  204. big { font-weight: bold; }
  205.  
  206. acronym,
  207. abbr {
  208. border-bottom: .1em dotted;
  209. cursor: help;
  210. }
  211.  
  212. /* Alignment */
  213. .alignnone {
  214. margin: 5px 20px 20px 0 !important;
  215. }
  216.  
  217. .alignright {
  218. float: right;
  219. margin: 5px 0 20px 20px !important;
  220. }
  221.  
  222. .alignleft {
  223. float: left;
  224. margin: 5px 20px 20px 0 !important;
  225. }
  226.  
  227. .aligncenter {
  228. display: block;
  229. margin: 5px auto 5px auto !important;
  230. }
  231.  
  232. /* Images */
  233. img {
  234. max-width: 100%;
  235. height: auto;
  236. }
  237. @media \0screen {img { width: auto }} /* Prevent image distortion in IE8 */
  238.  
  239. a img.alignright {
  240. float: right;
  241. margin: 5px 0 20px 20px;
  242. }
  243.  
  244. a img.alignnone {
  245. margin: 5px 20px 20px 0;
  246. }
  247.  
  248. a img.alignleft {
  249. float: left;
  250. margin: 5px 20px 20px 0;
  251. }
  252.  
  253. a img.aligncenter {
  254. display: block;
  255. margin-left: auto;
  256. margin-right: auto
  257. }
  258.  
  259. .wp-caption {
  260. background: #fff;
  261. border-color: #f0f0f0;
  262. max-width: 96%; /* Image does not overflow the content area */
  263. padding: 5px 3px 10px;
  264. text-align: center;
  265. }
  266.  
  267. .wp-caption.alignnone { margin: 5px 20px 20px 0; }
  268.  
  269. .wp-caption.alignleft { margin: 5px 20px 20px 0; }
  270.  
  271. .wp-caption.alignright { margin: 5px 0 20px 20px; }
  272.  
  273. .wp-caption img {
  274. border: 0 none;
  275. height: auto;
  276. margin: 0;
  277. max-width: 98.5%;
  278. padding: 0;
  279. width: auto;
  280. }
  281.  
  282. .wp-caption p.wp-caption-text {
  283. font-size: 11px;
  284. line-height: 17px;
  285. margin: 0;
  286. padding: 0 4px 5px;
  287. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement