div { margin:0; } .clear { clear:both; } a { color:#72A316; text-decoration:none; } a:hover { color:#000; text-decoration:underline; } ul li { list-style:square; } /* WRAPPER */ #wrapper { margin:0 auto; width:80%; margin-top:10px; } /* BORDES CURVOS SUPERIORES */ .top-bg-l { background:url(img/bg-t-l.png) left top no-repeat; height:40px; } .top-bg-r { background:url(img/bg-t-r.png) right top no-repeat; } .top-bg-c { background:url(img/bg-t-c.png) top repeat-x; height:40px; margin-left:40px; margin-right:40px; } /* BORDES LATERALES */ .center-bg-l { background:url(img/bg-c-l.png) top left repeat-y; } .center-bg-r { background:url(img/bg-c-r.png) top right repeat-y; } .center-bg-c { margin-left:40px; margin-right:40px; } /* LOGO Y CABECERA */ .logo-l { background:#FFF url(img/top-logo-l.png) top left no-repeat; height:100px; } .logo-r { background:url(img/top-logo-r.png) top right no-repeat; height:100px; } .logo-c { background:url(img/top-logo-c.png) top repeat-x; height:100px; margin-left:10px; margin-right:10px; } .logo { background:url(img/logo.png) top left no-repeat; height:100px; } /* MENU SUPERIOR */ .top-menu { background:#72A316; height:30px; font-family:Arial, Helvetica, sans-serif; } .top-menu ul { list-style:none; margin:0px; } .top-menu ul li { margin:0px; height:30px; margin-left:5px; margin-right:5px; display:block; float:left; color:#FFF; } .top-menu ul li a { color:#FFF; display:block; padding:5px; height:20px; text-decoration:none; } .top-menu ul li a:hover { color:#72A316; background:url(img/menu-a-r.png) right top no-repeat; } .top-menu ul li:hover { color:#72A316; display:block; background:url(img/menu-a-l.png) top left; } /* CONTENEDOR PRINCIPAL */ #container { background:#72A316; padding:10px; padding-top:0px; min-height:100px; } /* POSTS */ .post { padding:10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; } .post h2 { color:#72A316; } .post h2 a { color:#72A316; text-decoration:none; border-bottom:1px dotted #72A316; } .post h2 a:hover { color:#000; border-bottom-color:#000; } /* BORDES CURVOS SUPERIORES DE LOS POSTS */ .post .bg-t-l { height:30px; background:url(img/post-bg-top-l.png) top left no-repeat; } .post .bg-t-r { height:30px; background:url(img/post-bg-top-r.png) top right no-repeat; } .post .bg-t-c { height:25px; margin-left:30px; margin-right:30px; padding-top:5px; background:#FFF; } /* POSTS EN SI */ .post .content { background:#FFF; padding:10px; } /* BORDES CURVOS INFERIORES DE LOS POSTS */ .post .bg-b-l { height:30px; background:url(img/post-bg-bottom-l.png) left top no-repeat; } .post .bg-b-r { height:30px; background:url(img/post-bg-bottom-r.png) right top no-repeat; } .post .bg-b-c { height:30px; background:#FFF; margin-left:30px; margin-right:30px; } /* TAPAFEOS DEL LOGO - PARTE INFERIOR */ .bottom-l { background:#72A316 url(img/bottom-l.png) bottom left no-repeat; } .bottom-r { background:#72A316 url(img/bottom-r.png) bottom right no-repeat; margin-left:10px; } .bottom-c { background:#72A316 url(img/bottom-c.png) bottom repeat-x; margin-right:10px; } /* BORDES CURVOS SUPERIORES DE LA SIDEBAR INFERIOR */ .post .bg-t-l2 { height:30px; background:url(img/post-bg-top-l.png) top left no-repeat; } .post .bg-t-r2 { height:30px; background:url(img/post-bg-top-r.png) top right no-repeat; } .post .bg-t-c2 { height:25px; margin-left:30px; margin-right:30px; padding-top:5px; background:#FFF; } /* MENU TAG */ .tag-menu { height:30px; margin-left:-10px; margin-right:-10px; background:#72A316; list-style:none; } .tag-menu li { font-family:Arial, Helvetica, sans-serif; float:left; display:block; } .tag-menu li a { color:#FFF; text-decoration:none; display:block; padding:5px; height:20px; } .tag-menu li a:hover { color:#FFF; background:#547810; text-decoration:none; display:block; } /* FORMULARIO DE COMENTARIOS */ input { padding:5px; border:1px solid #8ECC1C; } input:hover { border:1px solid #72A316; } textarea { padding:5px; border:1px solid #8ECC1C; } textarea:hover { border:1px solid #72A316; } .avatar { float:left; margin-right:10px; height:60px; width:60px; } /* SIDEBAR INFERIOR */ .bottom-menu { height:30px; margin-left:-10px; margin-top:-25px; margin-right:-10px; background:#72A316; list-style:none; } .bottom-menu li { font-family:Arial, Helvetica, sans-serif; float:left; display:block; } .bottom-menu li a { color:#FFF; text-decoration:none; display:block; padding:5px; height:20px; } .bottom-menu li a:hover { color:#FFF; background:#547810; text-decoration:none; display:block; } .ui-tabs-hide { display: none; } /* BORDES CURVOS INFERIORES */ .bottom-bg-l { background:url(img/bg-b-l.png) left bottom no-repeat; height:40px; } .bottom-bg-r { background:url(img/bg-b-r.png) right bottom no-repeat; } .bottom-bg-c { background:url(img/bg-b-c.png) bottom repeat-x; height:40px; margin-left:40px; margin-right:40px; }