Advertisement
Guest User

Style CSS

a guest
May 6th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.73 KB | None | 0 0
  1. /*
  2. Theme Name: Simplo
  3. Author: Site5.com
  4. Author URI: http://gk.site5.com/t/237
  5. Description: Check <a href="http://wordpress.site5.net/simplo/doc/">Simplo Documentation</a> in case you need directions</a>.
  6. */
  7.  
  8. /* MAIN STYLES
  9. -------------------------------------------*/
  10. * { margin: 0; padding: 0; }
  11.  
  12. body{
  13. font-weight:normal;
  14. font-family:Arial, Helvetica, sans-serif;
  15. font-size:13px;
  16. color:#333;
  17. line-height:135%;
  18. }
  19.  
  20. ul {
  21. list-style:none;
  22. }
  23.  
  24. a {
  25. text-decoration:none;
  26. }
  27.  
  28. a:hover {
  29. text-decoration:underline;
  30. }
  31.  
  32. a:focus {
  33. outline:none;
  34. }
  35.  
  36. p {
  37. margin:1.5em 0;
  38. }
  39.  
  40. h1, h2, h3 {
  41. letter-spacing:-1px;
  42. line-height:100%;
  43. padding-bottom:15px;
  44. }
  45.  
  46. h1 {
  47. font-weight:normal;
  48. }
  49.  
  50. h1 a:hover {
  51. text-decoration:none;
  52. color:#333;
  53. }
  54.  
  55. h2 {
  56. font-size:20px;
  57. padding-top:10px;
  58. font-weight:normal;
  59. background-colour:#181818;
  60. }
  61.  
  62. h3 {
  63. font-size:18px;
  64. padding-top:10px;
  65. }
  66.  
  67. h1 {
  68. font-size:28px;
  69. letter-spacing:-1px;
  70. line-height:100%;
  71. font-weight:normal;
  72. font-family:Georgia, "Times New Roman", Times, serif;
  73. font-style:italic;
  74. padding-bottom:5px;
  75. }
  76.  
  77. h2.h2comments {
  78. display:block;
  79. background:url(images/bk_dotted_horiz.png) 0 100% repeat-x;
  80. margin-bottom:2px;
  81. }
  82.  
  83. <style type='text/css' media='screen'>.socialwrap li.icon_text a img, .socialwrap li.iconOnly a img, .followwrap li.icon_text a img, .followwrap li.iconOnly a img{border-width:0 !important;background-color:none;}#follow.right {width:40px;position:fixed; right:0; top:100px;background-color:#cccccc;padding:10px 0;font-family:impact,charcoal,arial, helvetica,sans-serif;-moz-border-radius-topleft: 5px;-webkit-border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border:2px solid #686868;border-right-width:0}#follow.right ul {padding:0; margin:0; list-style-type:none !important;font-size:24px;color:black;}
  84. #follow.right ul li {padding-bottom:8px;list-style-type:none !important;padding-left:4px;padding-right:4px}
  85. #follow img{border:none;}#follow.right ul li.follow {margin:0 4px;}
  86. #follow.right ul li.follow img {border-width:0;display:block;overflow:hidden; background:transparent url(http://this.bigstereo.net/wp-content/plugins/share-and-follow/images/impact/follow-right.png) no-repeat -63px 0px;height:79px;width:20px;}
  87. #follow.right ul li a {display:block;}
  88. #follow.right ul li.follow span, #follow ul li a span {display:none}.share {margin:0 3px 3px 0;}
  89. .phat span {display:inline;}
  90. ul.row li {float:left;list-style-type:none;}
  91. li.iconOnly a span.head {display:none}
  92. #follow.left ul.size16 li.follow{margin:0px auto !important}
  93. li.icon_text a {padding-left:0;margin-right:3px}
  94. li.text_only a {background-image:none !important;padding-left:0;}
  95. li.text_only a img {display:none;}
  96. li.icon_text a span{background-image:none !important;padding-left:0 !important; }
  97. li.iconOnly a span.head {display:none}
  98. ul.socialwrap li {margin:0 3px 3px 0 !important;}
  99. ul.socialwrap li a {text-decoration:none;}ul.row li {float:left;line-height:auto !important;}
  100. ul.row li a img {padding:0}.size16 li a,.size24 li a,.size32 li a, .size48 li a, .size60 li a {display:block}ul.socialwrap {list-style-type:none !important;margin:0; padding:0;text-indent:0 !important;}
  101. ul.socialwrap li {list-style-type:none !important;background-image:none;padding:0;list-style-image:none !important;}
  102. ul.followwrap {list-style-type:none !important;margin:0; padding:0}
  103. ul.followwrap li {margin-right:3px;margin-bottom:3px;list-style-type:none !important;}
  104. #follow.right ul.followwrap li, #follow.left ul.followwrap li {margin-right:0px;margin-bottom:0px;}
  105. .shareinpost {clear:both;padding-top:0px}.shareinpost ul.socialwrap {list-style-type:none !important;margin:0 !important; padding:0 !important}
  106. .shareinpost ul.socialwrap li {padding-left:0 !important;background-image:none !important;margin-left:0 !important;list-style-type:none !important;text-indent:0 !important}
  107. .socialwrap li.icon_text a img, .socialwrap li.iconOnly a img{border-width:0}ul.followrap li {list-style-type:none;list-style-image:none !important;}
  108. div.clean {clear:left;}
  109. div.display_none {display:none;}
  110.  
  111.  
  112. /* LAYOUT STRUCTURE
  113. --------------------------------------------------*/
  114.  
  115. #mainWrapper {
  116. width:980px;
  117. background:ffffffurl(images/bk_main_wrapper.png);
  118. margin:30px auto 0;
  119. overflow:hidden;
  120. }
  121.  
  122. #wrapper {
  123. width:906px;
  124. margin:0px;
  125. background:#fff url(images/bk_wrapper.png) 100% 0 no-repeat;
  126. overflow:hidden;
  127. padding:27px;
  128. }
  129.  
  130.  
  131. #header {
  132. position: inherit;
  133. height: 100;
  134. margin-top: -80px;
  135. margin-left: 40px;
  136. margin-bottom:250px;
  137. background-repeat: no-repeat;
  138. background-position: right;
  139. left: auto;
  140. top: auto;
  141. right: auto;
  142. bottom: auto;
  143. }
  144.  
  145.  
  146. #content {
  147. overflow:hidden;
  148. margin-top:10px;
  149. padding-top:0px;
  150. }
  151.  
  152.  
  153. #content.twocols {
  154. background:url(images/bk_dotted_vert.png) 570px 0 repeat-y;
  155. overflow:0;
  156. position:relative;
  157.  
  158. }
  159.  
  160. #colLeft {
  161. float:left;
  162. overflow:hidden;
  163. width:570px;
  164. padding-right:25px;
  165. }
  166.  
  167. #colRight {
  168. float:left;
  169. width:255px;
  170. padding-left:25px;
  171. }
  172.  
  173. #footer {
  174. width:960px;
  175. margin:25px auto;
  176. padding:0 27px 25px;
  177. }
  178.  
  179. /* HEADER ELEMENTS
  180. -----------------------------------*/
  181.  
  182. /* -- logo --*/
  183. #logo {
  184. position: absolute;
  185. top:0;
  186. left:250px;
  187. color:#999;
  188. font-size:11px;
  189. }
  190.  
  191. #logo a img{
  192. border:none;
  193. vertical-align:middle;
  194. margin-right:15px;
  195. }
  196.  
  197.  
  198. #Headwid {
  199. position:relative;
  200. vertical-align:middle;
  201. right:500px;
  202. bottom:320px;
  203.  
  204. }
  205.  
  206. #Headwid2 {
  207. position:relative;
  208. left:500px;
  209. top:15px;
  210.  
  211. }
  212.  
  213. #headwid-under {
  214. background:url(images/bk_dotted_horiz_dbl.png) 0 100% repeat-x;
  215. height:8px;
  216. padding:0 0 8px;
  217.  
  218. }
  219.  
  220.  
  221. /* TOP SOCIAL */
  222.  
  223. #topSocial {
  224. position:fixed;
  225. right:0;
  226. top:30px;
  227. font-size:18px;
  228. color:#181818;
  229. }
  230.  
  231. #topSocial a img {
  232. border:none;
  233. vertical-align:middle;
  234. margin-left:10px;
  235. }
  236.  
  237. /* TOP MENU */
  238.  
  239. #topMenu {
  240. background:url(images/bk_dotted_horiz_dbl.png) 0 100% repeat-x;
  241. height:12px;
  242. padding:0 0 17px;
  243. }
  244.  
  245. #topMenu ul li{
  246. float:left;
  247. padding-right:20px;
  248. }
  249.  
  250. #topMenu ul li a {
  251. display:block;
  252. padding-left:11px;
  253. text-transform:uppercase;
  254. color:#333;
  255. padding-bottom:17px;
  256. }
  257.  
  258. #topMenu ul li a:hover{
  259. color:#00A5FF;
  260. text-decoration:none;
  261. }
  262.  
  263. /* COLLEFT ELEMENTS
  264. -----------------------------------*/
  265.  
  266. #archive-title {
  267. padding:0 0 9px;
  268. margin:0 0 20px;
  269. display:block;
  270. /*background:url(images/ico_archive.png)*/
  271. border-bottom:0px solid #999999;
  272. }
  273.  
  274. .postItem {
  275. margin-bottom:20px;
  276. padding-bottom:10px;
  277. background:url(images/bk_dotted_horiz.png) 0 100% repeat-x;
  278. }
  279.  
  280. .postItem a img {
  281. border:none;
  282. }
  283.  
  284. .postItem .meta {
  285. font-size:10px;
  286. color:#999;
  287. padding-bottom:7px;
  288. overflow:hidden;
  289. }
  290.  
  291. .postItem .meta div {
  292. float:left;
  293. margin-right:15px;
  294. }
  295.  
  296. .postItem .meta .icoAuthor, .postItem .meta .icoComments{
  297. padding-left:20px;
  298. }
  299.  
  300. .postItem .meta img {
  301. vertical-align:middle;
  302. }
  303.  
  304. .postItem h1 a{
  305. color:#333;
  306. }
  307.  
  308. .postItem h1 a:hover{
  309. text-decoration:none;
  310. }
  311.  
  312. .postItem .categs {
  313. margin:0 0 10px;
  314. overflow:hidden;
  315. min-width:20em;
  316. }
  317.  
  318. .postItem .categs a {
  319. display:block;
  320. float:left;
  321. font-size:9px;
  322. padding:1px 6px;
  323. color:#fff;
  324. margin-right:2px;
  325. text-transform:uppercase;
  326. }
  327.  
  328. /* COLRIGHT ELEMENTS
  329. -----------------------------------*/
  330.  
  331. #colRight h2 {
  332. font-size:13px;
  333. text-transform:uppercase;
  334. padding:0 0 10px;
  335. border-bottom:2px solid #C8C8C8;
  336. font-weight:normal;
  337. }
  338.  
  339. #colRight .rightBox{
  340. margin-bottom:25px;
  341. }
  342.  
  343. #colRight .rightBox p {
  344. margin:15px 0;
  345. }
  346.  
  347. #colRight .rightBox ul li {
  348. padding:9px 0;
  349. border-bottom:1px solid #ddd;
  350. }
  351.  
  352. #colRight .rightBox ul li a{
  353. font-size:12px;
  354. }
  355.  
  356. #colRight .rightBox ul li a:hover {
  357. text-decoration:none;
  358. }
  359.  
  360. #colRight .rightBox ul li:hover {
  361. background:#f7f7f7;
  362. }
  363.  
  364. /* FOOTER ELEMENTS
  365. ----------------------------------*/
  366. #footer #footerWidgets {
  367. overflow:hidden;
  368. }
  369.  
  370. #footer .boxFooter {
  371. float:left;
  372. width:210px;
  373. padding-right:30px;
  374. overflow:hidden;
  375. margin-bottom:40px;
  376. color:#666;
  377. }
  378.  
  379. #footer h2 {
  380. font-size:13px;
  381. text-transform:uppercase;
  382. padding-bottom:10px;
  383. border-bottom:2px solid #01a5ff;
  384. font-weight:normal;
  385. }
  386.  
  387. ##footer .boxFooter ul li {
  388. padding:7px 0;
  389. border-bottom:1px solid #ccc;
  390. }
  391.  
  392. #footer .boxFooter ul li a {
  393. text-decoration:none;
  394. color:#01a5ff;
  395. font-size:12px;
  396. font-style:normal;
  397.  
  398. }
  399.  
  400. #footer .boxFooter ul li a:hover {
  401. color:#ffffff;
  402. }
  403.  
  404. #footer .boxFooter p {
  405. margin:15px 0;
  406. }
  407.  
  408. /* Copyright */
  409.  
  410. #copyright {
  411. border-top:2px solid #ccc;
  412. padding-top:25px;
  413. margin-top:15px;
  414. position:relative;
  415. margin-right:30px;
  416. font-size:11px;
  417. color:#777;
  418. }
  419.  
  420. #site5bottom {
  421. position:absolute;
  422. right:0;
  423. top:17px;
  424. }
  425.  
  426. #site5bottom img {
  427. border:none;
  428. }
  429.  
  430. #site5bottom a {
  431. display:block;
  432. /*width:344px;
  433. height:26px;
  434. background:url(images/site5_bottom.png) 100% 0 no-repeat;
  435. text-indent:-9999px;*/
  436. }
  437.  
  438. /* COMMENTS
  439. -----------------------------------*/
  440.  
  441.  
  442. #content #colLeft ul.commentlist {
  443. list-style:none;
  444. list-style-position:outside;
  445. display:block;
  446. margin:0 0 20px;
  447. padding:0;
  448. padding-bottom:10px;
  449. }
  450.  
  451. #content #colLeft ul.commentlist ul {
  452. list-style-type:none;
  453. list-style-position:outside;
  454. margin:0;
  455. }
  456.  
  457. #content #colLeft ul.commentlist li {
  458. padding:20px 0 10px 35px;
  459. position:relative;
  460. margin-top:0;
  461. }
  462.  
  463. #content #colLeft ul.commentlist li img {
  464. border:none;
  465. }
  466.  
  467. #content #colLeft ul.commentlist li p{
  468. font-size:13px;
  469. margin:10px 0;
  470. }
  471.  
  472. #content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text {
  473. margin-left:20px;
  474. }
  475.  
  476. #content #colLeft ul.commentlist li .comment-meta span {
  477. font-size:11px;
  478. color:#999;
  479. }
  480.  
  481. #content #colLeft ul.commentlist li .comment-meta {
  482. font-size:16px;
  483. }
  484.  
  485.  
  486. #content #colLeft ul.commentlist li .gravatar {
  487. position:absolute;
  488. width:40px;
  489. height:40px;
  490. top:20px;
  491. left:0;
  492. }
  493.  
  494. #content #colLeft ul.commentlist li .gravatar .gravatar_mask {
  495. position:absolute;
  496. left:0;
  497. top:0;
  498. background:url(images/bk_gravatar_mask.png) 0 0 no-repeat;
  499. width:40px;
  500. height:40px;
  501. }
  502.  
  503. #content #colLeft ul.commentlist .reply {
  504. position:absolute;
  505. right:0;
  506. top:25px;
  507. width:46px;
  508. height:21px;
  509. text-align:center;
  510. }
  511.  
  512. #content #colLeft ul.commentlist .reply a {
  513. display:block;
  514. width:46px;
  515. height:21px;
  516. text-transform:uppercase;
  517. font-size:11px;
  518. }
  519.  
  520. #content #colLeft ul.commentlist .reply a:hover {
  521. text-decoration:none;
  522. color:#333;
  523. }
  524.  
  525.  
  526. #content #colLeft ul.commentlist li .children li {
  527. margin-top:15px;
  528. padding-top:25px;
  529. border-bottom:none;
  530. overflow:hidden;
  531. padding-bottom:5px;
  532. }
  533.  
  534. #content #colLeft ul.commentlist li .children li .gravatar {
  535. top:20px;
  536. }
  537.  
  538. #content #colLeft ul.commentlist li .children li .reply {
  539. top:30px;
  540. }
  541.  
  542. /* PAGINATION */
  543.  
  544. .emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
  545. .emm-paginate a { border:1px solid #ddd; color:#666; margin-right:5px; padding:3px 7px; text-align:center; text-decoration:none; -moz-border-radius:2px;
  546. -webkit-border-radius:2px;}
  547. .emm-paginate .emm-title {color:#555; margin-right:4px;}
  548. .emm-paginate .emm-gap {color:#999; margin-right:4px;}
  549. .emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current { -moz-border-radius:2px; -webkit-border-radius:2px;color:#fff; background:#999; border:1px solid #999; margin-right:5px; padding:3px 7px;}
  550. .emm-paginate .emm-page {}
  551. .emm-paginate .emm-prev, .emm-paginate .emm-next {}
  552.  
  553. /* FORMS
  554. -------------------------------------------*/
  555. #colRight #searchBox {
  556. overflow:hidden;
  557. margin-bottom:25px;
  558. }
  559.  
  560. #searchform input {
  561. border:none;
  562. border-left:1px solid #CDCDCD;
  563. border-top:1px solid #CDCDCD;
  564. border-bottom:1px solid #CDCDCD;
  565. background:#fff;
  566. padding:6px 4px 6px 25px;
  567. color:#666;
  568. width:155px;
  569. float:left;
  570. background:#fff url(images/ico_search.jpg) 5px 50% no-repeat;
  571. }
  572.  
  573. #searchform input[type="submit"] {
  574. width:70px;
  575. height:30px;
  576. border:none;
  577. background:url(images/but_search.jpg) -2px 0 no-repeat;
  578. cursor:pointer;
  579. padding:0;
  580. text-align:center;
  581. color:#ccc;
  582. font-size:11px;
  583. }
  584.  
  585. /* COMMENTS F0RM */
  586.  
  587. #commentform p {
  588. margin:0;
  589. }
  590.  
  591. #commentform label {
  592. display:block;
  593. padding:5px 0;
  594. }
  595.  
  596. #commentform input, #commentform textarea {
  597. border:1px solid #ddd;
  598. padding:8px;
  599. width:300px;
  600. margin-bottom:10px;
  601. -moz-border-radius:4px;
  602. -webkit-border-radius:4px;
  603. }
  604.  
  605. #commentform input:focus, #commentform textarea:focus {
  606. border:1px solid #1FA2E1;
  607. }
  608.  
  609.  
  610. #commentform textarea {
  611. width:560px;
  612. font-family:Arial, Helvetica, sans-serif;
  613. font-size:13px;
  614. }
  615.  
  616. #commentform input[type="submit"]{
  617. border:none;
  618. width:151px;
  619. height:32px;
  620. margin-top:10px;
  621. cursor:pointer;
  622. background:url(images/bk_but_form.jpg) 0 100% repeat-x;
  623. color:#FFF;
  624. font-size:12px;
  625. padding:0;
  626. }
  627.  
  628. /* Contact Form */
  629.  
  630. #contact label {
  631. display:block;
  632. padding:5px 0;
  633. font-weight:bold;
  634. }
  635.  
  636. #contact input, #contact textarea {
  637. border:1px solid #ddd;
  638. padding:8px;
  639. width:300px;
  640. margin-bottom:10px;
  641. -moz-border-radius:4px;
  642. -webkit-border-radius:4px;
  643. }
  644.  
  645.  
  646. #contact textarea {
  647. width:560px;
  648. font-family:Arial, Helvetica, sans-serif;
  649. font-size:13px;
  650. }
  651.  
  652. #contact input[type="submit"]{
  653. border:none;
  654. width:151px;
  655. height:32px;
  656. margin-top:10px;
  657. cursor:pointer;
  658. background:url(images/bk_but_form.jpg) 0 100% repeat-x;
  659. color:#FFF;
  660. font-size:12px;
  661. padding:0;
  662. -moz-border-radius:4px;
  663. -webkit-border-radius:4px;
  664. }
  665.  
  666. #contact input:focus, #contact textarea:focus {
  667. border:1px solid #1FA2E1;
  668. }
  669.  
  670. .errormsg, .successmsg{
  671. background:#FEF4F1;
  672. border:1px solid #F7A68A;
  673. color:#DA4310;
  674. padding:10px;
  675. -moz-border-radius:4px;
  676. -webkit-border-radius:4px;
  677. }
  678.  
  679. .successmsg {
  680. background:#F5FAF1;
  681. border:1px solid #C2E1AA;
  682. color:#8FA943;
  683. -moz-border-radius:4px;
  684. -webkit-border-radius:4px;
  685. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement