Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background: #F4F4F4 url("images/bg/bg0.png");
- /*font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;*/
- }
- a, a:active, a:visited {
- /*color: #999;*/
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- /*font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;*/
- }
- .blog p,
- .archive p,
- .search p {
- /*font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;*/
- margin-top: 0;
- margin-bottom: 1em;
- }
- a:hover {
- /*color: #D40000;*/
- }
- .listing-thumb-wrapper img {
- background: none;
- border: none;
- padding: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- width: 100%;
- }
- .blog .entry-title,
- .archive .entry-title,
- .search .entry-title {
- float: left;
- margin-top: 0.5em;
- }
- .blog .entry-title a,
- .archive .entry-title a,
- .search .entry-title a {
- color: #25252C;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- text-transform: uppercase;
- font-size: 1em;
- font-family: Oswald;
- }
- .blog .entry-title a:hover,
- .archive .entry-title a:hover,
- .search .entry-title a:hover {
- color: #262491;
- }
- h1, h2, h3, h4, h5, h6 {
- font-family: Oswald;
- }
- .blog .entry-title,
- .archive .entry-title
- .search .entry-title {
- letter-spacing: normal;
- }
- .blog .hentry .entry-meta,
- .archive .hentry .entry-meta,
- .search .hentry .entry-meta {
- text-transform: uppercase;
- }
- .blog .entry-header .entry-meta,
- .archive .entry-header .entry-meta,
- .search .entry-header .entry-meta {
- clear: both;
- }
- .blog .hentry span.author,
- .archive .hentry span.author,
- .search .hentry span.author {
- background: url("images/meta-author-icon.png") no-repeat 0 8px;
- padding: 5px 10px 10px 20px;
- float: left;
- }
- .blog .hentry .entry-meta .categories,
- .archive .hentry .entry-meta .categories,
- .search .hentry .entry-meta .categories {
- float: left;
- padding: 5px 10px 10px 20px;
- background: url("images/meta-category-icon.png") no-repeat 0 8px;
- }
- .blog .hentry .entry-meta a,
- .archive .hentry .entry-meta a,
- .search .hentry .entry-meta a {
- font-size: 0.8em;
- }
- .blog .hentry .entry-meta .comments a,
- .archive .hentry .entry-meta .comments a,
- .search .hentry .entry-meta .comments a {
- font-size: 1em;
- }
- .blog .hentry .entry-meta a:hover,
- .archive .hentry .entry-meta a:hover,
- .search .hentry .entry-meta a:hover {
- color: #262491;
- }
- .blog .entry-content,
- .archive .entry-content,
- .search .entry-content {
- margin-top: 0.5em;
- padding-bottom: 0;
- }
- .blog .entry-footer .alignright,
- .archive .entry-footer .alignright,
- .search .entry-footer .alignright {
- margin-bottom: 0;
- }
- .blog .entry-header .entry-meta.date,
- .archive .entry-header .entry-meta.date,
- .search .entry-header .entry-meta.date {
- background: #2c2b31;
- }
- .blog .hentry a.more-link:hover,
- .archive .hentry a.more-link:hover,
- .search .hentry a.more-link:hover {
- color: #FFFFFF;
- text-decoration: none;
- }
- /*Sidebar*/
- .recent_posts {
- padding-top: 1.5em;
- border: 1px solid #CFCFCF;
- background: #FFFFFF;
- }
- .builder-module-content .recent_posts .hentry {
- margin-bottom: 0;
- box-shadow: none;
- border: none;
- min-width: 259px;
- float: left;
- padding-top: 0;
- padding-bottom: 0;
- margin-bottom: 1em;
- }
- .recent_posts .imgholder {
- float: left;
- background-color:#F5F5F5;
- border: 1px solid #dddcdc;
- border-bottom:1px solid #bbb;
- margin: 1px 10px 0 0;
- }
- .recent_posts .imgholder img {
- margin: 5px 5px 0px 5px !important;
- -webkit-transition: opacity 0.2s ease-in;
- -moz-transition: opacity 0.2s ease-in;
- -o-transition: opacity 0.2s ease-in;
- transition: opacity 0.2s ease-in;
- padding: 0;
- }
- .recent_posts .imgholder img:hover {
- opacity:0.9;
- }
- .recent_posts .entry-title {
- clear: none;
- }
- .recent_posts a {
- text-decoration: none;
- font-size: 0.9em;
- }
- .recent_posts a:hover {
- color: #262491;
- }
- .read-more {
- float: right;
- }
- .blog .entry-content p:first-child,
- .archive .entry-content p:first-child,
- .search .entry-content p:first-child {
- margin-bottom: 0;
- }
- .social-facebook {
- float: left;
- margin-right: 5px;
- padding-top: 1px;
- }
- .social-facebook img {
- padding-top: 0;
- }
- .addthis_button_tweet {
- min-width: 65px !important;
- }
- .addthis_toolbox .addthis_button_pinterest_pinit {
- margin-right: 5px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement