Advertisement
srikat

Untitled

May 18th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.63 KB | None | 0 0
  1. body {
  2.     background: #F4F4F4 url("images/bg/bg0.png");
  3.     /*font-family: "Helvetica Neue",​Arial,​Helvetica,​sans-serif;*/
  4. }
  5.  
  6. a, a:active, a:visited {
  7.     /*color: #999;*/
  8.     -webkit-transition: all 0.3s ease-in-out;
  9.     -moz-transition: all 0.3s ease-in-out;
  10.     -o-transition: all 0.3s ease-in-out;
  11.     -ms-transition: all 0.3s ease-in-out;
  12.     transition: all 0.3s ease-in-out;
  13.     /*font-family: "Helvetica Neue",​Arial,​Helvetica,​sans-serif;*/
  14. }
  15.  
  16. .blog p,
  17. .archive p,
  18. .search p {
  19.     /*font-family: "Helvetica Neue",​Arial,​Helvetica,​sans-serif;*/
  20.     margin-top: 0;
  21.     margin-bottom: 1em;
  22. }
  23.  
  24. a:hover {
  25.     /*color: #D40000;*/
  26. }
  27.  
  28. .listing-thumb-wrapper img {
  29.     background: none;
  30.     border: none;
  31.     padding: 0;
  32.     -moz-border-radius: 0;
  33.     -webkit-border-radius: 0;
  34.     border-radius: 0;
  35.     width: 100%;
  36. }
  37.  
  38. .blog .entry-title,
  39. .archive .entry-title,
  40. .search .entry-title {
  41.     float: left;
  42.     margin-top: 0.5em;
  43. }
  44.  
  45. .blog .entry-title a,
  46. .archive .entry-title a,
  47. .search .entry-title a {
  48.     color: #25252C;
  49.     -webkit-transition: all 0.3s ease-in-out;
  50.     -moz-transition: all 0.3s ease-in-out;
  51.     -o-transition: all 0.3s ease-in-out;
  52.     -ms-transition: all 0.3s ease-in-out;
  53.     transition: all 0.3s ease-in-out;
  54.     text-transform: uppercase;
  55.     font-size: 1em;
  56.     font-family: Oswald;
  57. }
  58.  
  59. .blog .entry-title a:hover,
  60. .archive .entry-title a:hover,
  61. .search .entry-title a:hover {
  62.     color: #262491;
  63. }
  64.  
  65. h1, h2, h3, h4, h5, h6 {
  66.     font-family: Oswald;
  67. }
  68.  
  69. .blog .entry-title,
  70. .archive .entry-title
  71. .search .entry-title {
  72.     letter-spacing: normal;
  73. }
  74.  
  75. .blog .hentry .entry-meta,
  76. .archive .hentry .entry-meta,
  77. .search .hentry .entry-meta {
  78.     text-transform: uppercase;
  79. }
  80.  
  81. .blog .entry-header .entry-meta,
  82. .archive .entry-header .entry-meta,
  83. .search .entry-header .entry-meta {
  84.     clear: both;
  85. }
  86.  
  87. .blog .hentry span.author,
  88. .archive .hentry span.author,
  89. .search .hentry span.author {
  90.     background: url("images/meta-author-icon.png") no-repeat 0 8px;
  91.     padding: 5px 10px 10px 20px;
  92.     float: left;
  93. }
  94.  
  95. .blog .hentry .entry-meta .categories,
  96. .archive .hentry .entry-meta .categories,
  97. .search .hentry .entry-meta .categories {
  98.     float: left;
  99.     padding: 5px 10px 10px 20px;
  100.     background: url("images/meta-category-icon.png") no-repeat 0 8px;
  101. }
  102.  
  103. .blog .hentry .entry-meta a,
  104. .archive .hentry .entry-meta a,
  105. .search .hentry .entry-meta a {
  106.     font-size: 0.8em;
  107. }
  108. .blog .hentry .entry-meta .comments a,
  109. .archive .hentry .entry-meta .comments a,
  110. .search .hentry .entry-meta .comments a {
  111.     font-size: 1em;
  112. }
  113.  
  114. .blog .hentry .entry-meta a:hover,
  115. .archive .hentry .entry-meta a:hover,
  116. .search .hentry .entry-meta a:hover {
  117.     color: #262491;
  118. }
  119.  
  120. .blog .entry-content,
  121. .archive .entry-content,
  122. .search .entry-content {
  123.     margin-top: 0.5em;
  124.     padding-bottom: 0;
  125. }
  126.  
  127. .blog .entry-footer .alignright,
  128. .archive .entry-footer .alignright,
  129. .search .entry-footer .alignright {
  130.     margin-bottom: 0;
  131. }
  132.  
  133. .blog .entry-header .entry-meta.date,
  134. .archive .entry-header .entry-meta.date,
  135. .search .entry-header .entry-meta.date {
  136.     background: #2c2b31;
  137. }
  138.  
  139. .blog .hentry a.more-link:hover,
  140. .archive .hentry a.more-link:hover,
  141. .search .hentry a.more-link:hover {
  142.     color: #FFFFFF;
  143.     text-decoration: none;
  144. }
  145.  
  146.  
  147. /*Sidebar*/
  148.  
  149. .recent_posts {
  150.     padding-top: 1.5em;
  151.     border: 1px solid #CFCFCF;
  152.     background: #FFFFFF;
  153. }
  154.  
  155. .builder-module-content .recent_posts .hentry {
  156.     margin-bottom: 0;
  157.     box-shadow: none;
  158.     border: none;
  159.     min-width: 259px;
  160.     float: left;
  161.     padding-top: 0;
  162.     padding-bottom: 0;
  163.     margin-bottom: 1em;
  164. }
  165.  
  166. .recent_posts .imgholder {
  167.     float: left;
  168.     background-color:#F5F5F5;
  169.     border: 1px solid #dddcdc;
  170.     border-bottom:1px solid #bbb;
  171.     margin: 1px 10px 0 0;
  172. }
  173.  
  174. .recent_posts .imgholder img {
  175.     margin: 5px 5px 0px 5px !important;
  176.     -webkit-transition: opacity 0.2s ease-in;
  177.     -moz-transition: opacity 0.2s ease-in;
  178.     -o-transition: opacity 0.2s ease-in;
  179.     transition: opacity 0.2s ease-in;
  180.     padding: 0;
  181. }
  182.  
  183. .recent_posts .imgholder img:hover {
  184.     opacity:0.9;
  185. }
  186.  
  187. .recent_posts .entry-title {
  188.     clear: none;
  189. }
  190.  
  191. .recent_posts a {
  192.     text-decoration: none;
  193.     font-size: 0.9em;
  194. }
  195.  
  196. .recent_posts a:hover {
  197.     color: #262491;
  198. }
  199.  
  200. .read-more {
  201.     float: right;
  202. }
  203.  
  204. .blog .entry-content p:first-child,
  205. .archive .entry-content p:first-child,
  206. .search .entry-content p:first-child {
  207.     margin-bottom: 0;
  208. }
  209.  
  210. .social-facebook {
  211.     float: left;
  212.     margin-right: 5px;
  213.     padding-top: 1px;
  214. }
  215.  
  216. .social-facebook img {
  217.     padding-top: 0;
  218. }
  219.  
  220. .addthis_button_tweet {
  221.     min-width: 65px !important;
  222. }
  223.  
  224. .addthis_toolbox .addthis_button_pinterest_pinit {
  225.     margin-right: 5px !important;
  226. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement