Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 101.74 KB | None | 0 0
  1. @-moz-document regexp("(http[s]?:\/\/)*www.forocoches.*") {
  2.  
  3.     .alt1-user,
  4.     .alt1-author {
  5.         background: var(--bg03);
  6.         color: var(--tx01);
  7.         border: 0 !important;
  8. font-size: 16px;
  9.         line-height: 1.375;
  10.     }
  11.    
  12. /* parametros tema oscuro */
  13.  
  14. :root {
  15.  
  16.     /* colores */
  17.     --bg01: #1c1d21; /* fondo principal */
  18.     --tx01: #d1d1d1; /* texto 1 */
  19.     --bg02: #2b2c30; /* bordes 1 */
  20.     --bg05: transparent; /* bordes 2 */
  21.     --bg04: #212226; /* fondo oscuro */
  22.     --bg03: #25262a; /* fondo claro */
  23.     --tx03: #6e6e6e; /* texto 2 */
  24.     --bg07: #3a3c42; /* editor */
  25.     --bg08: #313338; /* barra 1 */
  26.     --tx06: #bfbfbf; /* texto b */
  27.     --tx07: #e57373; /* enlaces principales */
  28.     --tx08: #ef9a9a; /* enlaces principales */
  29.     --tx04: #e57373; /* enlaces secundarios */
  30.     --tx05: #ef9a9a; /* enlaces secundarios */
  31.     --rs01: #64b5f6; /* usuario */
  32.     --rs04: #212e3b; /* usuario */
  33.     --rs02: #e57373; /* autor */
  34.     --rs03: #372528; /* autor */
  35.     --cv01: #81c784; /* usuarios en linea */
  36.     --c200: #313338; /* cabecera */ /*url(https://i.imgur.com/64KznUR.jpg) no-repeat;*/
  37.     --c400: #ff5252; /* notificacion */
  38.     --c40t: #fff; /* notificacion */
  39.     --c401: #ff5252; /* resalto */
  40.     --co03: #fff; /* no modificar */
  41.     --co04: #fff; /* enlaces cabecera blanco/negro */
  42.     --co01: #111214; /* fondo claro/oscuro */
  43.     --co02: #fff; /* blanco/negro */
  44.     --rgb7: rgba(255, 255, 255, .7);
  45.     --rgb7b: rgba(255, 255, 255, .7); /* enlaces cabecera */
  46.     --rgb5: rgba(255, 255, 255, .5);
  47.     --rgb2: rgba(255, 255, 255, .2);
  48.     --rgb2i: rgba(0, 0, 0, .2); /* no modificar */
  49.  
  50.  
  51.  
  52.     /* sombras */
  53.     --dsh2: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
  54.     --dsh4: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
  55.     --dsh6: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.15));
  56.     --bsh1: 0 1px 2px rgba(0, 0, 0, 0.15);
  57.     --bsh2: 0 2px 2px rgba(0, 0, 0, 0.15);
  58.     --bsh4: 0 4px 4px rgba(0, 0, 0, 0.15);
  59.     --bsh8: 0 8px 8px rgba(0, 0, 0, 0.15);
  60.  
  61.     /* otros */
  62.     --sz01: 14px; /* tamaño titulos */
  63.  
  64.     /* resaltado botones */
  65.     --bns1: brightness(126%);
  66.     --bns2: brightness(110%);
  67.  
  68.     /* compatibilidad */
  69.     --invert: invert(100%);
  70. }
  71.  
  72.     /* botones foro */
  73.     img[src*="/reply.gif"],
  74.     img[src*="/threadclosed.gif"],
  75.     img[src*="/newthread.gif"],
  76.     img[src*="/multiquote_on.gif"],
  77.     img[src*="/multiquote_off.gif"],
  78.     img[src*="/quickreply.gif"],
  79.     img[src*="/edit.gif"],
  80.     img[src*="/quote.gif"] {
  81.         background: url(http://i.imgur.com/P26bjeG.png);
  82.         background-size: 114px 232px;
  83.     }
  84.  
  85.  
  86.  
  87.     /* botones privados */
  88.     img[src*="/newprivate.png"],
  89.     img[src*="/reply_small.gif"],
  90.     img[src*="/forward.gif"] {
  91.         background: url(http://i.imgur.com/74ujPY8.png);
  92.         background-size: 132px 86px;
  93.     }
  94.  
  95.     /* flecha input */
  96.     select {
  97.         background: var(--co01) url(http://i.imgur.com/ziDwIoU.png) right no-repeat;
  98.     }
  99.  
  100.  
  101.  
  102.     /* compatibilidad */
  103.     img[src*="/editor/"], /*img[src*="/statusicon/"],*/ img[src*="/misc/"], img[src*="/buttons/"], img[src*="images/mention.png"] {
  104.         filter: invert(100%);
  105.     }
  106.     img[src*="/statusicon/user"]:not([src*="user_offline.gif"]) {
  107.         filter: initial;
  108.     }
  109.  
  110.     /* colores necesarios para tema oscuro */
  111.     font[color="Black"] {color: var(--tx01);}
  112.     font[color="#000000"] {color: var(--tx01);}
  113.     font[color="#f1f1f1"] {color: var(--bg03);}
  114.     font[color="White"] {color: var(--bg01);}
  115.     font[color="Silver"] {color: #2c2c2c;}
  116.     font[color="Red"] {color: #f75252;}
  117.     font[color="DarkRed"] {color: #b33636;}
  118.     font[color="Navy"] {color: #5c95e5;}
  119.     font[color="Blue"] {color: #91baf2;}
  120.     font[color="Green"] {color: #85e585;}
  121.     font[color="DarkGreen"] {color: #5cbf5c;}
  122.     font[color="Yellow"] {color: #f2f26d;}
  123.  
  124.     img[id^="vB_Editor"][style="background-color: Black;"] {background: var(--tx01)!important;}
  125.     img[id^="vB_Editor"][style="background-color:black"] {background: var(--tx01) !important;}
  126.     img[id^="vB_Editor"][style="background-color: White;"] {background: var(--bg01) !important;}
  127.     img[id^="vB_Editor"][style="background-color: Silver;"] {background: #2c2c2c !important;}
  128.     img[id^="vB_Editor"][style="background-color: Red;"] {background: #f75252 !important;}
  129.     img[id^="vB_Editor"][style="background-color: DarkRed;"] {background: #b33636 !important;}
  130.     img[id^="vB_Editor"][style="background-color: Navy;"] {background: #5c95e5 !important;}
  131.     img[id^="vB_Editor"][style="background-color: Blue;"] {background: #91baf2 !important;}
  132.     img[id^="vB_Editor"][style="background-color: Green;"] {background: #85e585 !important;}
  133.     img[id^="vB_Editor"][style="background-color: DarkGreen;"] {background: #5cbf5c !important;}
  134.     img[id^="vB_Editor"][style="background-color: Yellow;"] {background: #f2f26d !important;}
  135.  
  136. /* fin parametros tema oscuro */
  137.  
  138.    
  139.    
  140.    
  141.    
  142.    
  143.    
  144. /*ANIMACIONES*/
  145. @keyframes fadeIn {from{opacity:0}to{opacity:1}}
  146.  
  147. /*FUENTES*/
  148. @font-face {
  149.   font-family: Roboto;
  150.   font-style: normal;
  151.   font-weight: 400;
  152.   src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format("woff2");
  153.   unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000
  154. }
  155. @font-face {
  156.   font-family: Roboto;
  157.   font-style: normal;
  158.   font-weight: 500;
  159.   src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  160.   unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000
  161. }
  162. @font-face {
  163.   font-family: Roboto;
  164.   font-style: normal;
  165.   font-weight: 700;
  166.   src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  167.   unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000
  168. }
  169. .adcontenido,
  170. .bginput optgroup,
  171. .bginput option,
  172. .bginput,
  173. .button,
  174. .cat,
  175. .cbutton,
  176. .cfield,
  177. .contenido,
  178. .contenido1,
  179. .contenido_menu,
  180. .fc2010,
  181. .field,
  182. .miniyo,
  183. .navbar,
  184. .smallfont,
  185. .tcat,
  186. .texto,
  187. .texto1,
  188. .thead,
  189. .top2,
  190. .vbmenu_control,
  191. .vbmenu_hilite,
  192. .vbmenu_option,
  193. .wysiwyg,
  194. TEXTAREA,
  195. body,
  196. legend,
  197. li,
  198. optgroup,
  199. option,
  200. p,
  201. select,
  202. td,
  203. textarea,
  204. th {
  205.   font-family: Roboto
  206. }
  207. /*hilos inicio*/
  208. .texto,
  209. .texto1 {
  210.   font-size: var(--sz01)
  211. }
  212. /*posts*/
  213. .alt1 div[id^=post_message],
  214. .alt1 div[id^=post_message] li {
  215.   font-size: 16px;
  216.   line-height: 1.4
  217. }
  218. /*citas*/
  219. #HOTWordsTxt td.alt2,
  220. 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;"] {
  221.   font-size: 16px;
  222.   line-height: 1.4
  223. }
  224. /*code*/
  225. div#posts pre.alt2,
  226. code {
  227.   line-height: 1.125
  228. }
  229. /*editor de mensajes*/
  230. .wysiwyg,
  231. textarea {
  232.   font-size: 16px!important;
  233.   line-height: 1.4!important;
  234.   font-family: Roboto!important
  235. }
  236. /*tamao seleccionable de fuente*/
  237. .smallfont {
  238.   font-size: 13px  
  239. }
  240. font[size="1"] {
  241.   font-size: 12px
  242. }
  243. font[size="2"] {
  244.   font-size: 15px
  245. }
  246. font[size="3"] {
  247.   font-size: 17px
  248. }
  249. font[size="4"] {
  250.   font-size: 20px
  251. }
  252. font[size="5"] {
  253.   font-size: 24px
  254. }
  255. font[size="6"] {
  256.   font-size: 29px
  257. }
  258. font[size="7"] {
  259.   font-size: 37px
  260. }
  261.  
  262. /*QUITAR ELEMENTOS*/
  263.   td.contenido>form[name="busca"],
  264.   td.cmini>form[name="busca"] {
  265.     display: none;
  266.   }
  267.  
  268. /*icono multipagina*/
  269. img[src*="/misc/multipage.png"] {
  270.   display: none
  271. }
  272. /*tablas vacias bajo cabecera*/
  273. table.cajasnews td[bgcolor="#f5f5f5"][align=left][width="65%"],
  274. table.cajasnews td[bgcolor="#f5f5f5"][align=left][width="65%"]+td[bgcolor="#f5f5f5"][align=right],
  275. div[id="1st"],
  276. TABLE#AutoNumber4[width="100%"][cellspacing="0"][bordercolor="#111111"][border="0"][style="border-collapse: collapse"],
  277. table#AutoNumber6 {
  278.   display: none
  279. }
  280. /*encabezado lista inicio*/
  281. /*quitar iconos inicio*/
  282. img[src*="/bullet_pic2.gif"],
  283. img[src*="/bullet_minisquare.gif"] {
  284.   display: none
  285. }
  286. /*tabla boton refrescar, no modificar*/
  287. #inlinemodform table[style="margin-bottom:3px"]+br+table#table3.tborder[width="100%"][cellspacing="1"][cellpadding="5"][border="0"][align=center],
  288. table[style="margin-bottom:3px"]+br+table#table3.tborder[width="100%"][cellspacing="1"][cellpadding="5"][border="0"][align=center]+br {
  289.   display: none
  290. }
  291. /*barra lateral infocoches*/
  292. td#collapseobj_sidebar[style="padding-right:3px; "][bgcolor="#f9f9f9"][width="170"],
  293. td[style="background-color:#f1f1f1;"][align=center][valign=top][width="15"] {
  294.   display: none!important
  295. }
  296. td[style="padding-left:3px;"] {
  297.   padding: 0!important
  298. }
  299. /*estando desconectado*/
  300. table.tborder[bgcolor="#555576"],
  301. td[width="170"][bgcolor="#f9f9f9"],
  302. td[width="170"][bgcolor="#f9f9f9"] + td[width="3"] {
  303.   display: none
  304. }
  305. /*iconos fecha/hora post*/
  306. img[src*="/post_old.gif"],
  307. img[src*="/post_new.gif"] {
  308.   display: none
  309. }
  310. /*iconos barra de herramientas*/
  311. img[src*="/sendtofriend.gif"],
  312. img[src*="/subscribe.gif"] {
  313.   display: none
  314. }
  315. /*resaltar autor barra de herramientas*/
  316. td[style*="border-left: 3px solid rgb(85, 145, 204); border-right: 3px solid rgb(85, 145, 204);"],
  317. td[style*="border-left: 3px solid rgb(202, 52, 21); border-right: 3px solid rgb(202, 52, 21);"],
  318. td[style="border-left: 3px solid #ca3415; border-right: 3px solid #ca3415;"],
  319. td[style="border-left: 3px solid #5591cc; border-right: 3px solid #5591cc;"] {
  320.   border: 0!important
  321. }
  322. /*titulo de hilo*/
  323. .cmega {
  324.   display: none
  325. }
  326. /*tabla vacia titulo de hilo*/
  327. table[id^=fcthread] td {
  328.   padding: 0!important;
  329.   font: 0 none!important
  330. }
  331. /*fix boton borrar hilo*/
  332. table[id^=fcthread] form {
  333.   position: relative
  334. }
  335. table[id^=fcthread] input.button {
  336.   position: absolute;
  337.   right: -4px;
  338.   top: -51px
  339. }
  340. /*tabla vacia titulo de hilo*/
  341. table[bgcolor="#d5e5ee"] {
  342.   margin-bottom: 0!important;
  343.   background: 0 0
  344. }
  345. /*tabla amarilla pie de pagina*/
  346. table.cajasprin > tbody > tr > td[bgcolor="#ffffe0"][align=center] {
  347.   display: none
  348. }
  349. /*ranking bloqueo, table3 cuando hay publi*/
  350. table[style="margin-top:-2px"] + br + table#table3 + br + br + table.tborder[cellpadding="6"] + br + table.tborder,
  351. table[style="margin-top:-2px"] + br + table#table3 + br + br + table.tborder[cellpadding="6"] + br,
  352. table[style="margin-top:-2px"] + br + table.tborder[cellpadding="6"] + br + table.tborder,
  353. table[style="margin-top:-2px"] + br + table.tborder[cellpadding="6"] + br {
  354.   display: none
  355. }
  356. /*tablas de publicidad vacias hilos*/
  357. TABLE.cajasprin[width="100%"][cellspacing="0"][cellpadding="2"][bordercolor="#111111"][border="0"][style="border-collapse: collapse"] > tbody > tr > td {
  358.   padding: 0
  359. }
  360. TABLE.cajasprin[width="100%"][cellspacing="0"][cellpadding="2"][bordercolor="#111111"][border="0"][style="border-collapse: collapse"] {
  361.   border: 0
  362. }
  363. /*tablas de publicidad inicio*/
  364. table#AutoNumber30 {
  365.   border: transparent
  366. }
  367. /*fondo tabla publicidad desconectado*/
  368. td[bgcolor="#ffffe0"] {
  369.   background: 0 0
  370. }
  371. /*tabla publicidad pie de foro desconectado*/
  372. div[id*=div-336x280] {
  373.   height: auto!important
  374. }
  375. /*publicidad primer post desconectado*/
  376. span[style="border: solid #FAFAFA; border-left: 10px solid #DADADA; PADDING-LEFT: 5px; padding:5px; margin: 1px; float: right; width: 301px; height: 251px;"] {
  377.   border: none!important;
  378.   height: auto!important
  379. }
  380. /*aviso hilos restringidos desconectado*/
  381. table#table3.tborder td.alt1[style="background-color:#FFF"] {
  382.   background-color: var(--bg04)!important
  383. }
  384. /*listado de foros aviso desconectado*/
  385. div.panel[style="margin-top:5px; background-color:#ffffff;"] {
  386.   background-color: var(--bg03)!important
  387. }
  388. div#div-300x250,
  389. div#div-300x600 {
  390.   height: auto!important
  391. }
  392. /*publicidad persistente*/
  393. div[id^=div-970x90],
  394. table[height="90"][width="970"],
  395. table#AutoNumber30,
  396. table.cajasprin[bgcolor="#f0f5ff"] {
  397.   display: none
  398. }
  399. /*tablas publicidad hilos*/
  400. body>div>center>table#AutoNumber1 td:not(:last-child),
  401. td[bgcolor="#f0f5ff"] {
  402.   display: none
  403. }
  404. /*PRINCIPAL*/
  405. /*logo forocoches*/
  406. body > div > center > table#AutoNumber1 td:last-child img {
  407.   /*    display: none;*/position: relative;
  408.   width: 166px;
  409.   height: 28px;
  410.   top: -6px;
  411.   opacity: 0
  412. }
  413. body > div > center > table#AutoNumber1 td:last-child {
  414.   position: absolute;
  415.   z-index: 1;
  416.   display: block;
  417.   top: 22px;
  418.   left: 48px;
  419.   width: 166px;
  420.   height: 18px;
  421.   background: url(https://i.imgur.com/zLE1h9T.png) 0 0/166px 18px
  422. }
  423. /*aviso cookies*/
  424. #infocookie {
  425.   position: fixed;
  426.   z-index: 32;
  427.   background: var(--bg03);
  428.   border: 0;
  429.   font-family: Roboto;
  430.   font-size: 13px;
  431.   color: var(--tx01);
  432.   padding: 30px 0;
  433.   box-shadow: var(--bsh1)
  434. }
  435. #infocookie * {
  436.   color: var(--tx01);
  437.   font-family: Roboto;
  438.   font-size: 13px
  439. }
  440. #infocookie_close {
  441.   position: absolute;
  442.   top: 16px;
  443.   right: 16px;
  444.   width: 24px;
  445.   height: 24px;
  446.   background: url(https://i.imgur.com/vDVSqPh.png) center/24px no-repeat
  447. }
  448. /*fondo principal*/
  449. body {
  450.   background: var(--bg01);
  451.   color: var(--tx01);
  452.   margin: 0
  453. }
  454. /*textos principales*/
  455. .texto,
  456. .texto1,
  457. font[color="#000000"] {
  458.   color: var(--tx01)
  459. }
  460. /*textos secundarios*/
  461. .time,
  462. .smallfont-gray {
  463.   color: var(--tx03)
  464. }
  465. /*enlaces principales*/
  466. a:link,
  467. a:visited,
  468. .texto A {
  469.   color: var(--tx07)
  470. }
  471. .contenido A:hover,
  472. .contenido_menu A:hover,
  473. .adcontenido A:hover,
  474. .texto A:hover,
  475. .texto1 A:hover,
  476. .miniyo A:hover,
  477. .top2 A:hover,
  478. A:hover,
  479. a:active {
  480.   color: var(--tx08);
  481.   text-decoration: none
  482. }
  483. /*barra principal*/
  484. table.cajasprin[style="border-collapse: collapse"]:nth-of-type(1) {
  485.   position: relative;
  486.   top: 0;
  487.   width: 100%;
  488.   border: 0;
  489.   border-bottom: 0
  490. }
  491. table#AutoNumber9 {
  492.   position: absolute;
  493.   top: 15px;
  494.   left: 214px;
  495.   display: block;
  496.   width: auto;
  497.   z-index: 1
  498. }
  499. table#AutoNumber9 > tbody > tr {
  500.   display: block;
  501.   border-spacing: 8px 0;
  502.   border-collapse: separate
  503. }
  504. table#AutoNumber9 > tbody > tr > td {
  505.   border: 0;
  506.   height: 32px
  507. }
  508. /*texto*/
  509. table#AutoNumber9 font {
  510.   font-size: 13px;
  511.   font-family: Roboto;
  512.   font-weight: 500;
  513.   -webkit-user-select: none;
  514.   -moz-user-select: none;
  515.   user-select: none;
  516. }
  517. /*ocultar primer boton*/
  518. table#AutoNumber9 > tbody > tr > td:nth-child(1) {
  519.   display: none
  520. }
  521. /*activo*/
  522. table#AutoNumber9 > tbody > tr > td[bgcolor="#FFFFFB"],
  523. table#AutoNumber9 > tbody > tr > td[bgcolor="#ECECEC"] {
  524.   background: var(--rgb2);
  525.   border-radius: 2px;
  526.   padding: 0;
  527.   box-shadow: var(--bsh2)
  528. }
  529. /*hover*/
  530. table#AutoNumber9 > tbody > tr > td[bgcolor="#FFFFFB"]:hover {
  531.   background: var(--rgb5)
  532. }
  533. /*inactivo hover*/
  534. table#AutoNumber9 > tbody > tr > td[bgcolor="#ffffff"] {
  535.   background: var(--rgb5);
  536.   border-radius: 2px;
  537.   padding: 0;
  538.   box-shadow: var(--bsh2)
  539. }
  540. /*hacer botones clicables en todo el ancho*/
  541. table#AutoNumber9 > tbody > tr > td > a {
  542.   padding: 0 8px;
  543.   line-height: 32px;
  544.   display: block;
  545.   color: var(--co03)
  546. }
  547. /*pie de pagina foro*/
  548. td.cmini {
  549.   border: none!important;
  550.   padding: 8px 4px
  551. }
  552. /*borde y fondo tabla pie de pagina*/
  553. table[style="border-collapse: collapse"][bordercolordark="#000000"][bordercolorlight="#000000"][bordercolor="#111111"][bgcolor="#CCCCCC"] {
  554.   border: 1px solid transparent;
  555.   background: 0 0
  556. }
  557. /*pie de pagina foro quitar color superpuesto*/
  558. td.cmini[bgcolor="#FFFFFF"] {
  559.   background: 0 0
  560. }
  561. table[width="100%"][cellpadding="2"].page {
  562.   border-top: 1px solid var(--bg02);
  563.   border-left: 1px solid var(--bg02);
  564.   border-right: 1px solid var(--bg02)
  565. }
  566. /*pie de pagina inicio*/
  567. td.contenido[style="border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"],
  568. td.contenido[style="border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"],
  569. td.contenido[style="border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"] {
  570.   background: 0 0!important;
  571.   padding: 8px 5px 9px;
  572.   border-top: 1px solid transparent!important
  573. }
  574. td.contenido[style="border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"] a {
  575.   font-weight: 400
  576. }
  577. /*pantalla resultados busqueda con buscador de google*/
  578. .panelsurround table#AutoNumber1 td[bordercolor="#C0C0C0"][bgcolor="#FBFBFB"] {
  579.   background: var(--bg03);
  580.   border: 1px solid!important
  581. }
  582. /*bordes*/
  583. table.tborder,
  584. div.tborder[style="padding:1px; border-top-width:0px"] {
  585.   border-collapse: collapse;
  586.   padding: 0!important/*    border: 1px solid var(--bg02);*/
  587. }
  588. /*borde a lista de foros*/
  589. td[id^="f"][class^=alt1],
  590. td[id^="f"][class^=alt1]+td.alt2,
  591. tbody[id^=collapseobj_forumbit] tr {
  592.   border-top: 1px solid var(--bg02)
  593. }
  594. table[style="border-bottom-width:0px"]+table.tborder tbody:first-of-type td[id^="f"][class^=alt1],
  595. [id^="collapseobj_forumbit"] tr:first-child td[id^="f"][class^=alt1] {
  596.   border-top: 1px solid var(--bg08) !important;
  597. }
  598. /*borde secciones de lista de foros*/
  599. /*aadir borde a lista de opciones de encuesta*/
  600. table.tborder td.alt1[width="75%"],
  601. table.tborder td.alt1[width="12%"],
  602. table.tborder td.alt1[width="75%"] ~ td.alt2[nowrap=nowrap],
  603. table.tborder td.alt1[width="12%"] ~ td.alt2[width="13%"] {
  604.   border-top: 1px solid var(--bg02);
  605.   background-color: var(--bg03)
  606. }
  607. /*INICIO*/
  608. /*columna hora inicio*/
  609. td[width="84%"] .texto >table>tbody > tr > td:nth-child(2){
  610.  position: absolute;
  611.  right: 223px;
  612.  vertical-align: middle;
  613.  margin-top: 11px;
  614.  height: auto;
  615.  border: 0;
  616. }
  617. td[width="84%"] .texto >table>tbody > tr:nth-child(1) > td:nth-child(2) {
  618.   margin-top: 8px;
  619. }
  620.  
  621. /*buscador*/
  622. table.cajastip > tbody > tr > td.texto {
  623.   background: 0 0!important
  624. }
  625. table.cajastip {
  626.   border-style: none;
  627.   border-spacing: 1px;
  628.   background: var(--c200);
  629.   background-size: cover;
  630.   padding: 46px;
  631.   margin-bottom: 40px;
  632.   position: relative;
  633.   box-shadow: var(--bsh2)
  634. }
  635. table.cajastip td.texto[width="10%"] {
  636.   position: absolute;
  637.   right: 42px;
  638.   top: 9px;
  639.   width: auto
  640. }
  641. /*bordes inicio*/
  642. table.cajasprin td.contenido div > center > table[cellpadding="2"][bordercolor="#111111"] > tbody > tr > td {
  643.   padding: 0
  644. }
  645. /*usuarios en linea inicio*/
  646. td.texto[width="90%"][bgcolor="#ffffff"] {
  647.   white-space: nowrap;
  648.   color: var(--rgb7);
  649.   position: absolute;
  650.   display: block;
  651.   left: 61px;
  652.   width: 0;
  653.   top: 106px;
  654.   opacity: 0;
  655.   cursor: default;
  656.   transition: .2s;
  657.   transition-delay: .2s;
  658.   z-index: 1
  659. }
  660. td.texto[width="90%"][bgcolor="#ffffff"]:hover {
  661.   opacity: 1
  662. }
  663. /*tabla principal*/
  664. td[bgcolor="#f5f5f5"] {
  665.   background: var(--bg01)
  666. }
  667. /*hilos inicio*/
  668. td[width="84%"] {
  669.   position: relative;
  670.   left: 0;
  671.   width: 100%;
  672.   padding: 0 48px;
  673.   filter: var(--dsh2)
  674. }
  675. table.cajascat,
  676. table.cajasprin {
  677.   border: 0
  678. }
  679. /*tabla final pagina*/
  680. td.contenido table#AutoNumber7 {
  681.   display: none
  682. }
  683. /*barra de herramientas inicio*/
  684. table.contenido {
  685.   border: none!important
  686. }
  687. /*fondo principal inicio*/
  688. td.contenido {
  689.   border: none!important;
  690.   color: var(--tx01)
  691. }
  692. .cajascat {
  693.   border-spacing: 0;
  694.   position: absolute
  695. }
  696. .cajascat > tbody > tr > td {
  697.   padding: 0
  698. }
  699. td[width="312"] {
  700.   position: absolute;
  701.   left: -16px;
  702.   top: 57px;
  703.   width: 100%;
  704.   padding: 2px 0
  705. }
  706. table#AutoNumber1.contenido[bgcolor="#CCCCCC"] {
  707.   background: 0 0
  708. }
  709. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr > td:nth-child(1) {
  710.   display: none
  711. }
  712. /*temas iniciados y temas participados inicio*/
  713. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(2),
  714. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(3) {
  715.   position: absolute;
  716.   z-index: 4
  717. }
  718. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr:nth-child(1) {
  719.   width: 409.5px
  720. }
  721. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(2) a {
  722.   position: absolute;
  723.   width: 104px;
  724.   height: 24px;
  725.   top: 4px;
  726.   left: 142px;
  727.   opacity: 0;
  728.   z-index: 6
  729. }
  730. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(2):after {
  731.   position: absolute;
  732.   cursor: pointer;
  733.   content: 'Temas Iniciados';
  734.   width: 103.75px;
  735.   line-height: 24px;
  736.   top: 4px;
  737.   left: 142px;
  738.   font-size: 13px;
  739.   font-weight: 400;
  740.   color: var(--rgb7b)
  741. }
  742. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(2):hover:after {
  743.   color: var(--co04)
  744. }
  745. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(3) a {
  746.   position: absolute;
  747.   width: 116.5px;
  748.   height: 24px;
  749.   top: 4px;
  750.   left: 276px;
  751.   opacity: 0;
  752.   z-index: 6
  753. }
  754. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(3):after {
  755.   position: absolute;
  756.   cursor: pointer;
  757.   content: 'Temas Participados';
  758.   width: 116.5px;
  759.   line-height: 24px;
  760.   top: 4px;
  761.   left: 276px;
  762.   font-size: 13px;
  763.   font-weight: 400;
  764.   color: var(--rgb7b)
  765. }
  766. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(3):hover:after {
  767.   color: var(--co04)
  768. }
  769. table.cajascat[width="100%"][cellpadding="2"][border="0"] {
  770.   border-left: 48px solid transparent;
  771.   background: 0 0
  772. }
  773. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr {
  774.   display: inline-block;
  775.   height: 32px
  776. }
  777. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr > td {
  778.   background: 0 0!important;
  779.   display: block;
  780.   padding: 8px 16px;
  781.   color: transparent;
  782.   font-size: 0
  783. }
  784. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr > td a {
  785.   color: var(--rgb7b);
  786.   font-weight: 400
  787. }
  788. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr > td a:hover {
  789.   color: var(--co04)
  790. }
  791. /*notificaciones*/
  792. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr > td a,
  793. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr > td strong {
  794.   font-size: 13px
  795. }
  796. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr > td.contenido[bgcolor="#FFFFCC"] strong {
  797.   position: absolute;
  798.   top: -2px;
  799.   margin-left: 3px;
  800.   background: var(--c400);
  801.   border-radius: 50%;
  802.   color: var(--c40t);
  803.   display: inline-block;
  804.   min-width: 22px;
  805.   height: 22px;
  806.   line-height: 22px;
  807.   text-align: center;
  808.   font-size: 11px
  809. }
  810. table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr > td a:not([href^="/foro/member.php?u="]) {
  811.   position: relative;
  812.   z-index: 4
  813. }
  814. /*otras notificaciones*/
  815. #notices .tborder {
  816.   background: 0 0
  817. }
  818. #notices .alt1 {
  819.   background: var(--rgb2);
  820.   border-radius: 2px;
  821.   position: relative;
  822.   padding: 16px;
  823.   margin-bottom: 24px
  824. }
  825. style[type="text/css"] + #notices .alt1 {
  826.   width: calc(100% - 128px);
  827.   margin-left: 48px;
  828.   margin-bottom: 11px
  829. }
  830. #notices .alt1 :not([src*="foro/images/misc/cross.png"]) {
  831.   color: var(--rgb7)!important;
  832.   background: 0 0!important
  833. }
  834. #notices td {
  835.   display: block;
  836.   width: auto
  837. }
  838. #notices [src*="foro/images/misc/cross.png"] {
  839.   position: absolute;
  840.   right: 4px;
  841.   top: 4px
  842. }
  843. [src*="foro/images/misc/cross.png"] {
  844.   width: 0;
  845.   height: 24px;
  846.   padding-right: 24px;
  847.   background: url(https://i.imgur.com/vDVSqPh.png) center/24px no-repeat
  848. }
  849. /*hilos con notificaciones*/
  850. [id^=td_threadtitle][style="background-color: #ffd1d1;"],
  851. [id^=td_threadtitle][style="background-color: #fffde4;"] {
  852.   background-color: var(--bg03)!important
  853. }
  854. /*ex avatar - texto perfil nombre usuario*/
  855. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(1) {
  856.   position: absolute;
  857.   background: 0 0;
  858.   border: 0;
  859.   width: auto;
  860.   font-size: 13px;
  861.   font-weight: 400;
  862.   right: 32px;
  863.   top: 8px;
  864.   color: var(--rgb7b)
  865. }
  866. table.cajascat[width="100%"][cellpadding="2"][border="0"] > tbody > tr:nth-child(1) > td:nth-child(1):before {
  867.   content: "";
  868.   display: block;
  869.   position: absolute;
  870.   width: 12px;
  871.   height: 18px;
  872.   background: var(--c200)
  873. }
  874. /*enlace perfil*/
  875. #AutoNumber1 td.contenido a[href^="/foro/member.php"] {
  876.   position: absolute;
  877.   width: 45px;
  878.   height: 18px;
  879.   background-color: transparent;
  880.   right: 32px;
  881.   bottom: 6px;
  882.   z-index: 8
  883. }
  884. /*ocultar avatar*/
  885. img[style="max-height:90px; margin-left: 6px; border-radius: 5%; -moz-border-radius: 5%; -webkit-border-radius: 5%"],
  886. img[src*="/image/forocoches_avatar.gif"] {
  887.   display: none
  888. }
  889. /*color enlaces lista de hilos*/
  890. .texto[href^="/foro/showthread.php?t="] {
  891.   color: var(--tx07)!important;
  892.   font-weight: 500
  893. }
  894. td.texto a[href^="/foro/member.php?u="] {
  895.   font-weight: 500
  896. }
  897. .texto[href^="/foro/showthread.php?t="]:hover {
  898.   color: var(--tx08)!important
  899. }
  900. /*texto verde usuarios en linea*/
  901. span[style="color:#008000;"] {
  902.   color: var(--cv01)!important
  903. }
  904. /*espaciado hilos inicio*/
  905. table.cajasnews td.texto tr td:last-child.texto {
  906.   padding-right: 16px
  907. }
  908. /*lista de hilos inicio*/
  909. table.cajasnews {
  910.   margin-bottom: 16px;
  911.   border: 0
  912. }
  913. table.cajasnews > tbody > tr > td {
  914.   padding: 0
  915. }
  916. /*encabezado lista de hilos*/
  917. tr[bgcolor="#f5f5f5"] {
  918.   background-color: var(--bg04)
  919. }
  920. /*altura lista hilos inicio*/
  921. td.texto td[bgcolor="#ffffff"],
  922. td.texto td[bgcolor="#fbfbfd"] {
  923.   height: 38px;
  924.   font-size: 15px;
  925.   background-color: var(--bg03);
  926.   border-bottom: 1px solid var(--bg02);
  927.   padding: 0
  928. }
  929. /*altura encabezado*/
  930. table.cajasnews td.texto tr:nth-child(1) {
  931.   height: 32px
  932. }
  933. /*clic enlaces inicio*/
  934. td.texto a.texto {
  935.   line-height: 1.8
  936. }
  937. /*lista hilos*/
  938. table.cajasnews td.texto tr td:nth-child(1) {
  939.   width: 48px;
  940.   text-align: center;
  941.   padding: 0
  942. }
  943. table.cajasnews td.texto tr td:nth-child(2) {
  944.   width: 40px;
  945.   color: var(--rgb7);
  946.   text-align: left;
  947.   padding: 0;
  948.   font-size: 13px
  949. }
  950. table.cajasnews td.texto tr td:nth-child(3) a:nth-child(1) {
  951.   color: var(--rgb7);
  952.   font-weight: 500!important
  953. }
  954. table.cajasnews td.texto tr td:nth-child(4) {
  955.   width: 96px;
  956.   padding: 0;
  957.   font-size: 13px
  958. }
  959. table.cajasnews td.texto tr td:nth-child(4) a {
  960.   color: var(--rgb7);
  961.   font-weight: 400
  962. }
  963. table.cajasnews td.texto tr td:nth-child(5) {
  964.   width: 40px;
  965.   padding: 0;
  966.   color: var(--rgb7);
  967.   font-size: 13px
  968. }
  969. table.cajasnews td.texto tr:nth-child(1) td {
  970.   color: var(--tx01);
  971.   background: var(--bg08)
  972. }
  973. table.cajasnews td.texto tr:nth-child(1) td b {
  974.   font-weight: 400;
  975.   font-size: 13px
  976. }
  977. a.texto[rel="nofollow"][href*="showthread.php?t="]:nth-child(3) {
  978.   font: 0/0 a;
  979.   vertical-align: middle;
  980.   background: url(https://i.imgur.com/aRpCTDE.png) center/18px no-repeat;
  981.   padding: 12px 12px;
  982.   opacity: .7;
  983.   filter: var(--invert)
  984. }
  985. a.texto[href*="showthread.php?t="]:nth-child(3):hover {
  986.   opacity: 1
  987. }
  988. /*PERFIL DE USUARIO*/
  989. #profile_tabs,
  990. #link_bar {
  991.   box-shadow: var(--bsh2)
  992. }
  993. #profile_tabs > br {
  994.   display: none
  995. }
  996. #f_avatar {
  997.   margin-left: 16px;
  998.   margin-bottom: 16px!important
  999. }
  1000. #username_box {
  1001.   vertical-align: bottom;
  1002.   padding-bottom: 16px;
  1003.   padding-left: 16px!important
  1004. }
  1005. #username_box > h1 {
  1006.   font-size: 0
  1007. }
  1008. #username_box h1 img {
  1009.   margin-bottom: 4px
  1010. }
  1011. /*recuadro con fecha y estadisticas de usuario*/
  1012. td#profile_box > div {
  1013.   border: none!important;
  1014.   background: 0 0!important;
  1015.   padding: 0!important;
  1016.   margin-right: 16px
  1017. }
  1018. td#profile_box > div .smallfont {
  1019.   font-size: 13px;
  1020.   color: var(--rgb7)
  1021. }
  1022. /*fondo de pestaas*/
  1023. ul.tab_list {
  1024.   background: var(--bg03);
  1025.   border-color: var(--bg02)!important;
  1026.   border-style: solid!important;
  1027.   border-width: 0!important
  1028. }
  1029. /*pestaas*/
  1030. ul.tab_list li {
  1031.   margin-left: 0;
  1032.   margin-right: 0;
  1033.   height: auto!important;
  1034.   font-size: 13px;
  1035.   font-family: Roboto!important;
  1036.   text-align: center
  1037. }
  1038. /*pestaas no seleccionadas*/
  1039. ul.tab_list li.thead {
  1040.   padding: 8px!important;
  1041.   color: var(--rgb7);
  1042.   font-weight: 400
  1043. }
  1044. /*pestaas no seleccionadas hover*/
  1045. ul.tab_list li.thead:hover {
  1046.   background: var(--bg03);
  1047.   color: var(--tx01);
  1048.   transition: .2s
  1049. }
  1050. /*pestaa seleccionada*/
  1051. ul.tab_list li.tcat {
  1052.   height: inherit;
  1053.   font-weight: 500;
  1054.   font-size: 13px;
  1055.   padding: 8px!important;
  1056.   border-color: var(--bg02);
  1057.   background-color: var(--bg03);
  1058.   color: var(--tx04);
  1059.   box-shadow: inset 0 -3px 0 var(--tx04)
  1060. }
  1061. /*pie de pestaas*/
  1062. div.tab_header {
  1063.   margin-top: 0;
  1064.   padding: 0
  1065. }
  1066. /*menciones y citas perfil*/
  1067. div#quotes.tborder.content_block,
  1068. div#mentions.tborder.content_block {
  1069.   background: var(--bg03);
  1070.   border: 0;
  1071.   padding: 12px
  1072. }
  1073. div#profile_tabs table.tborder {
  1074.   box-shadow: initial
  1075. }
  1076. div.block_content div.alt2 {
  1077.   font-size: 13px!important
  1078. }
  1079. div.block_content > table.tborder td.thead {
  1080.   font-size: 15px;
  1081.   font-weight: 500;
  1082.   color: var(--rgb7);
  1083.   padding-bottom: 8px
  1084. }
  1085. div.block_content > table.tborder td.alt1 {
  1086.   padding-bottom: 31px
  1087. }
  1088. /*contenido pestaas perfil*/
  1089. #profile_tabs div.alt1.block_row.block_title fieldset legend {
  1090.   display: none
  1091. }
  1092. #profile_tabs div.alt1.block_row.block_title fieldset {
  1093.   padding: 0
  1094. }
  1095. #collapseobj_stats div {
  1096.   padding: 18px 16px 16px
  1097. }
  1098. div#profile_tabs div.tborder.content_block li {
  1099.   font-size: 13px
  1100. }
  1101. #aboutme dl.profilefield_list dt {
  1102.   font-weight: 500
  1103. }
  1104. #collapseobj_contactinfo div {
  1105.   padding: 30px 22px 22px
  1106. }
  1107. #contactinfo div.fieldset_padding {
  1108.   padding: 0
  1109. }
  1110. #additional_contact_details {
  1111.   padding: 2px
  1112. }
  1113. div#link_bar * {
  1114.   font-size: 12px;
  1115.   text-decoration: none!important
  1116. }
  1117. div#link_bar > div,
  1118. div#link_bar > ul {
  1119.   padding: 8px
  1120. }
  1121. dl.profilefield_list {
  1122.   margin: 12px 0 32px!important
  1123. }
  1124. #aboutme #simple_aboutme_link {
  1125.   display: block;
  1126.   position: absolute;
  1127.   right: 72px
  1128. }
  1129. /*sobre mi*/
  1130. div.block_content div.alt1 {
  1131.   padding: 24px
  1132. }
  1133. .content_block {
  1134.   padding: 0
  1135. }
  1136. /*FOROS*/
  1137. /*resultados busqueda*/
  1138. form#inlinemodform > table.tborder:first-of-type {
  1139.   border: 0
  1140. }
  1141. form#inlinemodform td.tcat a {
  1142.   position: relative;
  1143.   line-height: 30px
  1144. }
  1145. form#inlinemodform table[id^=post] {
  1146.   box-shadow: 0 0 0 1px var(--bg02);
  1147.   margin: 0!important/* margin-bottom: 16px !important;*/
  1148. }
  1149. form#inlinemodform table[id^=post]:nth-of-type(3) {
  1150.   /*        margin-top: 16px !important;*/
  1151. }
  1152. form#inlinemodform table[id^=post] .thead {
  1153.   background: var(--bg03);
  1154.   padding: 12px 12px 0
  1155. }
  1156. form#inlinemodform table[id^=post] td.alt1 {
  1157.   padding: 2px 12px 24px
  1158. }
  1159. form#inlinemodform table[id^=post] .alt1 img {
  1160.   display: none
  1161. }
  1162. form#inlinemodform table[id^=post] div.alt2 {
  1163.   background: var(--co01);
  1164.   box-shadow: var(--bsh2)
  1165. }
  1166. form#inlinemodform table[id^=post] div.alt2 div * {
  1167.   font-size: 13px;
  1168.   font-style: normal
  1169. }
  1170. form#inlinemodform table[id^=post] div.alt2 em {
  1171.   display: block;
  1172.   overflow: hidden
  1173. }
  1174. form#inlinemodform table[id^=post] div.alt2 em a {
  1175.   display: block;
  1176.   opacity: 0;
  1177.   margin-bottom: -96px;
  1178.   height: 96px
  1179. }
  1180. form#inlinemodform table[id^=post] div.alt2 br {
  1181.   display: none
  1182. }
  1183. /*listado paginas*/
  1184. div.pagenav table.tborder td.vbmenu_control:nth-child(1) {
  1185.   display: none
  1186. }
  1187. div.pagenav table.tborder,
  1188. div.pagenav td.alt1,
  1189. div.pagenav .alt2,
  1190. div.pagenav td.vbmenu_control {
  1191.   background: 0 0!important;
  1192.   border: 0
  1193. }
  1194. div.pagenav .alt2,
  1195. div.pagenav .alt1 {
  1196.   padding: 0 2px
  1197. }
  1198. /*fix alinear con boton*/
  1199. div.pagenav table.tborder {
  1200.   margin-bottom: 1px
  1201. }
  1202. /*flechas siguiente y anterior*/
  1203. div.pagenav a.smallfont {
  1204.   font-size: 17px;
  1205.   color: var(--tx01);
  1206.   border-radius: 2px;
  1207.   display: block;
  1208.   width: 26px;
  1209.   height: 26px;
  1210.   text-align: center;
  1211.   line-height: 26px;
  1212.   transition: all .2s ease-out;
  1213.   filter: var(--invert)
  1214. }
  1215. /*ir a siguiente pagina*/
  1216. div.pagenav td.alt1:nth-last-child(2) a.smallfont,
  1217. div.pagenav td.alt1:nth-last-child(3) a.smallfont {
  1218.   color: transparent;
  1219.   font: 0/0 a;
  1220.   background-image: url(https://i.imgur.com/TMnXsW2.png);
  1221.   background-size: 24px;
  1222.   background-position: center;
  1223.   background-repeat: no-repeat;
  1224.   width: 26px;
  1225.   height: 26px
  1226. }
  1227. /*ir a anterior pagina*/
  1228. div.pagenav td.alt1:nth-child(2) a.smallfont,
  1229. div.pagenav td.alt1:nth-child(3) a.smallfont {
  1230.   color: transparent;
  1231.   font: 0/0 a;
  1232.   background-image: url(https://i.imgur.com/fSb02HG.png);
  1233.   background-size: 24px;
  1234.   background-position: center;
  1235.   background-repeat: no-repeat;
  1236.   width: 26px;
  1237.   height: 26px
  1238. }
  1239. /*ir a pagina...*/
  1240. div.pagenav td[id^=pagenav].vbmenu_control {
  1241.   padding: 2px 0 2px 2px!important;
  1242.   width: 26px!important;
  1243.   height: 26px!important
  1244. }
  1245. div.pagenav td[id^=pagenav].vbmenu_control img {
  1246.   width: 0;
  1247.   height: 26px;
  1248.   padding-right: 26px;
  1249.   background: url(https://i.imgur.com/1TJPtGY.png) center/24px no-repeat;
  1250.   transition: all .2s ease-out;
  1251.   border-radius: 2px
  1252. }
  1253. div.pagenav td[id^=pagenav].vbmenu_control img:hover {
  1254.   background-color: var(--rgb2i)
  1255. }
  1256. /*ir a primera pagina*/
  1257. div.pagenav td.alt1[nowrap=nowrap]:nth-child(2) a.smallfont {
  1258.   color: transparent;
  1259.   font: 0/0 a;
  1260.   background-image: url(https://i.imgur.com/vN8PMdc.png);
  1261.   background-size: 24px;
  1262.   background-position: center;
  1263.   background-repeat: no-repeat;
  1264.   width: 26px;
  1265.   height: 26px
  1266. }
  1267. /*ir a ultima pagina*/
  1268. div.pagenav td.alt1[nowrap=nowrap]:nth-last-child(2) a.smallfont {
  1269.   color: transparent;
  1270.   font: 0/0 a;
  1271.   background-image: url(https://i.imgur.com/oj18Xjt.png);
  1272.   background-size: 24px;
  1273.   background-position: center;
  1274.   background-repeat: no-repeat;
  1275.   width: 26px;
  1276.   height: 26px;
  1277.   transition: all .2s ease-out
  1278. }
  1279. /*paginas no seleccionadas*/
  1280. div.pagenav a.mfont {
  1281.   font-size: 17px;
  1282.   color: var(--tx01);
  1283.   border-radius: 2px;
  1284.   transition: all .2s ease-out;
  1285.   display: block;
  1286.   min-width: 20px;
  1287.   padding: 0 3px;
  1288.   height: 26px;
  1289.   text-align: center;
  1290.   line-height: 26px
  1291. }
  1292. div.pagenav a.mfont:hover,
  1293. div.pagenav a.mfont:active {
  1294.   background-color: var(--rgb2)
  1295. }
  1296. div.pagenav a.smallfont:hover,
  1297. div.pagenav a.smallfont:active {
  1298.   background-color: var(--rgb2i)
  1299. }
  1300. /*pagina seleccionada*/
  1301. div.pagenav span.mfont {
  1302.   font-size: 17px;
  1303.   background: var(--c401);
  1304.   color: var(--co03);
  1305.   border-radius: 2px;
  1306.   display: block;
  1307.   min-width: 20px;
  1308.   padding: 0 3px;
  1309.   height: 26px;
  1310.   text-align: center;
  1311.   line-height: 26px
  1312. }
  1313. /*tabla foros*/
  1314. table.tborder[cellpadding="5"]:not(:first-of-type) {
  1315.   box-shadow: var(--bsh2);
  1316.   border: 0
  1317. }
  1318. /*diseo lista de foros*/
  1319. tbody[id^=collapseobj_forumbit] td.alt1 {
  1320.   width: 100%
  1321. }
  1322. tbody[id^=collapseobj_forumbit] td.alt2 {
  1323.   background-color: var(--bg03)
  1324. }
  1325. /*quitar encabezado*/
  1326. table.tborder[cellpadding="5"] > thead {
  1327.   display: none
  1328. }
  1329. /*tamao icono*/
  1330. tbody[id^=collapseobj_forumbit] td.alt2:nth-child(1) {
  1331.   width: 46px;
  1332.   height: 46px
  1333. }
  1334. td.alt1Active[id^="f"] > table > tbody > tr > td:nth-child(1) {
  1335.   padding: 8px
  1336. }
  1337. /*quitar tabla ultimo mensaje foros*/
  1338. tbody[id^=collapseobj_forumbit] td.alt2:nth-child(3) {
  1339.   display: none
  1340. }
  1341. /*quitar tabla ultimo mensaje subforo*/
  1342. td.alt1Active[id^="f"] + td.alt2 {
  1343.   display: none
  1344. }
  1345. tbody[id^=collapseobj_forumbit] td.alt1Active[id^="f"] a strong,
  1346. td.alt1Active[id^="f"] > table > tbody > tr > td:nth-child(3) a strong {
  1347.   font-size: 15px
  1348. }
  1349. tbody[id^=collapseobj_forumbit] td.alt1Active[id^="f"] div.smallfont,
  1350. td.alt1Active[id^="f"] > table > tbody > tr > td:nth-child(3) div.smallfont {
  1351.   font-size: 13px;
  1352.   color: var(--rgb7)
  1353. }
  1354. tbody[id^=collapseobj_forumbit] td.alt1Active[id^="f"] div.smallfont[style="margin-top:5px"],
  1355. td.alt1Active[id^="f"] > table > tbody > tr > td:nth-child(3) div.smallfont[style="margin-top:5px"] {
  1356.   font-size: 0;
  1357.   color: transparent;
  1358.   margin-top: 0!important
  1359. }
  1360. tbody[id^=collapseobj_forumbit] td.alt1Active[id^="f"] div.smallfont a,
  1361. td.alt1Active[id^="f"] > table > tbody > tr > td:nth-child(3) div.smallfont a {
  1362.   font-size: 13px;
  1363.   font-weight: 500
  1364. }
  1365. td#f57.alt1Active img.inlineimg {
  1366.   display: none
  1367. }
  1368. /*tabla inverforo*/
  1369. td#f57.alt1Active td:nth-child(1) {
  1370.   padding: 9px 9px 9px 10px
  1371. }
  1372. [id^=collapseobj_forumbit] tr .alt2,
  1373. #collapseobj_forumbit_1>tr:last-child {
  1374.   display: none
  1375. }
  1376. /*nueva distribucion lista foros*/
  1377. [id^=collapseobj_forumbit] tr div {
  1378.   line-height: 24px
  1379. }
  1380. [id^=collapseobj_forumbit] tr > td {
  1381.   padding: 7px 16px
  1382. }
  1383. .smallfont-gray {
  1384.   font-size: 13px
  1385. }
  1386. [id^=collapseobj_forumbit] + tbody .tfoot {
  1387.   display: none
  1388. }
  1389. td.alt1Active[id^="f"] > table > tbody > tr > td:nth-child(2) {
  1390.   padding-left: 1px
  1391. }
  1392. #collapseobj_forumhome_stats .alt2,
  1393. #collapseobj_forumhome_stats .alt1 {
  1394.   background: var(--bg03);
  1395.   padding: 14px
  1396. }
  1397. /*encabezado foros*/
  1398. td.tcat a[href^="forumdisplay.php?f="] {
  1399.   font-size: 13px!important;
  1400.   font-weight: 500;
  1401.   line-height: 24px
  1402. }
  1403. table#threadslist td.thead {
  1404.   vertical-align: middle;
  1405.   height: 24px
  1406. }
  1407. table#threadslist td.thead img[src*="/sort"] {
  1408.   height: 10px
  1409. }
  1410. /*lista de hilos*/
  1411. /*tamao se adapta a contenido*/
  1412. #threadslist td:nth-child(4),
  1413. #threadslist td:nth-child(5),
  1414. #threadslist td:nth-child(6) {
  1415.   width: 1px/*puto chrome de los cojones*/
  1416. }
  1417. /*margenes*/
  1418. #threadslist td {
  1419.   padding: 7px 16px 8px 16px;
  1420. }
  1421. /*altura lineas*/
  1422. #threadslist td a,
  1423. #threadslist td:not([id^=td_threadtitle]) span,
  1424. #threadslist .smallfont span {
  1425.   line-height: 24px
  1426. }
  1427. /*margen adicional y fix borde titulos*/
  1428. [id^=td_threadtitle] {
  1429.   padding-left: 48px!important;
  1430.   position: relative;
  1431.   box-shadow: 0 -1px 0 var(--bg02)
  1432. }
  1433. #threadslist [id^=td_threadtitle] + .alt2 + .alt1 + .alt1 {
  1434.   box-shadow: 0 -1px 0 var(--bg02)
  1435. }
  1436. /*oculta borde primer titulo*/
  1437. #threadslist tr:nth-child(1) > td {
  1438.   box-shadow: 0 -1px 0 var(--bg08) !important;
  1439. }
  1440. /* resalta chinchetas */
  1441.   #threadslist [id^="collapseobj_st"] .alt2,
  1442.   #threadslist [id^="collapseobj_st"] .alt1 {
  1443.     background: var(--bg04) !important;
  1444.   }
  1445. table#threadslist tr:nth-of-type(1) {
  1446.   border-top: 0
  1447. }
  1448. #threadslist [id^=td_threadtitle] + td.alt2 {
  1449.   background: var(--bg03);
  1450.   padding-right: 32px;
  1451.   position: relative;
  1452.   box-shadow: 0 -1px 0 var(--bg02)
  1453. }
  1454. #threadslist [id^=td_threadtitle] + td.alt2 img {
  1455.   position: absolute;
  1456.   right: 8px;
  1457.   margin-top: 4px;
  1458.   opacity: 0
  1459. }
  1460. #threadslist [id^=td_threadtitle] + td.alt2:hover img {
  1461.   opacity: .7
  1462. }
  1463. /*base para recolocar elementos*/
  1464. #threadslist td:nth-child(1):not(.tcat):not(.tfoot),
  1465. #threadslist td:nth-child(2) {
  1466.   padding: 0;
  1467.   position: relative;
  1468.   z-index: 1;
  1469.   font-size: 0!important
  1470. }
  1471. /*iconos titulo*/
  1472. #threadslist td:nth-child(2) img {
  1473.   position: absolute;
  1474.   left: 16px;
  1475.   top: 11px
  1476. }
  1477. [id^="td_threadtitle"] img[src*="/rating_"] {
  1478.    margin-top: 6px;
  1479. }
  1480. /*lista paginas*/
  1481. [id^=td_threadtitle] span.smallfont {
  1482.   font-size: 0!important;
  1483.   opacity: 0;
  1484.   transition: .2s;
  1485. }
  1486. [id^=td_threadtitle]:hover span.smallfont {
  1487.   opacity: 1;
  1488. }
  1489. [id^=td_threadtitle] span.smallfont a {
  1490.   color: var(--rgb7) !important;
  1491.   margin-right: 8px;
  1492. }
  1493.   [id^=td_threadtitle] span.smallfont a:hover{
  1494.     color: var(--tx01) !important;
  1495.   }
  1496. [id^=td_threadtitle] a[id^="thread_title"]  {
  1497.   margin-right: 9px;
  1498. }
  1499. /*boton ir mensaje nuevo*/
  1500. [id^=thread_gotonew] {
  1501.   position: absolute;
  1502.   bottom: 12px;
  1503.   left: 16px;
  1504.   opacity: 0;
  1505.   transition: .2s;
  1506.   z-index: 2
  1507. }
  1508. #threadslist [id^=td_threadtitle]:hover [id^=thread_gotonew] {
  1509.   opacity: 1
  1510. }
  1511. /*hilos participados*/
  1512. #threadslist img[src*="/statusicon/"],
  1513. form[action^="subscription.php"] img[src*="/statusicon/"] {
  1514.   display: none
  1515. }
  1516. #threadslist img[src*="_dot"] {
  1517.   display: initial!important;
  1518.   background: #2196f3;
  1519.   width: 0;
  1520.   padding-right: 8px;
  1521.   height: 8px;
  1522.   border-radius: 8px;
  1523.   left: 4px;
  1524.   top: 15px;
  1525. }
  1526. [id^=thread_statusicon] {
  1527.   position: absolute;
  1528.   top: 0
  1529. }
  1530. [id^=td_threadtitle] + .alt2 + .alt1 {
  1531.   box-shadow: 0 -1px 0 var(--bg02)
  1532. }
  1533. /*ajustes en la lista de posts*/
  1534. table#threadslist.tborder td.alt1[id^=td_threadtitle] + td.alt2 a {
  1535.   font-size: 14px;
  1536.   font-weight: 500
  1537. }
  1538. table#threadslist.tborder td.alt1[id^=td_threadtitle] + td.alt2 span,
  1539. table#threadslist.tborder td.alt1[id^=td_threadtitle] + td.alt2 div {
  1540.   font-size: 14px;
  1541.   color: var(--rgb7)
  1542. }
  1543. table#threadslist.tborder td.alt1[id^=td_threadtitle] + td.alt2 + td.alt1 a strong {
  1544.   font-size: 14px;
  1545.   font-weight: 500
  1546. }
  1547. #stickies_collapse img {
  1548.   height: 17px;
  1549.   padding-right: 16px;
  1550.   background-size: 16px;
  1551.   vertical-align: bottom
  1552. }
  1553. td.alt1[id^=td_threadtitle] a,
  1554. td[id^=td_threadtitle] span.smallfont,
  1555. table#threadslist.tborder td.alt1 {
  1556.   font-size: var(--sz01)
  1557. }
  1558. a[id^=thread_title_][style="font-weight:bold"] {
  1559.   font-weight: 500!important
  1560. }
  1561. td[id^=td_threadtitle] div.smallfont,
  1562. table#threadslist.tborder span.smallfont-gray {
  1563.   font-size: 14px;
  1564.   color: var(--rgb7);
  1565.   font-weight: 400
  1566. }
  1567. #threadslist .thead {
  1568.   display: none
  1569. }
  1570. /*color enlace titulo hilo foro*/
  1571. a[id^=thread_title_] {
  1572.   color: var(--tx07)
  1573. }
  1574. a[id^=thread_title_]:hover {
  1575.   color: var(--tx08)
  1576. }
  1577.  
  1578. /*lista hilos suscripciones*/
  1579. #collapseobj_usercp_subthreads td[id^="td_threadstatusicon"], #collapseobj_usercp_subthreads td[id^="td_threadstatusicon"]+td, form[action^="subscription.php?do=dostuff"] td[id^="td_threadstatusicon"], form[action^="subscription.php?do=dostuff"] td[id^="td_threadstatusicon"]+td {
  1580.     padding: 0;
  1581. }
  1582. #collapseobj_usercp_subthreads img[id^="thread_statusicon"], #collapseobj_usercp_subthreads td.alt2 img, form[action^="subscription.php?do=dostuff"] img[id^="thread_statusicon"], form[action^="subscription.php?do=dostuff"] td.alt2 img {
  1583.     display: none;
  1584. }
  1585. #collapseobj_usercp_subthreads td.alt2, form[action^="subscription.php?do=dostuff"] td.alt2 {
  1586.     background: var(--bg03);
  1587.     box-shadow: 0 -1px 0 var(--bg02);
  1588. }
  1589. #collapseobj_usercp_subthreads [id^="td_threadtitle"], form[action^="subscription.php?do=dostuff"] [id^="td_threadtitle"] {
  1590.     padding-left: 4px !important;
  1591. }
  1592.  
  1593. /*reemplazar color varios (publicidad)*/
  1594. a[style="color:#000000;"],
  1595. b[style="color:#000000;"] {
  1596.   color: var(--tx01)!important
  1597. }
  1598. /*quitar bordes redondeados imagenes y avatares*/
  1599. .avatar,
  1600. .imgpost {
  1601.   border-radius: 0
  1602. }
  1603. /*fondo secundario, fondo foros*/
  1604. .page {
  1605.   width: calc(100% - 96px)!important;
  1606.   margin: 0 48px;
  1607.   background: 0 0;
  1608.   color: var(--tx01)
  1609. }
  1610. /*bordes tablas, bordes foro, bordes principales*/
  1611. .tborder {
  1612.   background: var(--bg02);
  1613.   color: var(--tx01)
  1614. }
  1615. /*fondo aviso en subforo ayuda*/
  1616. td.alt2[style="background-color: #FFFFE1"] {
  1617.   background: 0 0!important
  1618. }
  1619. /*avisos eventos*/
  1620. .navbar_notice table[style="background-color:#909090; width: 100%;"] {
  1621.   background-color: transparent!important
  1622. }
  1623. div.navbar_notice {
  1624.   width: calc(100% - 84px);
  1625.   margin: auto
  1626. }
  1627. .navbar_notice td[bgcolor="#FEFFF2"] {
  1628.   background: 0 0
  1629. }
  1630. .infobck {
  1631.   border: 0;
  1632.   color: var(--tx01)!important;
  1633.   font-family: inherit!important
  1634. }
  1635. /*evento*/
  1636. div[id^=navbar_notice_] table[style="background-color: #c0c0c0; width: 100%;"] {
  1637.   background: 0 0!important
  1638. }
  1639. td[bgcolor="#FFFDDA"] {
  1640.   background: 0 0
  1641. }
  1642. /*avisos publicidad palabras clave*/
  1643. td.alt1[style="background-color:#FFE"] {
  1644.   background-color: var(--bg03)!important
  1645. }
  1646. td.alt1[style="background-color:#FFE"] span.smallfont[style="color:#454545"] {
  1647.   color: var(--tx03)!important
  1648. }
  1649. /*opciones pie de foros*/
  1650. form[action="forumdisplay.php"] table {
  1651.   border: 0
  1652. }
  1653. /*barra buscador*/
  1654. .top2 {
  1655.   background: 0 0
  1656. }
  1657. body > table.cajasprin > tbody > tr > td {
  1658.   padding: 0
  1659. }
  1660. td.top2 table[id=AutoNumber7] {
  1661.   border-spacing: 3px;
  1662.   padding: 48px 0;
  1663.   border-collapse: separate!important;
  1664.   background: var(--c200);
  1665.   background-size: cover
  1666. }
  1667. td.top2 table[id=AutoNumber7] table {
  1668.   position: absolute;
  1669.   top: 11px;
  1670.   right: 44px
  1671. }
  1672. /*navegacion foro*/
  1673. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] {
  1674.   padding-left: 0;
  1675.   background: var(--bg01)
  1676. }
  1677. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] tr[valign=bottom] > td:nth-child(2) {
  1678.   font-size: 0
  1679. }
  1680. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] td.navbar {
  1681.   padding-bottom: 6px
  1682. }
  1683. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] > div.navbar > strong {
  1684.   padding-left: 3px
  1685. }
  1686. table.tborder:nth-child(2) {
  1687.   border: 0
  1688. }
  1689. /*iconos navegacion foro*/
  1690. img[src*="/misc/navbits_finallink.gif"],
  1691. img[src*="/misc/navbits_start.gif"] {
  1692.   display: none
  1693. }
  1694. span.navbar:not(:first-of-type) {
  1695.   color: transparent;
  1696.   font: 0/0 a
  1697. }
  1698. span.navbar:not(:first-of-type) a {
  1699.   font-family: Roboto
  1700. }
  1701. span.navbar:not(:first-of-type):before {
  1702.   content: "";
  1703.   background-image: url(https://i.imgur.com/YCEBDfw.png);
  1704.   background-size: 20px;
  1705.   background-position: center;
  1706.   background-repeat: no-repeat;
  1707.   padding: 12px;
  1708.   margin-left: -2px;
  1709.   font-size: 12px;
  1710.   opacity: .5;
  1711.   filter: var(--invert)
  1712. }
  1713. span.navbar a,
  1714. td.alt1 div.navbar[style="font-size:10pt"] strong,
  1715. span.navbar {
  1716.   font-size: 15px;
  1717.   line-height: 20px;
  1718.   font-weight: 500;
  1719.   color: var(--rgb5)
  1720. }
  1721. span.navbar:last-of-type a {
  1722.   color: var(--rgb7)
  1723. }
  1724. /*titulo hilo nuevo formato*/
  1725. td.navbar[style="font-size:10pt; padding-top:1px"] strong {
  1726.   font-size: 22px!important;
  1727.   color: var(--rgb7);
  1728.   font-weight: 500;
  1729.   margin-left: -1px!important;
  1730.   display: block;
  1731.   margin-bottom: -2px;
  1732.   margin-top: 6px
  1733. }
  1734. span.navbar a:hover {
  1735.   color: var(--tx01)
  1736. }
  1737. /*barra de herramientas*/
  1738. /*nuevo formato mp, menciones y citas*/
  1739. div.tborder[style="padding:1px; border-top-width:0px"] > table {
  1740.   /*    min-width: 920px;*/table-layout: fixed;
  1741.   position: relative;
  1742.   top: 60px;
  1743.   /*    width: calc(100% + 50px);*/border-left: 48px solid;
  1744.   border-right: 48px solid;
  1745.   margin-left: -65px;
  1746.   margin-bottom: -32px;
  1747.   margin-top: -1px
  1748. }
  1749. /*oculta contenedores*/
  1750. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] ~ td.alt2 {
  1751.   width: 0;
  1752.   padding: 0
  1753. }
  1754. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] ~ td.alt2 div {
  1755.   width: 0!important;
  1756.   height: 0
  1757. }
  1758. /*avatar perfil*/
  1759. td.alt2 > div.smallfont > strong > a {
  1760.   /*    visibility: hidden;*/font-size: 13px;
  1761.   font-weight: 400;
  1762.   position: absolute;
  1763.   right: 48px;
  1764.   top: 67px;
  1765.   color: var(--rgb7b)
  1766. }
  1767. td.alt2 > div.smallfont > strong > a:hover {
  1768.   color: var(--co04)
  1769. }
  1770.  
  1771. /*necesario para contener los siguientes en firefox*/
  1772. div.tborder[style="padding:1px; border-top-width:0px"] table {
  1773.   display: block
  1774. }
  1775. /*desconectar*/
  1776. div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(7) {
  1777.   position: absolute;
  1778.   left: 718px;
  1779.   top: 0
  1780. }
  1781. /*temas iniciados*/
  1782. div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(2) {
  1783.   position: absolute;
  1784.   left: 130.5px;
  1785.   top: 0
  1786. }
  1787. /*temas participados*/
  1788. div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(3) {
  1789.   position: absolute;
  1790.   left: 260.5px;
  1791.   top: 0
  1792. }
  1793. /*mp*/
  1794. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] + td.alt2:not([style="padding:0px"]) {
  1795.   /*    visibility: hidden;*/overflow: hidden
  1796. }
  1797. /*fix para inicio de sesion*/
  1798. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] + td.alt2[style="padding:0px"][nowrap=nowrap]:not([align=center]) {
  1799.   position: relative;
  1800.   max-width: 0;
  1801.   padding: 0!important
  1802. }
  1803. form[action="login.php?do=login"] {
  1804.   position: absolute;
  1805.   top: -106px;
  1806.   right: 0;
  1807.   background: var(--c200);
  1808.   z-index: 16;
  1809.   color: var(--co04)
  1810. }
  1811. td.texto[width="90%"] + td.texto[width="306"] {
  1812.   position: absolute;
  1813.   padding: 0;
  1814.   right: 48px;
  1815.   top: 62px;
  1816.   z-index: 8;
  1817.   width: auto;
  1818.   font-size: 0;
  1819. }
  1820. td.texto[width="90%"] + td.texto[width="306"] a {
  1821.   font-size: 13px;
  1822.   color: var(--rgb7b);
  1823. }
  1824. td.texto[width="90%"] + td.texto[width="306"] a+a:before {
  1825.   content: "|"
  1826. }
  1827. td.texto[width="90%"] + td.texto[width="306"] a+a:hover:before{
  1828.   color: var(--rgb7b) !important;
  1829.   cursor: default;
  1830. }
  1831. td.texto[width="90%"] + td.texto[width="306"] a:hover{
  1832.   color: var(--co04)
  1833. }
  1834. td.alt1[width="100%"] + td.alt2 > div.smallfont > strong + div > a {
  1835.   visibility: visible;
  1836.   cursor: pointer;
  1837.   position: absolute;
  1838.   z-index: 4;
  1839.   top: 63px;
  1840.   left: 460px;
  1841.   line-height: 24px;
  1842.   font-size: 13px;
  1843.   color: var(--rgb7b)
  1844. }
  1845. td.alt1[width="100%"] + td.alt2 > div.smallfont > strong + div > a:hover {
  1846.   color: var(--co04)
  1847. }
  1848. /*inactivo*/
  1849. td.alt1[width="100%"] + td.alt2 > div.smallfont > strong + div {
  1850.   visibility: hidden;
  1851.   overflow: hidden
  1852. }
  1853. /*mp activo*/
  1854. td.alt1[width="100%"] + td.alt2 > div.smallfont > strong + div > a + strong {
  1855.   visibility: visible;
  1856.   position: absolute;
  1857.   z-index: 4;
  1858.   top: 55px;
  1859.   left: 573px;
  1860.   background: var(--c400);
  1861.   border-radius: 50%;
  1862.   color: var(--c40t);
  1863.   display: inline-block;
  1864.   min-width: 22px;
  1865.   height: 22px;
  1866.   line-height: 22px;
  1867.   text-align: center;
  1868.   font-size: 11px;
  1869.   font-weight: 700
  1870. }
  1871. /*menciones*/
  1872. td.alt1[width="100%"] + td.alt2 + td.alt2 a span:nth-child(3) {
  1873.   visibility: hidden;
  1874.   font: 0/0 a!important
  1875. }
  1876. td.alt1[width="100%"] + td.alt2 + td.alt2 a span:nth-child(3):after {
  1877.   visibility: visible;
  1878.   cursor: pointer;
  1879.   position: absolute;
  1880.   z-index: 4;
  1881.   top: 63px;
  1882.   left: 603.75px;
  1883.   content: "Menciones";
  1884.   line-height: 24px;
  1885.   font-size: 13px;
  1886.   font-family: Roboto;
  1887.   color: var(--rgb7b)
  1888. }
  1889. td.alt1[width="100%"] + td.alt2 + td.alt2 a span:nth-child(1) {
  1890.   /*    visibility: hidden;
  1891.         position: absolute;*/display: none
  1892. }
  1893. td.alt1[width="100%"] + td.alt2 + td.alt2 a span:nth-child(3):hover:after {
  1894.   color: var(--co04)
  1895. }
  1896. /*activas*/
  1897. td.alt1[width="100%"] + td.alt2 + td.alt2[style="background-color:#ffffcc;"] a span:nth-child(1) {
  1898.   visibility: visible;
  1899.   position: absolute;
  1900.   z-index: 4;
  1901.   top: 55px;
  1902.   left: 670px;
  1903.   background: var(--c400);
  1904.   border-radius: 50%;
  1905.   color: var(--c40t);
  1906.   display: inline-block;
  1907.   min-width: 22px;
  1908.   height: 22px;
  1909.   line-height: 22px;
  1910.   text-align: center;
  1911.   font-size: 11px!important;
  1912.   font-weight: 700
  1913. }
  1914. /*citas*/
  1915. td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2 a span:nth-child(3) {
  1916.   visibility: hidden;
  1917.   font: 0/0 a!important
  1918. }
  1919. td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2 a span:nth-child(3):after {
  1920.   visibility: visible;
  1921.   cursor: pointer;
  1922.   position: absolute;
  1923.   z-index: 4;
  1924.   top: 63px;
  1925.   left: 702px;
  1926.   content: "Citas";
  1927.   line-height: 24px;
  1928.   font-size: 13px;
  1929.   font-family: Roboto;
  1930.   color: var(--rgb7b)
  1931. }
  1932. td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2 a span:nth-child(3):hover:after {
  1933.   color: var(--co04)
  1934. }
  1935. td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2 a span:nth-child(1) {
  1936.   /*    visibility: hidden;
  1937.         position: absolute;*/display: none
  1938. }
  1939. /*activas*/
  1940. td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2[style="background-color:#ffffcc;"] a span:nth-child(1) {
  1941.   visibility: visible;
  1942.   position: absolute;
  1943.   z-index: 4;
  1944.   top: 55px;
  1945.   left: 735px;
  1946.   background: var(--c400);
  1947.   border-radius: 50%;
  1948.   color: var(--c40t);
  1949.   display: inline-block;
  1950.   min-width: 22px;
  1951.   height: 22px;
  1952.   line-height: 22px;
  1953.   text-align: center;
  1954.   font-size: 11px!important;
  1955.   font-weight: 700
  1956. }
  1957. .tfoot {
  1958.   background: var(--bg08);
  1959.   height: 24px;
  1960.   color: var(--tx06)
  1961. }
  1962. table.page {
  1963.   display: none
  1964. }
  1965. /*tamao tcat*/
  1966. td.tcat {
  1967.   height: 24px;
  1968.   padding: 4px 16px;
  1969.   font-size: 0;
  1970.   line-height: 24px
  1971. }
  1972. td.tcat span.smallfont strong {
  1973.   font-size: 13px
  1974. }
  1975. td.tcat a {
  1976.   line-height: 24px;
  1977.   font-size: 13px
  1978. }
  1979. td.tcat a strong {
  1980.   font-weight: 400
  1981. }
  1982. /*quitar enlaces de barra de herramientas*/
  1983. div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(4),
  1984. div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(5),
  1985. div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(6) {
  1986.   display: none!important
  1987. }
  1988. /*barra de herramientas foro*/
  1989. /*fix quita tabla arriba*/
  1990. div.tborder[style="padding:1px; border-top-width:0px"] {
  1991.   visibility: hidden;
  1992.   position: absolute;
  1993.   top: 0;
  1994.   border: 1px solid transparent
  1995. }
  1996. .vbmenu_control {
  1997.   visibility: visible;
  1998.   background: 0 0;
  1999.   height: 24px
  2000. }
  2001. /*herramientas dentro de foros*/
  2002. td.tcat ~ td.vbmenu_control {
  2003.   background: var(--bg08);
  2004.   font-size: 13px;
  2005.   font-weight: 400;
  2006.   padding: 0 12px
  2007. }
  2008. a#usercptools img {
  2009.   opacity: .8
  2010. }
  2011. /*diseo barra de herramientas*/
  2012. table#AutoNumber7 {
  2013.   margin-bottom: 16px;
  2014.   box-shadow: var(--bsh2);
  2015.   padding-bottom: 40px
  2016. }
  2017. div.tborder[style="padding:1px; border-top-width:0px"] > table > tbody > tr {
  2018.   text-align: left
  2019. }
  2020. /*diseo*/
  2021. div.tborder[style="padding:1px; border-top-width:0px"] .vbmenu_control {
  2022.   box-sizing: border-box;
  2023.   font-weight: 400!important;
  2024.   font-size: 13px;
  2025.   padding: 8px 16px;
  2026.   height: 32px;
  2027.   display: inline-block
  2028. }
  2029. /*enlaces barra de herramientas y barra pie de pagina*/
  2030. td.vbmenu_control a {
  2031.   position: relative;
  2032.   z-index: 4!important
  2033. }
  2034. .vbmenu_control a:link,
  2035. .vbmenu_control a:visited {
  2036.   color: var(--rgb7b);
  2037.   text-decoration: none
  2038. }
  2039. .vbmenu_control a:hover,
  2040. .vbmenu_control a:active {
  2041.   color: var(--co04)
  2042. }
  2043. .tfoot a:link,
  2044. .tfoot_alink,
  2045. .tfoot a:visited,
  2046. .tfoot_avisited,
  2047. .tfoot a:hover,
  2048. .tfoot a:active,
  2049. .tfoot_ahover {
  2050.   color: var(--tx01);
  2051.   text-decoration: none
  2052. }
  2053. /*barra de herramientas dentro de foro*/
  2054. td.tcat ~ td.vbmenu_control a {
  2055.   color: var(--tx01)
  2056. }
  2057. /*finalizar sesion a desconectar*/
  2058. td.vbmenu_control a[href*="login.php"] {
  2059.   font: 0/0 a
  2060. }
  2061. td.vbmenu_control a[href*="login.php"]:after {
  2062.   content: "Desconectar";
  2063.   font-family: Roboto;
  2064.   font-weight: 400;
  2065.   font-size: 13px;
  2066.   line-height: 16px
  2067. }
  2068. /*panel control a panel de control*/
  2069. td.vbmenu_control a[href*="usercp.php"] {
  2070.   font: 0/0 a
  2071. }
  2072. td.vbmenu_control a[href*="usercp.php"]:after {
  2073.   content: "Panel de Control";
  2074.   font-family: Roboto;
  2075.   font-weight: 400;
  2076.   font-size: 13px;
  2077.   line-height: 16px
  2078. }
  2079. /*menus barras de herramientas*/
  2080. .vbmenu_option {
  2081.   color: var(--tx01);
  2082.   background: 0 0
  2083. }
  2084. /*necesaria para aplicar sombra*/
  2085. .vbmenu_popup {
  2086.   clip: unset!important;
  2087.   background: var(--bg03);
  2088.   padding: 8px 0;
  2089.   color: var(--tx01);
  2090.   border: 0;
  2091.   box-shadow: var(--bsh8);
  2092.   animation: .25s fadeIn
  2093. }
  2094. /*menu*/
  2095. /*cabeceras dentro de menus*/
  2096. .vbmenu_popup .thead {
  2097.   color: var(--rgb5);
  2098.   font-weight: 500;
  2099.   cursor: default;
  2100.   font-size: 12px
  2101. }
  2102. /*padding de menus, normal, head, hilite*/
  2103. .vbmenu_option,
  2104. .vbmenu_popup .thead,
  2105. .vbmenu_hilite {
  2106.   padding: 8px 24px!important
  2107. }
  2108. /*texto menus*/
  2109. .vbmenu_option a:link,
  2110. .vbmenu_option a:visited {
  2111.   color: var(--tx01);
  2112.   font-size: 12px
  2113. }
  2114. /*texto menus hover*/
  2115. .vbmenu_hilite {
  2116.   background: var(--rgb2);
  2117.   color: var(--tx01);
  2118.   font-size: 12px
  2119. }
  2120. .vbmenu_hilite a:link,
  2121. .vbmenu_hilite a:visited,
  2122. .vbmenu_hilite a:hover,
  2123. .vbmenu_hilite a:active {
  2124.   color: var(--tx01);
  2125.   font-size: 12px
  2126. }
  2127. /*menu nick de usuario*/
  2128. span[style="color:#319c32; font-weight: bold"] {
  2129.   color: #81c784!important
  2130. }
  2131. /*color texto lista de ignorados*/
  2132. span[style="color:#9c3131; font-weight: bold"] {
  2133.   color: #e57373!important
  2134. }
  2135. /*fondo publicidad foros especificios*/
  2136. td.alt1[style="background-color:#FFFFFF;"],
  2137. td.alt1 table[bgcolor="#eeeeee"] {
  2138.   background: var(--bg03)!important
  2139. }
  2140. td.alt1 > table[bgcolor="#eeeeee"] td[bgcolor="#ffffff"] {
  2141.   background: 0 0
  2142. }
  2143. /*HILOS*/
  2144. /*cabecera de hilo*/
  2145. .tcat {
  2146.   background: var(--bg08);
  2147.   color: var(--tx06)
  2148. }
  2149. .tcat strong {
  2150.   font-weight: 500
  2151. }
  2152. .tcat a:link,
  2153. .tcat a:visited,
  2154. .tcat a:hover,
  2155. .tcat a:active {
  2156.   color: var(--tx06);
  2157.   text-decoration: none
  2158. }
  2159. /*color fondos principal*/
  2160. .alt1,
  2161. .alt1Active {
  2162.   background: var(--bg03);
  2163.   color: var(--tx01);
  2164.   border-color: var(--bg02)!important
  2165. }
  2166. /*color fondos secundario*/
  2167. .alt2,
  2168. .alt2Active {
  2169.   background: var(--bg04);
  2170.   color: var(--tx01);
  2171.   border-color: var(--bg02)!important
  2172. }
  2173. /*cabecera mensajes y foros*/
  2174. .thead {
  2175.   background: var(--bg03);
  2176.   color: var(--tx01);
  2177.   /*rgb7*/border-color: var(--bg02)!important;
  2178.   font-size: 13px
  2179. }
  2180. .thead a:link,
  2181. .thead a:visited,
  2182. .thead a:hover,
  2183. .thead a:active {
  2184.   color: var(--tx01)
  2185. }
  2186. /*quitar espacio vacio bajo primer post de cada hilo*/
  2187. #posts table[id^=post]:not([style="table-layout: fixed; width: 100%;"]) tr:not(:nth-child(3)),
  2188. div[id^=edit][style="padding:0px 0px 5px 0px"]>br {
  2189.   display: none
  2190. }
  2191. form[action^="poll.php?"] > .tborder {
  2192.   box-shadow: var(--bsh2);
  2193. }
  2194. /*mensajes*/
  2195. .page div[id^="edit"][style="padding:0px 0px 5px 0px"] {
  2196.     padding: 0 !important;
  2197. }
  2198. table[id^=post] {
  2199.   margin: 0 0 16px;
  2200.   box-shadow: var(--bsh2)
  2201. }
  2202. /*mensajes ignorados*/
  2203. #posts div:not(:first-child) table[id^=post]:not([style="table-layout: fixed; width: 100%;"]) {
  2204.   display: none;
  2205. }
  2206. #posts table[id^=post]:not([style="table-layout: fixed; width: 100%;"]) .alt1 {
  2207.   padding: 16px;
  2208. }
  2209.  
  2210.  
  2211. /*bordes mensajes*/
  2212. #posts .tborder,
  2213. #posts .alt2,
  2214. #posts .alt1,
  2215. #posts .thead {
  2216.   border: 0!important
  2217. }
  2218. #posts .alt2,
  2219. #posts table[id^=post] .thead:nth-child(1) {
  2220.   border-right: 1px solid rgba(0,0,0,.05)!important
  2221. }
  2222. /*bordes redondeados mensajes*/
  2223. /*contenedor*/
  2224. table.tborder[id^=post],
  2225. table.tborder-author[id^=post],
  2226. table.tborder-user[id^=post] {
  2227.   border-radius: 2px
  2228. }
  2229. /*post*/
  2230. td.thead[width="175"][style="font-weight:normal; border: 1px solid #D1D1D1; border-right: 0px"] {
  2231.   border-radius: 2px 0 0
  2232. }
  2233. td.thead[align=right][style="font-weight:normal; border: 1px solid #D1D1D1; border-left: 0px"] {
  2234.   border-radius: 0 2px 0 0
  2235. }
  2236. td.alt1[style="border: 1px solid #D1D1D1; border-left: 0px; border-top: 0px"] {
  2237.   border-radius: 0 0 2px;
  2238.   padding: 0 12px
  2239. }
  2240. td.alt2[style="border: 1px solid #D1D1D1; border-top: 0px"] {
  2241.   border-radius: 0 0 0 2px
  2242. }
  2243. /*espaciado panel usuario*/
  2244. #posts table[id^=post] td.thead {
  2245.   padding: 12px 16px 0
  2246. }
  2247. #posts table[id^=post] td.alt2 {
  2248.   padding: 8px 16px 16px
  2249. }
  2250. /*panel usuario*/
  2251. td.alt2[width="175"],
  2252. td.thead[width="175"] {
  2253.   width: 160px
  2254. }
  2255. .bigusername {
  2256.   overflow: hidden;
  2257.   font-size: 18px
  2258. }
  2259. .avatar {
  2260.   border-radius: 2px
  2261. }
  2262. /*espaciado mensaje*/
  2263. td[id^=td_post] {
  2264.   padding: 0 16px
  2265. }
  2266. /*enlaces posts*/
  2267. td[id^=td_post] a {
  2268.   color: var(--tx04)
  2269. }
  2270. td[id^=td_post] a:hover {
  2271.   color: var(--tx05)
  2272. }
  2273. /*separador*/
  2274. hr {
  2275.   border: none;
  2276.   border-top: 1px solid var(--bg02);
  2277.   background: 0 0!important;
  2278.   margin-bottom: 12px
  2279. }
  2280. hr.post {
  2281.   border-bottom: 1px solid var(--bg02)
  2282. }
  2283. /*numero post*/
  2284. table[id^=post] td.thead:nth-child(2) {
  2285.   padding: 2px 16px!important;
  2286.   color: transparent;
  2287.   font-size: 0
  2288. }
  2289. table[id^=post] td.thead:nth-child(2) a {
  2290.   color: var(--rgb2);
  2291.   font-size: 13px
  2292. }
  2293. /*texto panel usuario*/
  2294. table[id^=post] .alt2 div.smallfont {
  2295.   color: var(--rgb7)
  2296. }
  2297. table[id^=post] .thead:nth-child(1) {
  2298.   color: var(--rgb5)
  2299. }
  2300. /*post normal*/
  2301. table.tborder[id^=post] td.thead:nth-child(1) {
  2302.   background: var(--bg04)
  2303. }
  2304. /*post autor hilo*/
  2305. .tborder-author {
  2306.   border: 0;
  2307.   background: 0 0
  2308. }
  2309. table.tborder-author[id^=post] td.thead:nth-child(1),
  2310. table.tborder-author[id^=post] td.alt2 {
  2311.   background: var(--rs03)
  2312. }
  2313. table.tborder-author a.bigusername {
  2314.   color: var(--rs02)
  2315. }
  2316. /*post usuario*/
  2317. .tborder-user {
  2318.   border: 0;
  2319.   background: 0 0
  2320. }
  2321. table.tborder-user[id^=post] td.thead:nth-child(1),
  2322. table.tborder-user[id^=post] td.alt2 {
  2323.   background: var(--rs04)
  2324. }
  2325. table.tborder-user a.bigusername {
  2326.   color: var(--rs01)
  2327. }
  2328. img.imgpost {
  2329.   max-height: 780px
  2330. }
  2331. /*miniatura de adjuntos*/
  2332. td[id^=td_post] div[style="padding:5px"] {
  2333.   padding: 0!important
  2334. }
  2335. td[id^=td_post] fieldset.fieldset {
  2336.   margin: 24px 0 0;
  2337.   padding: 0
  2338. }
  2339. td[id^=td_post] fieldset div[style="padding:3px"] {
  2340.   padding: 12px 0 0!important;
  2341.   border-top: 1px solid var(--bg02)
  2342. }
  2343. td[id^=td_post] fieldset.fieldset legend {
  2344.   margin-left: -3px
  2345. }
  2346. /*contenedor citas quote*/
  2347. #HOTWordsTxt td.alt2,
  2348. td.alt1 > div[style="margin:20px; margin-top:5px; "] td.alt2 {
  2349.   border: 0!important;
  2350.   border-radius: 2px!important;
  2351.   max-height: 80vh!important;
  2352.   width: 100%!important;
  2353.   box-sizing: border-box!important;
  2354.   padding: 16px!important;
  2355.   background: var(--co01)!important;
  2356.   box-shadow: var(--bsh2);
  2357.   margin: 10px 0 8px!important
  2358. }
  2359. #HOTWordsTxt td.alt2 div:not([style="font-style:italic"]):nth-child(1) {
  2360.   color: var(--rgb7);
  2361.   margin-bottom: 12px
  2362. }
  2363.  
  2364. #HOTWordsTxt td.alt2 img.imgpost {
  2365.   max-height: 480px
  2366. }
  2367. .alt2 div[style="font-style:italic"] {
  2368.   font-style: unset!important
  2369. }
  2370. div[style="margin:20px; margin-top:5px; "] > div[style="margin-bottom:2px; margin-left:8px"] {
  2371.   display: none
  2372. }
  2373. /*contenedor code*/
  2374. div#posts div.alt2,
  2375. div#posts pre.alt2 {
  2376.   border: 0!important;
  2377.   border-radius: 2px!important;
  2378.   max-height: 80vh!important;
  2379.   width: 100%!important;
  2380.   box-sizing: border-box!important;
  2381.   padding: 16px 24px!important;
  2382.   background: var(--co01);
  2383.   box-shadow: var(--bsh2);
  2384.   margin: 16px 0 24px!important;
  2385.   height: auto!important
  2386. }
  2387. div[style="margin:20px; margin-top:5px"] > div[style="margin-bottom:2px"] {
  2388.   display: none
  2389. }
  2390. /*contenedor spoiler*/
  2391. div.spoiler {
  2392.   margin: 0 22px 16px;
  2393.   font-weight: 400;
  2394.   border-radius: 2px!important;
  2395.   border: 0!important;
  2396.   max-height: 80vh!important;
  2397.   width: auto;
  2398.   cursor: pointer;
  2399.   padding: 16px 24px!important;
  2400.   background: var(--bg07);
  2401.   color: var(--bg07)
  2402. }
  2403. div[id^=post_message] > span.smallfont {
  2404.   margin-left: 22px!important
  2405. }
  2406. div[id^=post_message] > span.smallfont > span {
  2407.   display: none
  2408. }
  2409. div.spoiler[style="color: rgb(0, 0, 0);"] {
  2410.   color: var(--tx01)!important;
  2411.   cursor: initial;
  2412. }
  2413. /*fix spoiler dentro de cita*/
  2414. td.alt2 > div[style="font-style:italic"] > span.smallfont {
  2415.   margin-left: 22px!important
  2416. }
  2417. td.alt2 > div[style="font-style:italic"] > span.smallfont > span {
  2418.   display: none
  2419. }
  2420. /*fix spoiler dentro de cita simple*/
  2421. 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;"] > span.smallfont {
  2422.   margin-left: 22px!important
  2423. }
  2424. 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;"] > span.smallfont > span {
  2425.   display: none
  2426. }
  2427. /*contenedor citas y menciones pagina perfil de usuario*/
  2428. div.alt2[style="font-size:11px; color:#4d4d4d; margin:5px 0px 5px 0px; padding:5px; border:2px groove; word-break: break-word;"] {
  2429.   border: 0!important;
  2430.   padding: 8px!important;
  2431.   color: var(--tx01)!important;
  2432.   background: var(--co01);
  2433.   box-shadow: var(--bsh2)
  2434. }
  2435. /*contenedor resultados de busqueda*/
  2436. div.alt2[style="margin:5px 0px 5px 0px; padding:5px; border:2px groove"] {
  2437.   border: 0!important;
  2438.   padding: 8px!important
  2439. }
  2440. /*bordes lista posts bajo editor de mensaje completo, revisar topico*/
  2441. tr[title^=Mensaje] {
  2442.   border-top: 1px solid var(--bg02);
  2443.   border-bottom: 1px solid var(--bg02)
  2444. }
  2445. /*flecha quote*/
  2446. img.inlineimg[src*="/viewpost.gif"] {
  2447.   margin-bottom: 3px!important;
  2448.   display: inline-block;
  2449.   transition: .2s
  2450. }
  2451.  
  2452. /*color firma*/
  2453. .signature {
  2454.   color: var(--tx03)
  2455. }
  2456. /*aviso registro estando desconectado*/
  2457. td.panelsurround table[bordercolorlight="#000000"][bordercolordark="#000000"][cellpadding="8"] {
  2458.   border: 0
  2459. }
  2460. td.panelsurround td[bgcolor="#F5F5F5"] {
  2461.   border: 1px solid!important
  2462. }
  2463. /*formulario iniciar sesion*/
  2464. td.alt1 + td.alt2[style="padding:0px"][nowrap=nowrap] {
  2465.   padding: 0 4px 0 2px!important;
  2466.   background: var(--bg03)
  2467. }
  2468. /*usuario*/
  2469. input#navbar_username,
  2470. .bginput[name=vb_login_username] {
  2471.   min-width: 200px;
  2472.   max-width: 360px
  2473. }
  2474. /*contrasea*/
  2475. input#navbar_password,
  2476. .bginput[name=vb_login_password] {
  2477.   min-width: 200px;
  2478.   max-width: 360px
  2479. }
  2480. input#navbar_username,
  2481. input#navbar_password {
  2482.   color: var(--co04) !important;
  2483.   border-bottom: 1px solid var(--rgb7b) !important;
  2484. }
  2485. input#navbar_username:focus,
  2486. input#navbar_password:focus {
  2487.   box-shadow: 0 1px 0 0 var(--co04);    
  2488. }
  2489.  
  2490.  
  2491. /*quitar etiquetas usuario y contrasea*/
  2492. label[for=navbar_username],
  2493. label[for=navbar_password] {
  2494.   display: none
  2495. }
  2496. /*navegacion pie de pagina*/
  2497. table[style="margin-top:-2px"] + br + #table3 + br + br + table.tborder,
  2498. table[style="margin-top:-2px"] + br + table.tborder,
  2499. table[style="margin-top:3px"] + br + table.tborder,
  2500. table[style="margin-top:3px"] + br + table.tborder + br + table.tborder {
  2501.   border: 0;
  2502.   background: 0 0;
  2503.   box-shadow: none!important
  2504. }
  2505. /*table3 fix publicidad*/
  2506. table[style="margin-top:-2px"] + br + #table3 + br + br {
  2507.   display: none
  2508. }
  2509. table[style="margin-top:-2px"] + br + #table3 + br + br + table.tborder td.alt1,
  2510. table[style="margin-top:-2px"] + br + table.tborder td.alt1,
  2511. table[style="margin-top:3px"] + br + table.tborder tr[valign=top] > td table.tborder,
  2512. table[style="margin-top:3px"] + br + table.tborder td.thead,
  2513. table[style="margin-top:3px"] + br + table.tborder td.thead td.alt1,
  2514. table[style="margin-top:3px"] + br + table.tborder + br + table.tborder td.alt1 {
  2515.   background: 0 0
  2516. }
  2517. table[style="margin-top:3px"] + br + table.tborder td.thead td.alt1 tr {
  2518.   display: inline-block;
  2519.   margin-top: -5px
  2520. }
  2521. /*fix sombra publicidad*/
  2522. #table3 {
  2523.   box-shadow: var(--bsh2)!important
  2524. }
  2525. #table3 .alt1,
  2526. #table5 .alt1 {
  2527.   padding: 16px
  2528. }
  2529. /*quitar panel citar mensaje en editor de mensaje rapido*/
  2530. tbody#collapseobj_quickreply td.panelsurround div#vB_Editor_QR+.fieldset,
  2531. tbody#collapseobj_quickreply td.panelsurround div[style="max-width:880px; width:auto !important; width:880px"] div.smallfont:first-of-type {
  2532.   display: none
  2533. }
  2534. /*editor de mensajes*/
  2535. #vB_Editor_001_smiliebox {
  2536.   background: var(--rgb5);
  2537.   border-radius: 2px;
  2538.   padding: 16px 16px 26px;
  2539.   position: relative;
  2540.   margin: 16px 0
  2541. }
  2542. #vB_Editor_001_smiliebox td {
  2543.   display: inline-block
  2544. }
  2545. #vB_Editor_001_smiliebox table td.smallfont {
  2546.   font: 0/0 a;
  2547.   padding: 0
  2548. }
  2549. #vB_Editor_001_smiliebox table td.smallfont a {
  2550.   color: var(--co01);
  2551.   font-family: Roboto;
  2552.   text-transform: uppercase;
  2553.   font-size: 14px;
  2554.   font-weight: 500;
  2555.   position: absolute;
  2556.   right: 12px;
  2557.   bottom: 16px
  2558. }
  2559. /*fix*/
  2560. img[src*="forocoches.com/foro/images/smilies/gaydude.gif"] {
  2561.   width: 0;
  2562.   height: 21px;
  2563.   padding-right: 15px;
  2564.   background: url(https://imgur.com/y0DJbDz.gif)
  2565. }
  2566. table#smilietable tr:not(:first-child):not(:last-child):not(:nth-child(2)) td:nth-child(odd) {
  2567.   text-align: right
  2568. }
  2569. table#smilietable td {
  2570.   height: 42px;
  2571.   vertical-align: middle
  2572. }
  2573. div.imagebutton {
  2574.   width: 32px;
  2575.   height: 32px;
  2576.   margin: 2px;
  2577.   vertical-align: middle
  2578. }
  2579. div[id*="_cmd_resize_"].imagebutton {
  2580.   width: 16px;
  2581.   height: 16px;
  2582.   margin: 0
  2583. }
  2584. div[id*="_cmd_resize_"].imagebutton img {
  2585.   padding: 4px 0;
  2586.   margin-left: -2px
  2587. }
  2588. /*fix*/
  2589. #vB_Editor_QE_1_cmd_resize_1_99 {
  2590.   padding: 1px
  2591. }
  2592. div#vB_Editor_001_popup_fontname {
  2593.   width: 160px;
  2594.   border-radius: 2px;
  2595.   margin-right: 4px
  2596. }
  2597. div#vB_Editor_001_popup_fontname td.popup_feedback {
  2598.   width: 160px;
  2599.   position: relative;
  2600.   height: 32px
  2601. }
  2602. div#vB_Editor_001_popup_fontname td.popup_feedback:before {
  2603.   content: "Roboto";
  2604.   cursor: default;
  2605.   position: absolute;
  2606.   font-family: Roboto;
  2607.   font-size: 14px;
  2608.   color: var(--tx01);
  2609.   margin-top: -9px;
  2610.   margin-left: 2px
  2611. }
  2612. div#vB_Editor_001_popup_fontname td.popup_feedback > div {
  2613.   line-height: 32px;
  2614.   font-size: 14px;
  2615.   height: 32px;
  2616.   width: 148px!important;
  2617.   font-family: Roboto;
  2618.   background-color: var(--co01);
  2619.   position: relative
  2620. }
  2621. div#vB_Editor_001_popup_fontsize {
  2622.   border-radius: 2px;
  2623.   width: 62px
  2624. }
  2625. div#vB_Editor_001_popup_fontsize td.popup_feedback > div {
  2626.   line-height: 32px;
  2627.   font-size: 14px;
  2628.   height: 32px;
  2629.   font-family: Roboto;
  2630.   background-color: var(--co01)
  2631. }
  2632. div#vB_Editor_001_popup_fontname td.popup_pickbutton,
  2633. div#vB_Editor_001_popup_fontsize td.popup_pickbutton {
  2634.   opacity: 0
  2635. }
  2636. div#vB_Editor_001_popup_attach td.alt_pickbutton {
  2637.   display: none
  2638. }
  2639. div[id*=forecolor] img[id*=color_bar] {
  2640.   position: relative;
  2641.   top: -8px;
  2642.   right: -4px;
  2643.   width: 24px;
  2644.   height: 4px
  2645. }
  2646. div[id*=forecolor] td.alt_pickbutton {
  2647.   position: relative;
  2648.   display: block;
  2649.   opacity: 0;
  2650.   top: 2px;
  2651.   right: 31px;
  2652.   width: 27px;
  2653.   height: 28px
  2654. }
  2655. /*borde editor rapido*/
  2656. table[id^=vB_Editor_QE] {
  2657.   border: 0!important
  2658. }
  2659. /*tabla que contiene editor de mensajes*/
  2660. #qrform table.tborder {
  2661.   background: 0 0;
  2662.   border: 0
  2663. }
  2664. #collapseobj_quickreply .panelsurround,
  2665. form[name=vbform] .panelsurround {
  2666.   background: 0 0;
  2667.   color: var(--tx01)
  2668. }
  2669. /*devuelve fondo a panelsurround cuando no es editor mensajes*/
  2670. .panelsurround {
  2671.   background: var(--bg03)
  2672. }
  2673. .panel {
  2674.   background: 0 0;
  2675.   color: var(--tx01);
  2676.   border: 0
  2677. }
  2678. /*color fondo en editor completo*/
  2679. #collapseobj_newpost_options .panelsurround {
  2680.   background: var(--bg03);
  2681.   padding: 16px 0
  2682. }
  2683. form[name=vbform] > table.tborder {
  2684.   background: 0 0;
  2685.   border: 0
  2686. }
  2687. form[name=vbform] > table.tborder > tbody > tr > td.tcat {
  2688.   display: none
  2689. }
  2690. /*editor de mensajes*/
  2691. .vBulletin_editor {
  2692.   padding: 0;
  2693.   border: 0;
  2694.   background: 0 0
  2695. }
  2696. div#vB_Editor_001_controls + table td.controlbar {
  2697.   padding: 0
  2698. }
  2699. /*color texto editor de mensajes*/
  2700. .vBulletin_editor a:link,
  2701. .vBulletin_editor .smallfont,
  2702. table[id^=vB_Editor] {
  2703.   color: var(--tx01)
  2704. }
  2705. /*iconos editor mensajes*/
  2706. div[id^=vB_Editor_] {
  2707.   background: 0 0
  2708. }
  2709. /*elemento seleccionado en editor de mensajes*/
  2710. div[style*="rgb(225, 225, 226)"] {
  2711.   background: inherit!important
  2712. }
  2713. div[style*="rgb(241, 246, 248)"] {
  2714.   border: 1px solid transparent!important;
  2715.   background: rgba(0,0,0,.15)!important;
  2716.   border-radius: 3px!important
  2717. }
  2718. /*hover*/
  2719. div[style*="rgb(193, 210, 238)"] {
  2720.   border: 1px solid rgba(255,255,255,.45)!important;
  2721.   border-radius: 3px!important;
  2722.   background: inherit!important
  2723. }
  2724. /*hover seleccionado*/
  2725. div[style*="rgb(152, 181, 226)"] {
  2726.   border: 1px solid transparent!important;
  2727.   background: rgba(255,255,255,.45)!important;
  2728.   border-radius: 3px!important
  2729. }
  2730. /*fixes elementos seleccionados*/
  2731. #vB_Editor_001_popup_fontsize,
  2732. #vB_Editor_001_popup_fontname {
  2733.   background-color: var(--co01)!important
  2734. }
  2735. /*quitar borde azul en flecha*/
  2736. td[style="padding-left: 0px; border-left: 1px solid rgb(49, 106, 197)"] {
  2737.   border-left: 1px solid transparent!important
  2738. }
  2739. /*tamao selector de tamao texto en editor de mensajes*/
  2740. div[id^=vB_Editor][style="width: 25px;"],
  2741. div[id^=vB_Editor][style="width:25px"] {
  2742.   width: 48px!important
  2743. }
  2744. /*fix borde fuentes y tamao*/
  2745. .popup_feedback {
  2746.   background: 0 0!important;
  2747.   border-right: 1px solid var(--co01) !important
  2748. }
  2749. /*correcion borde flecha desplegable editor de mensajes*/
  2750. .alt_pickbutton {
  2751.   border-left: 1px solid var(--co01)
  2752. }
  2753. /*texto selector fuentes y tamaos*/
  2754. .popup_feedback div {
  2755.   color: var(--tx01)
  2756. }
  2757. /*fondo lista fuentes*/
  2758. div[id*=vB_Editor].vbmenu_popup {
  2759.   padding: 0!important;
  2760.   margin-top: -4px;
  2761.   border: 0!important;
  2762.   border-radius: 2px!important;
  2763.   background: var(--co01)
  2764. }
  2765. div#vB_Editor_001_popup_fontname_menu.vbmenu_popup {
  2766.   width: 162px!important
  2767. }
  2768. div#vB_Editor_001_popup_fontsize_menu.vbmenu_popup {
  2769.   width: 64px!important
  2770. }
  2771. div.vbmenu_popup[id*=vB_Editor] > div {
  2772.   padding: 2px 6px;
  2773.   overflow: hidden;
  2774.   text-overflow: ellipsis;
  2775.   white-space: nowrap;
  2776.   color: var(--tx01)!important;
  2777.   background: 0 0!important;
  2778.   border: 0!important;
  2779.   width: auto
  2780. }
  2781. div.vbmenu_popup[id*=vB_Editor] > div:hover {
  2782.   background: rgba(0,0,0,.1)!important
  2783. }
  2784. /*lista de botones editor mensajes*/
  2785. div.controlbar:first-of-type {
  2786.   padding: 6px 4px 4px;
  2787.   background: var(--bg07)!important;
  2788.   box-shadow: var(--bsh2)
  2789. }
  2790. /*editor mensajes*/
  2791. iframe:not([id^=I0_]) {
  2792.   border: none!important;
  2793.   box-shadow: var(--bsh2)
  2794. }
  2795. /*editor rapido*/
  2796. div.controlbar[style="padding-right:8px"] {
  2797.   padding-right: 0!important;
  2798.   margin-left: -2px;
  2799.   margin-top: -2px
  2800. }
  2801. #vB_Editor_QR_textarea,
  2802. textarea[id*=vB_Editor_QE],
  2803. #vB_Editor_001_textarea {
  2804.   margin-top: 0;
  2805.   padding: 8px!important;
  2806.   background: var(--co01);
  2807.   width: calc(100% - 16px)!important;
  2808.   border: 0!important;
  2809.   box-shadow: var(--bsh2)!important
  2810. }
  2811. textarea[id*=vB_Editor_QE]:focus {
  2812.   border-bottom: 0!important/*chrome*/
  2813. }
  2814. div[id*=vB_Editor_QE] + div {
  2815.   padding: 0
  2816. }
  2817. div[id*=vB_Editor_QE].controlbar + div.controlbar div.fieldset {
  2818.   padding: 8px
  2819. }
  2820. div[id*=vB_Editor_QE].controlbar + div input {
  2821.   margin-left: 0
  2822. }
  2823. /*editor de mensajes wysiwyg*/
  2824. .wysiwyg {
  2825.   background: var(--co01)!important;
  2826.   color: var(--tx01)!important;
  2827.   margin: 8px!important;
  2828.   padding: 0!important
  2829. }
  2830. /*enlaces en editor de mensajes*/
  2831. .wysiwyg a:link,
  2832. .wysiwyg a:visited {
  2833.   color: var(--tx04)!important
  2834. }
  2835. /*tamao editores de mensajes*/
  2836. /*editor de mensajes rapido*/
  2837. div[style="max-width:880px; width:auto !important; width:880px"] {
  2838.   max-width: 100%!important/*1440px*/
  2839. }
  2840. /*editor de mensajes completo*/
  2841. #vB_Editor_001_controls table:nth-child(2) tr td {
  2842.   display: inline-block
  2843. }
  2844. div#vB_Editor_001_controls.controlbar + table {
  2845.   table-layout: fixed;
  2846.   max-width: 100%!important/*1440px*/
  2847. }
  2848. iframe#vB_Editor_001_iframe {
  2849.   width: 100%!important
  2850. }
  2851. /*iconos mensaje*/
  2852. fieldset.fieldset[style="margin-top: 5px"] {
  2853.   position: relative;
  2854.   top: -5px;
  2855.   margin: auto;
  2856.   background: var(--bg04);
  2857.   border-radius: 2px;
  2858.   padding: 8px
  2859. }
  2860. fieldset.fieldset[style="margin-top: 5px"] table[width="95%"] {
  2861.   width: 100%
  2862. }
  2863. fieldset.fieldset[style="margin-top: 5px"] tr {
  2864.   display: table-cell;
  2865.   width: 0
  2866. }
  2867. fieldset.fieldset[style="margin-top: 5px"] tr td:nth-child(odd) {
  2868.   padding-right: 24px
  2869. }
  2870. fieldset.fieldset[style="margin-top: 5px"] legend,
  2871. fieldset.fieldset[style="margin-top: 5px"] div[style="margin-bottom:3px"],
  2872. fieldset.fieldset[style="margin-top: 5px"] tr:nth-child(3) td:nth-child(1) {
  2873.   display: none
  2874. }
  2875. /*opciones editor mensajes*/
  2876. tbody#collapseobj_newpost_options fieldset legend {
  2877.   /*    margin-left: -5px;*/margin-top: 12px
  2878. }
  2879. tbody#collapseobj_newpost_options fieldset td {
  2880.   font-size: 13px
  2881. }
  2882. /*fix recuadro de opciones dentro de editor*/
  2883. .vBulletin_editor fieldset {
  2884.   border: 0!important
  2885. }
  2886. .vBulletin_editor fieldset > legend {
  2887.   display: none
  2888. }
  2889. /*botones bajo editor de mensajes, enviar y vista previa*/
  2890. td.panelsurround div[style="margin-top:5px"] {
  2891.   margin-top: 12px!important
  2892. }
  2893. /*ajustes editor mensajes*/
  2894. table[style="min-width: 480px; max-width: 100%; width: auto !important; width: 480px;"] div div.smallfont {
  2895.   opacity: 0
  2896. }
  2897. table[style="min-width: 480px; max-width: 100%; width: auto !important; width: 480px;"] table.fieldset input {
  2898.   margin: 4px 0
  2899. }
  2900. /*opciones, formularios, botones*/
  2901. textarea,
  2902. input,
  2903. button,
  2904. select {
  2905.   outline: 0;
  2906.   position: relative;
  2907.   z-index: 8/*chrome*/
  2908. }
  2909. textarea {
  2910.   color: var(--tx01);
  2911.   background-color: transparent;
  2912.   border: 1px solid var(--rgb2)!important;
  2913.   transition: .2s ease all
  2914. }
  2915. textarea:focus {
  2916.   border: 1px solid var(--c401)!important
  2917. }
  2918. /*input, !important necesario*/
  2919. .bginput,
  2920. input[name="q"] {
  2921.   display: inline-block;
  2922.   vertical-align: middle;
  2923.   background-color: transparent;
  2924.   color: var(--co02)!important;
  2925.   border: 0!important;
  2926.   height: 24px!important;
  2927.   padding: 0 8px!important;
  2928.   font-family: Roboto!important;
  2929.   font-size: 14px!important;
  2930.   margin: 4px 8px 4px 0;
  2931.   padding-left: 0 !important;
  2932.   border-bottom: 1px solid var(--rgb2)!important;
  2933.   box-shadow: none;
  2934.   box-sizing: content-box;
  2935.   transition: .2s ease all
  2936. }
  2937. .bginput:focus,
  2938. input[name="q"]:focus {
  2939.   border-bottom: 1px solid var(--c401)!important;
  2940.   box-shadow: 0 1px 0 0 var(--c401)
  2941. }
  2942. /*buscador*/
  2943. .cfield {
  2944.   border: 0;
  2945.   color: transparent;
  2946.   height: 32px;
  2947.   width: 0;
  2948.   padding: 0 16px;
  2949.   background: url(https://i.imgur.com/yViTFEO.png) center right 4px/24px no-repeat;
  2950.   cursor: pointer;
  2951.   z-index: 16;
  2952.   transition: .2s;
  2953.   transition-delay: .4s;
  2954.   /*tiempo para hacer clic*/margin-right: -4px
  2955. }
  2956. .cfield:focus {
  2957.   color: #000;
  2958.   border: 0;
  2959.   border-radius: 2px;
  2960.   height: 32px;
  2961.   padding: 0 32px 0 8px;
  2962.   font-family: Roboto;
  2963.   font-size: 14px;
  2964.   width: 260px;
  2965.   box-shadow: var(--bsh4);
  2966.   background: var(--co03) url(https://i.imgur.com/FSAiGwT.png) center right 4px no-repeat;
  2967.   background-size: 24px;
  2968.   cursor: text;
  2969.   z-index: 0;
  2970.   transition-delay: 0s
  2971. }
  2972. /*otro fix para el puto chrome*/
  2973. form[name=busca] + td {
  2974.   position: relative
  2975. }
  2976. form[name=busca] + td .cfield {
  2977.   position: absolute;
  2978.   top: 4px;
  2979.   right: 40px
  2980. }
  2981. /*alineacion*/
  2982. label,
  2983. input {
  2984.   line-height: 16px;
  2985.   vertical-align: middle;
  2986. }
  2987. input[type=radio],
  2988. input[type=checkbox] {
  2989.   margin: 4px 4px 4px 0;
  2990.   vertical-align: middle;
  2991.   height: 16px;
  2992. }
  2993. /*desplegables*/
  2994. select {
  2995.   -webkit-appearance: none;
  2996.   -moz-appearance: none;
  2997.   vertical-align: middle;
  2998.   color: var(--co02)!important;
  2999.   border: 0!important;
  3000.   border-radius: 2px!important;
  3001.   min-height: 24px!important;
  3002.   padding: 0 24px 0 4px!important;
  3003.   font-family: Roboto!important;
  3004.   font-size: 14px!important;
  3005.   margin: 4px 8px 4px 0;
  3006.   box-shadow: var(--bsh1);
  3007.   background-size: 18px;
  3008.   cursor: pointer
  3009. }
  3010. select[name="forumchoice[]"] {
  3011.   background-image: none;
  3012.   cursor: default
  3013. }
  3014. fieldset legend {
  3015.   color: var(--tx01);
  3016.   font-size: 13px;
  3017.   padding-left: 3px;
  3018.   font-weight: 500;
  3019.   text-transform: uppercase
  3020. }
  3021. .fieldset td,
  3022. .fieldset div {
  3023.   font-size: 13px;
  3024.   line-height: 1.4
  3025. }
  3026. fieldset {
  3027.   border: 0
  3028. }
  3029. fieldset div[style="padding:3px"],
  3030. fieldset div {
  3031.   font-size: 13px
  3032. }
  3033. fieldset[style="margin:0px"] form#cse-search-box {
  3034.   position: relative;
  3035.   left: -4px
  3036. }
  3037. form#searchform div[align=left] div.thead[style="padding:5px"] {
  3038.   background-color: var(--bg04);
  3039.   height: 24px;
  3040.   line-height: 24px;
  3041.   font-size: 13px;
  3042.   color: var(--tx06);
  3043.   font-weight: 500
  3044. }
  3045. select option {
  3046.   vertical-align: middle;
  3047.   padding: 2px 4px;
  3048.   font-family: Roboto!important;
  3049.   font-size: 14px!important
  3050. }
  3051. .fjdpth0 {
  3052.   background: 0 0;
  3053.   color: var(--tx01)
  3054. }
  3055. /*botones*/
  3056. .button,
  3057. input[name=sa],
  3058. .cbutton {
  3059.   display: inline-block;
  3060.   box-sizing: border-box;
  3061.   vertical-align: middle;
  3062.   background-color: var(--co01);
  3063.   color: var(--co02)!important;
  3064.   border: 0!important;
  3065.   border-radius: 2px!important;
  3066.   height: 24px!important;
  3067.   min-width: 24px!important;
  3068.   padding: 0 8px!important;
  3069.   font-family: Roboto!important;
  3070.   font-weight: 500!important;
  3071.   font-size: 13px!important;
  3072.   text-transform: uppercase;
  3073.   margin: 4px;
  3074.   filter: brightness(100%);
  3075.   box-shadow: var(--bsh2);
  3076.   cursor: pointer
  3077. }
  3078. .cbutton {
  3079.   height: 32px!important;
  3080.   min-width: 32px!important;
  3081.   font-size: 15px!important;
  3082.   color: var(--rgb7)!important
  3083. }
  3084. .button:hover,
  3085. input[name=sa]:hover,
  3086. .cbutton:hover {
  3087.   filter: var(--bns1);
  3088.   background-color: var(--co01);
  3089.   color: var(--co02)!important
  3090. }
  3091. .button:active,
  3092. input[name=sa]:active,
  3093. .cbutton:active {
  3094.   filter: var(--bns2);
  3095.   box-shadow: var(--bsh4)
  3096. }
  3097. .button:disabled {
  3098.   box-shadow: var(--bsh1);
  3099.   background-color: rgba(0,0,0,.12);
  3100.   color: rgba(0,0,0,.26)!important
  3101. }
  3102. input[src="clear.gif"] {
  3103.   display: none
  3104. }
  3105. /*nueva barra de busqueda*/
  3106. .cfield + input + input + .cbutton {
  3107.   background-color: transparent!important;
  3108.   position: relative;
  3109.   font-size: 0!important;
  3110.   box-shadow: initial;
  3111.   border-radius: 0 2px 2px 0!important;
  3112.   left: -40px;
  3113.   margin-right: -36px
  3114. }
  3115. .cfield + input + input + .cbutton + .cbutton {
  3116.   min-width: 24px!important;
  3117.   height: 24px!important;
  3118.   border-radius: 24px!important
  3119. }
  3120. /*mensajes privados*/
  3121. /*barra mensajes*/
  3122. table[style="border:2px groove"][width="100%"][cellspacing="1"] {
  3123.   border: 1px solid var(--bg02)!important;
  3124.   border-spacing: 0;
  3125.   border-collapse: collapse
  3126. }
  3127. table[style="border:2px groove"] > tbody > tr > td[style="background-color:red; font-size:10px"] {
  3128.   background-color: #e57373!important
  3129. }
  3130. table[style="border:2px groove"] > tbody > tr > td[style="background-color:orange; font-size:10px"] {
  3131.   background-color: #fff176!important
  3132. }
  3133. table[style="border:2px groove"] > tbody > tr > td[style="background-color:green; font-size:10px"] {
  3134.   background-color: #81c784!important
  3135. }
  3136. img[src*="/calendar_popup.png"] {
  3137.   display: none
  3138. }
  3139. /*bordes*/
  3140. form#pmform tbody[id^=collapseobj] > tr > td {
  3141.   border-top: 1px solid var(--bg02)
  3142. }
  3143. /*lista mensajes privados*/
  3144. form#pmform td.alt1:nth-child(1) {
  3145.   padding: 0 12px;
  3146.   height: 56px
  3147. }
  3148. form#pmform td.alt1,
  3149. form#pmform tbody[id^=collapseobj] td.alt2,
  3150. form#pmform td.alt1Active,
  3151. form#pmform table.tborder {
  3152.   background: var(--bg03)
  3153. }
  3154. form#pmform .thead div a {
  3155.   font-size: 13px;
  3156.   font-weight: 500;
  3157.   line-height: 24px
  3158. }
  3159. form#pmform .alt2 strong,
  3160. form#pmform .alt2 label {
  3161.   font-size: 13px;
  3162.   font-weight: 400;
  3163.   line-height: 24px
  3164. }
  3165. form#pmform td.alt1 a {
  3166.   font-size: var(--sz01);
  3167.   font-weight: 500
  3168. }
  3169. form#pmform td.alt1 span,
  3170. form#pmform td.alt1 .time {
  3171.   font-size: 12px;
  3172.   color: var(--rgb7)
  3173. }
  3174. /*fix respecto nueva barra herramientas*/
  3175. form#pmform td.alt2 {
  3176.   visibility: visible
  3177. }
  3178. /*calendario*/
  3179. .floatcontainer table.tborder.vB_DatePicker.page {
  3180.   background: var(--bg03)!important
  3181. }
  3182. /*varios mp*/
  3183. table#post.tborder-author td.thead:nth-child(1),
  3184. table#post.tborder-author td.alt2 {
  3185.   background: var(--bg04)
  3186. }
  3187. table#post.tborder-author .thead,
  3188. table#post.tborder-author .alt2,
  3189. table#post.tborder-author .alt1 {
  3190.   border: 0!important
  3191. }
  3192. table#post.tborder-author .alt2:not([style*="max-height:410px"]),
  3193. table#post.tborder-author .thead:nth-child(1) {
  3194.   border-right: 1px solid rgba(0,0,0,.05)!important
  3195. }
  3196. table#post.tborder-author td.thead {
  3197.   padding: 12px 16px 0
  3198. }
  3199. table#post.tborder-author td.alt2 {
  3200.   padding: 8px 16px 16px
  3201. }
  3202. #pm_historylink {
  3203.   margin-top: 4px
  3204. }
  3205. /*panel de control barra lateral*/
  3206. div.page > div[style="padding:0px 0px 0px 0px"] table > tbody > tr[valign=top] > td:nth-child(1) table.tborder td.thead {
  3207.   font-size: 13px;
  3208.   font-weight: 500;
  3209.   padding: 8px
  3210. }
  3211. div.page > div[style="padding:0px 0px 0px 0px"] table > tbody > tr[valign=top] > td:nth-child(1) table.tborder td.alt2 a {
  3212.   font-size: 13px;
  3213.   padding: 0 4px;
  3214.   color: var(--rgb7)
  3215. }
  3216. div.page > div[style="padding:0px 0px 0px 0px"] table > tbody > tr[valign=top] > td:nth-child(1) table.tborder td.alt2 a:hover {
  3217.   color: var(--co02)
  3218. }
  3219. div.page > div[style="padding:0px 0px 0px 0px"] table > tbody > tr[valign=top] > td:nth-child(1) table.tborder td.alt1 a:not([href*="member.php"]):not([href*="forumdisplay.php"]):not([href*="search.php"]) {
  3220.   font-size: 13px;
  3221.   padding: 0 4px;
  3222.   /*    color: var(--rgb2);*/color: var(--tx04)
  3223. }
  3224. div.page > div[style="padding:0px 0px 0px 0px"] table > tbody > tr[valign=top] > td:nth-child(1) table.tborder td.alt2 {
  3225.   background: var(--bg03)
  3226. }
  3227. /*separacion*/
  3228. div.page > div[style="padding:0px 0px 0px 0px"] table > tbody > tr[valign=top] > td:nth-child(2):not([align=right]):not(.smallfont):not([width="50%"]) {
  3229.   padding-right: 18px
  3230. }
  3231. /*enviar invis*/
  3232. div.page > div[style="padding:0px 0px 0px 0px"] table > tbody > tr[valign=top] > td:nth-child(3) table.tborder td.alt1 span.smallfont a {
  3233.   line-height: 24px;
  3234.   padding: 0 4px;
  3235.   color: var(--rgb7);
  3236.   font-size: 13px
  3237. }
  3238. /*mensaje de error al enviar mensaje 30s*/
  3239. #qr_error_tbody .smallfont a {
  3240.   font-size: 13px;
  3241.   font-weight: 500;
  3242.   text-transform: uppercase
  3243. }
  3244. #qr_error_tbody {
  3245.   display: table;
  3246.   margin-left: 16px;
  3247.   width: calc(100% - 32px);
  3248.   background: var(--rgb5);
  3249.   border-radius: 2px
  3250. }
  3251. #qr_error_tbody a {
  3252.   color: var(--co01)
  3253. }
  3254. #qr_error_tbody td {
  3255.   color: var(--co01);
  3256.   background: 0 0;
  3257.   font-size: 13px;
  3258.   font-weight: 500;
  3259.   padding: 8px
  3260. }
  3261. /*tablas anchas opciones post, encuestas*/
  3262. div[style="width:750px"],
  3263. div[style="width:880px"] {
  3264.   width: auto!important
  3265. }
  3266. /*tabla ancha mp*/
  3267. form[action*="postings.php?do=dodeletethread"] td.thead,
  3268. div[style="width:750px"]>fieldset>legend {
  3269.   display: none
  3270. }
  3271. /*borrar mensaje titulo*/
  3272. /*sombras paneles varios*/
  3273. form[action^="editpost.php?do=deletepost"] .tborder,
  3274. tr[valign=top] > td:not(.smallfont):not([align=right]) .tborder,
  3275. form[name=postvarform] > .tborder,
  3276. #collapseobj_threadreview,
  3277. #inlinemodform table[id^=post][style="margin:5px 0px 5px 0px"] {
  3278.   box-shadow: var(--bsh2)
  3279. }
  3280. /*quitar sombra donde no es necesaria*/
  3281. form[name=vbform] .tborder:first-of-type {
  3282.   box-shadow: initial!important
  3283. }
  3284. /*imagenes*/
  3285. td.alt1[style="border: 1px solid #D1D1D1; border-left: 0px; border-top: 0px"][align=right] a {
  3286.   padding: 0 4px
  3287. }
  3288. /*modificadores botones de foro (color / opacidad / etc.)*/
  3289. img[src*="/reply.gif"],
  3290. img[src*="/newthread.gif"],
  3291. img[src*="/newprivate.png"] {
  3292.   filter: var(--dsh2) invert(0)
  3293. }
  3294. img[src*="/reply.gif"]:hover,
  3295. img[src*="/newthread.gif"]:hover,
  3296. img[src*="/newprivate.png"]:hover {
  3297.   filter: var(--dsh2) var(--bns1) invert(0)
  3298. }
  3299. img[src*="/reply.gif"]:active,
  3300. img[src*="/newthread.gif"]:active,
  3301. img[src*="/newprivate.png"]:active {
  3302.   filter: var(--dsh4) var(--bns2) invert(0)
  3303. }
  3304. img[src*="/threadclosed.gif"],
  3305. img[src*="/multiquote_on.gif"],
  3306. img[src*="/multiquote_off.gif"],
  3307. img[src*="/quickreply.gif"],
  3308. img[src*="/edit.gif"],
  3309. img[src*="/buttons/quote.gif"],
  3310. img[src*="/reply_small.gif"],
  3311. img[src*="/forward.gif"] {
  3312.   filter: var(--dsh2)
  3313. }
  3314. img[src*="/threadclosed.gif"]:hover,
  3315. img[src*="/multiquote_on.gif"]:hover,
  3316. img[src*="/multiquote_off.gif"]:hover,
  3317. img[src*="/quickreply.gif"]:hover,
  3318. img[src*="/edit.gif"]:hover,
  3319. img[src*="/buttons/quote.gif"]:hover,
  3320. img[src*="/reply_small.gif"]:hover,
  3321. img[src*="/forward.gif"]:hover {
  3322.   filter: var(--dsh2) var(--bns1)
  3323. }
  3324. img[src*="/threadclosed.gif"]:active,
  3325. img[src*="/multiquote_on.gif"]:active,
  3326. img[src*="/multiquote_off.gif"]:active,
  3327. img[src*="/quickreply.gif"]:active,
  3328. img[src*="/edit.gif"]:active,
  3329. img[src*="/buttons/quote.gif"]:active,
  3330. img[src*="/reply_small.gif"]:active,
  3331. img[src*="/forward.gif"]:active {
  3332.   filter: var(--dsh4) var(--bns2)
  3333. }
  3334. /*codigo optimizado*/
  3335. img[src*="/reply.gif"] {
  3336.   width: 0;
  3337.   height: 32px;
  3338.   padding-right: 105px;
  3339.   background-position: -1px -35px
  3340. }
  3341. img[src*="/threadclosed.gif"] {
  3342.   width: 0;
  3343.   height: 32px;
  3344.   padding-right: 89px;
  3345.   background-position: -1px -69px
  3346. }
  3347. img[src*="/newthread.gif"] {
  3348.   width: 0;
  3349.   height: 32px;
  3350.   padding-right: 112px;
  3351.   background-position: -1px -1px
  3352. }
  3353. img[src*="/multiquote_on.gif"] {
  3354.   width: 0;
  3355.   height: 24px;
  3356.   padding-right: 24px;
  3357.   background-position: -1px -207px
  3358. }
  3359. img[src*="/multiquote_off.gif"] {
  3360.   width: 0;
  3361.   height: 24px;
  3362.   padding-right: 24px;
  3363.   background-position: -1px -181px
  3364. }
  3365. img[src*="/quickreply.gif"] {
  3366.   width: 0;
  3367.   height: 24px;
  3368.   padding-right: 24px;
  3369.   background-position: -1px -155px
  3370. }
  3371. img[src*="/edit.gif"] {
  3372.   width: 0;
  3373.   height: 24px;
  3374.   padding-right: 74px;
  3375.   background-position: -1px -103px
  3376. }
  3377. img[src*="/quote.gif"] {
  3378.   width: 0;
  3379.   height: 24px;
  3380.   padding-right: 67px;
  3381.   background-position: -1px -129px
  3382. }
  3383. /*fin codigo optimizado*/
  3384. /*botones mensajes privados*/
  3385. img[src*="/newprivate.png"] {
  3386.   width: 0;
  3387.   height: 32px;
  3388.   padding-right: 130px;
  3389.   background-position: -1px -1px
  3390. }
  3391. img[src*="/forward.gif"] {
  3392.   width: 0;
  3393.   height: 24px;
  3394.   padding-right: 92px;
  3395.   background-position: -1px -61px
  3396. }
  3397. img[src*="/reply_small.gif"] {
  3398.   width: 0;
  3399.   height: 24px;
  3400.   padding-right: 105px;
  3401.   background-position: -1px -35px
  3402. }
  3403. /*iconos valoracion*/
  3404. img[src*="/rating_5.gif"] {
  3405.   background: url(https://img.imgur.com/5o0LGS6.png)
  3406. }
  3407. img[src*="/rating_4.gif"] {
  3408.   background: url(https://img.imgur.com/crvv8nx.png)
  3409. }
  3410. img[src*="/rating_3.gif"] {
  3411.   background: url(https://img.imgur.com/JptsOk9.png)
  3412. }
  3413. img[src*="/rating_2.gif"] {
  3414.   background: url(https://img.imgur.com/DoceZCx.png)
  3415. }
  3416. img[src*="/rating_1.gif"] {
  3417.   background: url(https://img.imgur.com/GZTxfnr.png)
  3418. }
  3419. img[src*="/rating_"] {
  3420.   width: 0;
  3421.   height: 12px;
  3422.   padding-right: 60px;
  3423.   background-size: 60px 12px;
  3424.   transform: scaleX(-1);
  3425.   filter: brightness(0) var(--invert);
  3426.   opacity: .7;
  3427. }
  3428.  
  3429. /*iconos foro*/
  3430. img[src*="/misc/paperclip.gif"] {
  3431.   width: 0;
  3432.   height: 14px;
  3433.   margin-top: 5px;
  3434.   padding-right: 14px;
  3435.   background: url(https://img.imgur.com/y80ZeSU.png) center/14px no-repeat
  3436. }
  3437. img[src*="/misc/sticky.gif"] {
  3438.   width: 0;
  3439.   height: 14px;
  3440.   padding-right: 14px;
  3441.   background: url(https://img.imgur.com/mEsvsWM.png) center/14px no-repeat;
  3442.   margin-top: 5px;
  3443. }
  3444. img[src*="/forum_new.gif"],
  3445. img[src*="/forum_link.gif"] {
  3446.   width: 0;
  3447.   height: 32px;
  3448.   padding-right: 32px;
  3449.   background: url(https://img.imgur.com/NLiYmVV.png) 0 0/32px
  3450. }
  3451. img[src*="/forum_old.gif"] {
  3452.   width: 0;
  3453.   height: 32px;
  3454.   padding-right: 32px;
  3455.   background: url(https://img.imgur.com/NLiYmVV.png) 0 0/32px;
  3456.   opacity: .55
  3457. }
  3458. img[src*="/misc/stats.gif"] {
  3459.   width: 0;
  3460.   height: 32px;
  3461.   padding-right: 32px;
  3462.   background: url(https://img.imgur.com/Gu4tGPs.png) 0 0/32px
  3463. }
  3464. img[src*="/statusicon/subforum_"] {
  3465.   display: none
  3466. }
  3467. /*iconos editor mensajes wysiwyg*/
  3468. img[src*="/editor/separator.gif"] {
  3469.   width: 0;
  3470.   height: 32px;
  3471.   padding-right: 9px;
  3472.   background: url(https://img.imgur.com/OY4vcrH.png) center/1px no-repeat
  3473. }
  3474. img[src*="/editor/bold.gif"] {
  3475.   background: url(https://img.imgur.com/09D6kcD.png)
  3476. }
  3477. img[src*="/editor/italic.gif"] {
  3478.   background: url(https://img.imgur.com/KKZNIf5.png)
  3479. }
  3480. img[src*="/editor/underline.gif"] {
  3481.   background: url(https://img.imgur.com/1Tl12Z3.png) top 4px center
  3482. }
  3483. img[src*="/editor/justifyleft.gif"] {
  3484.   background: url(https://img.imgur.com/BWjTmNs.png)
  3485. }
  3486. img[src*="/editor/justifycenter.gif"] {
  3487.   background: url(https://img.imgur.com/7se8QoX.png)
  3488. }
  3489. img[src*="/editor/justifyright.gif"] {
  3490.   background: url(https://img.imgur.com/UddXqdN.png)
  3491. }
  3492. img[src*="/editor/insertorderedlist.gif"] {
  3493.   background: url(https://img.imgur.com/2rn8sM1.png)
  3494. }
  3495. img[src*="/editor/insertunorderedlist.gif"] {
  3496.   background: url(https://img.imgur.com/DXgDFnR.png)
  3497. }
  3498. img[src*="/editor/outdent.gif"] {
  3499.   background: url(https://img.imgur.com/pxP9FN1.png)
  3500. }
  3501. img[src*="/editor/indent.gif"] {
  3502.   background: url(https://img.imgur.com/V0s737g.png)
  3503. }
  3504. img[src*="/editor/createlink.gif"] {
  3505.   background: url(https://img.imgur.com/vSstXqx.png)
  3506. }
  3507. img[src*="/editor/unlink.gif"] {
  3508.   background: url(https://img.imgur.com/kpjVTBO.png)
  3509. }
  3510. img[src*="/editor/email.gif"] {
  3511.   background: url(https://img.imgur.com/WshC4LW.png)
  3512. }
  3513. img[src*="/editor/insertimage.gif"] {
  3514.   background: url(https://img.imgur.com/DqR8hkv.png)
  3515. }
  3516. img[src*="/editor/quote.gif"] {
  3517.   background: url(https://img.imgur.com/JRUysUD.png)
  3518. }
  3519. img[src*="/editor/code.gif"] {
  3520.   background: url(https://img.imgur.com/GXwlscN.png)
  3521. }
  3522. img[src*="/editor/php.gif"] {
  3523.   background: url(https://img.imgur.com/KZqJY4B.png)
  3524. }
  3525. img[src*="/editor/youtube_forocoches.gif"] {
  3526.   background: url(https://img.imgur.com/O4cYMww.png)
  3527. }
  3528. img[src*="/editor/spoiler.png"] {
  3529.   background: url(https://img.imgur.com/L4iYGse.png)
  3530. }
  3531. img[src*="/images/mention.png"] {
  3532.   background: url(https://img.imgur.com/3LuaHbS.png)
  3533. }
  3534. img[src*="/editor/attach.gif"] {
  3535.   background: url(https://img.imgur.com/y80ZeSU.png)
  3536. }
  3537. img[src*="/editor/undo.gif"] {
  3538.   background: url(https://img.imgur.com/dIZ7wkH.png)
  3539. }
  3540. img[src*="/editor/redo.gif"] {
  3541.   background: url(https://img.imgur.com/Ga0qICi.png)
  3542. }
  3543. img[src*="/editor/switchmode.gif"] {
  3544.   background: url(https://img.imgur.com/ZBt4HYG.png)
  3545. }
  3546. img[src*="/editor/removeformat.gif"] {
  3547.   background: url(https://img.imgur.com/zKOlCZx.png)
  3548. }
  3549. img[src*="/editor/color.gif"] {
  3550.   padding-right: 33px;
  3551.   background: url(https://img.imgur.com/080E5Y2.png) right 5px center
  3552. }
  3553. img[src*="/editor/"]:not([src*="/editor/separator.gif"]):not([src*="/editor/menupop.gif"]),
  3554. img[src*="/images/mention.png"] {
  3555.   width: 0;
  3556.   height: 32px;
  3557.   padding-right: 32px;
  3558.   background-size: 24px;
  3559.   background-position: center;
  3560.   background-repeat: no-repeat
  3561. }
  3562. /*iconos mensajes privados*/
  3563. img[src*="/pm_new.gif"] {
  3564.   width: 0;
  3565.   height: 24px;
  3566.   padding-right: 24px;
  3567.   background: url(https://img.imgur.com/oaLWMuO.png) 0 0/24px
  3568. }
  3569. img[src*="/pm_old.gif"] {
  3570.   width: 0;
  3571.   height: 24px;
  3572.   padding-right: 24px;
  3573.   background: url(https://img.imgur.com/VcArZ9s.png) 0 0/24px
  3574. }
  3575. img[src*="/pm_replied.gif"] {
  3576.   width: 0;
  3577.   height: 24px;
  3578.   padding-right: 24px;
  3579.   background: url(https://img.imgur.com/LzUMHCu.png) 0 0/24px
  3580. }
  3581. img[src*="/pm_forwarded.gif"] {
  3582.   width: 0;
  3583.   height: 24px;
  3584.   padding-right: 24px;
  3585.   background: url(https://img.imgur.com/MxcG1V1.png) 0 0/24px;
  3586.   transform: scaleX(-1)
  3587. }
  3588. /*iconos varios*/
  3589. /*flecha ir*/
  3590. img[src*="/viewpost.gif"],
  3591. img[src*="/lastpost.gif"] {
  3592.   width: 0;
  3593.   height: 16px;
  3594.   padding-right: 16px;
  3595.   background: url(https://img.imgur.com/pktzbyy.png) center/24px;
  3596.   opacity: .7;
  3597.   transition: .2s
  3598. }
  3599. img[src*="/firstnew.gif"],
  3600. img[src*="/sortasc.gif"],
  3601. img[src*="/sortdesc.gif"] {
  3602.   width: 0;
  3603.   height: 16px;
  3604.   padding-right: 16px;
  3605.   background: url(https://img.imgur.com/vzUr9KQ.png) center/24px no-repeat;
  3606.   opacity: .7;
  3607.   transition: .2s
  3608. }
  3609. img[src*="/sortdesc.gif"] {
  3610.   transform: rotate(180deg)
  3611. }
  3612. img[src*="forocoches.com/foro/images/buttons/"]:hover {
  3613.   opacity: 1 !important
  3614. }
  3615. /*flecha menu*/
  3616. img[src*="/misc/menu_open.gif"],
  3617. img[src*="/misc/menu_open_usercss.gif"] {
  3618.   width: 0;
  3619.   height: 12px;
  3620.   padding-right: 12px;
  3621.   background: url(https://img.imgur.com/R3ke1yx.png) center/24px;
  3622.   vertical-align: middle
  3623. }
  3624. /*lapiz*/
  3625. img[src*="/misc/userfield_edit.gif"] {
  3626.   width: 0;
  3627.   height: 16px;
  3628.   padding-right: 16px;
  3629.   background: url(https://img.imgur.com/WJLwtOx.png) 0 0/16px;
  3630.   position: relative;
  3631.   top: 3px;
  3632.   opacity: .6
  3633. }
  3634. img[src*="/misc/userfield_edit.gif"]:hover {
  3635.   opacity: 1
  3636. }
  3637. /*bullet inicio*/
  3638. img[src*="/image/bullet_pic3mini.gif"] {
  3639.   width: 0;
  3640.   height: 12px;
  3641.   padding-right: 12px;
  3642.   background: url(https://img.imgur.com/wR8douU.png) 0 0/12px
  3643. }
  3644. /*minimizar*/
  3645. img[src*="/collapse_tcat.gif"],
  3646. img[src*="/collapse_thead.gif"],
  3647. img[src*="/collapse_alt.gif"] {
  3648.   width: 0;
  3649.   height: 24px;
  3650.   padding-right: 24px;
  3651.   background: url(https://img.imgur.com/nTz4LT5.png) 0 0/24px
  3652. }
  3653. /*maximizar*/
  3654. img[src*="/collapse_tcat_collapsed.gif"],
  3655. img[src*="/collapse_thead_collapsed.gif"],
  3656. img[src*="/collapse_alt_collapsed"] {
  3657.   width: 0;
  3658.   height: 24px;
  3659.   padding-right: 24px;
  3660.   background: url(https://img.imgur.com/hBj5A6A.png) 0 0/24px
  3661. }
  3662. img[src*="/poll_posticon.gif"] {
  3663.   width: 0;
  3664.   height: 16px;
  3665.   padding-right: 16px;
  3666.   background: url(https://img.imgur.com/Gu4tGPs.png) center/20px
  3667. }
  3668. /*conectado*/
  3669. img[src*="/user_online.gif"] {
  3670.   width: 0;
  3671.   height: 14px;
  3672.   padding-right: 14px;
  3673.   background: #8bc34a;
  3674.   border-radius: 14px;
  3675.   margin: 0 1px;
  3676. }
  3677. /*desconectado*/
  3678. img[src*="/user_offline.gif"] {
  3679.   width: 0;
  3680.   height: 14px;
  3681.   padding-right: 14px;
  3682.   background: var(--rgb2);
  3683.   border-radius: 14px;
  3684.   margin: 0 1px;
  3685. }
  3686. /*invisible*/
  3687. img[src*="/user_invisible.gif"] {
  3688.   width: 0;
  3689.   height: 14px;
  3690.   padding-right: 14px;
  3691.   background: #f44336;
  3692.   border-radius: 14px;
  3693.   margin: 0 1px;
  3694. }
  3695. img[src*="/report.png"] {
  3696.   width: 0;
  3697.   height: 16px;
  3698.   padding-right: 16px;
  3699.   background: url(https://img.imgur.com/pJ8tFiU.png) center/18px;
  3700.   opacity: .6
  3701. }
  3702. img[src*="/report.png"]:hover {
  3703.   opacity: 1
  3704. }
  3705. /*iconos titulo hilo*/
  3706. img[src*="icons/icon"] {
  3707.   width: 0;
  3708.   height: 16px;
  3709.   padding-right: 16px;
  3710.   background: url(https://i.imgur.com/9rAjcOU.png) 0 0/16px 224px
  3711. }
  3712. img[src*="icons/icon1.gif"] {
  3713.   background-position: 0 224px
  3714. }
  3715. img[src*="icons/icon2.gif"] {
  3716.   background-position: 0 208px
  3717. }
  3718. img[src*="icons/icon3.gif"] {
  3719.   background-position: 0 192px
  3720. }
  3721. img[src*="icons/icon4.gif"] {
  3722.   background-position: 0 176px
  3723. }
  3724. img[src*="icons/icon5.gif"] {
  3725.   background-position: 0 160px
  3726. }
  3727. img[src*="icons/icon6.gif"] {
  3728.   background-position: 0 144px
  3729. }
  3730. img[src*="icons/icon7.gif"] {
  3731.   background-position: 0 128px
  3732. }
  3733. img[src*="icons/icon8.gif"] {
  3734.   background-position: 0 112px
  3735. }
  3736. img[src*="icons/icon9.gif"] {
  3737.   background-position: 0 96px
  3738. }
  3739. img[src*="icons/icon10.gif"] {
  3740.   background-position: 0 80px
  3741. }
  3742. img[src*="icons/icon11.gif"] {
  3743.   background-position: 0 64px
  3744. }
  3745. img[src*="icons/icon12.gif"] {
  3746.   background-position: 0 48px
  3747. }
  3748. img[src*="icons/icon13.gif"] {
  3749.   background-position: 0 32px
  3750. }
  3751. img[src*="icons/icon14.gif"] {
  3752.   background-position: 0 16px
  3753. }
  3754. /*DISEO RESPONSIVO*/
  3755. @media (max-width:1180px) {
  3756.   /*iconos hilos*/
  3757. fieldset.fieldset[style="margin-top: 5px"] tr,
  3758.   fieldset.fieldset[style="margin-top: 5px"] tr:nth-child(3) td:nth-child(1) {
  3759.     display: table-row
  3760.   }
  3761. }
  3762. @media (max-width:984px) {
  3763.   /*enlaces cabecera*/
  3764. table#AutoNumber9 {
  3765.     margin-left: 16px;
  3766.     left: 164px
  3767.   }
  3768.   /*logo*/
  3769. body > div > center > table#AutoNumber1 td:last-child {
  3770.     left: 14px
  3771.   }
  3772.   /*buscador*/
  3773. table.cajastip td.texto[width="10%"] {
  3774.     right: 8px
  3775.   }
  3776.   td.top2 table[id=AutoNumber7] table {
  3777.     right: 10px
  3778.   }
  3779.   /*enlaces principales*/
  3780. /*inicio*/
  3781. /*usuarios en linea*/
  3782. td.texto[width="90%"][bgcolor="#ffffff"] {
  3783.     left: 13px
  3784.   }
  3785.   /*navegacion foro*/
  3786. table.tborder[cellpadding="5"] > tbody > tr > td.alt1[width="100%"] {
  3787.     padding-left: 14px
  3788.   }
  3789.   /*foro*/
  3790. .page {
  3791.     width: 100%!important;
  3792.     margin: 0
  3793.   }
  3794.   /* deja pequeño margen en panel de control */
  3795.   .page table tr[valign="top"]>td+td+td[width="100%"] {
  3796.     padding-right:12px;
  3797.   }
  3798.   div.page > div:nth-child(1) > table:nth-child(9) > tbody:nth-child(1) > tr[valign="top"]:nth-child(1) > td:nth-child(1) {
  3799.     padding-left:12px;
  3800.   }
  3801.  
  3802.  
  3803.  
  3804.   .page table[style="margin-bottom:3px"],
  3805.   .page table[style="margin-top:-2px"] {
  3806.     width: calc(100% - 32px);
  3807.     margin-left: 16px
  3808.   }
  3809.   /*posts*/
  3810. table[id^=post] {
  3811.     margin: 0;
  3812.     box-shadow: none
  3813.   }
  3814.   div#posts > div[align=center]:nth-last-child(2) table[id^=post] {
  3815.     box-shadow: var(--bsh2)
  3816.   }
  3817.   div[id^=edit][style="padding:0px 0px 5px 0px"] {
  3818.     border-bottom: 1px solid var(--bg02);
  3819.     padding: 0!important
  3820.   }
  3821.   div#posts > div[align=center]:nth-last-child(2) [style="padding:0px 0px 5px 0px"] {
  3822.     border: 0
  3823.   }
  3824.   /*barara herramientas*/
  3825. td[width="312"] {
  3826.     left: -2px
  3827.   }
  3828.   div.tborder[style="padding:1px; border-top-width:0px"] > table {
  3829.     margin-left: -51px
  3830.   }
  3831.   td.alt1[width="100%"] + td.alt2 > div.smallfont > strong + div > a {
  3832.     left: 426px
  3833.   }
  3834.   td.alt1[width="100%"] + td.alt2 + td.alt2 a span:nth-child(3)::after {
  3835.     left: 569.75px
  3836.   }
  3837.   td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2 a span:nth-child(3)::after {
  3838.     left: 668px
  3839.   }
  3840.   /*activos*/
  3841. td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2[style="background-color:#ffffcc;"] a span:nth-child(1) {
  3842.     left: 701px
  3843.   }
  3844.   td.alt1[width="100%"] + td.alt2 + td.alt2[style="background-color:#ffffcc;"] a span:nth-child(1) {
  3845.     left: 636px
  3846.   }
  3847.   td.alt1[width="100%"] + td.alt2 > div.smallfont > strong + div > a + strong {
  3848.     left: 539px
  3849.   }
  3850.   /*inicio*/
  3851. table.cajascat[width="100%"][cellpadding="2"][border="0"] {
  3852.     border-left: 0
  3853.   }
  3854.   td[width="84%"] {
  3855.     padding: 0;
  3856.     filter: var(--dsh2)
  3857.   }
  3858.   /*avatar*/
  3859. img[style="max-height:90px; margin-left: 6px; border-radius: 5%; -moz-border-radius: 5%; -webkit-border-radius: 5%"] {
  3860.     transform: translateX(20px)
  3861.   }
  3862.   img[src="//st.forocoches.com/image/forocoches_avatar.gif"],
  3863.   td.alt2 > div.smallfont > strong > a:after {
  3864.     transform: translateX(34px)
  3865.   }
  3866.   /*pie de pagina*/
  3867. td.cmini[style="border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"],
  3868.   td.contenido[style="border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"] {
  3869.     display: none
  3870.   }
  3871.   /*columna hora inicio*/
  3872.   td[width="84%"] .texto >table>tbody > tr > td:nth-child(2) {
  3873.     display: none;
  3874.   }
  3875. }
  3876. @media (max-width:928px) {
  3877.   /*barara herramientas*/
  3878. div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(2),
  3879.   div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(3) {
  3880.     display: none
  3881.   }
  3882.   td.alt1[width="100%"] + td.alt2 > div.smallfont > strong + div > a {
  3883.     left: 147px
  3884.   }
  3885.   td.alt1[width="100%"] + td.alt2 + td.alt2 a span:nth-child(3)::after {
  3886.     left: 290.75px
  3887.   }
  3888.   td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2 a span:nth-child(3)::after {
  3889.     left: 389px
  3890.   }
  3891.   /*activos*/
  3892. td.alt1[width="100%"] + td.alt2 + td.alt2 + td.alt2[style="background-color:#ffffcc;"] a span:nth-child(1) {
  3893.     left: 422px
  3894.   }
  3895.   td.alt1[width="100%"] + td.alt2 + td.alt2[style="background-color:#ffffcc;"] a span:nth-child(1) {
  3896.     left: 357px
  3897.   }
  3898.   td.alt1[width="100%"] + td.alt2 > div.smallfont > strong + div > a + strong {
  3899.     left: 260px
  3900.   }
  3901.   div.tborder[style="padding:1px; border-top-width:0px"] table td.vbmenu_control:nth-child(7) {
  3902.     left: 437px
  3903.   }
  3904.   /*inicio*/
  3905. table.cajascat td.cat[bgcolor="#f9f9f9"]:not(:nth-child(1)) {
  3906.     display: none
  3907.   }
  3908.   table.cajascat[width="100%"][cellpadding="2"][border="0"] td.contenido tr:nth-child(1) {
  3909.     width: 128.5px
  3910.   }
  3911.   /*bandeja mp*/
  3912. #pmform + br + form[action="private.php"] {
  3913.     display: none
  3914.   }
  3915. }
  3916. @media (max-width:808px) {
  3917.   /*foro*/
  3918. /*panel usuario*/
  3919. td.alt2[width="175"],
  3920.   td.thead[width="175"] {
  3921.     width: 120px
  3922.   }
  3923.   /*margenes imagenes y video*/
  3924. .imgpost {
  3925.     max-width: calc(100% + 32px);
  3926.     margin-left: -16px
  3927.   }
  3928.   .video-youtube {
  3929.     width: calc(100% + 32px);
  3930.     max-width: calc(100% + 32px);
  3931.     margin-left: -16px
  3932.   }
  3933. }
  3934.  
  3935.  
  3936.  
  3937.     /* debug */
  3938.     /* * {
  3939.     background: #000 !important;
  3940.     color: #0f0 !important;
  3941.     outline: solid #f00 1px !important;
  3942. } */
  3943.  
  3944.  
  3945.     /* Pie de foro WIP */
  3946.     /*table[style="margin-top:3px"] +br+ table.tborder td.thead,
  3947.     table[style="margin-top:3px"] +br+ table.tborder td.alt1 {
  3948.     padding: 0;
  3949.   }
  3950.     table[style="margin-top:3px"] +br+ table.tborder td.thead:nth-child(1) > * {
  3951.     outline: 1px solid red;
  3952.     margin-left: -6px !important;
  3953.   }*/
  3954.  
  3955. }
  3956.  
  3957.  
  3958.  
  3959.  
  3960.  
  3961. /* ajustes especificos por url */
  3962. @-moz-document regexp("(http[s]?:\/\/)*www.forocoches.com/foro/") {
  3963. /* ocultar navegacion en indice foros */
  3964.  
  3965. .page td[style="padding-left:3px;"] {
  3966.     line-height: 0;
  3967. }
  3968. .page td[style="padding-left:3px;"] .tborder:nth-of-type(1) {
  3969.     background: var(--bg01);
  3970. }
  3971. .page td[style="padding-left:3px;"] .tborder:nth-of-type(1) .alt1 {
  3972.     display: none;
  3973. }
  3974. .page td[style="padding-left:3px;"] .tborder:nth-of-type(1) .alt2 {
  3975.     height: 0;
  3976.     line-height: 0;
  3977.     border-bottom: 22px solid;
  3978.     border-color: var(--bg01) !important;
  3979. }
  3980. /*estadisticas forocoches*/
  3981. .page td>table.tborder:last-of-type {
  3982.   margin-top: 16px;
  3983. }
  3984. .page td>table.tborder:last-of-type .thead {
  3985.   background: var(--bg08);
  3986.   color: var(--tx06);
  3987.   font-size: 13px;
  3988.   font-weight: 500;
  3989.   line-height: 24px;
  3990.   padding: 4px 16px;
  3991. }
  3992. .page td>table.tborder:last-of-type .smallfont {
  3993.   font-size: 13px;
  3994. }
  3995. }
  3996.  
  3997.  
  3998.  
  3999.  
  4000.  
  4001. @-moz-document regexp("(http[s]?:\/\/)*www.forocoches.com/foro/search.php\?.*") {
  4002. /* correccion tabla busqueda */
  4003.  
  4004. table#threadslist tr:first-of-type {
  4005.     border-top: initial;
  4006. }
  4007. #inlinemodform .tborder:first-of-type .tcat {
  4008.     display: none;
  4009. }
  4010. #inlinemodform .tborder:nth-of-type(2) .tcat {
  4011.     padding-top: 36px;
  4012. }
  4013. table.tborder[id^="post"] {
  4014.     border-radius: 0;
  4015. }
  4016.  
  4017. /* fix ancho resultados busquedas */
  4018.  
  4019. #threadslist tr>.thead:nth-child(2) {
  4020.     width: 100%;
  4021. }
  4022.  
  4023. /* quita borde primer titulo */
  4024.  
  4025. #threadslist tr:nth-child(3) td[id^="td_threadtitle"] {
  4026.     box-shadow: initial;
  4027. }
  4028. #threadslist tr:nth-child(n+2):nth-child(-n+3) {
  4029.     border-top: 0;
  4030. }
  4031. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement