mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
192 lines
3.2 KiB
CSS
192 lines
3.2 KiB
CSS
/*
|
|
Theme Name: RULES-BERDINAK
|
|
Theme URI: http://www.iwebnet.org/
|
|
Description: WP Theme RULES by <a href="http://www.iwebnet.org/">i Web Net</a>. Rules is 2 columns adsense & widget ready theme with Right sidebar in black color.
|
|
Author: iWebNet (Modified by Berdinak)
|
|
Author URI: http://www.iwebnet.org/
|
|
|
|
This theme was designed and built by iWebNet
|
|
The CSS, XHTML and design is released under GPL
|
|
http://www.opensource.org/licenses/gpl-license.php
|
|
|
|
|
|
|
|
*/
|
|
body {
|
|
font: 75%/150% "Trebuchet MS", Tahoma, Arial;
|
|
color: #2c2c2c;
|
|
margin: 0px 20px;
|
|
padding: 0px;
|
|
}
|
|
a, a:visited {
|
|
color: #149f01;
|
|
text-decoration: none;
|
|
}
|
|
p {
|
|
padding: 0px 0px 15px;
|
|
margin: 0px;
|
|
}
|
|
h1 {
|
|
margin:0px;
|
|
font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
|
|
text-align: right;
|
|
padding-bottom: 3px;
|
|
}
|
|
h1 a, h1 a:visited{
|
|
color: #149f01;
|
|
text-decoration: none;
|
|
}
|
|
h2 {
|
|
color: #000000;
|
|
margin: 0px;
|
|
letter-spacing: -1px;
|
|
font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
|
|
}
|
|
h2 a, h2 a:visited {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
h3 {
|
|
font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
|
|
color: #000000;
|
|
margin: 10px 0px 5px;
|
|
}
|
|
h4 {
|
|
font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
|
|
color: #000000;
|
|
margin: 10px 0px 5px;
|
|
}
|
|
form {
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
#header {
|
|
border-bottom: 1px solid #9C102C;
|
|
}
|
|
#headerimg {
|
|
width: auto;
|
|
}
|
|
#headerimg .description{
|
|
color: #9C102C;
|
|
font-size: 14px;
|
|
text-align: right;
|
|
padding-bottom: 3px;
|
|
}
|
|
#nav {
|
|
display: none;
|
|
}
|
|
#content {
|
|
padding: 10px 0px 30px 0px;
|
|
width: 100%;
|
|
}
|
|
.post {
|
|
clear:both;
|
|
padding-top: 10px;
|
|
}
|
|
.post-date {
|
|
font-size: 11px;
|
|
text-transform: uppercase;
|
|
color: #145317;
|
|
}
|
|
.post-cat {
|
|
float:left;
|
|
font-size: 95%;
|
|
}
|
|
.post-comments {
|
|
float: left;
|
|
font-size: 95%;
|
|
}
|
|
.post-calendar {
|
|
float: left;
|
|
font-size: 95%;
|
|
}
|
|
.post-content {
|
|
clear: both;
|
|
padding-top: 10px;
|
|
}
|
|
.navigation {
|
|
clear: both;
|
|
border-top: 1px solid #000000;
|
|
margin-top: 10px;
|
|
}
|
|
.navigation a, .navigation a:visited {
|
|
color: #9C102C;
|
|
}
|
|
.previous-entries {
|
|
float: left;
|
|
}
|
|
.next-entries {
|
|
float: right;
|
|
}
|
|
#comments, #respond {
|
|
display: none;
|
|
}
|
|
.commentlist {
|
|
margin: 10px 0px;
|
|
padding-left: 20px;
|
|
line-height: 130%;
|
|
}
|
|
.commentlist li{
|
|
padding: 5px 10px;
|
|
}
|
|
.commentlist .alt {
|
|
background: #ffffff;
|
|
}
|
|
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-size: 120%;
|
|
color: #9C102C;
|
|
}
|
|
.commentlist small {
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
font-size: 87%;
|
|
}
|
|
#commentform {
|
|
display: none;
|
|
}
|
|
#sidebar {
|
|
display: none;
|
|
}
|
|
#searchform {
|
|
display: none;
|
|
}
|
|
#footer {
|
|
display: none;
|
|
}
|
|
#credits {
|
|
display: none;
|
|
}
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
img.center, a img.center {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.alignleft {
|
|
float: left;
|
|
}
|
|
img.alignleft, a img.alignleft {
|
|
float:left;
|
|
margin: 4px 10px 5px 0px;
|
|
}
|
|
.alignright {
|
|
float: right;
|
|
}
|
|
img.alignright, a img.alignright {
|
|
float:right;
|
|
margin: 4px 10px 5px 0px;
|
|
}
|
|
.clear {
|
|
clear:both;
|
|
}
|
|
hr.clear {
|
|
clear:both;
|
|
visibility: hidden;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|