Advertisement
Guest User

Untitled

a guest
May 17th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.39 KB | None | 0 0
  1. /*
  2.     Theme Name: Libera
  3.     Theme URI: http://newwpthemes.com/libera-free-wordpress-theme/
  4.     Description: Libera is a free WordPress theme with featured posts option. Suitable for any niche. Theme Options at admin panel
  5.     Author: NewWpThemes.com
  6.     Author URI: http://newwpthemes.com/
  7.     Version: 1.1
  8.     Tags: black, green, white, three-columns, left-right-sidebars
  9. */
  10.  
  11. /* LAYOUT */
  12.  
  13. body {
  14.     background: #FFFFFF url(images/background.png) left top repeat-x;
  15.     }
  16.  
  17. #wrapper {
  18.     }
  19.  
  20. #container {
  21.     }
  22.  
  23. #contentwrap {
  24.     background: url(images/contentwrap.png) center top repeat-y;
  25.     }
  26.  
  27. a {
  28.     color: #000000;
  29.     text-decoration: none;
  30.     }
  31.  
  32. a:hover {
  33.     color: #7CA705;
  34.     text-decoration: underline;
  35.     }
  36. /* HEADER */
  37.  
  38. #header {
  39.     height: 120px;
  40.     padding: 10px 0;
  41.     }
  42.  
  43. #header h1 {
  44.     margin-bottom: 0px !important;
  45.     padding: 20px 0 0 0;
  46.     font-weight: normal;
  47.     font-family: Arial, Helvetica, Sans-serif;
  48.     font-weight: bold;
  49.     font-size: 44px;
  50.     }
  51.  
  52. #header h1 a, #header h1 a:visited {
  53.     color: #1E3B49;
  54.     text-decoration: none;
  55.     }
  56.  
  57. #header h2 {
  58.     color: #BFC7CB;
  59.     font-size: 14px;
  60.     font-family: Arial, Helvetica, Sans-serif;
  61.     }
  62.  
  63. .logoimg {
  64.     margin: 18px 0 0 0px;
  65. }
  66.  
  67. .feedtwitter {
  68.     margin-top: 10px;
  69.     text-align: right;
  70. }
  71.  
  72. /* NAVIGATION MENUS */
  73. /* WTthemepack */
  74.  
  75. #pagemenucontainer {
  76.     height: 26px;
  77.     margin-top: 10px;
  78.     float: right;
  79.     }
  80.  
  81. #pagemenu {
  82.     height: 26px;
  83.     float: right;
  84.     }
  85.  
  86. #pagemenu, #pagemenu ul {
  87.     padding: 0;
  88.     margin: 0;
  89.     list-style: none;
  90.     line-height: 1;
  91.     }
  92. #pagemenu {
  93.     }
  94.  
  95. #pagemenu ul {
  96.     float: left;
  97.     list-style: none;
  98.     margin: 0px 0px 0px 0px;
  99.     padding: 0px
  100.     }
  101.  
  102. #pagemenu li {
  103.     float: left;
  104.     list-style: none;
  105.     margin: 0px;
  106.     padding: 0;
  107.     }
  108.  
  109. #pagemenu ul li {
  110.     list-style: none;
  111.     margin: 0px;
  112.     padding: 0;
  113.  
  114.     }
  115.  
  116. #pagemenu li a, #pagemenu li a:link {
  117.     color: #FFFFFF;
  118.     display: block;
  119.     margin:0 0 0 6px;
  120.     padding: 8px 13px;
  121.     text-decoration: none;
  122.     text-transform: uppercase;
  123.     font-size: 11px;
  124.     font-weight: normal;
  125.     font-family: Arial, Helvetica, sans-serif;
  126.     }
  127.  
  128. #pagemenu li a:hover, #pagemenu li a:active{
  129.     color: #B3F209;
  130.     display: block;
  131.     text-decoration: none;
  132.     border: 1px solid #383F3F;
  133.     padding: 7px 12px;
  134.     -moz-border-radius: 5px;
  135.     -khtml-border-radius: 5px;
  136.     -webkit-border-radius: 5px;
  137.     border-radius: 5px;
  138.     }
  139.  
  140. #pagemenu  li.current_page_item a {
  141.     border: 1px solid #383F3F;
  142.     color:#B3F209;
  143.     padding: 7px 12px;
  144.     -moz-border-radius: 5px;
  145.     -khtml-border-radius: 5px;
  146.     -webkit-border-radius: 5px;
  147.     border-radius: 5px;
  148.     }
  149.  
  150. #pagemenu li:hover, #pagemenu li.sfhover {
  151.     position: static;
  152.     }
  153.  
  154. #navcontainer {
  155.     height: 34px;
  156.     display: block;
  157.     overflow: hidden;
  158.     background: #000000;
  159.     }
  160.  
  161. #navcontainer .current-cat a {
  162.     color:#FFFFFF;
  163.     background: url(images/nav-background-hover.png) top left repeat-x;
  164.     }
  165.  
  166. /* CONTENT *//* WTthemepack */
  167.  
  168. #content {
  169.     padding: 15px;
  170.     color: #5C5A52;
  171.     }
  172.  
  173. pre { overflow: auto;
  174.     width: 460px;
  175.     }
  176.  
  177. .post {
  178.     border-bottom: 2px solid #F3F3EA;
  179.     padding: 10px;
  180.     margin-bottom: 15px;
  181.     }
  182.  
  183. .post p {
  184.     margin-bottom: 10px;
  185.     }
  186.  
  187. .title {
  188.     margin: 0 0 8px 0;
  189.     padding: 0;
  190.     line-height: 22px;
  191.     font-family: Arial, Helvetica, Sans-serif;
  192.     font-weight: bold;
  193.     color: #000000;
  194.     }
  195.  
  196. .title a {
  197.     text-decoration: none;
  198.     color: #000000;
  199.     }
  200.  
  201. .title a:hover {
  202.     text-decoration: none;
  203.     color: #7CA705;
  204.     }
  205.  
  206. .pagetitle {
  207.     margin-bottom: 20px;
  208.     line-height: 22px;
  209.     font-family: Arial, Helvetica, Sans-serif;
  210.     text-decoration: underline;
  211. }
  212.  
  213. .readmorecontent {
  214.     text-align: right;
  215.     }
  216.  
  217. a.readmore {
  218.     padding: 4px 15px;
  219.     text-decoration: none;
  220.     font-size: 12px;
  221.     background:#F3F3EA url(images/readmore-bg.png) left top repeat-x;
  222.     border: 1px solid #EDEDE7;
  223.     color: #404040;
  224.     }
  225.  
  226. a.readmore:hover {
  227.     background:#BCD280 url(images/readmore-hover.png) left top repeat-x;
  228.     border: 1px solid #82A117;
  229.     color: #FFFFFF;
  230.     }
  231.  
  232. .postdate {
  233.     font-size: 11px;
  234.     padding: 2px 0px;
  235.     font-family: Arial, Verdana;
  236.     color: #BFBFB6;
  237.     }
  238.  
  239. .postmeta {
  240.     font-size: 11px;
  241.     padding: 2px 4px;
  242.     font-family: Arial, Verdana;
  243.     }
  244.  
  245. .postdate img, .postmeta img {
  246.     border: none;
  247.     vertical-align: middle;
  248.     margin:2px;
  249.     }
  250.  
  251. .entry {
  252.     text-align: justify;
  253.     line-height: 20px;
  254.     padding-top: 8px;
  255.     font-family: Arial, Verdana;
  256.     font-size: 14px;
  257.     }
  258. .navigation {
  259.     padding: 10px 0;
  260.     }
  261.  
  262. blockquote {
  263.     overflow: hidden;
  264.     padding-left: 9px;
  265.     font-style: italic;
  266.     color: #666;
  267.     border-left: 3px solid #bcbbbb;
  268.     }
  269.  
  270. .post img {
  271.     max-width: 680px;
  272.     }
  273.  
  274. img.wp-smiley {
  275.     max-height: 12px;
  276.     margin: 0;
  277.     padding: 0;
  278.     border: none;
  279.     }
  280.  
  281. .aligncenter,
  282. div.aligncenter {
  283.    display: block;
  284.    margin-left: auto;
  285.    margin-right: auto;
  286.     }
  287.  
  288. .alignleft {
  289.    float: left;
  290.     }
  291.  
  292. .alignright {
  293.    float: right;
  294.     }
  295.  
  296. .wp-caption {
  297.    border: 1px solid #ddd;
  298.    text-align: center;
  299.    background-color: #f3f3f3;
  300.    padding-top: 4px;
  301.    margin: 10px;
  302.    /* optional rounded corners for browsers that support it *//* WEtk */
  303.    -moz-border-radius: 3px;
  304.    -khtml-border-radius: 3px;
  305.    -webkit-border-radius: 3px;
  306.    border-radius: 3px;
  307.     }
  308.  
  309. .wp-caption img {
  310.    margin: 0;
  311.    padding: 0;
  312.    border: 0 none;
  313.     }
  314.  
  315. .wp-caption p.wp-caption-text {
  316.    font-size: 11px;
  317.    line-height: 17px;
  318.    padding: 0 4px 5px;
  319.    margin: 0;
  320.     }
  321.  
  322. /* wp-pagenavi *//* WTtk */
  323. .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
  324.     font-size: 15px !important;
  325.     padding:  4px 8px !important;
  326.     color: #393939 !important;
  327.     background:none !important;
  328.     border:1px solid #fff !important;
  329. }
  330. .wp-pagenavi a:hover {
  331.     color: #393939 !important;
  332.     background: #F3F3EB url(images/wp-pagenavi-hover.png) left top repeat-x !important;
  333.     border:1px solid #EDEDE7 !important;
  334.  
  335. }
  336. .wp-pagenavi span.pages {
  337.     font-size: 15px !important;
  338.     padding:  4px 8px !important;
  339.     color: #393939 !important;
  340.     background: none !important;
  341.     border:1px solid #fff !important;
  342. }
  343. .wp-pagenavi span.current {
  344.     font-size: 15px !important;
  345.     padding:  4px 8px !important;
  346.     font-weight: bold;
  347.     color: #fff !important;
  348.     background: #8EB324 url(images/wp-pagenavi-bg.png) left top repeat-x !important;
  349.     border:1px solid #84AA15 !important;
  350. }
  351. .wp-pagenavi span.extend {
  352.     font-size: 15px !important;
  353.     padding:  4px 8px !important;
  354.     background:transparent !important;
  355.     color: #393939 !important;
  356.     background: none !important;
  357.     border:1px solid #fff !important;
  358. }
  359.  
  360. /* SIDEBAR(S) */
  361.  
  362. .sidebaradbox {
  363.     margin-top: 5px;
  364.     text-align:center;
  365.     }
  366.  
  367. .ad125 {
  368.     margin: 10px;
  369.     }
  370.  
  371. .sidebar {
  372.     margin: 0 0 10px 0;
  373.     color: #6D6D6E;
  374.     }
  375.  
  376. .sidebar-right {
  377.     margin: 0 0 0 0;
  378.     }
  379.  
  380. .sidebar-left {
  381.     margin: 0 0 0 0;
  382.     }
  383.  
  384. .sidebar a {
  385.     text-decoration: none;
  386.     color: #6D6D6E;
  387.     }
  388.  
  389. .sidebar a:hover {
  390.     text-decoration: underline;
  391.     color:#95CA05;
  392.     }
  393.  
  394. #search {
  395.     border: 0;
  396.     height: 28px;
  397.     padding: 0;
  398.     background: url(images/search-bg.png) left top repeat-x;
  399.     text-align: right;
  400.     border: 1px solid #C3C8AF;
  401. }
  402.  
  403. #search input {
  404.     border: 0;
  405.     background: none;
  406.     color: #000000;
  407. }
  408.  
  409. #s {
  410.     width: 140px;
  411.     padding: 4px;
  412.     margin:3px 0 0 0;
  413.     background: none;
  414. }
  415.  
  416. #topsearch  #s {
  417.   width: 140px;
  418. }
  419.  
  420. #topsearch #search {
  421.     margin: 15px 0 0 0;
  422. }
  423.  
  424. .sidebar h2 {
  425.     margin: 10px 0 0px 0;
  426.     padding: 10px 0 10px 10px;
  427.     background: url(images/sidebar-tab.png) left top repeat-x;
  428.     font-size: 16px;
  429.     line-height: 18px;
  430.     font-family: Arial, Helvetica, Sans-serif;
  431.     font-weight: bold;
  432.     text-transform: uppercase;
  433.     color: #2C3636;
  434.     border: 1px solid #F3F3EA;
  435.     -moz-border-radius: 5px;
  436.     -khtml-border-radius: 5px;
  437.     -webkit-border-radius: 5px;
  438.     border-radius: 5px;
  439.     }
  440.  
  441. .sidebar ul {
  442.     list-style-type: none;
  443.     margin: 0px 0px 10px 0px;
  444.     padding: 0px;
  445.     }
  446.  
  447. .sidebar ul li {
  448.     list-style-type: none;
  449.     margin: 0px 0px 5px 0px;
  450.     padding: 0px;
  451.     }
  452.  
  453. .sidebar ul ul {
  454.     list-style-type: none;
  455.     margin: 0px;
  456.     padding: 0;
  457.     }
  458.  
  459. .sidebar ul li ul li, .sidebar ul li li {
  460.     padding: 6px 0px 6px 10px;
  461.     margin: 0;
  462.     background: url(images/arrow.png) left 10px no-repeat;
  463.     border-bottom: 1px dashed #E3E3CC;
  464.     }
  465.  
  466. #wp-calendar th {
  467.     font-style: normal;
  468.     text-transform: capitalize;
  469.     color: #6D6D6E;
  470.     background: none;
  471.     }
  472. #wp-calendar caption {
  473.     padding: 2px 4px;
  474.     text-transform: uppercase;  margin: 2px 0 2px 0;
  475.     background: none;
  476.     color: #6D6D6E;
  477.     }
  478.  
  479. #wp-calendar td {
  480.     color: #6D6D6E;
  481.     font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  482.     letter-spacing: normal;
  483.     padding: 2px 0;
  484.     text-align: center;
  485.     }
  486.  
  487. #wp-calendar td:hover, #wp-calendar #today {
  488.     color: #fff;
  489.     background: #95CA05;
  490.     }
  491.  
  492. #wp-calendar td:hover a, #wp-calendar #today a {
  493.     color: #fff;
  494.     }
  495.  
  496. #wp-calendar {
  497.     empty-cells: show;
  498.     font-size: 14px;
  499.     margin: 0;
  500.     font-weight: bold;
  501.     width: 95%;
  502.     }
  503.  
  504. /* FOOTER *//* WTtk */
  505.  
  506. #footer {
  507.     background: #2C3636;
  508.     padding: 22px;
  509.     text-align: center;
  510.     color: #FFFFFF;
  511.     font-size: 13px;
  512.     margin-top: 0;
  513.     }
  514.  
  515. #footer a {
  516.     color: #FFFFFF;
  517.     }
  518.  
  519. #footer a:hover {
  520.     text-decoration: none;
  521.     color: #FFFFFF;
  522.     }
  523.  
  524. #credits {
  525.     color: #4A4747;
  526.     font-size: 11px;
  527.     text-align: center;
  528.     padding: 10px;
  529.     }
  530.  
  531. #credits a {
  532.     color: #4A4747;
  533.     text-decoration: none;
  534.     }
  535.  
  536. /* COMMENTS */
  537.  
  538. #comments h3 {
  539.     margin-bottom: 10px;
  540. }
  541.  
  542. #commentform input {
  543.     width: 170px;
  544.     padding: 2px;
  545.     margin: 5px 5px 1px 0;
  546.     }
  547.  
  548. #commentform {
  549.     margin: 5px 10px 0 0;
  550.     }
  551.  
  552. #commentform textarea {
  553.     width: 100%;
  554.     padding: 2px;
  555.     }
  556.  
  557. #respond:after {
  558.         content: ".";
  559.         display: block;
  560.         height: 0;
  561.         clear: both;
  562.         visibility: hidden;
  563.     }
  564.  
  565. #commentform #submit {
  566.     margin: 0 0 5px auto;
  567.     float: right;
  568.     }
  569.  
  570. .alt {
  571.     margin: 0;
  572.     padding: 10px;
  573.     }
  574.  
  575. .commentlist {
  576.     padding: 0;
  577.     text-align: justify;
  578.     }
  579.  
  580. .commentlist li {
  581.     margin: 15px 0 10px;
  582.     padding: 5px 5px 10px 10px;
  583.     list-style: none;
  584.  
  585.     }
  586.  
  587. .commentlist li ul li {
  588.     margin-right: -5px;
  589.     margin-left: 10px;
  590. }
  591.  
  592. .commentlist p {
  593.     margin: 10px 5px 10px 0;
  594. }
  595. .children { padding: 0; }
  596.  
  597. #commentform p {
  598.     margin: 5px 0;
  599.     }
  600.  
  601. .nocomments {
  602.     text-align: center;
  603.     margin: 0;
  604.     padding: 0;
  605.     }
  606.  
  607. .commentmetadata {
  608.     margin: 0;
  609.     display: block;
  610.     }
  611.  
  612. .post_thumbnail {
  613.     padding: 6px;
  614.     border: 1px solid #E8E7E7;
  615.     margin: 0 10px 10px 0;
  616.     background: #FFFFFF;
  617. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement