26/10/2008, 11:05
|
| | Fecha de Ingreso: enero-2006
Mensajes: 36
Antigüedad: 18 años, 9 meses Puntos: 0 | |
Respuesta: Quiero modificar un template y necesito ayuda! template.css
Código:
/**
author: rgb(raduga) http://mambasana.ru
author: Pat Heard http://fullAhead.org
template: Greenery
copyright: GNU/GPL
**/
/**#################### DEFAULT and FORMS CSS ####################**/
body{
margin: 0;
padding: 0;
}
#bg_body{
text-align: center;
background: #585858 url(../images/bg_body.jpg) repeat-y top center;
}
td, tr, p, div {
font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size : 12px;
color : #EEE;
line-height : 15px;
}
hr {
color : #999999;
height : 1px;
width : 100%;
}
ul {
margin : 2px;
padding-left : 10px;
list-style : none;
}
li {
list-style : none;
line-height : 14px;
padding-left : 15px;
background-image : url(../images/li_bullet.gif);
background-repeat: no-repeat;
background-position: 0 2px;
}
.article_separator{
display: block;
height: 20px;
}
td.article_column{
padding-right: 5px;
}
a:link, a:visited {
color: #86E160;
}
a:hover {
color: #FFF;
}
form {
margin : 0;
padding : 0;
}
.inputbox {
padding : 2px !important;
padding : 1px;
margin: 3px 0;
font: 1em verdana, arial, sans-serif;
color: #EEE;
background-color: #777;
border: 1px solid #999;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
color: #FFF;
background-color: #999;
}
h1 {font: 700 1.3em verdana, sans-serif;color:#86E160;}
h2 {font: 700 1.2em verdana, sans-serif;color:#86E160;}
h3 {font: 700 1.1em verdana, sans-serif;color:#86E160;}
/**#################### Joomla CSS ####################**/
/** Buttons **/
.back_button {
display: block;
color : #999999;
font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
padding-bottom : 10px;
margin-right : 10px;
text-align: right;
height : 30px;
text-decoration : underline;
}
.button {
font-size : 11px;
color : #EEE;
border : 1px solid #999;
margin : 3px 0;
background-color : #777;
padding : 2px !important;
padding : 1px;
cursor : pointer;
}
/** Contact **/
.contact_email {
width : 100%;
}
.contact_email .inputbox {
}
/** Module table **/
table.moduletable, table.moduletable_menu {
margin : 5px 0 10px 0;
padding : 0 0 3px 0;
width : 100%;
background : #686868;
text-align: left;
background: #686868 url(../images/rounded_bl.gif) no-repeat bottom left;
}
table.moduletable th, table.moduletable_menu th {
padding:4px 9px 4px 0;
text-align: right;
font: 700 1em verdana, sans-serif;
color: #7BD32C;
background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}
table.moduletable td {
padding : 3px 5px;
text-align: left;
}
table.moduletable_menu table {
padding : 0 10px;
}
/** Read more **/
a.readon:link, a.readon:visited {
color : #999999;
font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size : 11px;
background : url(../images/arrow.png) no-repeat;
white-space : normal;
font-weight : bold;
padding : 1px 0 3px 14px;
float : right;
line-height : 13px;
text-decoration : underline;
}
a.readon:hover {
color: #86E160;
font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size : 11px;
background : url(../images/arrow.png) no-repeat;
white-space : normal;
font-weight : bold;
padding : 1px 0 3px 14px;
line-height : 13px;
text-decoration : underline;
}
/** Pagenavigation **/
.pagenavcounter {
font-size : 11px;
color : #999999;
}
.pagenavbar {
border-top : 1px solid #999999;
padding : 2px;
}
.pagination span { padding: 3px; }
.pagination a { padding: 3px; }
a.pagination:link, a.pagination:visited {
font-size : 11px;
text-decoration : none;
font-weight : normal;
}
a.pagination:hover {
font-size : 11px;
text-decoration : none;
font-weight : normal;
}
table.contenttoc {
border : 1px solid #dcdcdc;
background : #686868;
padding : 5px;
margin-left : 15px;
margin-bottom : 5px;
}
/** Content **/
table.content{
width : 100%;
padding : 5px;
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 5px;
}
table.contentpane {
width : 100%;
border-spacing : 0;
padding-left : 5px;
padding-right : 5px;
margin-bottom : 5px;
}
table.contentpaneopen {
width : 100%;
border-spacing : 0;
padding-left : 5px;
padding-right : 0;
margin-bottom : 5px;
}
.contentheading,.componentheading {
text-align: left;
margin: 5px 0;
padding:3px;
font: 700 1.2em verdana, sans-serif;
text-transform: uppercase;
color: #7BD32C;
background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}
.contentheading a{
text-decoration: none;
width:auto;
}
div.componentheading {
margin: 5px 0 10px 0;
}
td.componentheading {
display:block;
margin: 5px 0 10px 0;
}
.contentdescription {
width : auto !important;
margin : 0;
padding : 0;
padding-top : 5px;
text-align : left;
}
.blog_more {
margin : 10px 0 7px 7px;
}
.buttonheading {
padding : 0 2px;
}
.content_vote {
font-size : 10px;
height : 22px;
padding : 2px 0;
}
.content_rating {
font-size : 10px;
color : #999999;
}
.small {
font-size : 10px;
color : #999;
line-height: 12px;
}
.smalldark {
font-size : 11px;
color : #999;
text-align:left;
}
.createdate, .modifydate {
float : left;
font-size : 10px;
color : #999999;
width : 100%;
line-height: 12px;
margin-bottom: 5px;
}
.modifydate {
text-align: right;
}
a.category:link, a.category:visited {
font-size : 11px;
font-weight : bold;
}
.sectiontableheader {
font-size : 12px;
font-weight : normal;
letter-spacing : 1px;
color : #EEE;
background : #111111;
padding : 3px 2px;
}
.sectiontableentry1 {
vertical-align : top;
padding : 3px;
background : #333333;
border-bottom : 1px solid #8F8F8F;
line-height : 19px;
}
.sectiontableentry2 {
vertical-align : top;
padding : 3px;
border-bottom : 1px solid #8F8F8F;
background : #4D4D4D;
line-height : 19px;
}
.sectiontableentry2 td, .sectiontableentry1 td{
padding : 3px;
line-height : 17px;
}
.sectiontableentry1 img{
margin: 0 2px;
}
.sectiontableentry2 img{
margin: 0 2px;
}
|