Advertisement
Guest User

Untitled

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