Skip to content

Instantly share code, notes, and snippets.

@juque
Created May 27, 2010 14:39
Show Gist options
  • Save juque/415871 to your computer and use it in GitHub Desktop.
Save juque/415871 to your computer and use it in GitHub Desktop.
/*
Clases
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.post {}
.postTitulo {color:#fcce12;text-transform:uppercase;font-size:24px;font-weight:bold;}
.bajadaPost {margin:5px 0;}
.postTituloBajada {text-transform:uppercase;margin-bottom:0;}
.postFecha {color:#666;margin-bottom:0;}
.postContenido {margin:10px;color:#999;padding-bottom:20px;}
.postContenidoMemoria {margin:10px 0px;color:#999;padding-bottom:20px;}
.cufonTitulo {text-transform:uppercase;color:#EDDFAD;font-size:18px;}
.cufonTitularPagina {font-size:32px;text-transform:uppercase;margin:10px 0;}
.cufonSubtitulo {font-size:20px;text-transform:uppercase;}
.cajaParticipar {background:#161816 url(../i/bg-caja-participar.png) repeat-x top;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
.cajaParticipar .fajaContenido {padding:10px 20px;}
.cajaParticipar .fajaContenido p {margin-top:10px;}
.memoriasRelacionadas {width:206px !important;border:1px solid #2b2b2b;background-color:#171917;padding:5px;}
.memoriasRelacionadas h3 {margin-bottom:4px;}
.memoriasRelacionadas h4 {text-transform:uppercase;}
.memoriasRelacionadas p {}
.idMemoria {background-color:#1e1e1e;text-transform:uppercase;float:left;margin-right:40px}
.idMemoria p {padding:5px;margin-bottom:0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment