Advertisement
Guest User

html form

a guest
Dec 27th, 2010
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.13 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Ten
  3. Theme URI: http://wordpress.org/
  4. Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
  5. Author: the WordPress team
  6. Version: 1.1
  7. Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
  8. */
  9.  
  10.  
  11. /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
  12. -------------------------------------------------------------- */
  13.  
  14. html, body, div, span, applet, object, iframe,
  15. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  16. a, abbr, acronym, address, big, cite, code,
  17. del, dfn, em, font, img, ins, kbd, q, s, samp,
  18. small, strike, strong, sub, sup, tt, var,
  19. b, u, i, center,
  20. dl, dt, dd, ol, ul, li,
  21.  
  22. fieldset, form, label, legend
  23. {
  24. background: transparent;
  25. border: 0;
  26. margin: 0;
  27. padding: 0;
  28. vertical-align: baseline;
  29. }
  30. body {
  31. line-height: 1;
  32. }
  33. h1, h2, h3, h4, h5, h6 {
  34. clear: both;
  35. font-weight: normal;
  36. }
  37. ol, ul {
  38. list-style: none;
  39. }
  40.  
  41. blockquote {
  42. quotes: none;
  43. }
  44. blockquote:before, blockquote:after {
  45. content: '';
  46. content: none;
  47. }
  48. del {
  49. text-decoration: line-through;
  50. }
  51. /* tables still need 'cellspacing="0"' in the markup */
  52.  
  53. a img {
  54. border: none;
  55. }
  56.  
  57. /* =Layout
  58. -------------------------------------------------------------- */
  59.  
  60. /* content area position */
  61. #main {position:relative;}
  62. div#container {margin-left:30px; width:50%; margin-top: -15px;}
  63. div#content {margin:800;width:630px;}
  64. #primary {position:absolute; top:50px; left:100; width:23%;}
  65. /* right menu position and width */
  66. #secondary {position:absolute; top:40px; left:695px; width:30%;}
  67.  
  68.  
  69.  
  70. /*
  71. LAYOUT: One column, no sidebar
  72. DESCRIPTION: One centered column with no sidebar
  73. */
  74.  
  75. .one-column #content {
  76. margin: 0 auto;
  77. width: 740px;
  78. }
  79.  
  80. /*
  81. LAYOUT: Full width, no sidebar
  82. DESCRIPTION: Full width content with no sidebar; used for attachment pages
  83. */
  84.  
  85. .single-attachment #content {
  86. margin: 0 auto;
  87. width: 900px;
  88. }
  89.  
  90.  
  91. /* =Fonts
  92. -------------------------------------------------------------- */
  93. body,
  94. input,
  95. textarea,
  96. .page-title span,
  97. .pingback a.url {
  98. font-family: Georgia, "Bitstream Charter", serif;
  99. }
  100. h3#comments-title,
  101. h3#reply-title,
  102. #access .menu,
  103. #access div.menu ul,
  104. #cancel-comment-reply-link,
  105. .form-allowed-tags,
  106. #site-info,
  107. #site-title,
  108. #wp-calendar,
  109. .comment-meta,ite
  110. .comment-body tr th,
  111. .comment-body thead th,
  112. .entry-content label,
  113. .entry-content tr th,
  114. .entry-content thead th,
  115. .entry-meta,
  116. .entry-title,
  117. .entry-utility,
  118. #respond label,
  119. .navigation,
  120. .page-title,
  121. .pingback p,
  122. .reply,
  123. .widget-title,
  124. .wp-caption-text,
  125. input[type=submit] {
  126. font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  127. }
  128. pre {
  129. font-family: "Courier 10 Pitch", Courier, monospace;
  130. }
  131. code {
  132. font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  133. }
  134.  
  135.  
  136. /* =Structure
  137. -------------------------------------------------------------- */
  138.  
  139. /* The main theme structure */
  140. #access .menu-header,
  141. div.menu,
  142. #colophon,
  143. #branding,
  144. #main,
  145. #wrapper {
  146. margin: 0 auto;
  147. width: 970px;
  148. }
  149. #wrapper {
  150. background: #fff;
  151. margin-top: 0px;
  152. padding: 0 20px;
  153. }
  154. /* give wrapper rounded corners */
  155.  
  156. #wrapper {
  157.  
  158.  -moz-border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 2px; -webkit-border-radius: 2px;
  159.  
  160.  
  161. }
  162. /* box-shadow for wrapper */
  163.  
  164. #wrapper {box-shadow: 0 0 3px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.25); -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.25);}
  165.  
  166.  
  167.  
  168. /* Structure the footer area */
  169. #footer-widget-area {
  170. overflow: hidden;
  171. }
  172. #footer-widget-area .widget-area {
  173. float: right;
  174. margin-right: -30px;
  175. margin-top: 80px;
  176. margin-bottom: -20px;
  177. width: 220px;
  178. }
  179. #footer-widget-area #fourth {
  180. margin-right: 0;
  181. }
  182. #site-info {
  183. float: left;
  184. font-size: 14px;
  185. font-weight: bold;
  186. width: 700px;
  187. }
  188. #site-generator {
  189. float: right;
  190. width: 220px;
  191. }
  192.  
  193.  
  194. /* =Global Elements
  195. -------------------------------------------------------------- */
  196.  
  197. /* Main global 'theme' and typographic styles */
  198. body {
  199. background: #f1f1f1;
  200. }
  201. body,
  202. input,
  203. textarea {
  204. color: #666;
  205. font-size: 12px;
  206. line-height: 18px;
  207. }
  208. hr {
  209. background-color: #e7e7e7;
  210. border: 0;
  211. clear: both;
  212. height: 1px;
  213. margin-bottom: 18px;
  214. }
  215.  
  216. /* Text elements */
  217. p {
  218. margin-bottom: 18px;
  219. }
  220. ul {
  221. list-style: square;
  222. margin: 0 0 18px 1.5em;
  223. }
  224. ol {
  225. list-style: decimal;
  226. margin: 0 0 18px 1.5em;
  227. }
  228. ol ol {
  229. list-style: upper-alpha;
  230. }
  231. ol ol ol {
  232. list-style: lower-roman;
  233. }
  234. ol ol ol ol {
  235. list-style: lower-alpha;
  236. }
  237. ul ul,
  238. ol ol,
  239. ul ol,
  240. ol ul {
  241. margin-bottom: 0;
  242. }
  243. dl {
  244. margin: 0 0 24px 0;
  245. }
  246. dt {
  247. font-weight: bold;
  248. }
  249. dd {
  250. margin-bottom: 18px;
  251. }
  252. strong {
  253. font-weight: bold;
  254. }
  255. cite,
  256. em,
  257. i {
  258. font-style: italic;
  259. }
  260. big {
  261. font-size: 131.25%;
  262. }
  263. ins {
  264. background: #ffc;
  265. text-decoration: none;
  266. }
  267. blockquote {
  268. font-style: italic;
  269. padding: 0 3em;
  270. }
  271. blockquote cite,
  272. blockquote em,
  273. blockquote i {
  274. font-style: normal;
  275. }
  276. pre {
  277. background: #f7f7f7;
  278. color: #222;
  279. line-height: 18px;
  280. margin-bottom: 18px;
  281. padding: 1.5em;
  282. }
  283. abbr,
  284. acronym {
  285. border-bottom: 1px dotted #666;
  286. cursor: help;
  287. }
  288. sup,
  289. sub {
  290. height: 0;
  291. line-height: 1;
  292. position: relative;
  293. vertical-align: baseline;
  294. }
  295. sup {
  296. bottom: 1ex;
  297. }
  298. sub {
  299. top: .5ex;
  300. }
  301. input[type="text"],
  302. textarea {
  303. background: #f9f9f9;
  304. border: 1px solid #ccc;
  305. box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  306. -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  307. -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  308. padding: 2px;
  309. }
  310. a:link {
  311. color: #030303;
  312. }
  313. a:visited {
  314. color: #030303;
  315. }
  316. a:active,
  317. a:hover {
  318. color: #006400;
  319. }
  320.  
  321. /* Text meant only for screen readers */
  322. .screen-reader-text {
  323. position: absolute;
  324. left: -9000px;
  325. }
  326.  
  327.  
  328. /* =Header
  329. -------------------------------------------------------------- */
  330.  
  331. #header {
  332. padding: 15px 0 0 0;
  333. }
  334. #site-title {
  335. float: left;
  336. font-size: 30px;
  337. line-height: 36px;
  338. margin: 0 0 4px 0;
  339. width: 300px;
  340. }
  341. #site-title a {
  342. color: #000;
  343. font-weight: bold;
  344. text-decoration: none;
  345. }
  346. #site-description {
  347. clear: right;
  348. float: right;
  349. color: #006400;
  350. font-size: 24px;
  351. font-style: regular;
  352. margin: 45px 0 10px 0;
  353. width: 610px;
  354. line-height: 2em
  355.  
  356. }
  357.  
  358. /* This is the custom header image */
  359. #branding img {
  360. border:none;
  361. clear: both;
  362. display: block;
  363. }
  364.  
  365. /* This is the search form in the header */
  366. #searchform {
  367. float: right;
  368. margin-top: -30px;
  369. z-index: 500;
  370. }
  371.  
  372. /* =Menu
  373. -------------------------------------------------------------- */
  374.  
  375. #access {
  376. background: #333;
  377. display: block;
  378. float: left;
  379. margin: 0 15px;
  380. width: 940px;
  381.  
  382.  
  383.  
  384. }
  385. #access .menu-header,
  386. div.menu {
  387. font-size: 14px;
  388. margin-left: 12px;
  389. width: 928px;
  390.  
  391. }
  392. #access .menu-header ul,
  393. div.menu ul {
  394. list-style: none;
  395. margin: 0 ;
  396.  
  397.  
  398. }
  399.  
  400.  
  401.  
  402. #access .menu-header li,
  403. div.menu li {
  404. float: left;
  405. position: relative;
  406.  
  407. }
  408. #access a {
  409. color: #aaa;
  410. display: block;
  411. line-height: 38px;
  412. padding: 0 30px;
  413. text-decoration: none;
  414.  
  415. }
  416. #access ul ul {
  417. box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  418. -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  419. -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  420. display: none;
  421. position: absolute;
  422. top: 38px;
  423. left: 0;
  424. float: left;
  425. width: 180px;
  426. z-index: 99999;
  427. }
  428. #access ul ul li {
  429. min-width: 180px;
  430. }
  431. #access ul ul ul {
  432. left: 100%;
  433. top: 0;
  434. }
  435. #access ul ul a {
  436. background: #333;
  437. line-height: 1em;
  438. padding: 10px;
  439. width: 160px;
  440. height: auto;
  441. }
  442. #access li:hover > a,
  443. #access ul ul :hover > a {
  444. background: #999;
  445. color: #fff;
  446. }
  447. #access ul li:hover > ul {
  448. display: block;
  449. }
  450. #access ul li.current_page_item > a,
  451. #access ul li.current-menu-ancestor > a,
  452. #access ul li.current-menu-item > a,
  453. #access ul li.current-menu-parent > a {
  454. color: #fff;
  455. }
  456. * html #access ul li.current_page_item a,
  457. * html #access ul li.current-menu-ancestor a,
  458. * html #access ul li.current-menu-item a,
  459. * html #access ul li.current-menu-parent a,
  460. * html #access ul li a:hover {
  461. color: #fff;
  462. }
  463.  
  464.  
  465. /* =Content
  466. -------------------------------------------------------------- */
  467.  
  468. #main {
  469. clear: both;
  470. overflow: hidden;
  471. padding: 40px 0 0 0;
  472. }
  473. #content {
  474. margin-bottom: 36px;
  475. }
  476. #content,
  477. #content input,
  478. #content textarea {
  479. color: #333;
  480. font-size: 13.5px;
  481. line-height: 24px;
  482. }
  483. #content p,
  484. #content ul,
  485. #content ol,
  486. #content dd,
  487. #content pre,
  488. #content hr {
  489. margin-bottom: 24px;
  490. }
  491. #content ul ul,
  492. #content ol ol,
  493. #content ul ol,
  494. #content ol ul {
  495. margin-bottom: 0;
  496. }
  497. #content pre,
  498. #content kbd,
  499. #content tt,
  500. #content var {
  501. font-size: 15px;
  502. line-height: 21px;
  503. }
  504. #content code {
  505. font-size: 13px;
  506. }
  507. #content dt,
  508. #content th {
  509. color: #000;
  510. }
  511. #content h1,
  512. #content h2,
  513. #content h3,
  514. #content h4,
  515. #content h5,
  516. #content h6 {
  517. color: #000;
  518. line-height: 1.5em;
  519. margin: 0 0 20px 0;
  520. }
  521. #content table {
  522. border: 1px solid #e7e7e7;
  523. margin: 0 -1px 24px 0;
  524. text-align: left;
  525. width: 100%;
  526. }
  527. #content tr th,
  528. #content thead th {
  529. color: #888;
  530. font-size: 12px;
  531. font-weight: bold;
  532. line-height: 18px;
  533. padding: 9px 24px;
  534. }
  535. #content tr td {
  536. border-top: 1px solid #e7e7e7;
  537. padding: 6px 24px;
  538. }
  539. #content tr.odd td {
  540. background: #f2f7fc;
  541. }
  542. .hentry {
  543. margin: 0 0 48px 0;
  544. }
  545. .home .sticky {
  546. background: #f2f7fc;
  547. border-top: 4px solid #000;
  548. margin-left: -20px;
  549. margin-right: -20px;
  550. padding: 18px 20px;
  551. }
  552. .single .hentry {
  553. margin: 0 0 36px 0;
  554. }
  555. .page-title {
  556. color: #000;
  557. font-size: 14px;
  558. font-weight: bold;
  559. margin: 0 0 36px 0;
  560. }
  561. .page-title span {
  562. color: #333;
  563. font-size: 16px;
  564. font-style: italic;
  565. font-weight: normal;
  566. }
  567. .page-title a:link,
  568. .page-title a:visited {
  569. color: #888;
  570. text-decoration: none;
  571. }
  572. .page-title a:active,
  573. .page-title a:hover {
  574. color: #ff4b33;
  575. }
  576. #content .entry-title {
  577. color: #000;
  578. font-size: 21px;
  579. font-weight: bold;
  580. line-height: 1.3em;
  581. margin-bottom: 0;
  582. }
  583. .entry-title a:link,
  584. .entry-title a:visited {
  585. color: #000;
  586. text-decoration: none;
  587. }
  588. .entry-title a:active,
  589. .entry-title a:hover {
  590. color: #ff4b33;
  591. }
  592. .entry-meta {
  593. color: #888;
  594. font-size: 12px;
  595. }
  596. .entry-meta abbr,
  597. .entry-utility abbr {
  598. border: none;
  599. }
  600. .entry-meta abbr:hover,
  601. .entry-utility abbr:hover {
  602. border-bottom: 1px dotted #666;
  603. }
  604. .entry-content,
  605. .entry-summary {
  606. clear: both;
  607. padding: 12px 0 0 0;
  608. }
  609. #content .entry-summary p:last-child {
  610. margin-bottom: 12px;
  611. }
  612. .entry-content fieldset {
  613. border: 1px solid #e7e7e7;
  614. margin: 0 0 24px 0;
  615. padding: 24px;
  616. }
  617. .entry-content fieldset legend {
  618. background: #fff;
  619. color: #000;
  620. font-weight: bold;
  621. padding: 0 24px;
  622. }
  623. .entry-content input {
  624. margin: 0 0 24px 0;
  625. }
  626. .entry-content input.file,
  627. .entry-content input.button {
  628. margin-right: 24px;
  629. }
  630. .entry-content label {
  631. color: #888;
  632. font-size: 12px;
  633. }
  634. .entry-content select {
  635. margin: 0 0 24px 0;
  636. }
  637. .entry-content sup,
  638. .entry-content sub {
  639. font-size: 10px;
  640. }
  641. .entry-content blockquote.left {
  642. float: left;
  643. margin-left: 0;
  644. margin-right: 24px;
  645. text-align: right;
  646. width: 33%;
  647. }
  648. .entry-content blockquote.right {
  649. float: right;
  650. margin-left: 24px;
  651. margin-right: 0;
  652. text-align: left;
  653. width: 33%;
  654. }
  655. .page-link {
  656. color: #000;
  657. font-weight: bold;
  658. margin: 0 0 22px 0;
  659. word-spacing: 0.5em;
  660. }
  661. .page-link a:link,
  662. .page-link a:visited {
  663. background: #f1f1f1;
  664. color: #333;
  665. font-weight: normal;
  666. padding: 0.5em 0.75em;
  667. text-decoration: none;
  668. }
  669. .home .sticky .page-link a {
  670. background: #d9e8f7;
  671. }
  672. .page-link a:active,
  673. .page-link a:hover {
  674. color: #ff4b33;
  675. }
  676. body.page .edit-link {
  677. clear: both;
  678. display: block;
  679. }
  680. #entry-author-info {
  681. background: #f2f7fc;
  682. border-top: 4px solid #000;
  683. clear: both;
  684. font-size: 14px;
  685. line-height: 20px;
  686. margin: 24px 0;
  687. overflow: hidden;
  688. padding: 18px 20px;
  689. }
  690. #entry-author-info #author-avatar {
  691. background: #fff;
  692. border: 1px solid #e7e7e7;
  693. float: left;
  694. height: 60px;
  695. margin: 0 -104px 0 0;
  696. padding: 11px;
  697. }
  698. #entry-author-info #author-description {
  699. float: left;
  700. margin: 0 0 0 104px;
  701. }
  702. #entry-author-info h2 {
  703. color: #000;
  704. font-size: 100%;
  705. font-weight: bold;
  706. margin-bottom: 0;
  707. }
  708. .entry-utility {
  709. clear: both;
  710. color: #888;
  711. font-size: 12px;
  712. line-height: 18px;
  713. }
  714. .entry-meta a,
  715. .entry-utility a {
  716. color: #888;
  717. }
  718. .entry-meta a:hover,
  719. .entry-utility a:hover {
  720. color: #ff4b33;
  721. }
  722. #content .video-player {
  723. padding: 0;
  724. }
  725.  
  726.  
  727. /* =Asides
  728. -------------------------------------------------------------- */
  729.  
  730. .home #content .category-asides p {
  731. font-size: 14px;
  732. line-height: 20px;
  733. margin-bottom: 10px;
  734. margin-top: 0;
  735. }
  736. .home .hentry.category-asides {
  737. padding: 0;
  738. }
  739. .home #content .category-asides .entry-content {
  740. padding-top: 0;
  741. }
  742.  
  743.  
  744. /* =Gallery listing
  745. -------------------------------------------------------------- */
  746.  
  747. .category-gallery .size-thumbnail img {
  748. border: 10px solid #f1f1f1;
  749. margin-bottom: 0;
  750. }
  751. .category-gallery .gallery-thumb {
  752. float: left;
  753. margin-right: 20px;
  754. margin-top: -4px;
  755. }
  756. .home #content .category-gallery .entry-utility {
  757. padding-top: 4px;
  758. }
  759.  
  760.  
  761. /* =Attachment pages
  762. -------------------------------------------------------------- */
  763.  
  764. .attachment .entry-content .entry-caption {
  765. font-size: 140%;
  766. margin-top: 24px;
  767. }
  768. .attachment .entry-content .nav-previous a:before {
  769. content: '\2190\00a0';
  770. }
  771. .attachment .entry-content .nav-next a:after {
  772. content: '\00a0\2192';
  773. }
  774.  
  775.  
  776. /* =Images
  777. -------------------------------------------------------------- */
  778.  
  779. #content img {
  780. margin: 0;
  781. height: auto;
  782. max-width: 640px;
  783. width: auto;
  784. }
  785. #content .attachment img {
  786. max-width: 900px;
  787. }
  788. #content .alignleft,
  789. #content img.alignleft {
  790. display: inline;
  791. float: left;
  792. margin-right: 24px;
  793. margin-top: 4px;
  794. }
  795. #content .alignright,
  796. #content img.alignright {
  797. display: inline;
  798. float: right;
  799. margin-left: 24px;
  800. margin-top: 4px;
  801. }
  802. #content .aligncenter,
  803. #content img.aligncenter {
  804. clear: both;
  805. display: block;
  806. margin-left: auto;
  807. margin-right: auto;
  808. }
  809. #content img.alignleft,
  810. #content img.alignright,
  811. #content img.aligncenter {
  812. margin-bottom: 12px;
  813. }
  814. #content .wp-caption {
  815. background: #f1f1f1;
  816. line-height: 18px;
  817. margin-bottom: 20px;
  818. padding: 4px;
  819. text-align: center;
  820. }
  821. #content .wp-caption img {
  822. margin: 5px 5px 0;
  823. }
  824. #content .wp-caption p.wp-caption-text {
  825. color: #888;
  826. font-size: 12px;
  827. margin: 5px;
  828. }
  829. #content .wp-smiley {
  830. margin: 0;
  831. }
  832. #content .gallery {
  833. margin: 0 auto 18px;
  834. }
  835. #content .gallery .gallery-item {
  836. float: left;
  837. margin-top: 0;
  838. text-align: center;
  839. width: 33%;
  840. }
  841. #content .gallery img {
  842. border: 2px solid #cfcfcf;
  843. }
  844. #content .gallery .gallery-caption {
  845. color: #888;
  846. font-size: 12px;
  847. margin: 0 0 12px;
  848. }
  849. #content .gallery dl {
  850. margin: 0;
  851. }
  852. #content .gallery img {
  853. border: 10px solid #f1f1f1;
  854. }
  855. #content .gallery br+br {
  856. display: none;
  857. }
  858. #content .attachment img { /* single attachment images should be centered */
  859. display: block;
  860. margin: 0 auto;
  861. }
  862.  
  863.  
  864. /* =Navigation
  865. -------------------------------------------------------------- */
  866.  
  867. .navigation {
  868. color: #33333;
  869. font-size: 12px;
  870. line-height: 18px;
  871. overflow: hidden;
  872. }
  873. .navigation a:link,
  874. .navigation a:visited {
  875. color: #33333;
  876. text-decoration: none;
  877. }
  878. .navigation a:active,
  879. .navigation a:hover {
  880. color: #00000;
  881. }
  882. .nav-previous {
  883. float: left;
  884. width: 50%;
  885. }
  886. .nav-next {
  887. float: right;
  888. text-align: right;
  889. width: 50%;
  890. }
  891. #nav-above {
  892. margin: 0 0 18px 0;
  893. }
  894. #nav-above {
  895. display: none;
  896. }
  897. .paged #nav-above,
  898. .single #nav-above {
  899. display: block;
  900. }
  901. #nav-below {
  902. margin: -18px 0 0 0;
  903. }
  904.  
  905.  
  906. /* =Comments
  907. -------------------------------------------------------------- */
  908. #comments {
  909. clear: both;
  910. }
  911. #comments .navigation {
  912. padding: 0 0 18px 0;
  913. }
  914. h3#comments-title,
  915. h3#reply-title {
  916. color: #000;
  917. font-size: 20px;
  918. font-weight: bold;
  919. margin-bottom: 0;
  920. }
  921. h3#comments-title {
  922. padding: 24px 0;
  923. }
  924. .commentlist {
  925. list-style: none;
  926. margin: 0;
  927. }
  928. .commentlist li.comment {
  929. border-bottom: 1px solid #e7e7e7;
  930. line-height: 24px;
  931. margin: 0 0 24px 0;
  932. padding: 0 0 0 56px;
  933. position: relative;
  934. }
  935. .commentlist li:last-child {
  936. border-bottom: none;
  937. margin-bottom: 0;
  938. }
  939. #comments .comment-body ul,
  940. #comments .comment-body ol {
  941. margin-bottom: 18px;
  942. }
  943. #comments .comment-body p:last-child {
  944. margin-bottom: 6px;
  945. }
  946. #comments .comment-body blockquote p:last-child {
  947. margin-bottom: 24px;
  948. }
  949. .commentlist ol {
  950. list-style: decimal;
  951. }
  952. .commentlist .avatar {
  953. position: absolute;
  954. top: 4px;
  955. left: 0;
  956. }
  957. .comment-author {
  958. }
  959. .comment-author cite {
  960. color: #000;
  961. font-style: normal;
  962. font-weight: bold;
  963. }
  964. .comment-author .says {
  965. font-style: italic;
  966. }
  967. .comment-meta {
  968. font-size: 12px;
  969. margin: 0 0 18px 0;
  970. }
  971. .comment-meta a:link,
  972. .comment-meta a:visited {
  973. color: #888;
  974. text-decoration: none;
  975. }
  976. .comment-meta a:active,
  977. .comment-meta a:hover {
  978. color: #ff4b33;
  979. }
  980. .commentlist .even {
  981. }
  982. .commentlist .bypostauthor {
  983. }
  984. .reply {
  985. font-size: 12px;
  986. padding: 0 0 24px 0;
  987. }
  988. .reply a,
  989. a.comment-edit-link {
  990. color: #888;
  991. }
  992. .reply a:hover,
  993. a.comment-edit-link:hover {
  994. color: #ff4b33;
  995. }
  996. .commentlist .children {
  997. list-style: none;
  998. margin: 0;
  999. }
  1000. .commentlist .children li {
  1001. border: none;
  1002. margin: 0;
  1003. }
  1004. .nopassword,
  1005. .nocomments {
  1006. display: none;
  1007. }
  1008. #comments .pingback {
  1009. border-bottom: 1px solid #e7e7e7;
  1010. margin-bottom: 18px;
  1011. padding-bottom: 18px;
  1012. }
  1013. .commentlist li.comment+li.pingback {
  1014. margin-top: -6px;
  1015. }
  1016. #comments .pingback p {
  1017. color: #888;
  1018. display: block;
  1019. font-size: 12px;
  1020. line-height: 18px;
  1021. margin: 0;
  1022. }
  1023. #comments .pingback .url {
  1024. font-size: 13px;
  1025. font-style: italic;
  1026. }
  1027.  
  1028. /* Comments form */
  1029. input[type=submit] {
  1030. color: #333;
  1031. }
  1032. #respond {
  1033. border-top: 1px solid #e7e7e7;
  1034. margin: 24px 0;
  1035. overflow: hidden;
  1036. position: relative;
  1037. }
  1038. #respond p {
  1039. margin: 0;
  1040. }
  1041. #respond .comment-notes {
  1042. margin-bottom: 1em;
  1043. }
  1044. .form-allowed-tags {
  1045. line-height: 1em;
  1046. }
  1047. .children #respond {
  1048. margin: 0 48px 0 0;
  1049. }
  1050. h3#reply-title {
  1051. margin: 18px 0;
  1052. }
  1053. #comments-list #respond {
  1054. margin: 0 0 18px 0;
  1055. }
  1056. #comments-list ul #respond {
  1057. margin: 0;
  1058. }
  1059. #cancel-comment-reply-link {
  1060. font-size: 12px;
  1061. font-weight: normal;
  1062. line-height: 18px;
  1063. }
  1064. #respond .required {
  1065. color: #ff4b33;
  1066. font-weight: bold;
  1067. }
  1068. #respond label {
  1069. color: #888;
  1070. font-size: 12px;
  1071. }
  1072. #respond input {
  1073. margin: 0 0 9px;
  1074. width: 98%;
  1075. }
  1076. #respond textarea {
  1077. width: 98%;
  1078. }
  1079. #respond .form-allowed-tags {
  1080. color: #888;
  1081. font-size: 12px;
  1082. line-height: 18px;
  1083. }
  1084. #respond .form-allowed-tags code {
  1085. font-size: 11px;
  1086. }
  1087. #respond .form-submit {
  1088. margin: 12px 0;
  1089. }
  1090. #respond .form-submit input {
  1091. font-size: 14px;
  1092. width: auto;
  1093. }
  1094.  
  1095.  
  1096. /* =Widget Areas
  1097. -------------------------------------------------------------- */
  1098.  
  1099. .widget-area ul {
  1100. list-style: none;
  1101. margin-left: 0;
  1102. }
  1103. .widget-area ul ul {
  1104. list-style: square;
  1105. margin-left: 1.3em;
  1106. }
  1107. .widget_search #s {/* This keeps the search inputs in line */
  1108. width: 60%;
  1109. }
  1110. .widget_search label {
  1111. display: none;
  1112. }
  1113. .widget-container {
  1114. margin: 0 0 18px 0;
  1115. }
  1116. .widget-title {
  1117. color: #222;
  1118. font-weight: bold;
  1119. }
  1120. .widget-area a:link,
  1121. .widget-area a:visited {
  1122. text-decoration: none;
  1123. }
  1124. .widget-area a:active,
  1125. .widget-area a:hover {
  1126. text-decoration: underline;
  1127. }
  1128. .widget-area .entry-meta {
  1129. font-size: 11px;
  1130. }
  1131. #wp_tag_cloud div {
  1132. line-height: 1.6em;
  1133. }
  1134. #wp-calendar {
  1135. width: 100%;
  1136. }
  1137. #wp-calendar caption {
  1138. color: #222;
  1139. font-size: 14px;
  1140. font-weight: bold;
  1141. padding-bottom: 4px;
  1142. text-align: left;
  1143. }
  1144. #wp-calendar thead {
  1145. font-size: 11px;
  1146. }
  1147. #wp-calendar thead th {
  1148. }
  1149. #wp-calendar tbody {
  1150. color: #aaa;
  1151. }
  1152. #wp-calendar tbody td {
  1153. background: #f5f5f5;
  1154. border: 1px solid #fff;
  1155. padding: 3px 0 2px;
  1156. text-align: center;
  1157. }
  1158. #wp-calendar tbody .pad {
  1159. background: none;
  1160. }
  1161. #wp-calendar tfoot #next {
  1162. text-align: right;
  1163. }
  1164. .widget_rss a.rsswidget {
  1165. color: #000;
  1166. }
  1167. .widget_rss a.rsswidget:hover {
  1168. color: #ff4b33;
  1169. }
  1170. .widget_rss .widget-title img {
  1171. width: 11px;
  1172. height: 11px;
  1173. }
  1174.  
  1175. /* Main sidebars */
  1176. #main .widget-area ul {
  1177. margin-left: 0;
  1178. padding: 0 20px 0 0;
  1179. }
  1180. #main .widget-area ul ul {
  1181. border: none;
  1182. margin-left: 1.3em;
  1183. padding: 0;
  1184. }
  1185. #primary
  1186. }
  1187.  
  1188. #secondary {
  1189. }
  1190.  
  1191. /* Footer widget areas */
  1192. #footer-widget-area {
  1193. }
  1194.  
  1195.  
  1196. /* =Footer
  1197. -------------------------------------------------------------- */
  1198.  
  1199. #footer {
  1200. margin-bottom: 20px;
  1201. text-align:center;
  1202. }
  1203.  
  1204. #colophon {
  1205. border-top: 1px solid #ccc;
  1206. margin-top: -4px;
  1207. overflow: hidden;
  1208. padding: 18px 0;
  1209. }
  1210.  
  1211. #site-info {
  1212. font-weight: bold;
  1213. }
  1214. #site-info a {
  1215. color: #000;
  1216. text-decoration: none;
  1217. }
  1218. #site-generator {
  1219. font-style: italic;
  1220. position: relative;
  1221. }
  1222. #site-generator a {
  1223. background: url(images/wordpress.png) center left no-repeat;
  1224. color: #666;
  1225. display: inline-block;
  1226. line-height: 16px;
  1227. padding-left: 20px;
  1228. text-decoration: none;
  1229. }
  1230. #site-generator a:hover {
  1231. text-decoration: underline;
  1232. }
  1233. img#wpstats {
  1234. display: block;
  1235. margin: 0 auto 10px;
  1236. }
  1237.  
  1238.  
  1239. /* =Mobile Safari ( iPad, iPhone and iPod Touch )
  1240. -------------------------------------------------------------- */
  1241.  
  1242. pre {
  1243. -webkit-text-size-adjust: 140%;
  1244. }
  1245. code {
  1246. -webkit-text-size-adjust: 160%;
  1247. }
  1248. #access,
  1249. .entry-meta,
  1250. .entry-utility,
  1251. .navigation,
  1252. .widget-area {
  1253. -webkit-text-size-adjust: 120%;
  1254. }
  1255. #site-description {
  1256. -webkit-text-size-adjust: none;
  1257. }
  1258.  
  1259.  
  1260. /* =Print Style
  1261. -------------------------------------------------------------- */
  1262.  
  1263. @media print {
  1264. body {
  1265. background: none !important;
  1266. }
  1267. #wrapper {
  1268. clear: both !important;
  1269. display: block !important;
  1270. float: none !important;
  1271. position: relative !important;
  1272. }
  1273. #header {
  1274. border-bottom: 2pt solid #000;
  1275. padding-bottom: 18pt;
  1276. }
  1277. #colophon {
  1278. border-top: 1pt solid #000;
  1279. }
  1280. #site-title,
  1281. #site-description {
  1282. float: none;
  1283. line-height: 1.4em;
  1284. margin: 0;
  1285. padding: 0;
  1286. }
  1287. #site-title {
  1288. font-size: 13pt;
  1289. }
  1290. .entry-content {
  1291. font-size: 14pt;
  1292. line-height: 1.6em;
  1293. }
  1294. .entry-title {
  1295. font-size: 21pt;
  1296. }
  1297. #access,
  1298. #branding img,
  1299. #respond,
  1300. .comment-edit-link,
  1301. .edit-link,
  1302. .navigation,
  1303. .page-link,
  1304. .widget-area {
  1305. display: none !important;
  1306. }
  1307. #container,
  1308. #header,
  1309. #footer {
  1310. margin: 0;
  1311. width: 100%;
  1312. }
  1313. #content,
  1314. .one-column #content {
  1315. margin: 24pt 0 0;
  1316. width: 100%;
  1317. }
  1318. .wp-caption p {
  1319. font-size: 11pt;
  1320. }
  1321. #site-info,
  1322. #site-generator {
  1323. float: none;
  1324. width: auto;
  1325. }
  1326. #colophon {
  1327. width: auto;
  1328. }
  1329. img#wpstats {
  1330. display: none;
  1331. }
  1332. #site-generator a {
  1333. margin: 0;
  1334. padding: 0;
  1335. }
  1336. #entry-author-info {
  1337. border: 1px solid #e7e7e7;
  1338. }
  1339. #main {
  1340. display: inline;
  1341. }
  1342. .home .sticky {
  1343. border: none;
  1344. }
  1345. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement