Advertisement
Guest User

CSS LSU

a guest
Mar 18th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.63 KB | None | 0 0
  1. /*
  2. Theme Name:     Graphene Child
  3. Theme URI:      http://www.lifestyleupdated.com
  4. Description:    Child theme for the Graphene theme
  5. Author:         Bojan
  6. Author URI:     http://www.lifestyleupdated.com
  7. Template:       graphene
  8. Version:        1.0
  9. */
  10. @import url("../graphene/style.css");
  11.  
  12. /* Your modification goes here */
  13.  
  14. .featured_slider img {    /*im stavam border na slikite vo slajderot. */
  15.    border:3px solid #E3E3E3 !important;
  16. }
  17. .page-title{
  18. display:none;
  19. }
  20. .post {
  21.     background: #fff;
  22.     border-bottom: 1px solid #ccc;
  23.     border-top: 1px solid #d8d8d8;
  24.         border-right: 1px solid #d8d8d8;
  25.         border-left: 1px solid #d8d8d8;
  26.     margin-bottom: 10px;
  27.     padding: 15px 0 10px;
  28.     overflow: visible;
  29.     position: relative;
  30.     width: 100%;
  31.         border-radius: 0 30px 0 0;
  32. }
  33. .post:hover{
  34.         border-bottom: 1px solid #808080;
  35.     border-top: 1px solid #808080;
  36.         border-right: 1px solid #808080;
  37.         border-left: 1px solid #808080;
  38. }
  39. .featured_slider #slider_root { /*top-margin go staviv 0 i go dobliziv do menito. I border-style */
  40.     background: #fff;
  41.     margin: 0px auto 0;
  42.     overflow: hidden;
  43.     position: relative;
  44.     height: 240px;
  45.     width: 100%;
  46.         border-radius: 40px 40px 40px 40px;
  47.         border-bottom: 1px dashed #808080;
  48.     border-top: 1px dashed #808080;
  49.         border-right: 1px dashed #808080;
  50.         border-left: 1px dashed #808080;
  51. }
  52. .featured_slider #slider_root:hover{
  53.         border-bottom: 1px solid #808080;
  54.     border-top: 1px solid #808080;
  55.         border-right: 1px solid #808080;
  56.         border-left: 1px solid #808080;
  57. }
  58.  
  59. .sidebar h3 {
  60.     text-align:center;    /* gi centriram */
  61.         font: 16px/20px Arial;  /* brisam bold */
  62. }
  63.  
  64. body {  
  65.  
  66. /* fontot go kopirav od Darren */
  67.  
  68.         color: #333333 !important;
  69.         font-family:Arial,Tahoma,Verdana !important;
  70.         font-size:14px !important;
  71.     line-height:24px !important;
  72. }
  73.  
  74. .entry-content .excerpt-thumb img, .child-page .excerpt-thumb img
  75. {
  76.  display:none;
  77. }
  78. #previous,
  79. #previous a,
  80. #previous a:visited,
  81. #next-post,
  82. #next-post a,
  83. #next-post a:visited {
  84.     color: #1772AF;
  85.     font: 12px tahoma;
  86.     text-decoration: none;
  87. }
  88. #previous a:hover,
  89. #next-post a:hover{
  90. color: #0c3957;
  91. }
  92. /* Breadcrumb NavXT */
  93. .breadcrumb{
  94.     padding: 5px 15px 5px 15px;
  95.     margin-bottom: 10px;
  96.     /*background: #dcefb8;*/
  97.         background: #FFF;
  98.         border-bottom-color:#D8D8D8;
  99.         border-bottom-style:solid;
  100.         border-bottom-width:1px;
  101.         border-top-color:#D8D8D8;
  102.         border-top-style:solid;
  103.         border-top-width:1px;
  104.         border-left-color:#D8D8D8;
  105.         border-left-style:solid;
  106.         border-left-width:1px;
  107.         border-right-color:#D8D8D8;
  108.         border-right-style:solid;
  109.         border-right-width:1px;
  110.     font-size: 16px;
  111.     font-weight: bold;
  112.  
  113. }
  114. .breadcrumb a{
  115.     font-weight: normal;
  116.         color: #000000;
  117. }
  118. .breadcrumb a:hover{
  119.         color:#1772AF;
  120. }
  121. #tag_cloud-2 a:hover{
  122.         text-decoration:underline;
  123. }
  124. .nm_mc_box .button {
  125.  
  126.     border: #CCC 1px solid !important;
  127.     position: absolute;
  128.     left: 85px !important;
  129.     top: 100px;
  130.     cursor: pointer;
  131.     background-color:#093;
  132.         color:#fff;
  133.     padding-up: 6px !important;
  134.         padding-left: 15px !important;
  135.         padding-right: 15px !important;
  136.         padding-down: 4px !important;
  137.  
  138. }
  139. .nm_mc_box input.nm_mc_email {
  140.  
  141.     height: 20px;
  142.     width: 90% !important;
  143.     position: absolute;
  144.     top: 65px;
  145.     left: 12px !important;
  146.     box-shadow: 0px 0px 3px #fff;
  147.     border: 1px solid #ccc;
  148.     color: #666;
  149.     font-style: italic;
  150.     letter-spacing: 1px;
  151.     background: url(images/field-bg.png) repeat-x;
  152. }
  153. #rss a:hover{
  154.  opacity:0.7;
  155. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement