Advertisement
Haki88

Untitled

Jan 25th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.65 KB | None | 0 0
  1. [CODE]/*
  2. Theme Name: iGaming
  3. Theme URI: http://newwpthemes.com/igaming-free-wordpress-theme/
  4. Description: Free General/Blog WordPress theme by NewWpThemes
  5. Author: NewWpThemes
  6. Author URI: http://newwpthemes.com
  7. Version: 1.0
  8. Tags: black, orange, two-columns, right-sidebar
  9. */
  10.  
  11. /* INDEX:
  12.  
  13. =GENERAL
  14. =LAYOUT
  15. =HEADER
  16. =MENUS
  17. =POST
  18. =SITEMAP
  19. =CONTACT FORM
  20. =SLIDER
  21. =WP-PAGENAVI
  22. =FOOTER
  23. =WIDGETS
  24. =COMMENTS
  25. */
  26.  
  27. /* =GENERAL
  28. -------------------------------------------------------------- */
  29.  
  30. @import url(http://fonts.googleapis.com/css?family=Oswald);
  31.  
  32. body {
  33. background: #08080F url(images/background.jpg) center top no-repeat;
  34. color: #EEEEEE;
  35. }
  36.  
  37. a {
  38. color: #EB8A1D;
  39. text-decoration: underline;
  40. }
  41.  
  42. a:hover, a:focus {
  43. color: #FDCC88;
  44. text-decoration: none;
  45. }
  46.  
  47. a:focus {
  48. outline: none;
  49. }
  50.  
  51. /* =LAYOUT
  52. -------------------------------------------------------------- */
  53.  
  54. #container {
  55. width: 960px;
  56. margin: 0 auto;
  57. }
  58.  
  59. #main {
  60. padding: 15px;
  61. background: #1A1A1A url(images/main-bg.png) right top repeat-y;
  62. }
  63.  
  64. #main-fullwidth {
  65. padding: 15px;
  66. background: #1A1A1A;
  67. }
  68.  
  69. #content {
  70. overflow: hidden;
  71. float: left;
  72. width: 615px;
  73. }
  74.  
  75. #sidebar-primary {
  76. overflow: hidden;
  77. float: left;
  78. width: 300px;
  79. margin-left: 15px;
  80. }
  81.  
  82. /* =HEADER
  83. -------------------------------------------------------------- */
  84.  
  85. #header {
  86. height: 78px;
  87. padding:20px 0;
  88. }
  89.  
  90. .logo {
  91. float: left;
  92. }
  93.  
  94. .logo h1.site_title {
  95. margin: 0;
  96. padding:0;
  97. font-family: Arial, Helvetica, Sans-serif;
  98. font-size:48px;
  99. line-height: 40px;
  100. font-weight: bold;
  101. }
  102.  
  103. .logo h1.site_title a, .logo h1.site_title a:hover {
  104. color: #FFFFFF;
  105. text-decoration: none;
  106. }
  107.  
  108. .logo h2.site_description {
  109. margin: 0;
  110. padding:0;
  111. color: #FFFFFF;
  112. font-family: Arial, Helvetica, Sans-serif;
  113. font-size:14px;
  114. line-height: 14px;
  115. }
  116.  
  117. .header-right {
  118. float: right;
  119. }
  120.  
  121. /* =MENUS
  122. -------------------------------------------------------------- */
  123.  
  124. /* Menu Primary
  125. ----------------------------*/
  126.  
  127. .menu-primary-container {
  128. padding:0;
  129. position:relative;
  130. height: 36px;
  131. background: url(images/menu-primary-bg.png) left top repeat-x;
  132. z-index: 400;
  133. }
  134.  
  135. .menu-primary {
  136. }
  137.  
  138. .menu-primary ul {
  139. min-width: 160px;
  140. }
  141.  
  142. /* First Level - Menu Primary */
  143.  
  144. .menu-primary li a {
  145. color: #B0B0B0;
  146. padding: 15px 15px 10px 15px;
  147. text-decoration: none;
  148. font-family: Arial, Helvetica, Sans-serif;
  149. font-size: 11px;
  150. text-transform: uppercase;
  151. font-weight: normal;
  152. }
  153.  
  154. .menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus,
  155. .menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
  156. color: #FFFFFF;
  157. outline: 0;
  158. background: url(images/menu-primary-bg.png) left -136px repeat-x;
  159. }
  160.  
  161. /* Child Levels - Menu Primary */
  162.  
  163. .menu-primary li li a {
  164. color: #fff;
  165. text-transform: none;
  166. background: #3C3C3D;
  167. padding: 10px 15px;
  168. margin: 0;
  169. border: 0;
  170. font-weight: normal;
  171. }
  172.  
  173. .menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus,
  174. .menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
  175. color: #fff;
  176. background: #EF800A;
  177. outline: 0;
  178. border-bottom:0;
  179. text-decoration: none;
  180. }
  181.  
  182.  
  183. /* Arrows Menu Primary */
  184.  
  185. .menu-primary a.sf-with-ul {
  186. padding-right: 20px;
  187. min-width: 1px;
  188. }
  189. .menu-primary .sf-sub-indicator {
  190. position: absolute;
  191. display: block;
  192. overflow: hidden;
  193. right: 0;
  194. top: 0;
  195. padding: 14px 10px 0 0;
  196. }
  197.  
  198. .menu-primary li li .sf-sub-indicator {
  199. padding: 9px 10px 0 0;
  200. }
  201.  
  202. /* Shadows Menu Primary */
  203.  
  204. .wrap-menu-primary .sf-shadow ul {
  205. background: url('images/menu-primary-shadow.png') no-repeat bottom right;
  206. }
  207.  
  208. /* Menu Secondary
  209. ----------------------------*/
  210.  
  211. .menu-secondary-container {
  212. position:relative;
  213. height: 38px;
  214. z-index: 300;
  215. background: url(images/menu-secondary-bg.png) left top repeat-x;
  216. }
  217.  
  218. .menu-secondary {}
  219.  
  220. .menu-secondary ul {
  221. min-width: 160px;
  222. }
  223.  
  224. /* First Level - Menu Secondary */
  225. .menu-secondary li a {
  226. color: #FFFFFF;
  227. padding: 13px 15px ;
  228. text-decoration: none;
  229. font-family: 'Oswald', sans-serif;
  230. font-size: 12px;
  231. text-transform: uppercase;
  232. font-weight: normal;
  233. text-shadow: 0 1px 0 #000000;
  234. }
  235.  
  236. .menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
  237. .menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
  238. color: #FFFFFF;
  239. background: url(images/menu-secondary-bg.png) left -138px repeat-x;
  240. outline: 0;
  241. text-shadow: 0 1px 0 #753300;
  242. }
  243.  
  244. /* Child Levels - Menu Secondary */
  245.  
  246. .menu-secondary li li a {
  247. color: #fff;
  248. background: #DF6C1D;
  249. padding: 10px 15px;
  250. text-transform: none;
  251. margin: 0;
  252. font-weight: normal;
  253. text-shadow: none;
  254. }
  255.  
  256. .menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus,
  257. .menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
  258. color: #fff;
  259. background: #E9841D;
  260. outline: 0;
  261. text-shadow: none;
  262. }
  263.  
  264. /* Arrows - Menu Secondary */
  265.  
  266. .menu-secondary a.sf-with-ul {
  267. padding-right: 26px;
  268. min-width: 1px;
  269. }
  270. .menu-secondary .sf-sub-indicator {
  271. position: absolute;
  272. display: block;
  273. overflow: hidden;
  274. right: 0;
  275. top: 0;
  276. padding: 12px 13px 0 0;
  277. }
  278.  
  279. .menu-secondary li li .sf-sub-indicator {
  280.  
  281. padding: 9px 13px 0 0;
  282. }
  283.  
  284. /* Shadows - Menu Secondary */
  285.  
  286. .wrap-menu-secondary .sf-shadow ul {
  287. background: url('images/menu-secondary-shadow.png') no-repeat bottom right;
  288. }
  289.  
  290. /* =POST
  291. -------------------------------------------------------------- */
  292.  
  293. /* Post General
  294. ----------------------------*/
  295.  
  296. .post {
  297. margin-bottom: 15px;
  298. border-bottom: 1px solid #2E2E2E;
  299. }
  300.  
  301. .page, .post-single {
  302. border-bottom: 0;
  303. margin-bottom: 0;
  304. }
  305.  
  306. .title {
  307. color: #FFFEFE;
  308. margin: 0 0 10px 0;
  309. padding: 0;
  310. font-family: 'Oswald', sans-serif;
  311. font-size: 24px;
  312. line-height: 24px;
  313. font-weight: bold;
  314. }
  315.  
  316. .title a {
  317. color: #FFFEFE;
  318. text-decoration: none;
  319. }
  320.  
  321. .title a:hover {
  322. color: #ED8E1C;
  323. text-decoration: none;
  324. }
  325.  
  326. .entry {
  327. line-height: 20px;
  328. }
  329.  
  330. .featured_image {
  331. padding: 6px;
  332. border: 1px solid #555555;
  333. background: #3D3D3D;
  334. }
  335.  
  336. .page-title {
  337. color: #FFFEFE;
  338. margin: 0px 0 10px 0;
  339. padding: 0 0 10px 0;
  340. font-weight: bold;
  341. text-transform: uppercase;
  342. font-size: 20px;
  343. font-family: Arial, Helvetica, Sans-serif;
  344. border-bottom: 2px solid #FFFEFE;
  345. }
  346.  
  347. /* Post Metas
  348. ----------------------------*/
  349.  
  350. .postmeta-primary {
  351. color: #999999;
  352. font-size: 12px;
  353. line-height: 18px;
  354. padding: 0 0 10px 0;
  355. }
  356.  
  357. .postmeta-secondary {
  358. color: #999999;
  359. font-size: 12px;
  360. line-height: 18px;
  361. padding: 0 0 10px 0;
  362. }
  363.  
  364. .postmeta-primary span, .postmeta-secondary span {
  365. padding:3px 0 3px 20px;
  366. background-position:left center;
  367. background-repeat: no-repeat;
  368. }
  369.  
  370. .meta_date {
  371. background-image: url(images/date.png);
  372. }
  373.  
  374. .meta_author {
  375. background-image: url(images/author.png);
  376. }
  377.  
  378. .meta_comments {
  379. background-image: url(images/comments.png);
  380. }
  381.  
  382. .meta_edit {
  383. background-image: url(images/edit.png);
  384. }
  385.  
  386. .meta_categories {
  387. background-image: url(images/category.png);
  388. }
  389.  
  390. .meta_tags {
  391. background-image: url(images/tags.png);
  392. }
  393.  
  394. /* Read More
  395. ----------------------------*/
  396.  
  397. .readmore {
  398. margin-bottom: 15px;
  399. float: right;
  400. }
  401.  
  402. .readmore a {
  403. color: #fff;
  404. background:#010101 url(images/readmore-bg.png) left top repeat-x;
  405. padding: 8px 14px;
  406. font-size: 12px;
  407. line-height: 12px;
  408. display: inline-block;
  409. text-decoration: none;
  410. text-transform: uppercase;
  411. }
  412.  
  413. .readmore a:hover {
  414. color: #fff;
  415. background:#DE6B1D url(images/readmore-bg.png) left -126px repeat-x;
  416. text-decoration: none;
  417. }
  418.  
  419. /* =SITEMAP
  420. -------------------------------------------------------------- */
  421. .sitemap {
  422. }
  423.  
  424. .sitemap-col {
  425. width: 30%;
  426. padding: 0 0 0 10px;
  427. }
  428.  
  429. .sitemap-col-archives {
  430. width: 45%;
  431. padding: 0 0 0 10px;
  432. }
  433.  
  434. .sitemap h2 {
  435. font-size: 18px;
  436. font-weight: bold;
  437. border-bottom: 2px solid #ddd;
  438. padding: 0 0 10px 0;
  439. margin: 0 0 10px 0;
  440. }
  441.  
  442. .sitemap h3 {
  443. font-size: 14px;
  444. font-weight: bold;
  445. padding: 0;
  446. margin: 0 0 10px 0;
  447. }
  448.  
  449. .sitemap-list {
  450. font-size: 13px;
  451. line-height: 22px;
  452. }
  453.  
  454. .sitemap-list, .sitemap-list ul {
  455. padding: 0 0 0 20px;
  456. }
  457.  
  458. /* =CONTACT FORM
  459. -------------------------------------------------------------- */
  460. .contact-form {
  461. }
  462.  
  463. .contact-form-label {
  464. width: 90px;
  465. font-weight: bold;
  466. font-size: 14px;
  467. padding: 7px 0;
  468. }
  469.  
  470. .contact-form-input {
  471. margin-left: 90px;
  472. }
  473.  
  474. .contact-form input[type=text] {
  475. padding: 6px;
  476. width: 60%;
  477. margin-bottom: 20px;
  478. border: 1px solid #ccc;
  479. background: #fff;
  480. }
  481.  
  482. .contact-form input[type=submit] {
  483. padding: 5px 50px;
  484. border: 1px solid #ccc;
  485. background: #eee;
  486. }
  487. .contact-form textarea {
  488. width: 96%;
  489. padding: 6px;
  490. height: 160px;
  491. margin-bottom: 20px;
  492. border: 1px solid #ccc;
  493. background: #fff;
  494. }
  495.  
  496. .contact-form-required {
  497. color: red;
  498. }
  499.  
  500. /* =SLIDER
  501. -------------------------------------------------------------- */
  502.  
  503. .fp-slider {
  504. margin: 0 0 15px 0;
  505. }
  506.  
  507. .fp-slides-container {}
  508.  
  509. .fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
  510. width: 615px;
  511. }
  512.  
  513. .fp-slides, .fp-thumbnail {
  514. height: 300px;
  515. overflow: hidden;
  516. position: relative;
  517. }
  518.  
  519. .fp-title {
  520. font-family: Arial, Helvetica, Sans-serif;
  521. color: #fff;
  522. font-size: 18px;
  523. font-weight: bold;
  524. padding: 0 0 2px 0;
  525. margin: 0;
  526. }
  527.  
  528. .fp-title a, .fp-title a:hover {
  529. color: #fff;
  530. text-decoration: none;
  531. }
  532.  
  533. .fp-content {
  534. position: absolute;
  535. overflow: hidden;
  536. padding: 10px 15px;
  537. bottom: 0;
  538. left: 0;
  539. right: 0;
  540. background: #111;
  541. opacity: 0.7;
  542. filter: alpha(opacity = 70);
  543. }
  544.  
  545. .fp-content p {
  546. color: #fff;
  547. padding: 0;
  548. margin: 0;
  549. line-height: 18px;
  550. }
  551.  
  552. .fp-more, .fp-more:hover{
  553. color: #fff;
  554. font-weight: bold;
  555. }
  556.  
  557. .fp-nav {
  558. height: 12px;
  559. text-align: center;
  560. padding: 10px 0;
  561. background: #010101;
  562. }
  563.  
  564. .fp-pager a {
  565. background-image: url(images/featured-pager.png);
  566. cursor:pointer;
  567. margin: 0 8px 0 0;
  568. padding: 0;
  569. display: inline-block;
  570. width: 12px;
  571. height: 12px;
  572. overflow: hidden;
  573. text-indent: -999px;
  574. background-position: 0 0;
  575. float: none;
  576. line-height: 1;
  577. opacity: 0.7;
  578. filter: alpha(opacity = 70);
  579. }
  580.  
  581. .fp-pager a:hover, .fp-pager a.activeSlide {
  582. text-decoration: none;
  583. background-position: 0 -112px;
  584. opacity: 1.0;
  585. filter: alpha(opacity = 100);
  586. }
  587.  
  588. .fp-prev-next-wrap {
  589. position: relative;
  590. z-index: 200;
  591. }
  592.  
  593. .fp-prev-next {
  594. position: absolute;
  595. bottom: 130px;
  596. left: 0;
  597. right: 0;
  598. height: 37px;
  599. }
  600.  
  601. .fp-prev {
  602. float:left;
  603. margin-left: 14px;
  604. width:37px;
  605. height:37px;
  606. background:url(images/featured-prev.png) left top no-repeat;
  607. opacity: 0.6;
  608. filter: alpha(opacity = 60);
  609. }
  610.  
  611. .fp-prev:hover {
  612. opacity: 0.8;
  613. filter: alpha(opacity = 80);
  614. }
  615.  
  616. .fp-next {
  617. float:right;
  618. width:36px;
  619. height:37px;
  620. margin-right: 14px;
  621. background:url(images/featured-next.png) right top no-repeat;
  622. opacity: 0.6;
  623. filter: alpha(opacity = 60);
  624. }
  625.  
  626. .fp-next:hover {
  627. opacity: 0.8;
  628. filter: alpha(opacity = 80);
  629. }
  630.  
  631. /* =WP-PAGENAVI
  632. -------------------------------------------------------------- */
  633.  
  634. .wp-pagenavi {
  635. float: left;
  636. }
  637.  
  638. .wp-pagenavi a, .wp-pagenavi span {
  639. text-decoration: none;
  640. padding: 5px 8px;
  641. margin: 2px;
  642. font-size: 15px;
  643. line-height: 15px;
  644. float: left;
  645. }
  646.  
  647. .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
  648. color: #CCCCCC;
  649. background:none;
  650. }
  651.  
  652. .wp-pagenavi span.current {
  653. font-weight: bold;
  654. color: #fff;
  655. background: #DE6B1D url(images/wp-pagenavi-bg.png) left top repeat-x;
  656. }
  657.  
  658. .wp-pagenavi a:hover {
  659. color: #fff;
  660. background: #010101 url(images/wp-pagenavi-bg.png) left -126px repeat-x;
  661. }
  662.  
  663. .wp-pagenavi span.pages {
  664. color: #CCCCCC;
  665. background: none;
  666. padding: 4px 8px 4px 0;
  667. }
  668.  
  669. .wp-pagenavi span.extend {
  670. background:transparent;
  671. color: #CCCCCC;
  672. background: none;
  673. }
  674.  
  675. /* =FOOTER
  676. -------------------------------------------------------------- */
  677.  
  678. #footer {
  679. margin-bottom:15px;
  680. }
  681.  
  682. #copyrights {
  683. color: #FFFFFF;
  684. background: #242424;
  685. text-align: center;
  686. padding: 20px 0;
  687. }
  688.  
  689. #copyrights a {
  690. color: #FFFFFF;
  691. }
  692.  
  693. #copyrights a:hover {
  694. color: #FFFFFF;
  695. text-decoration: none;
  696. }
  697.  
  698. #credits {
  699. color: #7D7D7D;
  700. text-align: center;
  701. font-size: 0px;
  702. padding: 10px 0 0 0;
  703. }
  704.  
  705. #credits a {
  706. color: #7D7D7D;
  707. text-decoration: none;
  708. }
  709.  
  710. #credits a:hover {
  711. text-decoration: none;
  712. color: #7D7D7D;
  713. }
  714.  
  715. /* Footer Widgets
  716. ----------------------------*/
  717.  
  718. #footer-widgets {
  719. background: #1A1A1A;
  720. padding: 20px 0 0 0;
  721. border-top: 2px solid #2E2E2E;
  722. }
  723.  
  724. .footer-widget-box {
  725. width: 300px;
  726. float: left;
  727. margin-left: 15px;
  728. }
  729.  
  730. .footer-widget-box-last {
  731.  
  732. }
  733.  
  734. /* Footer Widgets Color */
  735.  
  736. #footer-widgets .widget-container {
  737. }
  738.  
  739. /* Footer Widgets Links */
  740.  
  741. #footer-widgets .widget-container a {
  742. }
  743.  
  744. #footer-widgets .widget-container a:hover {
  745. }
  746.  
  747. /* Footer Widget Title */
  748.  
  749. #footer-widgets .widgettitle {
  750. }
  751.  
  752. #footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {
  753. }
  754.  
  755. /* Footer List Items */
  756.  
  757. #footer-widgets .widget ul li {
  758. }
  759.  
  760. /* Footer Widgets Tabs */
  761.  
  762. #footer-widgets .tabs-widget li a {
  763. }
  764.  
  765. #footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {
  766. }
  767.  
  768. /* Footer Widgets Seaarch */
  769.  
  770. #footer-widgets #search {
  771. }
  772.  
  773. #footer-widgets #search #s {
  774. }
  775.  
  776.  
  777. /* =WIDGETS
  778. -------------------------------------------------------------- */
  779.  
  780. /* Widgets Defaults
  781. ----------------------------*/
  782.  
  783. .widget-container {
  784. list-style-type: none;
  785. list-style: none;
  786. margin: 0 0 15px 0;
  787. color: #F2DBCC;
  788. font-size: 13px;
  789. padding-left: 10px;
  790. }
  791.  
  792. .widget-container a {
  793. color: #F2DBCC;
  794. text-decoration: none;
  795. }
  796.  
  797. .widget-container a:hover {
  798. color: #E9851D;
  799. text-decoration: none;
  800. }
  801.  
  802. .widgettitle {
  803. background: url(images/widgettitle-bg.png) left top repeat-x;
  804. border-left: 4px solid #F7C178;
  805. margin: 0 0 10px 0;
  806. padding: 9px 0 9px 10px;
  807. }
  808.  
  809. .widgettitle, .widgettitle a, .widgettitle a:hover {
  810. color: #FFFFFF;
  811. font-size: 16px;
  812. line-height: 16px;
  813. font-family: 'Oswald', sans-serif;
  814. font-weight: normal;
  815. text-decoration: none;
  816. text-transform: uppercase;
  817. text-shadow: 0 1px 0 #974404;
  818. }
  819.  
  820. .widget ul {
  821. list-style-type: none;
  822. list-style: none;
  823. margin: 0;
  824. padding: 0;
  825. }
  826.  
  827. .widget ul li {
  828. padding: 0 0 9px 12px;
  829. margin: 0 0 8px 0;
  830. background: url(images/widget-list.png) left 3px no-repeat;
  831. border-bottom: 1px solid #2C2C2C;
  832. }
  833.  
  834. /* Search
  835. ----------------------------*/
  836.  
  837. #search {
  838. border: 1px solid #424040;
  839. background: #1E1E1F url(images/search.png) 99% 50% no-repeat;
  840. text-align: left;
  841. padding: 6px 24px 6px 6px;
  842. }
  843.  
  844. #search #s {
  845. background: none;
  846. color: #9B9B9B;
  847. border: 0;
  848. width: 100%;
  849. padding: 0;
  850. margin: 0;
  851. outline: none;
  852. }
  853.  
  854. #content-search {
  855. width: 300px;
  856. padding: 15px 0;
  857. }
  858.  
  859. #topsearch {
  860. float: right;
  861. }
  862.  
  863. #topsearch #s {
  864. width: 220px;
  865. }
  866.  
  867. /* Wp Calendar
  868. ----------------------------*/
  869.  
  870. #wp-calendar td:hover, #wp-calendar #today {
  871. background: #E9851D;
  872. color: #fff;
  873. }
  874.  
  875. #wp-calendar td:hover a, #wp-calendar #today a {
  876. color: #fff;
  877. }
  878.  
  879. /* Text Widget
  880. ----------------------------*/
  881.  
  882. .textwidget {
  883. line-height: 18px;
  884. }
  885.  
  886. /* 125x125 Banners Widget
  887. ----------------------------*/
  888.  
  889. .banners-125 {
  890. text-align: center;
  891. margin-bottom: -10px;
  892. }
  893.  
  894. .banners-125 img {
  895. margin: 0 5px 5px 5px;
  896. }
  897.  
  898.  
  899. /* Posts Widget
  900. ----------------------------*/
  901.  
  902. .posts-widget ul {
  903. list-style-type: none;
  904. list-style: none;
  905. padding: 0;
  906. margin: 10px 0 0 0;
  907. }
  908.  
  909. .posts-widget ul li {
  910. list-style-type: none;
  911. list-style: none;
  912. padding: 0 0 15px 0;
  913. margin: 0 0 15px 0;
  914. border-bottom: 1px solid #2C2C2C;
  915. }
  916.  
  917. .posts-widgettitle {
  918. font-weight: bold;
  919. padding: 0 0 5px 0;
  920. margin: 0;
  921. font-family: Arial, Helvetica, Sans-serif;
  922. font-size: 14px;
  923. }
  924.  
  925. .posts-widgettitle a {}
  926.  
  927. .posts-widgettitle a:hover {}
  928.  
  929. .posts-widget-meta {
  930. font-style: italic;
  931. padding: 0 0 5px 0;
  932. }
  933.  
  934. .posts-widget-entry {
  935. font-family: Arial, Helvetica, Sans-serif;
  936. line-height: 20px;
  937. }
  938.  
  939. .posts-widget-more {
  940. font-weight: bold;
  941. }
  942.  
  943. .posts-widget-more:hover {}
  944.  
  945. .posts-widget-featured-image {
  946. border: 1px solid #555555;
  947. padding: 4px;
  948. background-color: #3D3D3D;
  949. }
  950.  
  951. .posts-widget .alignleft {
  952. margin: 0 8px 8px 0;
  953. }
  954.  
  955. .posts-widget .alignright {
  956. margin: 0 0 8px 8px;
  957. }
  958.  
  959. .posts-widget .aligncenter {
  960. margin-bottom: 8px;
  961. }
  962.  
  963. /* Comments Widget
  964. ----------------------------*/
  965.  
  966. .comments-widget ul {
  967. list-style-type: none;
  968. list-style: none;
  969. padding: 0;
  970. margin: 10px 0 0 0;
  971. }
  972.  
  973. .comments-widget ul li {
  974. list-style-type: none;
  975. list-style: none;
  976. padding: 0 0 10px 0;
  977. margin: 0 0 10px 0;
  978. border-bottom: 1px solid #2C2C2C;
  979. }
  980.  
  981. .comments-widget-author {
  982. text-decoration: none;
  983. font-weight: bold;
  984. padding: 0 0 5px 0;
  985. margin: 0;
  986. }
  987.  
  988. .comments-widget-author:hover {}
  989.  
  990. .comments-widget-entry {
  991. font-family: Arial, Helvetica, Sans-serif;
  992. line-height: 20px;
  993. }
  994.  
  995. .comments-widget-more {
  996. font-weight: bold;
  997. }
  998.  
  999. .comments-widget-more:hover {}
  1000.  
  1001. .comments-widget-avatar {
  1002. border: 1px solid #555555;
  1003. padding: 4px;
  1004. background-color: #3D3D3D;
  1005. }
  1006.  
  1007. .comments-widget .alignleft {
  1008. margin: 0 8px 0 0;
  1009. }
  1010.  
  1011. .comments-widget .alignright {
  1012. margin: 0 0 0 8px;
  1013. }
  1014.  
  1015. .comments-widget .aligncenter {
  1016. margin-bottom: 8px;
  1017. }
  1018.  
  1019. /* Info Box Widget
  1020. ----------------------------*/
  1021.  
  1022. .infobox-widget ul {
  1023. list-style-type: none;
  1024. list-style: none;
  1025. padding: 0;
  1026. margin: 0;
  1027. }
  1028.  
  1029. .infobox-widget ul li {
  1030. list-style-type: none;
  1031. list-style: none;
  1032. padding: 0;
  1033. margin: 5px 0 0 0;
  1034. }
  1035.  
  1036. .infobox-widget ul li a {
  1037. text-decoration: none;
  1038. }
  1039.  
  1040. .infobox-widget-description {
  1041. line-height: 20px;
  1042. }
  1043.  
  1044. .infobox-widget-more {
  1045. font-weight: bold;
  1046. }
  1047.  
  1048. .infobox-widget-more:hover {
  1049. }
  1050.  
  1051.  
  1052. .infobox-widget .alignleft {
  1053. margin: 0 10px 10px 0;
  1054. }
  1055.  
  1056. .infobox-widget .alignright {
  1057. margin: 0 0 10px 10px;
  1058. }
  1059.  
  1060. .infobox-widget .aligncenter {
  1061. margin-bottom: 10px;
  1062. }
  1063.  
  1064. .infobox-widget .inbottom {
  1065. margin-top: 10px;
  1066. }
  1067.  
  1068. /* Social Profiles Widget
  1069. ----------------------------*/
  1070. .social-profiles-widget img {
  1071. margin: 0 4px 0 0;
  1072. }
  1073.  
  1074. .social-profiles-widget img:hover {
  1075. opacity: 0.8;
  1076. }
  1077.  
  1078. /* Tabs Widget
  1079. ----------------------------*/
  1080.  
  1081. .tabs-widget {
  1082. list-style: none;
  1083. list-style-type: none;
  1084. margin: 0 0 10px 0;
  1085. padding: 0;
  1086. height: 26px;
  1087. }
  1088.  
  1089. .tabs-widget li {
  1090. list-style: none;
  1091. list-style-type: none;
  1092. margin: 0 0 0 4px;
  1093. padding: 0;
  1094. float: left;
  1095. }
  1096.  
  1097. .tabs-widget li:first-child {
  1098. margin: 0;
  1099. }
  1100.  
  1101. .tabs-widget li a {
  1102. color: #fff;
  1103. background: url(images/tabs-bg.png) left top repeat-x;
  1104. padding: 6px 16px;
  1105. font-family: Arial, Helvetica, Sans-serif;
  1106. font-weight: bold;
  1107. display: block;
  1108. text-decoration: none;
  1109. font-size: 12px;
  1110. line-height: 12px;
  1111. }
  1112.  
  1113. .tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
  1114. background: url(images/tabs-bg.png) left -126px repeat-x;
  1115. color: #fff;
  1116. }
  1117.  
  1118. .tabs-widget-content {
  1119. }
  1120.  
  1121. /* Tweets Widget
  1122. ----------------------------*/
  1123.  
  1124. .tweets-widget ul {
  1125. list-style-type: none;
  1126. list-style: none;
  1127. margin: 0;
  1128. padding: 0;
  1129. line-height: 20px;
  1130. font-family: Arial, Helvetica, Sans-serif;
  1131. }
  1132.  
  1133. .tweets-widget ul li {
  1134. list-style-type: none;
  1135. list-style: none;
  1136. padding: 0;
  1137. margin: 15px 0 0 0;
  1138. }
  1139.  
  1140. .tweets-widget ul li:first-child {
  1141. margin-top: 5px;
  1142. }
  1143.  
  1144. .tweets-widget li.tweets-bird {
  1145. padding-left: 24px;
  1146. background: url(images/tweets.png) left 2px no-repeat;
  1147. }
  1148.  
  1149. .tweets-widget a {}
  1150.  
  1151. .tweets-widget a:hover {}
  1152.  
  1153. a.tweets-widget-time {
  1154. text-decoration: underline;
  1155. }
  1156.  
  1157. a.tweets-widget-time:hover {
  1158. text-decoration: none;
  1159. }
  1160.  
  1161. /* Facebook Widget
  1162. ----------------------------*/
  1163.  
  1164. .facebook-widget {
  1165. list-style-type: none;
  1166. list-style: none;
  1167. margin: 0;
  1168. padding: 0;
  1169. }
  1170.  
  1171. /* =COMMENTS
  1172. -------------------------------------------------------------- */
  1173.  
  1174. #comments {
  1175. margin-bottom: 15px;
  1176. }
  1177.  
  1178. #comments p {
  1179. margin: 5px 0 10px 0;
  1180. }
  1181.  
  1182. h3#comments-title {
  1183. font-weight: bold;
  1184. font-size: 20px;
  1185. padding: 0;
  1186. margin: 0 0 15px 0;
  1187. }
  1188.  
  1189. .commentlist {
  1190. list-style: none;
  1191. margin: 0;
  1192. padding: 0;
  1193. }
  1194.  
  1195. .commentlist li.comment {
  1196. line-height: 24px;
  1197. margin: 0 0 15px 0;
  1198. padding: 0 0 0 0px;
  1199. position: relative;
  1200. }
  1201.  
  1202. .commentlist li:last-child {
  1203. border-bottom:none;
  1204. margin-bottom:0;
  1205. }
  1206.  
  1207. #comments .comment-body ul,
  1208. #comments .comment-body ol {
  1209. margin-bottom: 15px;
  1210. }
  1211.  
  1212. #comments .comment-body blockquote p:last-child {
  1213. margin-bottom: 15px;
  1214. }
  1215.  
  1216. .commentlist .avatar {
  1217. border: 3px solid #ffffff;
  1218. margin-right: 10px;
  1219. width: 40px;
  1220. height: 40px;
  1221. vertical-align: middle;
  1222. margin-bottom: 2px;
  1223. }
  1224.  
  1225. .comment-author {
  1226. padding: 5px;
  1227. display: block;
  1228. background: #0F0F0F;
  1229. border: 1px solid #DFDFDF;
  1230. -moz-border-radius: 4px;
  1231. -khtml-border-radius: 4px;
  1232. -webkit-border-radius: 4px;
  1233. border-radius: 4px;
  1234. }
  1235.  
  1236. .comment-author cite {
  1237. font-style: normal;
  1238. font-weight: bold;
  1239. }
  1240.  
  1241. .comment-author .says {
  1242. font-style: italic;
  1243. }
  1244.  
  1245. .fn, .fn a:link, .fn a:hover, .fn a:visited {
  1246. font-family: Arial, Helvetica, Sans-serif;
  1247. font-size: 16px;
  1248. font-style: normal;
  1249. font-weight: bold;
  1250. text-decoration: none;
  1251. }
  1252.  
  1253. .comment-meta {
  1254. margin: -23px 0 0 65px;
  1255. display: block;
  1256. font-size: 11px;
  1257. padding:0;
  1258. }
  1259.  
  1260. .comment-meta a:link,
  1261. .comment-meta a:visited {
  1262. text-decoration: none;
  1263. }
  1264. .commentlist .bypostauthor {
  1265. }
  1266. .reply {
  1267. text-align: right;
  1268. margin-bottom: 10px;
  1269. }
  1270.  
  1271. .comment-reply-link {
  1272. font-size: 11px;
  1273. font-weight: normal;
  1274. text-decoration: none;
  1275. background: #EDEDED;
  1276. color: #333;
  1277. padding: 2px 8px;
  1278. -moz-border-radius: 3px;
  1279. -khtml-border-radius: 3px;
  1280. -webkit-border-radius: 3px;
  1281. border-radius: 3px;
  1282. border: 1px solid #999999;
  1283. }
  1284.  
  1285. .comment-reply-link:hover {
  1286. background: #F5F5F5;
  1287. color: #333;
  1288. }
  1289.  
  1290.  
  1291. .commentlist .children {
  1292. list-style: none;
  1293. margin: 0;
  1294. }
  1295.  
  1296. /* Children */
  1297.  
  1298. .commentlist .children li {
  1299. border: none;
  1300. margin: 0;
  1301. }
  1302.  
  1303. .nocomments {
  1304. display: none;
  1305. }
  1306.  
  1307. #comments .pingback {
  1308. margin-bottom: 18px;
  1309. padding-bottom: 18px;
  1310. }
  1311.  
  1312. .commentlist li.comment+li.pingback {
  1313. margin-top: -6px;
  1314. }
  1315.  
  1316. #comments .pingback p {
  1317. font-size: 12px;
  1318. line-height: 18px;
  1319. display:block;
  1320. margin: 0;
  1321. }
  1322.  
  1323. #comments .pingback .url {
  1324. font-style: italic;
  1325. font-size: 13px;
  1326. }
  1327.  
  1328. /* Comments form */
  1329.  
  1330. #respond {
  1331. overflow: hidden;
  1332. position: relative;
  1333. margin-bottom: 15px;
  1334. }
  1335.  
  1336. h3#reply-title {
  1337. font-weight: bold;
  1338. font-size: 20px;
  1339. padding: 0;
  1340. margin: 0 0 15px 0;
  1341. }
  1342.  
  1343. #respond .required {
  1344. color:#FF4B33;
  1345. }
  1346.  
  1347. #respond .comment-notes {
  1348. margin-bottom: 1em;
  1349. }
  1350.  
  1351. .form-allowed-tags {
  1352. display: none;
  1353. }
  1354.  
  1355. .children #respond {
  1356. margin: 0 48px 0 0;
  1357. }
  1358.  
  1359. #comments-list #respond {
  1360. margin: 0 0 18px 0;
  1361. }
  1362.  
  1363. #comments-list ul #respond {
  1364. margin: 0;
  1365. }
  1366.  
  1367. #cancel-comment-reply-link {
  1368. font-size: 12px;
  1369. line-height: 18px;
  1370. font-weight: normal;
  1371. }
  1372.  
  1373. #respond .required {
  1374. color:#FF4B33;
  1375. font-weight:bold;
  1376. }
  1377.  
  1378. #respond label {
  1379. font-size: 12px;
  1380. font-weight: bold;
  1381. }
  1382.  
  1383. #respond input {
  1384. margin:10px 0 0 0;
  1385. width:98%;
  1386. }
  1387.  
  1388. #respond textarea {
  1389. width:98%;
  1390. margin:10px 0 0 0;
  1391. }
  1392.  
  1393. #respond .form-allowed-tags {
  1394. font-size: 12px;
  1395. line-height: 18px;
  1396. }
  1397.  
  1398. #respond .form-allowed-tags code {
  1399. font-size: 11px;
  1400. }
  1401.  
  1402. #respond input[type=submit] {
  1403. margin: 0;
  1404. }
  1405.  
  1406. #respond .form-submit {
  1407. margin: 0;
  1408. }
  1409.  
  1410. #respond .form-submit input {
  1411. width: auto;
  1412. font-size: 14px;
  1413. }
  1414. #respond dl {
  1415. margin: 0 0 10px;
  1416. }
  1417.  
  1418. #respond dt {
  1419. display: inline;
  1420. font-weight: normal;
  1421. }
  1422.  
  1423. #respond dd {
  1424. display: inline;
  1425. }
  1426.  
  1427. #header{
  1428. height:118px !important;}
  1429. /* =END
  1430. -------------------------------------------------------------- */[/CODE]
  1431.  
  1432. jedino ovo koliko sam vidio,a nerazumjem se:
  1433.  
  1434. .logo h1.site_title {
  1435. margin: 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement