27/02/2010, 17:08
|
| | Fecha de Ingreso: marzo-2005
Mensajes: 120
Antigüedad: 19 años, 9 meses Puntos: 1 | |
Respuesta: Dónde está el color de fondo? Continuo aquí con el código (no cabe en solo un post):
/* sidebar
------------------------------------------------------------------*/
#rss{
position:relative;
bottom:25px;
}
#introduction p{
margin-top:10px;
}
#introduction{
float:left;
font-size:12px;
word-spacing:0.1em;
line-height:1.6em;
background:#fff;
border:#c0c0c0 solid 1px;
padding:7px;
width:195px;
}
#introductionwrap{
float:left;
background:#c0c0c0;
border:#999 solid 1px;
padding:2px;
}
#recentposts, #widgetsposts{
float:left;
font-size:12px;
word-spacing:0.1em;
line-height:1.6em;
background:#fff;
border:#c0c0c0 solid 1px;
padding:7px;
width:195px;
}
#recentpostswrap, #widgetswrap{
float:left;
background:#c0c0c0;
border:#999 solid 1px;
padding:2px;
margin-top:15px;
}
#sidebar{
margin:10px 0 10px 0;
padding-left:10px;
float:left;
}
#widgetsposts li{
border-bottom:1px dashed #999;
}
#widgetsposts li a{
color:#000;
text-decoration:underline;
}
.recentpostswrap{
float:left;
margin-top:15px;
display:block;
width:193px;
}
.recentpoststitle a{
color:#333;
}
.recentpoststitle a:hover{
color:#666;
background:#FAFAFA;
}
.recentpostsdate{
float:left;
width:193px;
}
.recentpoststitle{
float:left;
width:193px;
}
#searchformsidebar{
position:relative;
float:left;
margin-top:15px;
}
#searchformsidebar input.searchbg{
padding:3px;
border:1px solid #c0c0c0;
width:195px;
color:#999;
}
#searchmenu{
float:left;
}
#searchsubmitbtn{
position:relative;
bottom:1px;
right:10px;
float:left;
}
#calendarwrap{
float:left;
background:#c0c0c0;
border:#999 solid 1px;
padding:2px;
margin-top:15px;
width:210px;
}
#calendar{
float:left;
font-size:12px;
word-spacing:0.1em;
line-height:1.6em;
background:#fff;
border:#c0c0c0 solid 1px;
padding:7px;
width:194px;
font-family:Georgia, "Times New Roman", Times, serif;
}
#widgets a{
color:#000;
}
#widgets a:hover{
text-decoration:none;
}
#wp-calendar{
width:194px;
}
#wp-calendar a{
color:#fff;
background:#999;
padding:2px;
text-decoration:none;
}
#wp-calendar a:hover{
background:#666;
text-decoration:underline;
}
#prev a{
background:none;
color:#000;
}
#next a{
background:none;
color:#000;
}
#calendar caption{
font-size:14px;
font-weight:bold;
border-bottom:1px solid #333;
padding-bottom:4px;
}
/* paging
------------------------------------------------------------------*/
#paging{
position:relative;
margin-top:20px;
float:left;
width:586px;
}
#alignleft{
float:left;
}
#alignright{
float:right;
}
#paging a{
color:#000;
font-size:18px;
text-decoration:none;
}
#paging a:hover{
color:#666;
}
/* footer
------------------------------------------------------------------*/
#footer{
background:#212121;
font-size: 11px;
padding: 18px 0 0px 0;
font-size:11px;
height:32px;
float:left;
width:100%;
}
#footercontent h3{
margin-bottom:5px;
}
#footercontent{
width:850px;
float:left;
margin:20px 0 0 0;
padding-bottom:40px;
}
.footercolumn{
float:left;
padding-right:20px;
margin:0 10px 10px 10px;
padding:0 10px 10px 10px;
width:160px;
}
.footercolumn a{
color:#666;
text-transform: uppercase;
text-decoration:none;
line-height:2.0em;
font-size:11px;
}
.footercolumn a:hover{
color:#999;
}
#footerbg{
float:left;
background:url('images/footerbg.gif');
width:850px;
}
#footerheader{
float:left;
height:61px;
width:850px;
background:url('images/topheader.gif');
}
#footerbottomcontent{
width:850px;
margin: 0 auto;
text-align:left;
position:relative;
bottom:6px;
color:#666;
}
#footerbottomcontent a{
color:#666;
}
.advertwrapper{
float:left;
}
b.pink{
color:#EC005E;
font-weight:normal;
}
/* recommended by wordpress themes
------------------------------------------------------------------*/
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption-dd {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
} |