Skip to content

Instantly share code, notes, and snippets.

@CuloArdido
Last active May 25, 2018 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CuloArdido/ac5ee191dca496ef8d37c2c3d27ceefc to your computer and use it in GitHub Desktop.
Save CuloArdido/ac5ee191dca496ef8d37c2c3d27ceefc to your computer and use it in GitHub Desktop.
Hispahack adaptado a 8chan
/* Enlaces y el texto de respuestas omitidas */
a {
color: #4DAD2D !important;
}
.omitted {
color: #548842 !important;
padding: 2px;
}
/* Destacamos la linea que separa cada hilo (ideal para temas oscuros) */
hr {
height: 1px;
color: #737373;
background-color: #737373;
}
/* Botones que están en las cabeceras de los hilos */
.watchThread, .showallThread, .showallThread, .intro > a:nth-of-type(4):not(.post_no) {
padding: 3px 6px;
cursor: pointer;
border-radius: 3px;
background: #2B6816 none repeat scroll 0% 0%;
color: #FFF !important;
white-space: nowrap;
}
/* Nombre del que postea */
.name {
color: #C1C1C1 !important;
font-weight: bold;
}
/* Titulo del hilo */
.subject {
background: inherit;
color: #4DAD2D !important;
font-weight: bold;
}
/* Contenedor de respuestas */
.reply {
background: #171C16 none repeat scroll 0% 0% !important;
padding: 5px !important;
border: 1px solid #30392E !important;
border-radius: 5px;
}
/* Cambios menores para el tag spoiler */
.spoiler {
color: #424242 !important;
background-color: #424242 !important;
border-radius: 2px;
}
/* Lo que ocurre cuando se pasa el cursor sobre un spoiler */
.spoiler:hover {
color: white !important;
}
/* Tamaño del texto en general */
div.post p, div.boardlist, header div.subtitle, .unimportant, .unimportant *, div.post_modified div.content-status {
font-size: inherit;
}
/* Titulo del tablon */
header > h1 {
text-align: center;
font-size: 270%;
font-weight: bold;
line-height: 120%;
color: #4DAD2D !important;
font-family: monospace;
}
/* Textos citados */
.quote {
background: inherit;
color: #649A69 !important;
}
/* Respuesta resaltada */
div.post.reply.highlighted {
background: #293526 none repeat scroll 0% 0% !important;
color: #FFF !important;
padding: 5px !important;
border: 1px solid #6DBB5B !important;
border-radius: 5px !important;
}
/* Previsualizacion de una respuesta cuando se deja el cursor sobre un enlace */
div.post-hover {
background-color: #000000 !important;
border: 1px solid #30392E !important;
/*position: absolute;*/
padding: 5px;
border-radius: 4px;
text-decoration: none;
font-style: normal;
font-weight: normal;
z-index: 20000;
}
/* Para que los botones de las cabeceras de los hilos no se solapen entre si */
.intro {
line-height: 2 !important;
}
/* Formato del tag [code][/code] */
pre.prettyprint {
border: 1px solid #5F9E51;
background: #232B22 none repeat scroll 0% 0%;
padding: 12px;
}
pre {
font-size: 120%;
white-space: pre-wrap;
margin-top: 10px;
margin-bottom: -5px;
}
span.pln {
color: inherit;
}
/* Caja para subir archivos */
.file-hint {
color: inherit !important;
}
/* Fuente por defecto en la caja de comentarios */
#body {
font-size: initial;
font-family: monospace;
}
/* Color del texto en general y de los enlaces sin href (o los que tengan la clase "selected") */
.reply, html, body, a.selected {
color: #ACACAC !important;
}
/* Otras opciones que afectan a todo el documento */
html, body {
background: #000;
margin: 0px auto;
line-height: 130%;
font-size: 95%;
font-family: sans-serif;
}
/* Otras partes del sitio */
div.ban {
background: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment