Advertisement
Guest User

Untitled

a guest
Apr 25th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Eleven Child
  3. Description: Child theme for the Twenty Eleven theme
  4. Author: Your name here
  5. Template: twentyeleven
  6. */
  7.  
  8. @import url("../twentyeleven/style.css");
  9.  
  10. #access {
  11. background: #534640;
  12. }
  13.  
  14. #access ul {
  15. font-size: 13.8px;
  16. list-style: none outside none;
  17. margin: 0 0 0 -0.8125em;
  18. padding-left: 0;
  19. }
  20.  
  21. #site-title
  22. {
  23. color: #009900;
  24. }
  25.  
  26.  
  27. {
  28.  
  29.  
  30.  
  31.  
  32. color: inherit;
  33. font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  34. font-style: inherit;
  35. font-weight: inherit;
  36. line-height: 0;
  37. }
  38. body {
  39. color: #333;
  40. font: 10px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  41. font-weight: 300;
  42. line-height: 2;
  43. }
  44.  
  45. /* Headings */
  46. h1,h2,h3,h4,h5,h6 {
  47. clear: both;
  48. }
  49. h1,
  50. h2 {
  51. color: #000;
  52. font-size: 0px;
  53. font-weight: bold;
  54. margin: 0 0 0em;
  55. }
  56. h3 {
  57. font-size: 10px;
  58. letter-spacing: 0.1em;
  59. line-height: 2.6em;
  60. text-transform: uppercase;
  61. }
  62. h4, h5, h6 {
  63. font-size: 14px;
  64. margin: 0;
  65. }
  66. hr {
  67. background-color: #ccc;
  68. border: 0;
  69. height: 1px;
  70. margin-bottom: 1.625em;
  71. }
  72.  
  73. /* Text elements */
  74. p, ul, ol, dl {
  75. font-weight: 300;
  76. }
  77. p {
  78. margin-bottom: 1.625em;
  79. }
  80. ul, ol {
  81. margin: 0 0 1.625em 2.5em;
  82. padding: 0;
  83. }
  84. ul {
  85. list-style: square;
  86. }
  87. ol {
  88. list-style-type: decimal;
  89. }
  90. ol ol {
  91. list-style: upper-alpha;
  92. }
  93. ol ol ol {
  94. list-style: lower-roman;
  95. }
  96. ol ol ol ol {
  97. list-style: lower-alpha;
  98. }
  99. ul ul, ol ol, ul ol, ol ul {
  100. margin-bottom: 0;
  101. }
  102. dl {
  103. margin: 0 3.5em;
  104. }
  105. dt {
  106. font-size: 15px;
  107. font-weight: normal;
  108.  
  109.  
  110. }
  111. dd {
  112. margin: 0 0 1.625em;
  113. }
  114. strong {
  115. font-weight: bold;
  116. }
  117. cite, em, i {
  118. font-style: italic;
  119. }
  120. cite {
  121. border: none;
  122. }
  123. big {
  124. font-size: 131.25%;
  125. }
  126. .mceContentBody blockquote,
  127. .mceContentBody blockquote p {
  128. font-family: Georgia, "Bitstream Charter", serif !important;
  129. font-style: italic !important;
  130. font-weight: normal;
  131. margin: 0 3em;
  132. }
  133. .mceContentBody blockquote em,
  134. .mceContentBody blockquote i,
  135. .mceContentBody blockquote cite {
  136. font-style: normal;
  137. }
  138. .mceContentBody blockquote cite {
  139. color: #666;
  140. font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  141. font-weight: 300;
  142. letter-spacing: 0.05em;
  143. text-transform: uppercase;
  144. }
  145. pre {
  146. background: #f4f4f4;
  147. font: 13px "Courier 10 Pitch", Courier, monospace;
  148. line-height: 1.5;
  149. margin-bottom: 1.625em;
  150. padding: 0.75em 1.625em;
  151. }
  152. code, kbd, code var {
  153. font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  154. }
  155. abbr, acronym, dfn {
  156. border-bottom: 1px dotted #666;
  157. cursor: help;
  158. }
  159. address {
  160. display: block;
  161. margin: 0 0 1.625em;
  162. }
  163. del {
  164. color: #333;
  165. }
  166. ins {
  167. background: #fff9c0;
  168. border: none;
  169. color: #333;
  170. text-decoration: none;
  171. }
  172. sup,
  173. sub {
  174. font-size: 10px;
  175. height: 0;
  176. line-height: 1;
  177. position: relative;
  178. vertical-align: baseline;
  179. }
  180. sup {
  181. bottom: 1ex;
  182. }
  183. sub {
  184. top: .5ex;
  185. }
  186. input[type=text],
  187. textarea {
  188. background: #fafafa;
  189. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  190. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  191. box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  192. border: 1px solid #ddd;
  193. color: #888;
  194. }
  195. input[type=text]:focus,
  196. textarea:focus {
  197. color: #333;
  198. }
  199. textarea {
  200. padding-left: 3px;
  201. width: 98%;
  202. }
  203. input[type=text] {
  204. padding: 3px;
  205. }
  206.  
  207. /* Links */
  208. a,
  209. a em,
  210. a strong {
  211. color: #1b8be0;
  212. text-decoration: none;
  213. }
  214. a:focus,
  215. a:active,
  216. a:hover {
  217. text-decoration: underline;
  218. }
  219.  
  220. /* Alignment */
  221. .alignleft {
  222. display: inline;
  223. float: left;
  224. margin-right: 1.625em;
  225. }
  226. .alignright {
  227. display: inline;
  228. float: right;
  229. margin-left: 1.625em;
  230. }
  231. .aligncenter {
  232. clear: both;
  233. display: block;
  234. margin-left: auto;
  235. margin-right: auto;
  236. }
  237.  
  238. /* Tables */
  239. table {
  240. border: none !important;
  241. border-bottom: 1px solid #ddd !important;
  242. border-collapse: collapse;
  243. border-spacing: 0;
  244. text-align: left;
  245. margin: 0 0 1.625em;
  246. width: 100%;
  247. }
  248. tr th {
  249. border: none !important;
  250. color: #666;
  251. font-size: 10px;
  252. font-weight: 500;
  253. letter-spacing: 0.1em;
  254. line-height: 2.6em;
  255. text-transform: uppercase;
  256. }
  257. td {
  258. border: none !important;
  259. border-top: 1px solid #ddd !important;
  260. padding: 6px 10px 6px 0;
  261. }
  262.  
  263. /* Images */
  264. img[class*="wp-image-"] {
  265. height: auto;
  266. max-width: 97.5%;
  267. }
  268. img.size-full {
  269. width: auto; /* Prevent stretching of full-size images in IE8 */
  270. }
  271. img.wp-smiley {
  272. border: none;
  273. margin-bottom: 0;
  274. margin-top: 0;
  275. padding: 0;
  276. }
  277. p img,
  278. .wp-caption {
  279. margin-top: 3em;
  280. }
  281. img {
  282. border: 1px solid #ddd;
  283. padding: 6px;
  284. }
  285. img.alignleft,
  286. img.alignright,
  287. img.aligncenter {
  288. margin-bottom: 1.625em;
  289. }
  290. .wp-caption {
  291. background: #a8ce9c;
  292. border: none;
  293. margin-bottom: 3em;
  294. max-width: 100%;
  295. padding: 1px;
  296. }
  297. .wp-caption img {
  298. display: block;
  299. margin: 5px auto 0 !important;
  300. max-width: 98%;
  301. border-color: #eee;
  302. }
  303. .wp-caption .wp-caption-text,
  304. .wp-caption-dd {
  305. color: #666;
  306. font-family: Georgia, serif !important;
  307. font-size: 12px;
  308. margin: 0 0 0.6em 0 !important;
  309. padding: 0 0 5px 40px;
  310. position: relative;
  311. text-align: left;
  312. }
  313. .wp-caption .wp-caption-text:before {
  314. color: #666;
  315. content: '\2014';
  316. font-size: 14px;
  317. font-style: normal;
  318. font-weight: bold;
  319. margin-right: 5px;
  320. position: absolute;
  321. left: 10px;
  322. top: 7px;
  323. }
  324. a:focus img[class*="wp-image-"],
  325. a:hover img[class*="wp-image-"],
  326. a:active img[class*="wp-image-"] {
  327. background: #eee;
  328. border-color: #bbb;
  329. }
  330. .wp-caption a:focus img,
  331. .wp-caption a:active img,
  332. .wp-caption a:hover img {
  333. background: #fff;
  334. border-color: #ddd;
  335. }
  336.  
  337.  
  338.  
  339.  
  340. #site-title {
  341. padding: 0em 0 0;
  342. text-align: center;
  343. margin:0px;
  344. }
  345. h1#site-title span img
  346. {
  347. width:400px;
  348. height:200px;
  349. }
  350. #branding img {
  351. height: auto;
  352. margin-bottom: -7px;
  353. padding: 0;
  354. width: 100%;
  355. border-top: 0px solid #a8ce9c;
  356. padding-bottom: 1px;
  357. position: relative;
  358. z-index: 9999;
  359. }
  360. img {
  361. border: 0 solid #DDDDDD;
  362. }
  363. article.intro {
  364. background: none repeat scroll 0 0 #F9F9F9;
  365. border-bottom: medium none;
  366. margin: -1.855em -8.9% 1.625em;
  367. padding: 0 0%;
  368. }
  369.  
  370.  
  371. #site-title a {
  372. color: #111111;
  373. font-size: 30px;
  374. font-weight: bold;
  375. line-height: 36px;
  376. text-decoration: none;
  377. }
  378. #site-title a:hover, #site-title a:focus, #site-title a:active {
  379. color: #1982D1;
  380. }
  381. #site-description {
  382. color: #7A7A7A;
  383. font-size: 1px;
  384. margin: 0 270px 3.65625em 0;
  385. }
  386.  
  387. h1.showcase-heading {
  388. visibility: hidden;
  389. color: #666666;
  390. font-size: 10px;
  391. font-weight: 500;
  392. letter-spacing: 0.1em;
  393. line-height: 2.6em;
  394. text-transform: uppercase;
  395. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement