Advertisement
Guest User

elites css 3/2/15

a guest
Mar 2nd, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | None | 0 0
  1. body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
  2. margin: 0;
  3. padding: 0;
  4. padding: 0;
  5. }
  6.  
  7. body {
  8. font-size: 14px;
  9. text-align: center;
  10. vertical-align: top;
  11. background: #666;
  12. background-attachment: fixed;
  13. color: #fff;
  14. }
  15.  
  16. h1,h2,h3,h4,h5,h6 {
  17. font-family: Trebuchet MS;
  18. font-size: 16px;
  19. font-size: 16px;
  20. }
  21.  
  22. a {
  23. text-decoration: underline;
  24. color: #272727;
  25. color: #272727;
  26. }
  27.  
  28. a:hover {
  29. text-decoration: none;
  30. }
  31.  
  32. a img {
  33. border: 0;
  34. }
  35.  
  36. abbr,acronym {
  37. border: 0;
  38. }
  39.  
  40. address,dl,p {
  41. padding: 10px 0 0;
  42. }
  43.  
  44. blockquote {
  45. background: #fffada no-repeat 5px 7px;
  46. color: #736926;
  47. color: #736926;
  48. margin: 10px 10px 0;
  49. margin: 10px 10px 0;
  50. }
  51.  
  52. blockquote p {
  53. padding: 10px 10px 10px 20px;
  54. }
  55.  
  56. blockquote blockquote {
  57. background: #fff;
  58. color: #333;
  59. color: #333;
  60. margin: 10px 20px;
  61. margin: 10px 20px;
  62. }
  63.  
  64. blockquote blockquote p {
  65. padding: 10px;
  66. }
  67.  
  68. code {
  69. background: #f9f9f9;
  70. }
  71.  
  72. dt {
  73. font-weight: 700;
  74. }
  75.  
  76. dd {
  77. padding: 0 0 5px 15px;
  78. }
  79.  
  80. hr {
  81. clear: both;
  82. width: 100%;
  83. border: 0;
  84. height: 1px;
  85. text-align: left;
  86. background: no-repeat;
  87. margin: 15px 0 5px;
  88. }
  89.  
  90. small {
  91. font-size: 10px;
  92. }
  93.  
  94. input,textarea {
  95. font-family: Arial, Helvetica, Georgia, sans-serif;
  96. font-size: 12px;
  97. font-size: 12px;
  98. padding: 2px;
  99. padding: 2px;
  100. }
  101.  
  102. input#author,input#email,input#url,textarea#comment {
  103. border: 1px solid #fff;
  104. padding: 3px;
  105. padding: 3px;
  106. }
  107.  
  108. input#author,input#email,input#url {
  109. margin: 0 5px 0 0;
  110. }
  111.  
  112. #container,#header,#menu,#menu ul li,#menu ul li a,#pagetitle,h1,.pagewrapper,#page,.wrapper,.narrowcolumnwrapper,.narrowcolumn,.content,.post,.entry,.browse,.sidebar {
  113. text-align: left;
  114. vertical-align: top;
  115. }
  116.  
  117. #container {
  118. width: 904px;
  119. margin: 0 auto;
  120. margin: 0 auto;
  121. padding: 25px 0;
  122. padding: 25px 0;
  123. }
  124.  
  125. #header {
  126. width: 904px;
  127. height: 400px;
  128. color: #333;
  129. margin: 2px auto;
  130. }
  131.  
  132. #header-box {
  133. top: 10px;
  134. left: 0;
  135. z-index: 10;
  136. }
  137.  
  138. #header-image {
  139. z-index: -2;
  140. margin: 0 0 10px;
  141. }
  142.  
  143. #header-overlay img {
  144. display: none;
  145. }
  146.  
  147. #pagetitle {
  148. width: 904px;
  149. height: 400px;
  150. margin: 3px auto;
  151. }
  152.  
  153. #menu ul li {
  154. float: left;
  155. font-size: 14px;
  156. font-weight: 700;
  157. background: no-repeat right top;
  158. color: #325b0a;
  159. margin: 0 5px 0 0;
  160. }
  161.  
  162. #menu ul li a {
  163. display: none;
  164. text-decoration: none;
  165. background: no-repeat left top;
  166. color: #325b0a;
  167. padding: 14px 20px 10px;
  168. }
  169.  
  170. #menu ul li a:hover {
  171. text-decoration: underline;
  172. }
  173.  
  174. #pagetitle h1 {
  175. font-size: 24px;
  176. letter-spacing: 1px;
  177. text-transform: uppercase;
  178. color: #fff;
  179. padding: 36px 28px 0;
  180. }
  181.  
  182. #pagetitle h1 a {
  183. text-decoration: none;
  184. color: #fff;
  185. }
  186.  
  187. #searchbox {
  188. display: none;
  189. }
  190.  
  191. #syndication {
  192. display: none;
  193. }
  194.  
  195. .pagewrapper {
  196. float: left;
  197. width: 904px;
  198. background: #fff no-repeat left bottom;
  199. color: #333;
  200. margin: 0 0 10px;
  201. }
  202.  
  203. #page {
  204. float: left;
  205. background: no-repeat;
  206. padding: 0 5px 5px;
  207. }
  208.  
  209. .wrapper {
  210. float: left;
  211. width: 500px;
  212. }
  213.  
  214. .narrowcolumnwrapper {
  215. float: left;
  216. width: 500px;
  217. background: #fff url('images/bg_narrowcol.gif') repeat-y;
  218. margin: 5px 0 0;
  219. }
  220.  
  221. .narrowcolumn {
  222. float: left;
  223. width: 500px;
  224. background: url('images/bg_narrowcol_bottom.gif') no-repeat left bottom;
  225. }
  226.  
  227. .content {
  228. top: 10px;
  229. float: left;
  230. width: 500px;
  231. background: url('http://oi59.tinypic.com/23tm980.jpg') repeat center;
  232. overflow: hidden;
  233. }
  234.  
  235. .post {
  236. line-height: 18px;
  237. padding: 9px 16px 15px;
  238. }
  239.  
  240. .post h2 {
  241. font-size: 16px;
  242. font-weight: 700;
  243. line-height: 27px;
  244. padding: 0 0 2px;
  245. }
  246.  
  247. .post h2 a {
  248. text-decoration: none;
  249. color: #202020;
  250. border-bottom: 1px solid #000;
  251. }
  252.  
  253. .sticky h2 a {
  254. color: #FFFFFF;
  255. /* Stickied post title background */
  256. background-image: ;
  257. display: block;
  258. margin: 5px 0;
  259. padding: 10px;
  260. }
  261.  
  262. .post img {
  263. background: none;
  264. border: 0;
  265. padding: 0;
  266. }
  267.  
  268. .post img.alignleft {
  269. float: left;
  270. margin: 5px 10px 0 0;
  271. }
  272.  
  273. .post img.alignright {
  274. float: right;
  275. margin: 5px 0 0 10px;
  276. }
  277.  
  278. img.centered,img.aligncenter {
  279. display: block;
  280. margin-left: auto;
  281. margin-right: auto;
  282. }
  283.  
  284. .alignright {
  285. float: right;
  286. }
  287.  
  288. .alignleft {
  289. float: left;
  290. }
  291.  
  292. .post img.wp-smiley {
  293. border: 0;
  294. background: none;
  295. padding: 0;
  296. }
  297.  
  298. .entry {
  299. max-width: 475px;
  300. }
  301.  
  302. .entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
  303. padding: 9px 0 0;
  304. }
  305.  
  306. .entry h1 {
  307. font-size: 20px;
  308. line-height: 30px;
  309. }
  310.  
  311. .entry h2 {
  312. line-height: 18px;
  313. }
  314.  
  315. .entry h3 {
  316. font-size: 14px;
  317. }
  318.  
  319. .entry h4 {
  320. font-size: 12px;
  321. }
  322.  
  323. .entry h5 {
  324. font-size: 11px;
  325. }
  326.  
  327. .entry h6 {
  328. font-size: 10px;
  329. }
  330.  
  331. .postinfo {
  332. font-size: 11px;
  333. color: #999;
  334. clear: both;
  335. }
  336.  
  337. .postinfo a {
  338. color: #578cca;
  339. }
  340.  
  341. .postdate {
  342. color: #a12a2a;
  343. }
  344.  
  345. .browse {
  346. border-top: 1px solid #bdbdbd;
  347. line-height: 18px;
  348. padding: 15px 16px;
  349. }
  350.  
  351. .sidebar,.obar {
  352. float: right;
  353. width: 192px;
  354. line-height: 18px;
  355. overflow: hidden;
  356. /* Sidebar background */
  357. background: url('http://oi57.tinypic.com/15wlc3a.jpg');
  358. margin: 0 0 0 5px;
  359. }
  360.  
  361. .obar {
  362. float: left;
  363. margin: 0 5px 0 0;
  364. }
  365.  
  366. .sidebar ul,.obar ul {
  367. list-style: none;
  368. margin: 0;
  369. padding: 0;
  370. }
  371.  
  372. .sidebar ul li,.obar ul li {
  373. background: repeat;
  374. margin: 5px 0 0;
  375. padding: 9px 16px 15px;
  376. }
  377.  
  378. .sidebar ul li.widget_search,.obar ul li {
  379. padding: 15px 16px;
  380. }
  381.  
  382. .sidebar ul li h2,.obar ul li h2 {
  383. font-size: 16px;
  384. font-weight: 700;
  385. line-height: 27px;
  386. color: #1C1C1C;
  387. }
  388.  
  389. .sidebar ul ul li,.obar ul ul li {
  390. margin: 0;
  391. padding: 6px 0 3px;
  392. }
  393.  
  394. .sidebar ul ul ul,.obar ul ul ul {
  395. padding: 3px 0 0;
  396. }
  397.  
  398. .sidebar ul ul ul li,.obar ul ul ul li {
  399. background: no-repeat 0 8px;
  400. padding: 6px 0 3px 15px;
  401. }
  402.  
  403. .sidebar ul ul ul ul li,.obar ul ul ul li {
  404. background: no-repeat 0 8px;
  405. }
  406.  
  407. .sidebar ul li select {
  408. width: 100%;
  409. }
  410.  
  411. .post h3#comments,.post h3#respondtitle {
  412. line-height: 27px;
  413. color: #1c1c1c;
  414. }
  415.  
  416. .post h3#respondtitle {
  417. color: #333;
  418. }
  419.  
  420. ol.commentlist {
  421. list-style: none;
  422. margin: 0 0 11px;
  423. padding: 0;
  424. }
  425.  
  426. ol.commentlist li>div {
  427. background: no-repeat left bottom;
  428. padding: 13px 0;
  429. }
  430.  
  431. ol.commentlist li {
  432. list-style: none;
  433. }
  434.  
  435. ol.commentlist li .commentmetadata {
  436. font-size: 11px;
  437. color: #546477;
  438. }
  439.  
  440. ol.commentlist li .commentmetadata a {
  441. color: #546477;
  442. }
  443.  
  444. div.navigation {
  445. padding-bottom: 3em;
  446. }
  447.  
  448. form#commentform small {
  449. font-size: 11px;
  450. }
  451.  
  452. #footer {
  453. font-size: 11px;
  454. color: #000;
  455. text-align: center;
  456. margin: 10px 0;
  457. }
  458.  
  459. .aligncenter,div.aligncenter {
  460. display: block;
  461. margin-left: auto;
  462. margin-right: auto;
  463. }
  464.  
  465. .wp-caption {
  466. border: 1px solid #ddd;
  467. text-align: center;
  468. background-color: #f3f3f3;
  469. padding-top: 4px;
  470. -moz-border-radius: 3px;
  471. -khtml-border-radius: 3px;
  472. -webkit-border-radius: 3px;
  473. border-radius: 3px;
  474. margin: 10px;
  475. }
  476.  
  477. .wp-caption img {
  478. border: 0 none;
  479. margin: 0;
  480. padding: 0;
  481. }
  482.  
  483. .wp-caption p.wp-caption-text {
  484. font-size: 11px;
  485. line-height: 17px;
  486. margin: 0;
  487. padding: 0 4px 5px;
  488. }
  489.  
  490. div.avatar {
  491. float: right;
  492. margin: 0;
  493. padding: 0;
  494. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement