styles.css dosyasında sidebar bölümü kodları:
/************************************************
Sidebar
************************************************/
#sidebar-wrapper {
background: #fff;
float: right;
margin-bottom: 10px;
width: 300px;
}
#sidebar-home-wrapper {
background: #fff;
float: right;
margin-bottom: 10px;
width: 500px;
}
.sidebar-widget {
float: left;
font: 400 12px/normal 'Open Sans', sans-serif;
margin-bottom: 30px;
overflow: hidden;
width: 100%;
}
.side,
.side-home {
float: left;
width: 300px;
}
.side-home {
margin-left: 20px;
}
.sidebar-widget h3 {
border-bottom: 1px dotted #ccc;
font: 700 14px/14px 'Open Sans Condensed', sans-serif;
margin-bottom: 10px;
padding-bottom: 5px;
text-transform: uppercase;
}
.sidebar-widget h3 a,
.tabber h4 a {
font: 700 14px/14px 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
}
.tabber h4 a:hover {
text-decoration: none;
}
.widget-container p {
font: 400 12px/16px 'Open Sans', sans-serif;
}
.widget-content {
float: left;
width: 100%;
}
.tabber-container {
float: left;
width: 100%;
}
.tabber-buttons {
float: left;
margin-top: 10px;
width: 100%
}
ul.tabber {
display: inline;
float: left;
margin-bottom: -1px !important;
width: 100%;
}
ul.tabber li {
border-right: 1px solid #fff;
color: #fff;
display: inline;
float: left;
font: bold 12px/12px helvetica, arial, sans-serif;
margin: 0 !important;
padding: 7px 17px 7px !important;
}
ul.tabber li:hover {
background: #555;
}
ul.tabber li h4 {
margin: 0 !important;
}
ul.tabber li h4 a {
color: #fff;
}
ul.tabber li.active {
background: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
position: relative;
z-index: 1000;
}
ul.tabber li.active:hover {
background: #fff;
}
.tabber-content {
background: #fff;
border-top: 1px solid #ccc;
float: left;
padding-top: 10px;
width: 100%;
}
.tabber-content-shortcode {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
padding-bottom: 10px;
}
.tabber-content ul,
.widget-content ul {
display: block;
float: left;
width: 100%;
}
.tabber-content ul li,
.widget-content ul li {
display: block;
float: left;
padding: 10px;
}
.tabber-image {
border: 1px solid #ccc;
float: left;
margin-right: 10px;
padding: 2px;
width: 80px;
height: 89px;
}
.tabber-image img {
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 80px;
height: 89px;
}
.tabber-image img:hover {
opacity: .85;
}
.tabber-text {
float: left;
width: 184px;
}
.tabber-text-noimg {
float: left;
width: 100%;
}
.tabber-text p,
.tabber-text-noimg {
font: 400 12px/16px 'Open Sans', sans-serif;
}
ul.latest-comments {
float: left;
width: 100%;
}
ul.latest-comments li {
display: block;
float: left;
font: 12px/14px helvetica, arial, sans-serif;
padding: 10px;
width: 100%;
}
.comment-image {
border: 1px solid #ccc;
float: left;
margin-right: 10px;
padding: 2px;
width: 50px;
}
.comment-image img {
float: left;
}
.comment-text {
float: left;
width: 214px;
}
.comment-text span {
float: left;
font: 400 12px/12px 'Open Sans', sans-serif;
margin-bottom: 5px;
width: 100%;
}
.comment-text p {
color: #888;
float: left;
font: 400 12px/16px 'Open Sans', sans-serif;
}
.comment-text p a {
color: #888;
}
.twtr-widget {
float: left;
width: 300px;
margin: 0;
padding: 0;
}
.twtr-hd {
display: none !important;
}
.twtr-bd {
}
.twtr-widget .twtr-bd .twtr-tweet {
margin: 5px 0 0;
padding: 0 0 5px;
border-bottom: 1px dotted #ccc;
}
.twtr-tweet:before {
display: block;
float: left;
margin: -5px 0 0 5px;
font-size: 50px; /* let's make it a big quote! */
color: #bababa;
font-family: "times new roman", serif;
}
.twtr-ft {
display: none;
}
.middle-side {
display: none;
}
.textwidget p {
float: left;
margin-bottom: 15px;
width: 100%;
}
/************************************************
Footer
************************************************/
#footer-top-wrapper {
background: #eee;
float: left;
padding: 40px 0;
position: relative;
width: 100%;
z-index: 6;
}
#footer-top {
margin: 0 auto;
padding: 0 20px;
position: relative;
width: 960px;
}
.footer-widget {
float: left;
color: #777;
font: 400 12px/normal 'Open Sans', sans-serif;
overflow: hidden;
padding: 10px;
width: 300px;
}
.footer-widget h3 {
color: #777;
font: 700 20px/20px 'Open Sans Condensed', sans-serif;
margin-bottom: 10px;
}
.footer-widget h3 a {
color: #777;
}
.tag-cloud {
float: left;
width: 100%;
}
.tag-cloud a {
background: #555;
color: #fff;
float: left;
font: bold 12px/12px helvetica, arial, sans-serif;
margin: 4px;
padding: 5px;
text-transform: uppercase;
}
.tag-cloud a:hover {
background: #000;
text-decoration: none;
}
.tag-cloud a:visited {
color: #fff;
}
#footer-bottom-wrapper {
background: #555;
float: left;
position: relative;
width: 100%;
z-index: 6;
}
#footer-bottom {
color: #aaa;
font: 400 10px/14px 'Open Sans', sans-serif;
margin: 0 auto;
padding: 10px 20px;
position: relative;
width: 960px;
}
#footer-nav1 {
float: left;
margin-bottom: 5px;
}
#footer-nav1 ul {
clear: both;
display: inline;
margin-bottom: 5px;
}
#footer-nav1 ul li {
border-right: 1px solid #777;
display: inline;
float: left;
margin: 0 10px 5px 0;
padding: 3px 10px 3px 0;
}
#footer-nav1 ul li:last-child {
border: 0;
}
#footer-nav1 ul li a {
color: #ccc;
font: 700 12px/12px 'Open Sans', sans-serif;
}
#footer-nav1 ul li ul {
display: none;
}
#copyright {
float: left;
padding-bottom: 10px;
width: 100%;
}