Advertisement
Guest User

Untitled

a guest
Jan 19th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.01 KB | None | 0 0
  1. /*
  2. Theme Name: Paragrams
  3. Theme URI: http://www.wpshower.com
  4. Version: 1.16
  5. Description: Designed by <a href="http://www.wpshower.com">WPSHOWER</a>
  6. Author: WPSHOWER
  7. Author URI: http://www.wpshower.com
  8. Copyright: (c) 2010 WPSHOWER
  9. License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
  10.  
  11. */
  12.  
  13. .custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
  14. border-bottom: 0px;
  15. border-top: 0px;
  16. border-right: 0px;
  17. border-left: 0px;
  18. }
  19. .custom #content_box, .custom #column_wrap {
  20. background: none;
  21. }
  22.  
  23. a:link, a:visited {
  24. color:#000;
  25. text-decoration:none;
  26. }
  27. a:hover {
  28. text-decoration:underline;
  29. color:#000;
  30. }
  31. blockquote {
  32. text-decoration:none;
  33. font-style:italic !important;
  34. margin-left:70px !important;
  35. }
  36.  
  37. table {border-collapse:separate;border-spacing:0;}
  38. table, td, th {vertical-align:middle;}
  39. table {margin-bottom:1.4em;width:100%;}
  40. th {font-weight:bold;}
  41. thead th {background:#FCFF79;}
  42. th, td, caption {padding:4px 10px 4px 5px;}
  43. tr.even td {background:#FCFF79;}
  44. tfoot {font-style:italic;}
  45. td#next {text-align:right;}
  46. caption {background:none repeat scroll 0 0 #EEEEEE;}
  47. th, td, caption {padding:4px 10px 4px 5px;}
  48. caption, th, td {font-weight:strong;text-align:left;}
  49.  
  50. #outer {
  51. font-family:Arial, Helvetica, sans-serif;
  52. color:#000;
  53. font-size:12px;
  54. }
  55. #outer {
  56. width: 959px;
  57. margin-right: auto;
  58. margin-left: auto;
  59. border-right-width: 0px;
  60. border-bottom-width: 0px;
  61. border-left-width: 0px;
  62. border-top-style: solid;
  63. border-right-style: solid;
  64. border-bottom-style: solid;
  65. border-left-style: solid;
  66. border-right-color: #e7e7e7;
  67. border-bottom-color: #e7e7e7;
  68. border-left-color: #e7e7e7;
  69. line-height:1.4;
  70. }
  71. #header {
  72. height: 338px;
  73. border-bottom: solid 1px transparent;
  74. }
  75. #header #logo {
  76. height: 100px;
  77. width: 482px;
  78. float:left;
  79. border-right: solid 0px #e7e7e7;
  80.  
  81. }
  82. #header #logo a {
  83. display: block;
  84. height: 100px;
  85. width: 483px;
  86. /* background-attachment: scroll;
  87. background-image: url(images/logo.png);
  88. background-repeat: no-repeat;
  89. background-position: left top;*/
  90. }
  91. #header #serv {
  92. width:476px;
  93. height:100px;
  94. float:right;
  95. }
  96. #serv #search {
  97. height:50px;
  98. float:left;
  99. width:230px;
  100. border-right: solid 0px #e7e7e7;
  101. }
  102. #serv #search input {
  103. position:relative; top:300px; left:197px;
  104. width:200px;
  105. background: url("http://homelessminds.com/wp-content/uploads/2012/01/newpixelwhite.png") repeat;
  106. border:none;
  107. border:solid 1px #000000;
  108. padding:7px 5px;
  109.  
  110.  
  111. }
  112. #serv #search input:hover, #serv #search input:focus {
  113. border:solid 1px #fcff79;
  114. }
  115. #serv #navicons {
  116. width:245px;
  117. height:50px;
  118. float:right;
  119. }
  120. #serv #navicons li {
  121. float:left;
  122. }
  123. #serv #navicons a {
  124. height:50px;
  125. line-height:50px;
  126. padding-left:20px;
  127. background-image: url(images/top-icons.png);
  128. background-attachment: scroll;
  129. background-repeat: no-repeat;
  130. margin:0 5px;
  131. text-decoration:none !important;
  132. font-size:11px;
  133. color:#ffffff;
  134. display:block;
  135. }
  136. #serv #navicons a:hover {
  137. background-image: url(images/top-icons-hover.png);
  138. }
  139. #serv #navicons a#subscribe {
  140. background-position: left 19px;
  141. }
  142. #serv #navicons a#twitter {
  143. background-position: left -19px;
  144. }
  145. #serv #navicons a#facebook {
  146. background-position: left -58px;
  147. }
  148. #serv #menu {
  149. background-color: #ffffff;
  150. background: url("http://homelessminds.com/wp-content/uploads/2012/01/newpixelwhite.png") repeat;
  151. height:50px;
  152. width:226px;
  153. margin-top:50px;
  154. position:relative; top:137px; left:-483px; z-index:5000;
  155.  
  156. .ULHMenu li { border-left: solid 0px black; } .ULHMenu li:first-child { border: 0px; }
  157.  
  158. }
  159.  
  160. #serv #menu li:hover{
  161. background-color:#ffffff;
  162. }
  163.  
  164. pagetitle {
  165. font-size:30px;
  166. font-weight:normal;
  167. padding:15px 10px;
  168. border-bottom:solid 0px #e7e7e7;
  169. }
  170. #main {
  171. overflow:hidden !important;
  172. border-bottom: solid 0px #e7e7e7;
  173. position:relative;
  174. background-color:#fcff79;
  175. margin-left:-1px;
  176. }
  177. .search-no-results #main, .page-id- #main-inner {
  178. height:200px !important;
  179. }
  180. .search-no-results #main h1, .page-id- #main-inner h1, #error {
  181. font-size:21px;
  182. line-height:1.2;
  183. margin:15px;
  184. font-weight:normal;
  185. }
  186. #test {
  187. width:299px;
  188. height:200px;
  189. background-color:#0F0;
  190. position:absolute;
  191. top:0;
  192. left:0;
  193. }
  194. .article {
  195. width:299px;
  196. background: url("http://homelessminds.com/wp-content/uploads/2012/01/newpixel3.png") repeat;
  197. background-attachment:fixed;
  198. background-repeat: repeat;
  199. padding:10px;
  200. overflow:hidden;
  201. border-top:solid 0px #e7e7e7;
  202. margin-top:-1px;
  203. }
  204. .li_cont1, .li_cont2 {
  205. margin-right:0px;
  206. }
  207. .article ul, .article ol {
  208. margin-bottom:15px;
  209. margin-left:45px;
  210. }
  211. .article ul {
  212. list-style-type: disc;
  213. }
  214. .article ol {
  215. list-style-type: decimal;
  216. }
  217. .article img {
  218. margin-bottom:15px;
  219. border:0 none !important;
  220. }
  221. #main .article:hover {
  222. background-color:#000000;
  223. /*border-left: solid 0px #000000;
  224. border-right: solid 0px #000000;
  225. border-bottom: solid 0px #fcff79;*/
  226. }
  227. .li_container {
  228. background-attachment: scroll;
  229. background-image: url(images/main-bg.gif);
  230. background-repeat: repeat-y;
  231. background-position: left top;
  232. }
  233. .li_container .article:hover {
  234. background-color:#ddd19f;
  235. }
  236. .article h2 {
  237. font-size:21px;
  238. line-height:1.2;
  239. margin-bottom:15px;
  240. font-weight:normal;
  241. }
  242. .article h2 a {
  243. text-decoration:none !important;
  244. }
  245. .article a.preview {
  246. text-decoration:none;
  247. display:block;
  248. background: none;
  249. border: none;
  250. padding: 0;
  251. }
  252. .article a.preview:visited {
  253. text-decoration:none;
  254. display:block;
  255. }
  256. .article p {
  257. margin-bottom:10px;
  258. }
  259. .article .postmetadata {
  260. font-size:10px;
  261. color:#929292;
  262. margin-top: 15px;
  263. }
  264. #nav {
  265. border-top:0px solid #000000;
  266. border-left:0px solid #000000;
  267. height:49px;
  268. hover: background-color:#000000;
  269. }
  270. .single #nav {
  271. margin-top:-1px;
  272. /* margin-bottom:-17px;*/
  273. }
  274. .attachment #nav {
  275. margin-top:-1px;
  276. margin-bottom:-17px;
  277. }
  278.  
  279. .attachment h3.comments2 {
  280. margin-top: 0;
  281. padding-left: 10px;
  282. background-color:transparent;
  283. }
  284.  
  285. .attachment #comm-add {
  286. margin-top:18px;
  287. background-color:transparent;
  288. }
  289.  
  290. .safari .chromehack #comm-add {
  291. border-left: 0px solid #E7E7E7;
  292. float: right;
  293. line-height: 45px;
  294. margin-top: 17px;
  295. padding: 2px 10px;
  296. text-decoration: none !important;
  297. background-color:transparent;
  298. }
  299.  
  300. #nav #navright a {
  301. line-height: 49px;
  302. float: right;
  303. border-left:solid 0px #000000;
  304. padding:0 10px;
  305. text-decoration:none !important;
  306. color:#000 !important;
  307. background-attachment: scroll;
  308. background-image: url(images/nav-arrows.gif);
  309. background-repeat: no-repeat;
  310. background-position: right -46px;
  311. padding-right:25px;
  312. }
  313. #nav #navright a:hover, #nav #navleft a:hover {
  314. background-color:#000000;
  315. }
  316. #nav #navleft a {
  317. line-height: 49px;
  318. float: left;
  319. border-right:solid 0px #e7e7e7;
  320. padding:0 10px;
  321. text-decoration:none !important;
  322. color:#000 !important;
  323. background-attachment: scroll;
  324. background-image: url(images/nav-arrows.gif);
  325. background-repeat: no-repeat;
  326. background-position: left 21px;
  327. padding-left:25px;
  328. }
  329.  
  330. #main-inner {
  331. margin-right:319px;
  332. border-right:solid 0px #e7e7e7;
  333. }
  334. #main-inner .article {
  335. width:auto;
  336. border-bottom:solid 0px #e7e7e7;
  337. border-left:none;
  338. border-right:none;
  339. }
  340. #main-inner .article h1 {
  341. font-size:30px;
  342. font-weight:normal;
  343. }
  344. #main-inner .article .postmetadata {
  345. font-size:10px;
  346. color:#929292;
  347. margin-bottom: 10px;
  348. margin-top:5px;
  349. }
  350. #main-inner .article .postmetadata.tags {
  351. margin-bottom: 0px;
  352. margin-top:0px;
  353. }
  354. #main-inner #navleft a {
  355. border:none;
  356. float:left;
  357. line-height:49px;
  358. background-attachment: scroll;
  359. background-image: url(images/nav-arrows.gif);
  360. background-repeat: no-repeat;
  361. background-position: left 21px;
  362. }
  363. #main-inner #navleft a:hover {
  364. background-color:#000000;
  365. }
  366. .chrome #main-inner #navleft a, .safari #main-inner #navleft a {
  367. border:none;
  368. float:left;
  369. line-height:48px;
  370. background-attachment: scroll;
  371. background-image: url(images/nav-arrows.gif);
  372. background-repeat: no-repeat;
  373. background-position: left 21px;
  374. }
  375. #main-inner #navright a {
  376. border:none;
  377. float:right;
  378. line-height:49px;
  379. background-attachment: scroll;
  380. background-image: url(images/nav-arrows.gif);
  381. background-repeat: no-repeat;
  382. background-position: right -46px;
  383. }
  384. #main-inner #navright a:hover {
  385. background-color:#000000;
  386. }
  387.  
  388. .chrome #main-inner #navright a, .safari #main-inner #navright a {
  389. border:none;
  390. float:right;
  391. line-height:48px;
  392. background-attachment: scroll;
  393. background-image: url(images/nav-arrows.gif);
  394. background-repeat: no-repeat;
  395. background-position: right -46px;
  396. }
  397. #main-inner #navleft span {
  398. line-height:49px;
  399. padding-left:10px;
  400. }
  401. #main-inner #navright span {
  402. line-height:49px;
  403. padding-right:10px;
  404. }
  405.  
  406. #sidebar {
  407. width:280px;
  408. float:right;
  409. background; $bgcolor;
  410. background: url("http://homelessminds.com/wp-content/uploads/2012/01/newpixel3.png") repeat;
  411. background-attachment:fixed;
  412. background-repeat: repeat;
  413. overflow:hidden;
  414. /*padding:25px;*/
  415. margin: 0 0 -1px -1px;
  416. border-left:solid 0px #e7e7e7;
  417. border-bottom:solid 0px #e7e7e7;
  418. text-decoration:none;
  419. }
  420. #sidebar h2 {
  421. font-size:20px;
  422. background-color:transparent;
  423. margin-bottom:15px;
  424. text-decoration:none;
  425. }
  426. #sidebar li {
  427. text-decoration:none;
  428. border-top:solid 0px #e7e7e7;
  429. padding:15px 10px;
  430. background-color:transparent;;
  431. margin-top:-1px;
  432.  
  433. }
  434. #sidebar #recent-posts li a {
  435. text-decoration:none;
  436.  
  437. background-color:transparent;
  438. }
  439. #sidebar #recent-posts li, #sidebar #get-recent-comments li {
  440. margin-bottom:10px;
  441. background-color:transparent;;
  442. }
  443. #sidebar li li {
  444. padding:0px;
  445. border:none;
  446. background-color:transparent;;
  447. text-decoration: none;
  448. }
  449. #sidebar .post-date {
  450. font-size:11px;
  451. color:#929292;
  452. background-color:transparent;
  453. }
  454. #sidebar #get-recent-comments a {
  455. text-decoration:none !important;
  456. font-weight:bold;
  457. background-color:transparent;;
  458. }
  459. li.comment {
  460. padding:10px;
  461. border-bottom:solid 0px #e7e7e7;
  462. word-wrap:break-word;
  463. overflow:hidden;
  464. background-color:transparent;;
  465. margin-bottom:-1px;
  466. }
  467. .comment-author {
  468. font-size:10px;
  469. margin-bottom:5px;
  470. color:#929292;
  471. background-color:transparent;;
  472. }
  473. .avatar {
  474. float: left;
  475. text-align: top;
  476. padding-right: 10px;
  477. background-color:transparent;
  478. }
  479.  
  480. .comment-body em {
  481. font-style: italic;
  482. font-weight: bold;
  483. }
  484.  
  485. .reply {
  486. margin-top: 5px;
  487. }
  488.  
  489. .commentmetadata {
  490. color:#929292;
  491. font-size:10px;
  492. display: inline;
  493. }
  494.  
  495. .comment-body p {
  496. padding-top:10px;
  497. }
  498.  
  499. h3.comments2 {
  500. line-height:49px;
  501. border-bottom:solid 1px #e7e7e7;
  502. border-top:solid 1px #e7e7e7;
  503. padding-left:10px;
  504. margin-top: -17px
  505. }
  506. .login {
  507. float:right;
  508. line-height:49px;
  509. padding-right:10px;
  510. margin-top: -15px;
  511. }
  512.  
  513. .safari .chromehack .login, .chrome .chromehack .login, .gecko .chromehack .login {
  514. float:right;
  515. line-height:49px;
  516. padding-right:10px;
  517. margin-top: 0px;
  518. }
  519.  
  520.  
  521. ul.children li{
  522. border-bottom: 0px;
  523. }
  524. #cancel-comment-reply {
  525. position: absolute;
  526. margin-left:474px;
  527. margin-top:218px;
  528. }
  529. .safari #cancel-comment-reply {
  530. position: absolute;
  531. margin-left:474px;
  532. margin-top:195px;
  533. }
  534.  
  535. .chrome #cancel-comment-reply {
  536. position: absolute;
  537. margin-left:474px;
  538. margin-top:203px;
  539. }
  540.  
  541. .opera #cancel-comment-reply {
  542. position: absolute;
  543. margin-left:474px;
  544. margin-top:203px;
  545. }
  546.  
  547. .logged-in #cancel-comment-reply {
  548. position: absolute;
  549. margin-left:474px;
  550. margin-top:146px;
  551. }
  552.  
  553. .safari .chromehack #cancel-comment-reply {
  554. position: absolute;
  555. margin-left:474px;
  556. margin-top:145px;
  557. }
  558.  
  559. .chrome .chromehack #cancel-comment-reply {
  560. position: absolute;
  561. margin-left:474px;
  562. margin-top:152px;
  563. }
  564.  
  565. .chrome .chromehack #cancel-comment-reply {
  566. position: absolute;
  567. margin-left:474px;
  568. margin-top:152px;
  569. }
  570.  
  571. #comm-add {
  572. text-decoration:none !important;
  573. float:right;
  574. line-height:49px;
  575. padding:0px 10px;
  576. margin-top: 1px;
  577. border-left:solid 0px #e7e7e7;
  578. }
  579.  
  580. #comm-add:hover {
  581. background-color:#fcff79;
  582. }
  583.  
  584. .safari #comm-add, .chrome #comm-add {
  585. border-left: 1px solid #E7E7E7;
  586. float: right;
  587. line-height: 45px;
  588. margin-top: 0px;
  589. padding: 2px 10px;
  590. text-decoration: none !important;
  591. }
  592.  
  593. .chrome .chromehack #comm-add {
  594. border-left: 1px solid #E7E7E7;
  595. float: right;
  596. line-height: 45px;
  597. margin-top: 17px;
  598. padding: 2px 10px;
  599. text-decoration: none !important;
  600. }
  601.  
  602.  
  603. #respond {
  604. padding-top: 17px;
  605. }
  606. #commentform textarea {
  607. width:599px;
  608. border:solid 5px #000000;
  609. background-color:transparent;
  610. font-family:Arial, Helvetica, sans-serif;
  611. font-size:12px;
  612. padding:5px 10px;
  613. }
  614. #commentform textarea:hover, #commentform textarea:focus {
  615. border:solid px2 #fcff79;
  616. }
  617. #author, #email, #url {
  618. float:left;
  619. padding:7px 10px;
  620. background-color:transparent;
  621. width:172px;
  622. border:solid 5px #000000;
  623. }
  624. #author, #email {
  625. margin-right:1px;
  626. background-color:transparent;
  627. }
  628. #author:hover, #email:hover, #url:hover,#author:focus, #email:focus, #url:focus {
  629. border:solid 5px #fcff79;
  630. }
  631. .submit {
  632. height:49px;
  633. border-top:solid 0px #e7e7e7;
  634. clear:both;
  635. background-color:transparent;
  636. }
  637. #uit {
  638. border-top:solid 1px #e7e7e7;
  639. }
  640. #submit {
  641. padding:0 10px;
  642. background:none;
  643. line-height:49px;
  644. height:49px;
  645. border:none;
  646. font-size:12px;
  647. cursor:pointer;
  648. }
  649. #submit:hover {
  650. background-color:#fcff79;
  651. }
  652. #footer {
  653.  
  654. background-color:transparent;
  655. height: 65px;
  656.  
  657. clear:both;
  658. width:auto;
  659. }
  660. #footer #copyright {
  661. line-height: 65px;
  662. background-color:transparent;
  663.  
  664. float: left;
  665. border-right:solid 0px #e7e7e7;
  666. padding:0 10px;
  667. }
  668. #footer #credits {
  669. line-height: 65px;
  670. background-color:transparent;
  671. float: right;
  672. border-left:solid 0px #e7e7e7;
  673. padding:0 10px;
  674. }
  675.  
  676. /* WP image classes */
  677.  
  678. .entry-content img {
  679. margin: 0 0 1.5em 0;
  680. }
  681. .alignleft, img.alignleft {
  682. margin-right: 1.5em;
  683. display: inline;
  684. float: left;
  685. }
  686. .alignright, img.alignright {
  687. margin-left: 1.5em;
  688. display: inline;
  689. float: right;
  690. }
  691. .aligncenter, img.aligncenter {
  692. margin-right: auto;
  693. margin-left: auto;
  694. display: block;
  695. clear: both;
  696. }
  697. .alignnone, img.alignnone {
  698. /* not sure about this one */
  699. }
  700. .wp-caption {
  701. margin-bottom: 1.5em;
  702. text-align: center;
  703. padding-top: 5px;
  704. }
  705. .wp-caption img {
  706. border: 0 none;
  707. padding: 0;
  708. margin: 0;
  709. }
  710. .wp-caption p.wp-caption-text {
  711. line-height: 1.5;
  712. font-size: 10px;
  713. margin: 0;
  714. font-style: italic;
  715. }
  716. .wp-smiley {
  717. margin: 0 !important;
  718. max-height: 1em;
  719. }
  720. blockquote.left {
  721. margin-right: 20px;
  722. text-align: right;
  723. margin-left: 0;
  724. width: 33%;
  725. float: left;
  726. }
  727. blockquote.right {
  728. margin-left: 20px;
  729. text-align: left;
  730. margin-right: 0;
  731. width: 33%;
  732. float: right;
  733. }
  734.  
  735. .attachment img {
  736. display: block;
  737. margin: 0 auto;
  738. }
  739. #nav-below .nav-previous {
  740. display: block;
  741. float: left;
  742. }
  743. #nav-below .nav-next {
  744. display: block;
  745. float: right;
  746. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement