Estilo oscuro de Forocoches.
Forocoches MD 2.90 by damian
Details
Authordamian
LicenseNo License
Categoryforocoches
Created
Updated
Size109 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v2.90
Fix colores
v2.70
Arreglado problema con la URL raiz
v2.60
Corregido problema columna hora
v2.57
Arreglo problema desplegables.
v2.56
Fix Iconos Vocaroo, TikTok y Facebook.
v2.52
Arreglo colores paginación y flechas.
v2.50
Fix Twitter e Instragram.
v2.40
Migración del foro al Tema Oscuro.
v2.30
Corregido botón Ir Arriba en Chrome.
v2.26
Fix icono Reportes.
v2.22
Arreglo desplegable mensajes privados.
v2.17
Arreglo botón editor de mensajes.
v2.10
Añadido botón "Ir Arriba".
v1.95
Añadido Panel de Control desplegable.
Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name Forocoches MD
@namespace USO Archive
@author Damian Llobera
@description `Forocoches MD v2.90`
@version 2.90
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("(http[s]?:\\/\\/)*(www\\.)?forocoches.*") {
/* Inicio TEMA NOCTURNO */
:root {
/* Colores */
--bg01: #121212; /* Fondo principal */
--tx01: #d1d1d1; /* Texto principal */
--bg02: #252525; /* Bordes */
--bg05: transparent; /* No tocar */
--bg04: #232323; /* Fondo oscuro */
--bg03: #1c1c1c; /* Fondo claro */
--bg07: #404040; /* Barra editor */
--bg08: #737373; /* Barra */
--tx07: #e57650; /* enlaces principales */
--tx08: #e5987e; /* enlaces principales */
--tx04: #e57650; /* enlaces secundarios */
--tx05: #e5987e; /* enlaces secundarios */
--rs01: #6bbeee; /* Resalto usuario */
--rs1h: #81cefb; /* Resalto usuario :hover */
--rs02: #ff7d79; /* Resalto autor */
--rs2h: #e5987e; /* Resalto autor :hover */
--c200: #232323; /* Cabecera fondo */
--c400: #ffffff; /* Notificación fondo */
--c40t: #777777; /* Notificación texto */
--c401: #e57650; /* Resalto */
--co04: #ffffff; /* Cabecera texto :hover */
--co03: #ffffff; /* No modificar */
--co01: #2e2e2e; /* Blanco / negro */
--co02: #e8e8e8; /* Negro / blanco */
--rgb7: #e8e8e8;
--rgb7b: #e8e8e8; /* Cabecera texto */
--rgb5: #b0b0b0; /* Texto secundario, varios */
--rgb2: #404040;
--rgb2i: rgba(0, 0, 0, .2); /* Paginación y flechas */
--rgb1: #404040;
--tx10: inherit;
/* Sombras */
--bsh2: 0px 3px 1px -2px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 5px 0px rgba(0, 0, 0, 0.06);
--bsh4: 0px 2px 4px -1px rgba(0, 0, 0, 0.08), 0px 4px 5px 0px rgba(0, 0, 0, 0.06), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
--bsh8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
/* Tamaño texto titulos */
--sz01: 14px;
/* Resaltado botones */
--bns1: brightness(90%);
--bns2: brightness(85%);
/* Compatibilidad */
--invert: invert(100%);
}
/* Botones foro */
img[src*="/http://reply.gif"],
img[src*="/http://threadclosed.gif"],
img[src*="/http://newthread.gif"],
img[src*="/http://multiquote_on.gif"],
img[src*="/http://multiquote_off.gif"],
img[src*="/http://quickreply.gif"],
img[src*="/http://edit.gif"],
img[src*="/http://quote.gif"] {
background: url(http://imgur.com/P26bjeG.png);
background-size: 114px 232px;
}
/* Botones privados */
img[src*="/http://newprivate.png"],
img[src*="/http://reply_small.gif"],
img[src*="/http://forward.gif"] {
background: url(http://imgur.com/74ujPY8.png);
background-size: 132px 86px;
}
/* Flecha input */
select {
background: var(--co01) url(https://i.ibb.co/QNWg75d/desplegable.png) right no-repeat;
}
/* Compatibilidad */
img[src*="/editor/"],
img[src*="/misc/"],
img[src*="/buttons/"],
img[src*="images/mention.png"] {
filter: invert(100%);
}
img[src*="/statusicon/user"]:not([src*="http://user_offline.gif"]) {
filter: initial;
}
/* Colores necesarios para tema oscuro */
font[color="Black"] {color: var(--tx01);}
font[color="#000000"] {color: var(--tx01);}
font[color="#f1f1f1"] {color: var(--bg03);}
font[color="White"] {color: var(--bg01);}
font[color="Silver"] {color: #2c2c2c;}
font[color="Red"] {color: #f75252;}
font[color="DarkRed"] {color: #b33636;}
font[color="Navy"] {color: #5c95e5;}
font[color="Blue"] {color: #91baf2;}
font[color="Green"] {color: #85e585;}
font[color="DarkGreen"] {color: #5cbf5c;}
font[color="Yellow"] {color: #f2f26d;}
img[id^="vB_Editor"][style="background-color: Black;"] {background: var(--tx01)!important;}
img[id^="vB_Editor"][style="background-color:black"] {background: var(--tx01) !important;}
img[id^="vB_Editor"][style="background-color: White;"] {background: var(--bg01) !important;}
img[id^="vB_Editor"][style="background-color: Silver;"] {background: #2c2c2c !important;}
img[id^="vB_Editor"][style="background-color: Red;"] {background: #f75252 !important;}
img[id^="vB_Editor"][style="background-color: DarkRed;"] {background: #b33636 !important;}
img[id^="vB_Editor"][style="background-color: Navy;"] {background: #5c95e5 !important;}
img[id^="vB_Editor"][style="background-color: Blue;"] {background: #91baf2 !important;}
img[id^="vB_Editor"][style="background-color: Green;"] {background: #85e585 !important;}
img[id^="vB_Editor"][style="background-color: DarkGreen;"] {background: #5cbf5c !important;}
img[id^="vB_Editor"][style="background-color: Yellow;"] {background: #f2f26d !important;}
/* Compatibilidad */
font[color="#f1f1f1"] {color: var(--bg03);}
.thead { background: var(--bg03); color: var(--tx01) } /* compatibilidad colores desplegables */
.tcat { background: var(--bg05) !important; } /* cabeceras transparentes */
table.page tbody tr td.tfoot:nth-child(3) { opacity: 1 !important; } /* opacidad botón Ir Arriba */
}
/* Fin TEMA NOCTURNO */
@-moz-document regexp("(http[s]?:\\/\\/)*(www\\.)?forocoches.*") {
/* Inicio FORO */
.alt1-user,
.alt1-author {
background: var(--bg03);
color: var(--tx01);
border: 0 !important;
font-size: 16px;
line-height: 1.375;
}
/* Hilos inicio */
.texto,
.texto1 {
font-size: var(--sz01)
}
/* Posts */
.alt1 div[id^=post_message],
.alt1 div[id^=post_message] li {
font-size: 16px;
line-height: 1.375;
}
/* Citas */
#HOTWordsTxt td.alt2,
td.alt2[style="border:1px inset; -moz-border-radius: 8px; border-radius: 8px; margin: 8px; padding: 8px; word-wrap: break-word; display:block; max-height:410px; overflow:auto;"] {
font-size: 16px;
line-height: 1.375;
}
div[id^="post_message"] div table {
background-color: var(--bg04);
border-radius: 5px;
}
/* Code */
div#posts pre.alt2,
code {
line-height: 1.125;
}
/* Editor de mensajes */
.wysiwyg,
textarea {
font-size: 16px !important;
line-height: 1.4 !important;
font-family: Roboto !important;
}
/* Tamaño de fuente */
.smallfont {
font-size: 13px;
}
font[size="1"] {
font-size: 12px;
}
font[size="2"] {
font-size: 15px;
}
font[size="3"] {
font-size: 17px;
}
font[size="4"] {
font-size: 20px;
}
font[size="5"] {
font-size: 24px;
}
font[size="6"] {
font-size: 29px;
}
font[size="7"] {
font-size: 37px;
}
/* QUITAR ELEMENTOS */
td.contenido > form[name="busca"],
td.cmini > form[name="busca"] {
display: none;
}
/* Icono multipágina */
img[src*="/misc/multipage.png"] {
display: none;
}
/* Tablas vacías bajo cabecera */
table.cajasnews td[bgcolor="#f5f5f5"][align=left][width="65%"],
table.cajasnews td[bgcolor="#f5f5f5"][align=left][width="65%"] + td[bgcolor="#f5f5f5"][align=right],
div[id="1st"],
TABLE#AutoNumber4[width="100%"][cellspacing="0"][bordercolor="#111111"][border="0"][style="border-collapse: collapse"],
table#AutoNumber6 {
display: none;
}
/* Quitar iconos inicio */
img[src*="/bullet_pic2.gif"],
img[src*="/bullet_minisquare.gif"] {
display: none;
}
/* Tabla botón refrescar, no modificar */
#inlinemodform table[style="margin-bottom:3px"] + br + table#table3.tborder[width="100%"][cellspacing="1"][cellpadding="5"][border="0"][align=center],
table[style="margin-bottom:3px"] + br + table#table3.tborder[width="100%"][cellspacing="1"][cellpadding="5"][border="0"][align=center] + br {
display: none;
}
/* Barra lateral InfoCoches */
td#collapseobj_sidebar[style="padding-right:3px; "][bgcolor="#f9f9f9"][width="170"],
td[style="background-color:#f1f1f1;"][align=center][valign=top][width="15"] {
display: none !important;
}
td[style="padding-left:3px;"] {
padding: 0 !important;
}
/* Estando desconectado */
table.tborder[bgcolor="#555576"],
td[width="170"][bgcolor="#f9f9f9"],
td[width="170"][bgcolor="#f9f9f9"] + td[width="3"] {
display: none;
}
/* Iconos fecha/hora post */
img[src*="/post_old.gif"],
img[src*="/post_new.gif"] {
display: none;
}
/* Iconos barra de herramientas */
img[src*="/sendtofriend.gif"],
img[src*="/subscribe.gif"] {
display: none;
}
/* Resaltar autor barra de herramientas */
td[style*="border-left: 3px solid rgb(85, 145, 204); border-right: 3px solid rgb(85, 145, 204);"],
td[style*="border-left: 3px solid rgb(202, 52, 21); border-right: 3px solid rgb(202, 52, 21);"],
td[style="border-left: 3px solid #ca3415; border-right: 3px solid #ca3415;"],
td[style="border-left: 3px solid #5591cc; border-right: 3px solid #5591cc;"] {
border: 0 !important;
}
/* Titulo de hilo */
.cmega {
display: none;
}
/* Tabla vacia titulo de hilo */
table[id^=fcthread] td {
padding: 0 !important;
font: 0px/0 none !important;
}
/* Fix botón borrar hilo */
table[id^=fcthread] form {
position: relative;
}
table[id^=fcthread] input.button {
position: absolute;
right: -4px;
top: -51px;
}
/* Tabla vacia titulo de hilo */
table[bgcolor="#d5e5ee"] {
margin-bottom: 0 !important;
background: 0 0;
}
/* Tabla amarilla pie de página */
table.cajasprin > tbody > tr > td[bgcolor="#ffffe0"][align=center] {
display: none;
}
/* Ranking bloqueo, table3 cuando hay publicidad */
table[style="margin-top:-2px"] + br + table#table3 + br + br + table.tborder[cellpadding="6"] + br + table.tborder,
table[style="margin-top:-2px"] + br + table#table3 + br + br + table.tborder[cellpadding="6"] + br,
table[style="margin-top:-2px"] + br + table.tborder[cellpadding="6"] + br + table.tborder,
table[style="margin-top:-2px"] + br + table.tborder[cellpadding="6"] + br {
disp...