Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.16 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: 1px solid transparent !important;
  7. font-size: 16px;
  8. line-height: 1.375;
  9. }
  10.  
  11. /*------------------------------------------------------------+
  12. ¦ COLORES ¦
  13. +------------------------------------------------------------*/
  14.  
  15. /* Lista de colores modificables */
  16. :root {
  17. --bg01: #1a1a1a; /* Fondo base */
  18. --tx01: #d1d1d1; /* Texto base */
  19. --bg02: #303030; /* Bordes principales rgba(255,255,255,.1)*/
  20. --bg05: #363636; /* Bordes secundarios, varios */
  21. --bg04: #1f1f1f; /* Fondo principal 1, "alt2", oscuro */
  22. --bg03: #282828; /* Fondo principal 2, "alt1", claro */
  23. --tx03: #6e6e6e; /* Textos secundarios, varios */
  24. --bg07: #424242; /* Editor de mensajes, spoiler, varios */
  25. --bg08: #383838; /* Barra de herramientas, separador, varios */
  26. --tx06: #ffafaf; /* Texto barra de herramientas, enlaces inicio, varios */
  27. --tx07: #bfbfbf; /* Enlaces titulo hilo inicio y foro */
  28. --tx08: #d1d1d1; /* Enlaces titulo hilo inicio y foro hover */
  29. --bg09: #2e2e2e; /* Alternante Inicio 1, menus, varios */
  30. --bg06: #333333; /* Alternante Inicio 2, varios */
  31. --bg10: #1c1c1c; /* Hover menus y pestñas */
  32. --bg11: #1a1a1a; /* Fondo casillas formularios y opciones */
  33. --tx04: #ff6b6b; /* Enlaces principales, resaltar autor del hilo */
  34. --tx05: #ff9191; /* Hover color enlaces principales */
  35. --rs01: #85e585; /* Resaltar usuario, resalto barra de herramientas */
  36. --rs04: #242924; /* Resaltar usuario fondo */
  37. --rs02: #ff6b6b; /* Resaltar autor de hilo */
  38. --rs03: #2a2222; /* Resaltar autor de hilo fondo */
  39. --cv01: #85e585; /* Texto verde pagina Inicio */
  40. --no01: #85e585; /* Fondo notificacion */
  41. --no02: #282828; /* Texto notificacion */
  42. --cs01: #d1d1d1; /* Formularios busqueda / texto */
  43. --cs02: #1a1a1a; /* Formularios busqueda / texto color texto */
  44. --bt01: #ff6b6b; /* Botones (SIN USO) */
  45. --bt02: #ff9191; /* Hover botones (SIN USO) */
  46. }
  47.  
  48. /* Color botones foro */
  49. /*img[src*="/buttons/quote.gif"],
  50. img[src*="/buttons/multiquote_off.gif"],
  51. img[src*="/buttons/quickreply.gif"],
  52. img[src*="/buttons/edit.gif"] {
  53. filter: invert(100%);
  54. }*/
  55.  
  56. /* Colores de imagenes */
  57. /* Colores iconos editor de mensajes */
  58. img[src*="forocoches.com/foro/images/editor"],
  59. img[src*="dbtech/usertag/images"] {
  60. filter: invert(100%) brightness(110%);
  61. }
  62. /* Flecha barra de herramientas */
  63. img[src*="forocoches.com/foro/images/misc/menu_open.gif"] {
  64. filter: brightness(100%) opacity(70%);
  65. }
  66.  
  67. /* Bordes formularios busqueda / texto */
  68. .cfield,
  69. .bginput,
  70. input[name="q"] {
  71. border: 0px solid var(--bg05) !important;
  72. }
  73.  
  74.  
  75. /* Colores de texto, reemplazar colores de texto para adaptar a fondo oscuro */
  76. /*-----------------------------------------------------------*/
  77.  
  78. /* Colores seleccionables en el editor de mensajes */
  79. font[color="Black"] {
  80. color: var(--tx01);
  81. }
  82. font[color="#000000"] {
  83. color: var(--tx01);
  84. }
  85. font[color="#f1f1f1"] {
  86. color: var(--bg03);
  87. }
  88. font[color="White"] {
  89. color: var(--bg01);
  90. }
  91. font[color="Silver"] {
  92. color: #2c2c2c;
  93. }
  94. font[color="Red"] {
  95. color: #f75252;
  96. }
  97. font[color="DarkRed"] {
  98. color: #b33636;
  99. }
  100. font[color="Navy"] {
  101. color: #5c95e5;
  102. }
  103. font[color="Blue"] {
  104. color: #91baf2;
  105. }
  106. font[color="Green"] {
  107. color: #85e585;
  108. }
  109. font[color="DarkGreen"] {
  110. color: #5cbf5c;
  111. }
  112. font[color="Yellow"] {
  113. color: #f2f26d;
  114. }
  115. /* Lista de colores editor de mensajes */
  116. img[id^="vB_Editor"][style="background-color: Black;"] {
  117. background: var(--tx01)!important;
  118. }
  119. img[id^="vB_Editor"][style="background-color:black"] {
  120. background: var(--tx01) !important;
  121. }
  122. img[id^="vB_Editor"][style="background-color: White;"] {
  123. background: var(--bg01) !important;
  124. }
  125. img[id^="vB_Editor"][style="background-color: Silver;"] {
  126. background: #2c2c2c !important;
  127. }
  128. img[id^="vB_Editor"][style="background-color: Red;"] {
  129. background: #f75252 !important;
  130. }
  131. img[id^="vB_Editor"][style="background-color: DarkRed;"] {
  132. background: #b33636 !important;
  133. }
  134. img[id^="vB_Editor"][style="background-color: Navy;"] {
  135. background: #5c95e5 !important;
  136. }
  137. img[id^="vB_Editor"][style="background-color: Blue;"] {
  138. background: #91baf2 !important;
  139. }
  140. img[id^="vB_Editor"][style="background-color: Green;"] {
  141. background: #85e585 !important;
  142. }
  143. img[id^="vB_Editor"][style="background-color: DarkGreen;"] {
  144. background: #5cbf5c !important;
  145. }
  146. img[id^="vB_Editor"][style="background-color: Yellow;"] {
  147. background: #f2f26d !important;
  148. }
  149.  
  150.  
  151. /*------------------------------------------------------------+
  152. ¦ ANIMACIONES ¦
  153. +------------------------------------------------------------*/
  154.  
  155. /* Animacion notificaciones */
  156. @keyframes bounceIn {
  157. 10%,
  158. 20%,
  159. 40%,
  160. 60%,
  161. 80%,
  162. 100% {
  163. animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  164. }
  165. 7.5% {
  166. opacity: 0;
  167. transform: scale3d(.3, .3, .3);
  168. }
  169. 15% {
  170. transform: scale3d(1.1, 1.1, 1.1);
  171. }
  172. 22.5% {
  173. transform: scale3d(.9, .9, .9);
  174. }
  175. 30% {
  176. opacity: 1;
  177. transform: scale3d(1.03, 1.03, 1.03);
  178. }
  179. 37.5% {
  180. transform: scale3d(.97, .97, .97);
  181. }
  182. 45% {
  183. opacity: 1;
  184. transform: scale3d(1, 1, 1);
  185. }
  186. to {
  187. opacity: 1;
  188. transform: scale3d(1, 1, 1);
  189. }
  190. }
  191.  
  192. /* Animacion casilla buscador */
  193. @keyframes bounceIn2 {
  194. 33%,
  195. 66%,
  196. 100% {
  197. }
  198. 33% {
  199. transform: scale3d(.98, .98, .98);
  200. }
  201. 66% {
  202. transform: scale3d(1.02, 1.02, 1.02);
  203. }
  204. to {
  205. transform: scale3d(1, 1, 1);
  206. }
  207. }
  208.  
  209. /* Animacion menus */
  210. @keyframes fadeIn {
  211. from {
  212. opacity: 0;
  213. }
  214. to {
  215. opacity: 1;
  216. }
  217. }
  218.  
  219. /* Rotacion */
  220. @keyframes spin {
  221. from {
  222. transform:rotate(0deg);
  223. }
  224. to {
  225. transform:rotate(360deg);
  226. }
  227. }
  228.  
  229.  
  230. /*------------------------------------------------------------+
  231. ¦ FUENTES DE TEXTO ¦
  232. +------------------------------------------------------------*/
  233.  
  234. /* Importar nuevas fuentes externas */
  235. @font-face {
  236. font-family: 'Roboto';
  237. font-style: normal;
  238. font-weight: 400;
  239. src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  240. 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;
  241. }
  242. @font-face {
  243. font-family: 'Roboto';
  244. font-style: normal;
  245. font-weight: 700;
  246. src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  247. 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;
  248. }
  249. @font-face {
  250. font-family: 'Roboto Mono';
  251. font-style: normal;
  252. font-weight: 400;
  253. src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v4/hMqPNLsu_dywMa4C_DEpY44P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  254. 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;
  255. }
  256.  
  257. /* Elegir fuente de texto */
  258. /* Fuentes extraidas de Foro */
  259. /* Tahoma */
  260. .thead,
  261. legend,
  262. .vbmenu_control {
  263. font-family: 'Roboto';
  264.  
  265. }
  266.  
  267. /* Verdana */
  268. body,
  269. td,
  270. th,
  271. p,
  272. li,
  273. .tcat,
  274. .wysiwyg,
  275. textarea,
  276. .bginput,
  277. .bginput option,
  278. .bginput optgroup,
  279. .button,
  280. select,
  281. option,
  282. optgroup,
  283. .smallfont,
  284. .navbar,
  285. .vbmenu_option,
  286. .vbmenu_hilite,
  287. .cfield,
  288. .cbutton {
  289. font-family: 'Roboto';
  290. }
  291.  
  292. /* Fuentes extraidas de Inicio */
  293. /* Arial */
  294. .texto,
  295. .texto1 {
  296. font-family: 'Roboto';
  297. }
  298.  
  299. /* Verdana */
  300. FONT,
  301. .contenido_menu,
  302. .adcontenido,
  303. .miniyo,
  304. .top2,
  305. TEXTAREA,
  306. .bginput,
  307. .field,
  308. .cfield {
  309. font-family: 'Roboto';
  310. }
  311.  
  312. /* Geneva */
  313. .contenido1,
  314. .contenido,
  315. .cat,
  316. .fc2010 {
  317. font-family: 'Roboto';
  318. }
  319.  
  320. /* Fuente texto code y php */
  321. div#posts pre.alt2,
  322. code {
  323. font-family: 'Roboto Mono';
  324. }
  325.  
  326. /* Elegir tamaño de texto */
  327. /* Lista de hilos Inicio */
  328. .texto,
  329. .texto1 {
  330. font-size: 10pt; /* pasar de px a pt para coincidir */
  331. }
  332.  
  333. /* Texto mensajes en hilos */
  334. .alt1 div[id^="post_message"],
  335. .alt1 div[id^="post_message"] li {
  336. font-size: 16px;
  337. }
  338. /* Texto citas en hilos */
  339. #HOTWordsTxt td.alt2,
  340. 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;"] {
  341. font-size: 16px;
  342. }
  343. /* Texto editor de mensajes */
  344. .wysiwyg,
  345. textarea {
  346. font-size: 16px !important; /* pasar de pt a px, en pt no se muestra correctamente */
  347. font-family: 'Roboto' !important;
  348. }
  349.  
  350. /* Tamaño seleccionable de fuente */
  351. font[size="1"] {
  352. font-size: 12px;
  353. }
  354. font[size="2"] {
  355. font-size: 15px;
  356. }
  357. /* Aquí entre medias quedaría el tamaño normal por defecto */
  358. font[size="3"] {
  359. font-size: 17px;
  360. }
  361. font[size="4"] {
  362. font-size: 20px;
  363. }
  364. font[size="5"] {
  365. font-size: 24px;
  366. }
  367. font[size="6"] {
  368. font-size: 29px;
  369. }
  370. font[size="7"] {
  371. font-size: 37px;
  372. }
  373.  
  374.  
  375. /*------------------------------------------------------------+
  376. ¦ QUITAR ELEMENTOS / OCULTAR ELEMENTOS ¦
  377. +------------------------------------------------------------*/
  378.  
  379. /* QUITAR ELEMENTOS */
  380. /* Quitar cabecera logos */
  381. body>div[align="center"]>center>table[border="0"][cellspacing="0"][style="border-collapse: collapse"][bordercolor="#111111"][width="100%"][id="AutoNumber1"][cellpadding="0"] {
  382. display: none;
  383. }
  384.  
  385. /* Quitar tablas vacias bajo cabecera para mejora visual */
  386. TABLE[id="AutoNumber4"][width="100%"][cellspacing="0"][bordercolor="#111111"][border="0"][style="border-collapse: collapse"],
  387. table#AutoNumber6 {
  388. display: none;
  389. }
  390.  
  391. /* En inicio */
  392. /* Quitar cabecera lista de hilos en inicio */
  393. table[class="cajasnews"] td[bgcolor="#f5f5f5"][align="left"][width="65%"],
  394. table[class="cajasnews"] td[bgcolor="#f5f5f5"][align="left"][width="65%"]+td[bgcolor="#f5f5f5"][align="right"],
  395. div[id="1st"] {
  396. display: none;
  397. }
  398. /* Quitar icono bullet titulo de hilo */
  399. img[src*="forocoches.com/image/bullet_pic2.gif"] {
  400. width: 0;
  401. height: 16px;
  402. padding-right: 16px;
  403. }
  404. /* Quitar icono bullet autor de hilo */
  405. img[src*="forocoches.com/image/bullet_minisquare.gif"] {
  406. display: none;
  407. }
  408. /* Quitar iconos de buscar en ficha de usuario de inicio */
  409. td[class="cat"][bgcolor="#f9f9f9"]>a {
  410. display: none;
  411. }
  412.  
  413. /* En foro */
  414. /* Quitar tabla con boton de refrescar en foro. IMPORTANTE, todo el codigo necesario para no afectar otras tablas */
  415. /* Pues afecta la de publicidad especifica por palabras clave */
  416. /*table[style="margin-bottom:3px"] + br + table#table3.tborder[width="100%"][cellspacing="1"][cellpadding="5"][border="0"][align="center"] {
  417. display: none;
  418. }*/
  419.  
  420. /* Quitar barra lateral antiguo infocoches dentro de foro */
  421. td[id="collapseobj_sidebar"][style="padding-right:3px; "][bgcolor="#f9f9f9"][width="170"],
  422. td[style="background-color:#f1f1f1;"][align="center"][valign="top"][width="15"] {
  423. display: none !important;
  424. }
  425. /* Quita espacio lateral izquierdo tras quitar infocoches */
  426. td[style="padding-left:3px;"] {
  427. padding: 0 !important;
  428. }
  429. /* Quitar barra lateral antiguo infocoches dentro de foro estando desconectado */
  430. table.tborder[bgcolor="#555576"],
  431. td[width="170"][bgcolor="#f9f9f9"],
  432. td[width="170"][bgcolor="#f9f9f9"] + td[width="3"]
  433. {
  434. display: none;
  435. }
  436.  
  437. /* Quita iconos al lado de fecha/hora post */
  438. img[src*="forocoches.com/foro/images/statusicon/post_old.gif"] {
  439. display: none;
  440. }
  441. img[src*="forocoches.com/foro/images/statusicon/post_new.gif"] {
  442. display: none;
  443. }
  444.  
  445. /* Barra de herramientas / menus */
  446. /* Quitar iconos opciones barra de herramientas */
  447. img[src*="/buttons/sendtofriend.gif"],
  448. img[src*="/buttons/subscribe.gif"] {
  449. display: none;
  450. }
  451. /* Quitar quitar resaltar autor mensaje barra de herramientas */
  452. td[style*="border-left: 3px solid rgb(85, 145, 204); border-right: 3px solid rgb(85, 145, 204);"],
  453. td[style*="border-left: 3px solid rgb(202, 52, 21); border-right: 3px solid rgb(202, 52, 21);"],
  454. td[style="border-left: 3px solid #ca3415; border-right: 3px solid #ca3415;"],
  455. td[style="border-left: 3px solid #5591cc; border-right: 3px solid #5591cc;"] {
  456. border: 0 !important;
  457. }
  458.  
  459. /* Quitar titulo de hilo */
  460. .cmega {
  461. display: none;
  462. }
  463. /* Quitar tabla vacia titulo de hilo */
  464. table[id^="fcthread"] td {
  465. padding: 0px !important;
  466. font: 0pt none !important;
  467. }
  468. /* Fix boton para borrar hilo */
  469. table[id^="fcthread"] {
  470. margin: 0px !important;
  471. }
  472. /* Color de fondo */
  473. table[id^="fcthread"] td.thead {
  474. background: var(--bg01);
  475. }
  476. table[id^="fcthread"] input.button {
  477. margin-bottom: 14px;
  478. }
  479. /* Ocultar tabla vacia cabecera titulo de hilo */
  480. table[bgcolor="#d5e5ee"] {
  481. margin-bottom: 0px !important;
  482. background: transparent;
  483. }
  484.  
  485. /* Quita tabla amarilla pie de pagina */
  486. table.cajasprin>tbody>tr>td[bgcolor="#ffffe0"][align="center"] {
  487. display: none;
  488. }
  489.  
  490. /* OCULTAR ELEMENTOS */
  491. /* Publicidad */
  492. /* NOTA: No quita la publicidad, pero oculta tablas de publicidad al usar bloqueadores de publicidad para no dejar espacios vacios */
  493.  
  494. /* Fondo tablas de publicidad */
  495. table.cajasprin[bgcolor="#f0f5ff"] {
  496. background: transparent;
  497. border: 0 !important;
  498. margin-top: 0px !important;
  499. }
  500. /* Fondo tablas publicidad hilos */
  501. td[bgcolor="#f0f5ff"] {
  502. background: transparent !important;
  503. }
  504. /* Ajustar tamaño automaticamente en tablas publicidad, se ocultan si estan vacias */
  505. div[id^="div-970x90"] {
  506. height: auto !important;
  507. width: auto !important;
  508. }
  509. div#div-300x250,
  510. div#div-300x600 {
  511. height: auto !important;
  512. }
  513. /* Ocultar tablas de publicidad vacias dentro de hilo */
  514. TABLE.cajasprin[width="100%"][cellspacing="0"][cellpadding="2"][bordercolor="#111111"][border="0"][style="border-collapse: collapse"]>tbody>tr>td {
  515. padding: 0;
  516. }
  517. TABLE.cajasprin[width="100%"][cellspacing="0"][cellpadding="2"][bordercolor="#111111"][border="0"][style="border-collapse: collapse"] {
  518. border: 0;
  519. }
  520. /* Ajustar tablas de publicidad inicio */
  521. table#AutoNumber30 {
  522. border: transparent;
  523. }
  524.  
  525. /* Elementos estando desconectado */
  526. /* Fondo tabla publicidad desconectado */
  527. td[bgcolor="#ffffe0"] {
  528. background: transparent;
  529. }
  530. /* Ajustar tabla publicidad pie de foro desconectado */
  531. div[id*="div-336x280"] {
  532. height: auto !important;
  533. }
  534. /* Ajustar publicidad dentro de primer post desconectado */
  535. span[style="border: solid #FAFAFA; border-left: 10px solid #DADADA; PADDING-LEFT: 5px; padding:5px; margin: 1px; float: right; width: 301px; height: 251px;"] {
  536. border: none !important;
  537. height: auto !important;
  538. }
  539. /* Aviso hilos restringidos desconectado */
  540. table#table3.tborder td.alt1[style="background-color:#FFF"] {
  541. background-color: var(--bg04) !important;
  542. }
  543. /* Listado de foros aviso desconectado */
  544. div.panel[style="margin-top:5px; background-color:#ffffff;"] {
  545. background-color: var(--bg03) !important;
  546. }
  547.  
  548.  
  549. /*------------------------------------------------------------+
  550. ¦ PRINCIPAL ¦
  551. +------------------------------------------------------------*/
  552.  
  553. /* Fondo principal */
  554. body {
  555. background: var(--bg01);
  556. color: var(--tx01);
  557. margin: 16px;
  558. background-image: url("http://i.imgur.com/fk7auLF.png")
  559. }
  560.  
  561. /* Textos principales */
  562. .texto,
  563. .texto1 {
  564. color: var(--tx01);
  565. }
  566. font[color="#000000"] {
  567. color: var(--tx01);
  568. }
  569.  
  570. /* Textos secundarios (en gris) */
  571. .time,
  572. .smallfont-gray {
  573. color: var(--tx03);
  574. }
  575.  
  576. /* Enlaces principales */
  577. a:link,
  578. body_alink,
  579. a:visited,
  580. body_avisited,
  581. .texto A {
  582. color: var(--tx04);
  583. }
  584. .contenido A:hover,
  585. .contenido_menu A:hover,
  586. .adcontenido A:hover,
  587. .texto A:hover,
  588. .texto1 A:hover,
  589. .miniyo A:hover,
  590. .top2 A:hover,
  591. A:hover {
  592. color: var(--tx05);
  593. text-decoration: none;
  594. }
  595.  
  596. /* Aviso cookies */
  597. #infocookie {
  598. margin-bottom: 16px;
  599. font-family: inherit;
  600. background: var(--bg03);
  601. color: var(--tx01);
  602. border: 1px solid var(--bg02);
  603. width: calc(100% - 2px);
  604. }
  605. /* Boton cerrar aviso cookies */
  606. #infocookie_close {
  607. filter: invert(100%);
  608. }
  609.  
  610.  
  611.  
  612. /* Barra principal de enlaces */
  613. /* Contenedor barra principal */
  614. table.cajasprin[style="border-collapse: collapse"]:nth-of-type(1) {
  615. position: relative;
  616. top: 2px;
  617. width: 100%;
  618. border: 1px solid var(--bg02);
  619. border-bottom: 0;
  620. }
  621.  
  622. /* Quitar color fondo tabla posterior, importante */
  623. table.cajasprin[style="border-collapse: collapse"]:nth-of-type(1),
  624. td.texto[bgcolor="#f5f5f5"] {
  625. background: transparent;
  626. }
  627.  
  628. /* Quitar bordes laterales blancos barra principal */
  629. table[id="AutoNumber9"]>tbody>tr>td {
  630. border: 0;
  631. }
  632.  
  633. /* Diseño barra principal */
  634. table[id="AutoNumber9"] {
  635. width: 100%;
  636. height: 38px;
  637. border-bottom: 1px solid var(--bg03); /* color fondo tabla para tapar */
  638. }
  639.  
  640. /* Fuente barra principal */
  641. table#AutoNumber9 font {
  642. font-size: 15px;
  643. letter-spacing: 0.05em;
  644. }
  645.  
  646. /* Botones barra principal */
  647. /* Activo */
  648. table[id="AutoNumber9"]>tbody>tr>td[bgcolor="#FFFFFB"] {
  649. background: var(--bg03);
  650. }
  651.  
  652. /* Inactivo */
  653. table[id="AutoNumber9"]>tbody>tr>td[bgcolor="#ECECEC"] {
  654. background: var(--bg04);
  655. box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.07);
  656. }
  657. /* Inactivo hover */
  658. table[id="AutoNumber9"]>tbody>tr>td[bgcolor="#ffffff"] {
  659. background: var(--bg10) !important;
  660. box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.07);
  661. }
  662.  
  663. /* Hacer botones clicables en todo el ancho */
  664. table[id="AutoNumber9"]>tbody>tr>td>a {
  665. padding: 7px 0px;
  666. display: block;
  667. }
  668.  
  669.  
  670. /* Effect: Brackets */
  671. table[id="AutoNumber9"]>tbody>tr>td>a::before,
  672. table[id="AutoNumber9"]>tbody>tr>td>a::after {
  673. display: inline-block;
  674. opacity: 0;
  675. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  676. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  677. transition: transform 0.3s, opacity 0.2s;
  678. }
  679.  
  680. table[id="AutoNumber9"]>tbody>tr>td>a::before {
  681. margin-right: 10px;
  682. content: '[';
  683. -webkit-transform: translateX(20px);
  684. -moz-transform: translateX(20px);
  685. transform: translateX(20px);
  686. }
  687.  
  688. table[id="AutoNumber9"]>tbody>tr>td>a::after {
  689. margin-left: 10px;
  690. content: ']';
  691. -webkit-transform: translateX(-20px);
  692. -moz-transform: translateX(-20px);
  693. transform: translateX(-20px);
  694. }
  695.  
  696. table[id="AutoNumber9"]>tbody>tr>td>a:hover::before,
  697. table[id="AutoNumber9"]>tbody>tr>td>a:hover::after,
  698. table[id="AutoNumber9"]>tbody>tr>td>a:focus::before,
  699. table[id="AutoNumber9"]>tbody>tr>td>a:focus
  700. {
  701. opacity: 1;
  702. -webkit-transform: translateX(0px);
  703. -moz-transform: translateX(0px);
  704. transform: translateX(0px);
  705. }
  706.  
  707.  
  708.  
  709. /* Pie de pagina */
  710. td.cmini {
  711. border: none !important;
  712. padding: 8px 4px;
  713. }
  714. /* Borde y fondo tabla pie de pagina */
  715. table[style="border-collapse: collapse"][bordercolordark="#000000"][bordercolorlight="#000000"][bordercolor="#111111"][bgcolor="#CCCCCC"] {
  716. border: 1px solid var(--bg02);
  717. background-color: var(--bg03) ;
  718. }
  719. /* Pie de pagina foro quitar color superpuesto */
  720. td.cmini[bgcolor="#FFFFFF"] {
  721. background: transparent;
  722. }
  723. table[width="100%"][cellpadding="2"].page{
  724. border-top: 1px solid var(--bg02);
  725. border-left: 1px solid var(--bg02);
  726. border-right: 1px solid var(--bg02);
  727. }
  728.  
  729.  
  730. /* Pie de pagina inicio */
  731. td.contenido[style="border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"],
  732. td.contenido[style="border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"],
  733. td.contenido[style="border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;"] {
  734. background: var(--bg03) !important;
  735. padding-bottom: 4px;
  736. }
  737.  
  738. /* Pantalla resultados busqueda con buscador de Google */
  739. .panelsurround table#AutoNumber1 td[bordercolor="#C0C0C0"][bgcolor="#FBFBFB"] {
  740. background: var(--bg04);
  741. border: 1px solid var(--bg04) !important;
  742. }
  743.  
  744.  
  745. /* Bordes de tablas */
  746. /* Borde tablas principales inicio */
  747. .cajasprin {
  748. border: 1px solid var(--bg02);
  749. }
  750.  
  751. /* Modificacion importante que afecta los bordes de las tablas principales para mejorar personalizacion */
  752. /* Quitar antiguo formato de bordes para implementar el nuevo */
  753. table.tborder,
  754. div.tborder[style="padding:1px; border-top-width:0px"] {
  755. border-collapse: collapse;
  756. padding: 0px !important;
  757. border: 1px solid var(--bg02);
  758. }
  759. /* Añadir borde a lista de hilos */
  760. table[id="threadslist"] tr {
  761. border-top: 1px solid var(--bg02);
  762. }
  763. /* Añadir borde a lista de foros */
  764. tbody[id^="collapseobj_forumbit"] tr {
  765. border-top: 1px solid var(--bg02);
  766. }
  767. /* Añadir borde a secciones de lista de foros */
  768. td[id^="f"][class^="alt1"],
  769. td[id^="f"][class^="alt1"]+td[class="alt2"] {
  770. border-top: 1px solid var(--bg02);
  771. }
  772. /* Añadir borde a lista de opciones de encuesta */
  773. table.tborder td.alt1[width="75%"],
  774. table.tborder td.alt1[width="12%"],
  775. table.tborder td.alt1[width="75%"]~td.alt2[nowrap="nowrap"],
  776. table.tborder td.alt1[width="12%"]~td.alt2[width="13%"] {
  777. border-top: 1px solid var(--bg02);
  778. }
  779.  
  780.  
  781. /*------------------------------------------------------------+
  782. ¦ INICIO ¦
  783. +------------------------------------------------------------*/
  784.  
  785. /* Color enlaces lista de hilos */
  786. .texto[href^="/foro/showthread.php?t="] {
  787. color: var(--tx07) !important;
  788. }
  789. .texto[href^="/foro/showthread.php?t="]:hover {
  790. color: var(--tx08) !important;
  791. }
  792.  
  793. /* Fondo principal inicio */
  794. td.contenido {
  795. border: none !important;
  796. color: var(--tx01);
  797. }
  798. table.contenido {
  799. border: none !important;
  800. }
  801.  
  802. /* Tabla principal */
  803. td[bgcolor="#f5f5f5"] {
  804. background: var(--bg03);
  805. }
  806.  
  807. /* Texto verde usuarios en linea */
  808. span[style="color:#008000;"] {
  809. color: var(--cv01) !important;
  810. }
  811.  
  812. /* Tabla de buscador */
  813. .cajastip {
  814. border-style: none;
  815. background: none !important;
  816. border-spacing: 1px;
  817. }
  818. table[class="cajastip"]>tbody>tr>td.texto {
  819. background: none !important;
  820. }
  821.  
  822. /* Añadir margen a lista de hilos inicio */
  823. table.cajasprin>tbody>tr>td.contenido {
  824. padding: 4px;
  825. }
  826. /* Espaciado izquierdo ficha de usuario en inicio */
  827. table.cajasnews td.texto tr td:last-child.texto {
  828. padding-right: 8px;
  829. }
  830. /* Resalta fila bajo el cursor en inicio */
  831. /*table.cajasnews td.texto tr:nth-child(n+2):hover td {
  832. background-color: var(--bg02) !important;
  833. }*/
  834. /* Lista de hilos inicio */
  835. table.cajasnews {
  836. border: 1px solid var(--bg02);
  837. background-color: var(--bg03);
  838. }
  839. table.cajasnews>tbody>tr>td {
  840. padding: 0;
  841. }
  842. /* Encabezado lista de hilos */
  843. tr[bgcolor="#f5f5f5"] {
  844. background-color: var(--bg04);
  845. }
  846. /* Color alternante lista de hilos / Ficha de usuario */
  847. td.contenido div td[bgcolor="#ffffff"],
  848. td.texto td[bgcolor="#ffffff"]
  849. {
  850. background-color: var(--bg06);
  851. }
  852. /* Regla complementaria a anterior, para no forzar color fondo si no es necesario */
  853. table.cajascat td.contenido[bgcolor="#ffffff"] {
  854. background-color: var(--bg06) !important;
  855. }
  856.  
  857. /* Color alternante secundario */
  858. td[bgcolor="#fbfbfd"] {
  859. background-color: var(--bg09);
  860. }
  861.  
  862. /* Ficha de usuario inicio */
  863. /* Margen izquierdo ficha de usuario */
  864. td.contenido td[width="312"] {
  865. padding-left: 6px;
  866. }
  867.  
  868. /* Encabezado ficha de usuario */
  869. td[bgcolor="#f9f9f9"] {
  870. background-color: var(--bg04);
  871. height: 21px;
  872. }
  873. /* Tabla ficha usuario */
  874. .cajascat {
  875. BORDER: 1px solid var(--bg02);
  876. border-spacing: 0px;
  877. }
  878. /* Ficha de usuario inicio */
  879. .cat {
  880. border-bottom: 0;
  881. color: var(--tx01);
  882. }
  883. .cajascat>tbody>tr>td {
  884. padding: 0;
  885. }
  886. /* Fix altura icono mensajes privados inicio */
  887. img[src*="forocoches.com/image/home_mp_off.png"] {
  888. width: 0 !important;
  889. height: 16px !important;
  890. padding-right: 16px !important;
  891. background: transparent url("http://st.forocoches.com/image/home_mp_off.png") center center no-repeat !important;
  892. background-size: 16px !important;
  893. }
  894.  
  895. /* Notificaciones inicio */
  896. #AutoNumber1.contenido[bgcolor="#CCCCCC"] {
  897. background: var(--bg06);
  898. }
  899. td:nth-child(1).contenido[bgcolor="#FFFFCC"] {
  900. background: transparent;
  901. }
  902. td:nth-child(2).contenido[bgcolor="#FFFFCC"] {
  903. border-radius: 16px !important;
  904. background: var(--no01);
  905. }
  906. td.contenido[bgcolor="#FFFFCC"],
  907. td.contenido[bgcolor="#FFFFCC"] a,
  908. td.contenido[bgcolor="#FFFFCC"] strong {
  909. color: var(--no02);
  910. }
  911.  
  912. /* Otras paginas de inicio desde enlaces en pie de pagina */
  913. .cajascat {
  914. background: var(--bg02) !important;
  915. }
  916.  
  917.  
  918. /*------------------------------------------------------------+
  919. ¦ PERFIL DE USUARIO ¦
  920. +------------------------------------------------------------*/
  921.  
  922. /* Recuadro con fecha y estadisticas de usuario */
  923. td[id="profile_box"]>div[style="padding: 10px; border-radius: 2%; -moz-border-radius: 2%; -webkit-border-radius: 2%; border: solid 1px silver; background-color:#ffffff"] {
  924. border: none !important;
  925. background: transparent !important;
  926. }
  927.  
  928. /* Lista de pestañas */
  929. /* Fondo de pestañas */
  930. ul.tab_list {
  931. background: var(--bg03);
  932. border-color: var(--bg02) !important;
  933. border-style: solid !important;
  934. border-width: 1px 1px 0px 1px !important;
  935. }
  936. /* Pestañas */
  937. ul.tab_list li {
  938. margin-left: 0px;
  939. margin-right: 1px;
  940. cursor: default;
  941. height: auto !important;
  942. /* esto hace todas las pestñas del mismo tamaño */
  943. font-size: 13px;
  944. font-family: 'Roboto' !important;
  945. }
  946.  
  947. /* Pestañas no seleccionadas */
  948. ul.tab_list li.thead {
  949. font-weight: normal;
  950. padding: 5px !important;
  951. }
  952. /* Pestañas no seleccionadas hover */
  953. ul.tab_list li.thead:hover {
  954. background: var(--bg10);
  955. color: var(--tx01);
  956. }
  957. /* Pestaña seleccionada */
  958. ul.tab_list li.tcat {
  959. height: inherit;
  960. font-weight: bold;
  961. font-size: 13px;
  962. padding: 5px !important;
  963. border-color: var(--bg02);
  964. }
  965. /* Pie de pestañas */
  966. div.tab_header {
  967. margin-top: 0px;
  968. padding: 4px;
  969. border-left: 1px solid var(--bg02);
  970. border-right: 1px solid var(--bg02);
  971. }
  972.  
  973.  
  974. /* Diseño menciones y citas */
  975. /* Margenes listado de paginas */
  976. table[style="margin-top:3px; margin-bottom:3px"] div.pagenav {
  977. padding: 0px 8px !important;
  978. padding-top: 8px !important;
  979. }
  980. table[style="margin-top:3px; margin-bottom:3px"] {
  981. margin-top: 0px !important;
  982. margin-bottom: 12px !important;
  983. }
  984. /* Color borde listado de paginas */
  985. table[style="margin-top:3px; margin-bottom:3px"] table.tborder {
  986. border: 1px solid var(--bg05) !important;
  987. }
  988. /* Color tabla lista de paginas */
  989. table[style="margin-top:3px; margin-bottom:3px"] table.tborder td.vbmenu_control {
  990. background: var(--bg07);
  991. }
  992.  
  993. div#quotes.tborder.content_block,
  994. div#mentions.tborder.content_block {
  995. background: var(--bg08);
  996. border-left: 1px solid var(--bg02);
  997. border-right: 1px solid var(--bg02);
  998. border-bottom: 1px solid var(--bg02);
  999. padding: 0;
  1000. padding-bottom: 8px;
  1001. }
  1002.  
  1003. /* Quitar bordes lista de menciones y citas y añadir borde superior */
  1004. #collapseobj_quotes table.tborder,
  1005. #collapseobj_mentions table.tborder {
  1006. border: 0px;
  1007. border-top: 1px solid var(--bg05);
  1008. }
  1009.  
  1010.  
  1011. /*------------------------------------------------------------+
  1012. ¦ FOROS ¦
  1013. +------------------------------------------------------------*/
  1014.  
  1015. /* Color enlace titulo hilo foro */
  1016. a[id^="thread_title_"] {
  1017. color: var(--tx07);
  1018. }
  1019. a[id^="thread_title_"]:hover {
  1020. color: var(--tx08);
  1021. }
  1022.  
  1023. /* Reemplazar color varios (publicidad) */
  1024. a[style="color:#000000;"],
  1025. b[style="color:#000000;"] {
  1026. color: var(--tx01) !important;
  1027. }
  1028.  
  1029. /* Quitar bordes redondeados imagenes y avatares */
  1030. .avatar,
  1031. .imgpost {
  1032. border-radius: 0px;
  1033. }
  1034.  
  1035. /* Fondo secundario, fondo foros */
  1036. .page {
  1037. background: transparent;
  1038. color: var(--tx01);
  1039. }
  1040.  
  1041. /* Bordes tablas, bordes foro, bordes principales */
  1042. .tborder {
  1043. background: var(--bg02);
  1044. color: var(--tx01);
  1045. }
  1046.  
  1047. /* Fondo aviso en subforo ayuda */
  1048. td.alt2[style="background-color: #FFFFE1"] {
  1049. background: transparent !important;
  1050. }
  1051. /* Avisos eventos */
  1052. .navbar_notice table[style="background-color:#909090; width: 100%;"] {
  1053. background-color: transparent !important;
  1054. }
  1055. .navbar_notice td[bgcolor="#FEFFF2"] {
  1056. background: transparent;
  1057. }
  1058. .infobck {
  1059. border: 0;
  1060. color: var(--tx01) !important;
  1061. font-family: inherit !important;
  1062. }
  1063. /* Evento */
  1064. div[id^="navbar_notice_"] table[style="background-color: #c0c0c0; width: 100%;"] {
  1065. background: transparent !important;
  1066. }
  1067.  
  1068. td[bgcolor="#FFFDDA"] {
  1069. background: transparent;
  1070. }
  1071.  
  1072.  
  1073. /* Avisos publicidad palabras clave */
  1074. td.alt1[style="background-color:#FFE"] {
  1075. background-color: var(--bg03) !important;
  1076. }
  1077. td.alt1[style="background-color:#FFE"] span.smallfont[style="color:#454545"] {
  1078. color: var(--tx03) !important;
  1079. }
  1080.  
  1081. /* Opciones pie de foros */
  1082. form[action="forumdisplay.php"] table {
  1083. border: 0px;
  1084. }
  1085.  
  1086. /* Barra buscador */
  1087. /* Diseño y ajustes */
  1088. .top2 {
  1089. background: transparent;
  1090. }
  1091. body>table[class="cajasprin"]>tbody>tr>td {
  1092. padding: 0;
  1093. }
  1094. table[id="AutoNumber7"] {
  1095. border-spacing: 3px;
  1096. padding: 6px 6px;
  1097. border-collapse: separate !important;
  1098. background: var(--bg03);
  1099. }
  1100.  
  1101. /* Casilla buscador */
  1102. .cfield {
  1103. box-sizing: border-box;
  1104. vertical-align: middle;
  1105. background-color: var(--cs01);
  1106. color: var(--cs02);
  1107. border-color: var(--bg05);
  1108. border-radius: 12px !important;
  1109. min-height: 24px;
  1110. padding: 0 10px 0 28px;
  1111. margin-right: 4px;
  1112. font-size: 14px;
  1113. background-image: url(http://i.imgur.com/iOp1ulp.png);
  1114. background-size: 14px;
  1115. background-position: center left 6px;
  1116. background-repeat: no-repeat;
  1117. }
  1118. .cfield:focus {
  1119. animation: bounceIn2 .3s;
  1120. }
  1121.  
  1122. /* Boton casilla buscador */
  1123. .cbutton {
  1124. box-sizing: border-box;
  1125. vertical-align: middle;
  1126. display: inline-block;
  1127. background-color: transparent;
  1128. color: var(--tx01);
  1129. border-color: var(--tx01);
  1130. border-radius: 12px !important;
  1131. min-height: 24px;
  1132. min-width: 24px;
  1133. padding: 0 5px;
  1134. font-size: 14px;
  1135. font-weight: normal;
  1136. opacity: .90;
  1137. }
  1138. .cbutton:hover {
  1139. background-color: transparent;
  1140. transform: scale(1.05, 1.05);
  1141. opacity: 1;
  1142. }
  1143. .cbutton:active {
  1144. opacity: .90;
  1145. transform: scale(1, 1);
  1146. }
  1147.  
  1148. /* Tabla de notificaciones */
  1149. td[style="background-color:#f1f1f1;"] {
  1150. background: var(--bg03) !important;
  1151. }
  1152. td[class="alt2"][width="60px"]>a>div[style="height:100%;width:60px;"]>span[style="font-size:8px; color:#7E7E7E;"] {
  1153. color: var(--tx03) !important;
  1154. }
  1155. /* Tabla de notificaicones activa */
  1156. td[style="background-color:#ffffcc;"] {
  1157. background: var(--no01) !important;
  1158. color: var(--no02);
  1159. }
  1160. /* Color texto tabla notificaciones activa */
  1161. td[class="alt2"][width="60px"][style="background-color:#ffffcc;"]>a>div[style="height:100%;width:60px;"]>span[style="font-size:8px; color:#7E7E7E;"],
  1162. td[style="background-color:#ffffcc;"] a {
  1163. color: var(--no02) !important;
  1164. }
  1165. td[style="background-color:#ffffcc;"] span {
  1166. color: var(--no02) !important;
  1167. }
  1168.  
  1169. /* Animacion de notificacion */
  1170. td[class="alt2"][style="background-color:#ffffcc;"][nowrap="nowrap"]>a>div>span:nth-of-type(1) {
  1171. display: inline-block;
  1172. box-sizing: content-box;
  1173. animation: bounceIn 1.5s infinite;
  1174. }
  1175.  
  1176. /* Barra de herramientas */
  1177. /* Fondo barra de herramientas, quitar bordes */
  1178. .tborder[style="border-bottom-width:0px"][width="100%"][cellspacing="1"][cellpadding="5"][border="0"][align="center"] {
  1179. border-collapse: collapse;
  1180. }
  1181. /* Barra de herramientas y Barra pie de pagina */
  1182. .vbmenu_control,
  1183. .tfoot {
  1184. background: var(--bg08);
  1185. color: var(--tx03);
  1186. height: 24px;
  1187. font-size: 13px;
  1188. font-family: Arial Black;
  1189. }
  1190. /* Diseño barra de herramientas */
  1191. /* Distribuir el tamaño equitativamente */
  1192. div.tborder[style="padding:1px; border-top-width:0px"] table {
  1193. table-layout: fixed;
  1194. }
  1195. /* Diseño */
  1196. div.tborder[style="padding:1px; border-top-width:0px"] .vbmenu_control {
  1197. box-sizing: border-box;
  1198. text-transform: uppercase;
  1199. font-weight: normal;
  1200. letter-spacing: 0.05em;
  1201. padding: 0px;
  1202. height: 28px;
  1203. transition: ease .2s;
  1204. border-bottom: 1px solid transparent;
  1205. }
  1206. div.tborder[style="padding:1px; border-top-width:0px"] .vbmenu_control:hover {
  1207. border-bottom: 1px solid var(--rs01);
  1208. }
  1209. /* Hacer clicable en todo el ancho */
  1210. div.tborder[style="padding:1px; border-top-width:0px"] .vbmenu_control a {
  1211. display: block;
  1212. padding: 4px 0px;
  1213. }
  1214. div.tborder[style="padding:1px; border-top-width:0px"] .vbmenu_control a:hover {
  1215. color: var(--tx01);
  1216. }
  1217. /* Enlaces Barra de herramientas y Barra pie de pagina */
  1218. .vbmenu_control a:link,
  1219. .vbmenu_control_alink,
  1220. .vbmenu_control a:visited,
  1221. .vbmenu_control_avisited,
  1222. .vbmenu_control a:hover,
  1223. .vbmenu_control a:active,
  1224. .vbmenu_control_ahover,
  1225. .tfoot a:link,
  1226. .tfoot_alink,
  1227. .tfoot a:visited,
  1228. .tfoot_avisited,
  1229. .tfoot a:hover,
  1230. .tfoot a:active,
  1231. .tfoot_ahover {
  1232. color: var(--tx06);
  1233. text-decoration: none;
  1234. }
  1235.  
  1236. /* Menus barras de herramientas */
  1237. .vbmenu_option {
  1238. color: var(--tx01);
  1239. background: transparent;
  1240. }
  1241. /* Regla necesaria para poder aplicar sombra */
  1242. div.vbmenu_popup {
  1243. clip: unset !important;
  1244. }
  1245. /* Menu */
  1246. .vbmenu_popup {
  1247. background: var(--bg09);
  1248. opacity: .96;
  1249. color: var(--tx01);
  1250. border: 1px solid var(--bg05);
  1251. box-shadow: 0px 4px 8px rgba(0, 0, 0, .2);
  1252. padding: 4px 0px;
  1253. animation: fadeIn .25s;
  1254. }
  1255. /* Cabeceras dentro de menus */
  1256. .vbmenu_popup td.thead {
  1257. background: var(--bg09);
  1258. color: var(--tx03);
  1259. cursor: default;
  1260. }
  1261. /* Padding de menus, normal, head, hilite */
  1262. .vbmenu_option,
  1263. .vbmenu_popup td.thead,
  1264. .vbmenu_hilite {
  1265. padding: 6px 24px;
  1266. }
  1267. /* Texto menus */
  1268. .vbmenu_option a:link,
  1269. .vbmenu_option_alink,
  1270. .vbmenu_option a:visited {
  1271. color: var(--tx01);
  1272. }
  1273. /* Texto menus hover */
  1274. .vbmenu_hilite {
  1275. background: var(--bg10);
  1276. color: var(--tx01);
  1277. }
  1278. .vbmenu_hilite a:link,
  1279. .vbmenu_hilite_alink,
  1280. .vbmenu_hilite a:visited,
  1281. .vbmenu_hilite_avisited,
  1282. .vbmenu_hilite a:hover,
  1283. .vbmenu_hilite a:active,
  1284. .vbmenu_hilite_ahover {
  1285. color: var(--tx01);
  1286. }
  1287.  
  1288. /* Menu pagina perfil de usuario */
  1289. li.thead.first {
  1290. background: transparent;
  1291. color: var(--tx03);
  1292. padding: 6px 24px;
  1293. }
  1294. ul#minicontact_menu li.vbmenu_option.vbmenu_option_alink,
  1295. ul#minicontact_menu li.vbmenu_hilite.vbmenu_hilite_alink,
  1296. ul#userlists_menu li.vbmenu_option.vbmenu_option_alink,
  1297. ul#userlists_menu li.vbmenu_hilite.vbmenu_hilite_alink {
  1298. padding: 6px 24px;
  1299. }
  1300.  
  1301. /* Menu nick de usuario */
  1302. /* Color texto lista de contactos */
  1303. span[style="color:#319c32; font-weight: bold"] {
  1304. color: var(--rs01) !important;
  1305. }
  1306. /* Color texto lista de ignorados */
  1307. span[style="color:#9c3131; font-weight: bold"] {
  1308. color: var(--tx04) !important;
  1309. }
  1310.  
  1311. /* Fondo recuadros de publicidad en foros especificios */
  1312. td.alt1[style="background-color:#FFFFFF;"],
  1313. td.alt1 table[bgcolor="#eeeeee"] {
  1314. background: var(--bg03) !important;
  1315. }
  1316.  
  1317. /* Diseño de hilos */
  1318. /* Cabecera de hilo */
  1319. .tcat {
  1320. background: var(--bg08);
  1321. color: var(--tx06);
  1322. }
  1323. .tcat a:link,
  1324. .tcat_alink,
  1325. .tcat a:visited,
  1326. .tcat_avisited,
  1327. .tcat a:hover,
  1328. .tcat a:active,
  1329. .tcat_ahover {
  1330. color: var(--tx06);
  1331. text-decoration: none;
  1332. }
  1333.  
  1334. /* Color fondos principal */
  1335. .alt1,
  1336. .alt1Active {
  1337. background: var(--bg03);
  1338. color: var(--tx01);
  1339. border-color: var(--bg02) !important;
  1340. }
  1341. /* Color fondos secundario */
  1342. .alt2,
  1343. .alt2Active {
  1344. background: var(--bg04);
  1345. color: var(--tx01);
  1346. border-color: var(--bg02) !important;
  1347. }
  1348.  
  1349. /* Cabecera mensajes y foros */
  1350. .thead {
  1351. background: var(--bg03);
  1352. color: var(--tx01);
  1353. border-color: var(--bg02) !important;
  1354. }
  1355. .thead a:link,
  1356. .thead_alink,
  1357. .thead a:visited,
  1358. .thead_avisited,
  1359. .thead a:hover,
  1360. .thead a:active,
  1361. .thead_ahover {
  1362. color: var(--tx01);
  1363. }
  1364.  
  1365. /* Quitar espacio vacio bajo primer post de cada hilo */
  1366. div[id^=edit][style="padding:0px 0px 5px 0px"]>br {
  1367. display: none
  1368. }
  1369.  
  1370. /* Bordes mensaje */
  1371. /* Quita borde superior y lateral dentro de post */
  1372. td.alt2 {
  1373. border-right: 0 !important;
  1374. }
  1375. td.thead {
  1376. border-bottom: 0 !important;
  1377. padding-left: 5px;
  1378. }
  1379. /* Quita espacio superior dentro de post */
  1380. td[id^="td_post"] {
  1381. padding-top: 2px;
  1382. }
  1383.  
  1384.  
  1385. /* Embellecer post */
  1386. /* Degradado post normal */
  1387. table[id^=post][class="tborder"]>tbody>tr:nth-child(2)>td[class="alt2"] {
  1388. background-image:
  1389. linear-gradient(to bottom, var(--bg03) 0%, transparent 72px),
  1390. linear-gradient(to left, rgba(0, 0, 0, .03) 0%, transparent 16px);
  1391. }
  1392. table[id^=post][class="tborder"]>tbody>tr:nth-child(4)>td[class="alt2"] {
  1393. background-image:
  1394. linear-gradient(to left, rgba(0, 0, 0, .03) 0%, transparent 16px);
  1395. }
  1396.  
  1397. /* Resaltar autor hilo */
  1398. .tborder-author {
  1399. border-left: 6px solid var(--rs02);
  1400. border-right: 0 solid;
  1401. }
  1402. /* Degradado autor hilo */
  1403. table[id^=post][class="tborder-author"]>tbody>tr:nth-child(2)>td[class="alt2"] {
  1404. background-image: /* ñapa para evitar banding */
  1405. linear-gradient(to bottom, var(--bg03) 0%, transparent 72px),
  1406. linear-gradient(to left, rgba(0, 0, 0, .1) 0%, transparent 8px),
  1407. linear-gradient(to bottom, var(--bg03) 0%, var(--rs03) 72px);
  1408. }
  1409. table[id^=post][class="tborder-author"]>tbody>tr:nth-child(4)>td[class="alt2"] {
  1410. background-image:
  1411. linear-gradient(to left, rgba(0, 0, 0, .1) 0%, transparent 8px),
  1412. linear-gradient(var(--rs03), var(--rs03));
  1413. }
  1414. /* Color nombre de autor de hilo */
  1415. table[id^=post][class="tborder-author"]>tbody>tr:nth-child(2)>td[class="alt2"]>div[id^=postmenu]>a[class="bigusername"] {
  1416. color: var(--rs02);
  1417. }
  1418. table[id^=post][class="tborder-author"]>tbody>tr:nth-child(2)>td[class="alt2"]>div[id^=postmenu]>a:hover[class="bigusername"] {
  1419. color: var(--rs02);
  1420. }
  1421.  
  1422. /* Resaltar post propio */
  1423. .tborder-user {
  1424. border-left: 6px solid var(--rs01);
  1425. border-right: 0 solid;
  1426. }
  1427. /* Color nombre de usuario propio */
  1428. table[id^=post][class="tborder-user"]>tbody>tr:nth-child(2)>td[class="alt2"]>div[id^=postmenu]>a[class="bigusername"] {
  1429. color: var(--rs01);
  1430. }
  1431. table[id^=post][class="tborder-user"]>tbody>tr:nth-child(2)>td[class="alt2"]>div[id^=postmenu]>a:hover[class="bigusername"] {
  1432. color: var(--rs01);
  1433. }
  1434. /* Degradado post propio */
  1435. table[id^=post][class="tborder-user"]>tbody>tr:nth-child(2)>td[class="alt2"] {
  1436. background-image: /* ñapa para evitar banding */
  1437. linear-gradient(to bottom, var(--bg03) 0%, transparent 72px),
  1438. linear-gradient(to left, rgba(0, 0, 0, .1) 0%, transparent 8px),
  1439. linear-gradient(to bottom, var(--bg03) 0%, var(--rs04) 72px);
  1440. }
  1441. table[id^=post][class="tborder-user"]>tbody>tr:nth-child(4)>td[class="alt2"] {
  1442. background-image:
  1443. linear-gradient(to left, rgba(0, 0, 0, .1) 0%, transparent 8px),
  1444. linear-gradient(var(--rs04), var(--rs04));
  1445. }
  1446.  
  1447. /* Ancho post usuario / post no resaltado */
  1448. /* Para compensar ancho de los bordes del resalto */
  1449. table[id^=post][class="tborder"]>tbody>tr>td[class="thead"][style="font-weight:normal; border: 1px solid #D1D1D1; border-right: 0px"] {
  1450. width: 181px;
  1451. }
  1452.  
  1453. /* Espaciado post */
  1454. div[id^="post_message"] {
  1455. padding: 0 8px 0;
  1456. }
  1457.  
  1458. /* Separador titulo posts y firma */
  1459. hr {
  1460. border: none;
  1461. border-top: 1px dotted var(--bg08);
  1462. background: transparent !important;
  1463. }
  1464.  
  1465. /* Contenedores citas code y spoilers */
  1466. /* Contenedor citas quote */
  1467. #HOTWordsTxt td.alt2,
  1468. 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;"] {
  1469. border: 0px solid var(--bg02) !important;
  1470. border-left: 6px solid var(--bg02) !important;
  1471. border-radius: 6px !important;
  1472. max-height: 640px !important;
  1473. width: 100% !important;
  1474. box-sizing: border-box !important;
  1475. box-shadow: inset -1px -1px 0px 0px rgba(255,255,255,.07), inset 1px 1px 0px 0px rgba(0,0,0,.06);
  1476. }
  1477. /* Quita formato italico dentro de cita */
  1478. .alt2 div[style="font-style:italic"] {
  1479. font-style: unset !important;
  1480. }
  1481. /* Ajustar texto "Cita:" de titulo a contenedor */
  1482. div[style="margin:20px; margin-top:5px; "]>div[style="margin-bottom:2px; margin-left:8px"] {
  1483. margin-bottom: -6px !important;
  1484. }
  1485.  
  1486. /* Contenedor code */
  1487. div#posts div.alt2,
  1488. div#posts pre.alt2 {
  1489. margin-left: 8px !important;
  1490. border-radius: 6px !important;
  1491. border: 0px solid var(--bg02) !important;
  1492. border-left: 6px solid var(--bg02) !important;
  1493. max-height: 640px !important;
  1494. width: 100% !important;
  1495. box-sizing: border-box !important;
  1496. box-shadow: inset -1px -1px 0px 0px rgba(255,255,255,.07), inset 1px 1px 0px 0px rgba(0,0,0,.06);
  1497. }
  1498. /* Ajustar texto "Codigo:" de titulo a contenedor */
  1499. div[style="margin:20px; margin-top:5px"]>div[style="margin-bottom:2px"] {
  1500. margin-left: 8px;
  1501. }
  1502.  
  1503. /* Contenedor spoiler */
  1504. .spoiler {
  1505. margin: 2px 12px 0 28px;
  1506. font-weight: normal;
  1507. border-radius: 6px !important;
  1508. border: 0px solid var(--tx03) !important;
  1509. border-left: 6px solid var(--tx03) !important;
  1510. max-height: 640px !important;
  1511. width: auto;
  1512. cursor: pointer;
  1513. box-shadow: inset -1px -1px 0px 0px rgba(255,255,255,.07), inset 1px 1px 0px 0px rgba(0,0,0,.06);
  1514. }
  1515. /* Ajustar texto "Spoiler:" de titulo a contenedor */
  1516. div[id^="post_message"]>span.smallfont {
  1517. margin-left: 28px !important;
  1518. }
  1519. /* Color tabla citas (?) */
  1520. div[id^="post_message"]>span.smallfont>span {
  1521. display: none;
  1522. }
  1523. /* Fondo y texto de spoiler */
  1524. div[class="spoiler"] {
  1525. background: var(--bg07);
  1526. color: var(--bg07);
  1527. }
  1528. /* Texto de spoiler activado */
  1529. div.spoiler[style="color: rgb(0, 0, 0);"] {
  1530. color: var(--tx01) !important;
  1531. }
  1532. /* Fix spoiler dentro de cita */
  1533. td[class="alt2"]>div[style="font-style:italic"]>span.smallfont {
  1534. margin-left: 28px !important;
  1535. }
  1536. td[class="alt2"]>div[style="font-style:italic"]>span.smallfont>span {
  1537. display: none;
  1538. }
  1539. /* Fix spoiler dentro de cita simple */
  1540. td[class="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 {
  1541. margin-left: 28px !important;
  1542. }
  1543. td[class="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 {
  1544. display: none;
  1545. }
  1546.  
  1547. /* Contenedor citas y menciones pagina perfil de usuario */
  1548. div[class="alt2"][style="font-size:11px; color:#4d4d4d; margin:5px 0px 5px 0px; padding:5px; border:2px groove; word-break: break-word;"] {
  1549. border: 0 !important;
  1550. padding: 8px !important;
  1551. color: var(--tx01) !important;
  1552. }
  1553. /* Contenedor resultados de busqueda */
  1554. div[class="alt2"][style="margin:5px 0px 5px 0px; padding:5px; border:2px groove"] {
  1555. border: 0 !important;
  1556. padding: 8px !important;
  1557. }
  1558. /* Bordes lista posts bajo editor de mensaje completo, revisar topico */
  1559. tr[title^="Mensaje"] {
  1560. border-top: 1px solid var(--bg02);
  1561. border-bottom: 1px solid var(--bg02);
  1562. }
  1563.  
  1564. /* Alinear boton ir con texto boton dentro de cita */
  1565. /* flecha quote */
  1566. img.inlineimg[src*="viewpost.gif"] {
  1567. margin-bottom: 2px !important;
  1568. }
  1569.  
  1570. /* Color firma */
  1571. .signature {
  1572. color: var(--tx03);
  1573. }
  1574.  
  1575. /* Aviso registro estando desconectado */
  1576. td.panelsurround table[bordercolorlight="#000000"][bordercolordark="#000000"][cellpadding="8"] {
  1577. border: 0;
  1578. }
  1579. td.panelsurround td[bgcolor="#F5F5F5"] {
  1580. border: 1px solid var(--bg05) !important;
  1581. }
  1582.  
  1583. /* Formulario iniciar sesion */
  1584. td.alt1 + td.alt2[style="padding:0px"][nowrap="nowrap"] {
  1585. padding: 0 4px 0 2px !important;
  1586. background: var(--bg03);
  1587. }
  1588.  
  1589. /* Usuario */
  1590. input#navbar_username,
  1591. .bginput[name="vb_login_username"] {
  1592. padding: 0 10px 0 26px !important;
  1593. font-size: 14px !important;
  1594. background-image: url(http://i.imgur.com/fHyLYEY.png) !important;
  1595. background-size: 14px !important;
  1596. background-position: center left 6px !important;
  1597. background-repeat: no-repeat !important;
  1598. min-width: 140px;
  1599. max-width: 350px;
  1600. }
  1601. /* Contraseña */
  1602. input#navbar_password,
  1603. .bginput[name="vb_login_password"]{
  1604. padding: 0 10px 0 26px !important;
  1605. font-size: 14px !important;
  1606. background-image: url(http://i.imgur.com/dPbey0d.png) !important;
  1607. background-size: 14px !important;
  1608. background-position: center left 6px !important;
  1609. background-repeat: no-repeat !important;
  1610. min-width: 140px;
  1611. max-width: 350px;
  1612. }
  1613. /* Quitar etiquetas usuario y contraseña */
  1614. label[for="navbar_username"], label[for="navbar_password"] {
  1615. display: none;
  1616. }
  1617.  
  1618.  
  1619. /*------------------------------------------------------------+
  1620. ¦ EDITOR DE MENSAJES ¦
  1621. +------------------------------------------------------------*/
  1622.  
  1623. /* Borde editor rapido */
  1624. table[id^="vB_Editor_QE"] {
  1625. border: 0px solid #5c5c5c !important;
  1626. }
  1627. /* Tabla que contiene editor de mensajes */
  1628. .panelsurround {
  1629. background: var(--bg04);
  1630. padding: 16px;
  1631. color: var(--tx01);
  1632. }
  1633. .panel {
  1634. background: var(--bg03);
  1635. color: var(--tx01);
  1636. border: 1px solid var(--bg05) !important;
  1637. }
  1638.  
  1639. /* Editor de mensajes */
  1640. .vBulletin_editor {
  1641. background: var(--bg07) !important;
  1642. padding: 8px;
  1643. border: 0px solid !important;
  1644. border-radius: 12px;
  1645. }
  1646. /* Color texto editor de mensajes */
  1647. .vBulletin_editor a:link,
  1648. .vBulletin_editor .smallfont,
  1649. table[id^="vB_Editor"] {
  1650. color: var(--tx01);
  1651. }
  1652. /* Borde editor mensajes */
  1653. iframe {
  1654. border: none !important;
  1655. }
  1656.  
  1657. /* Iconos editor mensajes */
  1658. div[id^="vB_Editor_"] {
  1659. background: var(--bg07) !important;
  1660. }
  1661. /* Elemento seleccionado en editor de mensajes */
  1662. div[style="background: rgb(241, 246, 248) none repeat scroll 0% 0%; color: rgb(0, 0, 0); padding: 0px; border: 1px solid rgb(49, 106, 197);"] {
  1663. border: 1px solid transparent !important;
  1664. background: var(--bg04) !important;
  1665. border-radius: 3px !important;
  1666. }
  1667. /* Hover */
  1668. div[style="background: rgb(193, 210, 238) none repeat scroll 0% 0%; color: rgb(0, 0, 0); padding: 0px; border: 1px solid rgb(49, 106, 197);"] {
  1669. border: 1px solid var(--bg03) !important;
  1670. border-radius: 3px !important;
  1671. }
  1672. /* Hover seleccionado */
  1673. div[style="background: rgb(152, 181, 226) none repeat scroll 0% 0%; color: rgb(0, 0, 0); padding: 0px; border: 1px solid rgb(49, 106, 197);"] {
  1674. border: 1px solid transparent !important;
  1675. background: var(--bg03) !important;
  1676. border-radius: 3px !important;
  1677. }
  1678. /* Fixes elementos seleccionados */
  1679. #vB_Editor_001_popup_fontsize,
  1680. #vB_Editor_001_popup_fontname {
  1681. background: var(--bg07) !important;
  1682. }
  1683. /* Quitar borde azul en flecha */
  1684. td[style="padding-left: 0px; border-left: 1px solid rgb(49, 106, 197);"] {
  1685. border-left: 1px solid transparent !important;
  1686. }
  1687. /* Tamaño selector de tamaño texto en editor de mensajes */
  1688. div[id="vB_Editor_001_popup_fontsize"] {
  1689. width: 73px;
  1690. }
  1691. div[id^="vB_Editor"][style="width: 25px;"],
  1692. div[id^="vB_Editor"][style="width:25px"] {
  1693. width: 48px !important;
  1694. }
  1695. /* Fix borde fuentes y tamaño */
  1696. .popup_feedback {
  1697. background: transparent !important;
  1698. border-right: 1px solid var(--bg07) !important;
  1699. }
  1700. /* Correcion borde flecha desplegable editor de mensajes */
  1701. .alt_pickbutton {
  1702. border-left: 1px solid var(--bg07);
  1703. }
  1704. /* Borde boton desplegable editor de mensajes */
  1705. .popup_pickbutton {
  1706. border: 1px solid var(--bg07) !important;
  1707. }
  1708. /* Texto selector fuentes y tamaños */
  1709. .popup_feedback div {
  1710. color: var(--tx01);
  1711. }
  1712. /* Fondo lista fuentes */
  1713. div[class="vbmenu_popup"]>div {
  1714. background: #d9d9d9 !important;
  1715. border: 0 !important;
  1716. }
  1717. /* Lista de botones editor mensajes */
  1718. #controlbar,
  1719. .controlbar {
  1720. padding: 4px;
  1721. }
  1722.  
  1723. /* Editor de mensajes WYSIWYG */
  1724. .wysiwyg {
  1725. background: var(--bg03) !important;
  1726. color: var(--tx01) !important;
  1727. margin: 8px 8px 8px !important;
  1728. padding: 0px !important;
  1729. }
  1730. /* Enlaces en editor de mensajes */
  1731. .wysiwyg a:link,
  1732. .wysiwyg_alink,
  1733. .wysiwyg a:visited,
  1734. .wysiwyg_alink {
  1735. color: var(--tx04) !important;
  1736. }
  1737.  
  1738. /* Tamaño editores de mensajes */
  1739. /* Editor de mensajes rapido */
  1740. div[style="max-width:880px; width:auto !important; width:880px"] {
  1741. max-width: 1440px !important;
  1742. }
  1743. /* Editor de mensajes completo */
  1744. div#vB_Editor_001_controls.controlbar+table {
  1745. table-layout: fixed;
  1746. max-width: 1440px !important;
  1747. }
  1748. iframe#vB_Editor_001_iframe {
  1749. width: 100% !important;
  1750. }
  1751. textarea#vB_Editor_001_textarea {
  1752. width: 99.6% !important;
  1753. }
  1754.  
  1755. /* Ajustar panel de iconos para hilo debajo de editor para coincidir con el resto */
  1756. fieldset.fieldset[style="margin-top: 5px"] {
  1757. max-width: 860px;
  1758. margin: auto;
  1759. }
  1760.  
  1761.  
  1762. /* Recuadros de opciones posts (y en todas las paginas) */
  1763. fieldset legend {
  1764. color: var(--tx01);
  1765. }
  1766. fieldset {
  1767. border: 1px solid var(--bg05);
  1768. }
  1769.  
  1770. /* Fix recuadro de opciones dentro de editor */
  1771. .vBulletin_editor fieldset {
  1772. border: 0px !important;
  1773. }
  1774. /* Primera letra en mayusculas */
  1775. .vBulletin_editor legend::first-letter {
  1776. text-transform: uppercase;
  1777. }
  1778.  
  1779. /* Botones bajo editor de mensajes, enviar y vista previa */
  1780. td.panelsurround div[style="margin-top:5px"] {
  1781. margin-top: 12px !important;
  1782. }
  1783.  
  1784.  
  1785. /*------------------------------------------------------------+
  1786. ¦ OPCIONES / FORMULARIOS / BOTONES ¦
  1787. +------------------------------------------------------------*/
  1788.  
  1789. /* Formularios grandes (incluido editor mensajes) */
  1790. textarea {
  1791. border: 1px solid var(--bg05);
  1792. background: var(--bg11) !important;
  1793. color: var(--tx01) !important;
  1794. }
  1795.  
  1796. /* Introducción de texto formularios */
  1797. /* Regla "!important" necesaria para aplicar a formularios del buscador de Google */
  1798. .bginput,
  1799. input[name="q"] {
  1800. vertical-align: middle !important;
  1801. background: var(--cs01) !important;
  1802. color: var(--cs02) !important;
  1803. min-height: 24px!important;
  1804. margin: 2px!important;
  1805. padding: 0px 10px !important;
  1806. border-radius: 14px !important;
  1807. }
  1808.  
  1809. /* Ajustar alineacion */
  1810. label {
  1811. vertical-align: middle;
  1812. }
  1813. input {
  1814. vertical-align: middle !important;
  1815. }
  1816. input[type=radio] {
  1817. margin-bottom: 4px;
  1818. }
  1819. input[type=checkbox] {
  1820. margin-bottom: 4px;
  1821. vertical-align: top;
  1822. }
  1823.  
  1824.  
  1825. /* Menus desplegables formularios */
  1826. select {
  1827. margin: 2px;
  1828. vertical-align: middle !important;
  1829. background: var(--bg11);
  1830. border: 1px solid var(--bg05);
  1831. color: var(--tx01);
  1832. min-height: 24px;
  1833. -webkit-appearance: none;
  1834. -moz-appearance: none;
  1835. margin-right: 4px;
  1836. background-size: cover;
  1837. background-size: 8px;
  1838. background-image: url(http://imgh.us/down_arrow_white.svg);
  1839. /*background-image: url(http://imgh.us/down_arrow_black.svg);*/
  1840. background-position: center right 3px;
  1841. background-repeat: no-repeat;
  1842. padding-right: 14px;
  1843. }
  1844. select option {
  1845. padding: 3px;
  1846. }
  1847. /* Encabezado lista de opciones */
  1848. .fjdpth0 {
  1849. background: transparent;
  1850. color: var(--tx01);
  1851. }
  1852.  
  1853. /* Botones normales */
  1854. .button,
  1855. input[name="sa"] {
  1856. display: inline-block;
  1857. box-sizing: border-box;
  1858. vertical-align: middle;
  1859. background-color: transparent;
  1860. color: var(--tx01);
  1861. border-color: var(--tx01);
  1862. border: 1px solid;
  1863. border-radius: 12px;
  1864. min-height: 24px;
  1865. min-width: 24px;
  1866. padding: 0 4px;
  1867. opacity: .90;
  1868. margin: 0 2px;
  1869. font-family: 'Roboto' !important; /* regla para botones buscador Google */
  1870. }
  1871. .button:hover,
  1872. input[name="sa"]:hover {
  1873. transform: scale(1.05, 1.05);
  1874. opacity: 1;
  1875. }
  1876. .button:active {
  1877. opacity: .90;
  1878. transform: scale(1, 1);
  1879. }
  1880.  
  1881. /* Fix quitar casilla a derecha de boton Ir */
  1882. input[src="clear.gif"] {
  1883. display: none;
  1884. }
  1885.  
  1886.  
  1887. /*------------------------------------------------------------+
  1888. ¦ MENSAJES PRIVADOS ¦
  1889. +------------------------------------------------------------*/
  1890.  
  1891. /* Barra cantidad de mensajes privados */
  1892. table[style="border:2px groove"][width="100%"][cellspacing="1"] {
  1893. border: 1px solid var(--bg05) !important;
  1894. border-spacing: 0;
  1895. border-collapse: collapse;
  1896. }
  1897. table[style="border:2px groove"]>tbody>tr>td[style="background-color:red; font-size:10px"] {
  1898. background-color: var(--tx04) !important;
  1899. }
  1900. table[style="border:2px groove"]>tbody>tr>td[style="background-color:orange; font-size:10px"] {
  1901. background-color: #f7bd52 !important;
  1902. }
  1903. table[style="border:2px groove"]>tbody>tr>td[style="background-color:green; font-size:10px"] {
  1904. background-color: var(--rs01) !important;
  1905. }
  1906. img[src="//st.forocoches.com/foro/images/misc/calendar_popup.png"] {
  1907. margin-bottom: 5px;
  1908. }
  1909.  
  1910. /* Añadir bordes a lista de mensajes privados */
  1911. tbody[id^="collapseobj"]>tr>td {
  1912. border-top: 1px solid var(--bg02);
  1913. }
  1914.  
  1915. /* Calendario desplegable */
  1916. .floatcontainer table.tborder.vB_DatePicker.page {
  1917. background: var(--bg03) !important;
  1918. }
  1919.  
  1920.  
  1921. /*------------------------------------------------------------+
  1922. ¦ IMAGENES / BOTONES / ICONOS ¦
  1923. +------------------------------------------------------------*/
  1924.  
  1925. /* Padding botones foro, añadir separacion entre botones */
  1926. td.alt1[style="border: 1px solid #D1D1D1; border-left: 0px; border-top: 0px"][align="right"] a {
  1927. padding: 0px 1px;
  1928. }
  1929.  
  1930. /* Hacer botones de foro no seleccionables */
  1931. /*img[src*="forocoches.com/foro/images/buttons"],
  1932. td.alt1[style="border: 1px solid #D1D1D1; border-left: 0px; border-top: 0px"][align="right"] {
  1933. user-drag: none;
  1934. user-select: none;
  1935. -moz-user-select: none;
  1936. -webkit-user-drag: none;
  1937. -webkit-user-select: none;
  1938. -ms-user-select: none;
  1939. }*/
  1940.  
  1941.  
  1942. /* Modificadores botones de foro (color / opacidad / etc.) */
  1943. img[src*="forocoches.com/foro/images/buttons"] {
  1944. opacity: .85;
  1945. }
  1946. img[src*="forocoches.com/foro/images/buttons"]:hover {
  1947. opacity: 1;
  1948. transform: scale(1.05, 1.05);
  1949. }
  1950. img[src*="forocoches.com/foro/images/buttons"]:active {
  1951. opacity: .75;
  1952. transform: scale(1, 1);
  1953. }
  1954.  
  1955.  
  1956. /* BOTONES FORO */
  1957. /*-----------------------------------------------------------*/
  1958.  
  1959. img[src*="forocoches.com/foro/images/buttons/reply.gif"] {
  1960. width: 0;
  1961. height: 29px;
  1962. padding-right: 112px;
  1963. background: url(http://i.imgur.com/atRnrqN.png);
  1964. background-size: 112px 29px;
  1965. }
  1966. img[src*="forocoches.com/foro/images/buttons/threadclosed.gif"] {
  1967. width: 0;
  1968. height: 29px;
  1969. padding-right: 112px;
  1970. background: url(http://i.imgur.com/mXoWfIj.png);
  1971. background-size: 112px 29px;
  1972. }
  1973. img[src*="forocoches.com/foro/images/buttons/newthread.gif"] {
  1974. width: 0;
  1975. height: 29px;
  1976. padding-right: 112px;
  1977. background: url(http://i.imgur.com/r9Jlx26.png);
  1978. background-size: 112px 29px;
  1979. }
  1980. img[src*="forocoches.com/foro/images/buttons/multiquote_on.gif"] {
  1981. width: 0;
  1982. height: 22px;
  1983. padding-right: 22px;
  1984. background: url(http://i.imgur.com/qxJlPdr.png);
  1985. background-size: 22px 22px;
  1986. }
  1987. img[src*="forocoches.com/foro/images/buttons/multiquote_off.gif"] {
  1988. width: 0;
  1989. height: 22px;
  1990. padding-right: 22px;
  1991. background: url(http://i.imgur.com/pjxHIa8.png);
  1992. background-size: 22px 22px;
  1993. }
  1994. img[src*="forocoches.com/foro/images/buttons/quickreply.gif"] {
  1995. width: 0;
  1996. height: 22px;
  1997. padding-right: 22px;
  1998. background: url(http://i.imgur.com/iMf8TvC.png);
  1999. background-size: 22px 22px;
  2000. }
  2001. img[src*="forocoches.com/foro/images/buttons/edit.gif"] {
  2002. width: 0;
  2003. height: 22px;
  2004. padding-right: 67px;
  2005. background: url(http://i.imgur.com/95DOJ70.png);
  2006. background-size: 67px 22px;
  2007. }
  2008. img[src*="forocoches.com/foro/images/buttons/quote.gif"] {
  2009. width: 0;
  2010. height: 22px;
  2011. padding-right: 67px;
  2012. background: url(http://i.imgur.com/J5LMrFZ.png);
  2013. background-size: 67px 22px;
  2014. }
  2015.  
  2016.  
  2017. /* BOTONES MENSAJES PRIVADOS */
  2018. /*-----------------------------------------------------------*/
  2019.  
  2020. img[src*="forocoches.com/foro/images/buttons/newprivate.png"] {
  2021. width: 0;
  2022. height: 29px;
  2023. padding-right: 112px;
  2024. background: url(http://i.imgur.com/IyJ7hSq.png);
  2025. background-size: 112px 29px;
  2026. }
  2027. img[src*="forocoches.com/foro/images/buttons/forward.gif"] {
  2028. width: 0;
  2029. height: 22px;
  2030. padding-right: 83px;
  2031. background: url(http://i.imgur.com/adfNWn7.png);
  2032. background-size: 83px 22px;
  2033. }
  2034. img[src*="forocoches.com/foro/images/buttons/reply_small.gif"] {
  2035. width: 0;
  2036. height: 22px;
  2037. padding-right: 91px;
  2038. background: url(http://i.imgur.com/Ndg8V6A.png);
  2039. background-size: 91px 22px;
  2040. }
  2041.  
  2042.  
  2043. /* Iconos valoracion de hilo, estrellas de 1 a 5 */
  2044. /*-----------------------------------------------------------*/
  2045.  
  2046. img[src*="forocoches.com/foro/images/rating/rating_5.gif"] {
  2047. width: 0;
  2048. height: 12px;
  2049. padding-right: 60px;
  2050. background: transparent url(http://i.imgur.com/5o0LGS6.png) top left no-repeat;
  2051. background-size: 60px 12px;
  2052. }
  2053. img[src*="forocoches.com/foro/images/rating/rating_4.gif"] {
  2054. width: 0;
  2055. height: 12px;
  2056. padding-right: 60px;
  2057. background: transparent url(http://i.imgur.com/crvv8nx.png) top left no-repeat;
  2058. background-size: 60px 12px;
  2059. }
  2060. img[src*="forocoches.com/foro/images/rating/rating_3.gif"] {
  2061. width: 0;
  2062. height: 12px;
  2063. padding-right: 60px;
  2064. background: transparent url(http://i.imgur.com/JptsOk9.png) top left no-repeat;
  2065. background-size: 60px 12px;
  2066. }
  2067. img[src*="forocoches.com/foro/images/rating/rating_2.gif"] {
  2068. width: 0;
  2069. height: 12px;
  2070. padding-right: 60px;
  2071. background: transparent url(http://i.imgur.com/DoceZCx.png) top left no-repeat;
  2072. background-size: 60px 12px;
  2073. }
  2074. img[src*="forocoches.com/foro/images/rating/rating_1.gif"] {
  2075. width: 0;
  2076. height: 12px;
  2077. padding-right: 60px;
  2078. background: transparent url(http://i.imgur.com/GZTxfnr.png) top left no-repeat;
  2079. background-size: 60px 12px;
  2080. }
  2081.  
  2082.  
  2083. /* Iconos para titulo de hilo */
  2084. /*-----------------------------------------------------------*/
  2085.  
  2086. img[src*="forocoches.com/foro/images/icons/icon1.gif"] {
  2087. width: 0;
  2088. height: 16px;
  2089. padding-right: 16px;
  2090. background: transparent url(http://i.imgur.com/ehkk4BY.png);
  2091. }
  2092. img[src*="forocoches.com/foro/images/icons/icon2.gif"] {
  2093. width: 0;
  2094. height: 16px;
  2095. padding-right: 16px;
  2096. background: transparent url(http://i.imgur.com/r5hsMrU.png);
  2097. }
  2098. img[src*="forocoches.com/foro/images/icons/icon3.gif"] {
  2099. width: 0;
  2100. height: 16px;
  2101. padding-right: 16px;
  2102. background: transparent url(http://i.imgur.com/kmjMWq7.png);
  2103. }
  2104. img[src*="forocoches.com/foro/images/icons/icon4.gif"] {
  2105. width: 0;
  2106. height: 16px;
  2107. padding-right: 16px;
  2108. background: transparent url(http://i.imgur.com/eCzAUg3.png);
  2109. }
  2110. img[src*="forocoches.com/foro/images/icons/icon5.gif"] {
  2111. width: 0;
  2112. height: 16px;
  2113. padding-right: 16px;
  2114. background: transparent url(http://i.imgur.com/59c7s7G.png);
  2115. }
  2116. img[src*="forocoches.com/foro/images/icons/icon6.gif"] {
  2117. width: 0;
  2118. height: 16px;
  2119. padding-right: 16px;
  2120. background: transparent url(http://i.imgur.com/ZU6MmVV.png);
  2121. }
  2122. img[src*="forocoches.com/foro/images/icons/icon7.gif"] {
  2123. width: 0;
  2124. height: 16px;
  2125. padding-right: 16px;
  2126. background: transparent url(http://i.imgur.com/4W5qSQb.png);
  2127. }
  2128. img[src*="forocoches.com/foro/images/icons/icon8.gif"] {
  2129. width: 0;
  2130. height: 16px;
  2131. padding-right: 16px;
  2132. background: transparent url(http://i.imgur.com/fI0JNUL.png);
  2133. }
  2134. img[src*="forocoches.com/foro/images/icons/icon9.gif"] {
  2135. width: 0;
  2136. height: 16px;
  2137. padding-right: 16px;
  2138. background: transparent url(http://i.imgur.com/lHpW6f7.png);
  2139. }
  2140. img[src*="forocoches.com/foro/images/icons/icon10.gif"] {
  2141. width: 0;
  2142. height: 16px;
  2143. padding-right: 16px;
  2144. background: transparent url(http://i.imgur.com/3FyOmTt.png);
  2145. }
  2146. img[src*="forocoches.com/foro/images/icons/icon11.gif"] {
  2147. width: 0;
  2148. height: 16px;
  2149. padding-right: 16px;
  2150. background: transparent url(http://i.imgur.com/jeT7n67.png);
  2151. }
  2152. img[src*="forocoches.com/foro/images/icons/icon12.gif"] {
  2153. width: 0;
  2154. height: 16px;
  2155. padding-right: 16px;
  2156. background: transparent url(http://i.imgur.com/JO6Iuu3.png);
  2157. }
  2158. img[src*="forocoches.com/foro/images/icons/icon13.gif"] {
  2159. width: 0;
  2160. height: 16px;
  2161. padding-right: 16px;
  2162. background: transparent url(http://i.imgur.com/mmBuJCh.png);
  2163. }
  2164. img[src*="forocoches.com/foro/images/icons/icon14.gif"] {
  2165. width: 0;
  2166. height: 16px;
  2167. padding-right: 16px;
  2168. background: transparent url(http://i.imgur.com/lxCzBve.png);
  2169. }
  2170. img[src*="forocoches.com/foro/images/misc/poll_posticon.gif"] {
  2171. width: 0;
  2172. height: 16px;
  2173. padding-right: 16px;
  2174. background: transparent url(http://i.imgur.com/xf6t7vV.png);
  2175. }
  2176.  
  2177.  
  2178. /* ICONOS HILOS */
  2179. /*-----------------------------------------------------------*/
  2180.  
  2181. img[src*="forocoches.com/foro/images/misc/paperclip.gif"] {
  2182. width: 0;
  2183. height: 13px;
  2184. padding-right: 7px;
  2185. background: transparent url(http://i.imgur.com/QaCw7jt.png);
  2186. }
  2187. img[src*="forocoches.com/foro/images/misc/sticky.gif"] {
  2188. width: 0;
  2189. height: 14px;
  2190. padding-right: 14px;
  2191. background: transparent url(http://i.imgur.com/wv3ZiZz.png);
  2192. }
  2193.  
  2194.  
  2195. img[src*="forocoches.com/foro/images/statusicon/thread_hot.gif"] {
  2196. width: 0;
  2197. height: 20px;
  2198. padding-right: 20px;
  2199. background: transparent url(http://i.imgur.com/uVGCi5z.png);
  2200. }
  2201. img[src*="forocoches.com/foro/images/statusicon/thread_hot_new.gif"] {
  2202. width: 0;
  2203. height: 20px;
  2204. padding-right: 20px;
  2205. background: transparent url(http://i.imgur.com/Th9m9xQ.png);
  2206. }
  2207. img[src*="forocoches.com/foro/images/statusicon/thread_new.gif"] {
  2208. width: 0;
  2209. height: 20px;
  2210. padding-right: 20px;
  2211. background: transparent url(http://i.imgur.com/lfksIUZ.png);
  2212. }
  2213. img[src*="forocoches.com/foro/images/statusicon/thread.gif"] {
  2214. width: 0;
  2215. height: 20px;
  2216. padding-right: 20px;
  2217. background: transparent url(http://i.imgur.com/DgJk6my.png);
  2218. }
  2219. img[src*="forocoches.com/foro/images/statusicon/thread_dot.gif"] {
  2220. width: 0;
  2221. height: 20px;
  2222. padding-right: 20px;
  2223. background: transparent url(http://i.imgur.com/2lHzEfQ.png);
  2224. }
  2225. img[src*="forocoches.com/foro/images/statusicon/thread_dot_hot.gif"] {
  2226. width: 0;
  2227. height: 20px;
  2228. padding-right: 20px;
  2229. background: transparent url(http://i.imgur.com/IqXDlTm.png);
  2230. }
  2231. img[src*="forocoches.com/foro/images/statusicon/thread_dot_hot_new.gif"] {
  2232. width: 0;
  2233. height: 20px;
  2234. padding-right: 20px;
  2235. background: transparent url(http://i.imgur.com/oSKW3W2.png);
  2236. }
  2237. img[src*="forocoches.com/foro/images/statusicon/thread_dot_new.gif"] {
  2238. width: 0;
  2239. height: 20px;
  2240. padding-right: 20px;
  2241. background: transparent url(http://i.imgur.com/7rCDuSR.png);
  2242. }
  2243. img[src*="forocoches.com/foro/images/statusicon/thread_hot_lock.gif"] {
  2244. width: 0;
  2245. height: 20px;
  2246. padding-right: 20px;
  2247. background: transparent url(http://i.imgur.com/DIAxlXH.png);
  2248. }
  2249. /* forocoches.com/foro/images/statusicon/thread_dot_lock.gif */
  2250. /* forocoches.com/foro/images/statusicon/thread_lock.gif */
  2251. img[src*="forocoches.com/foro/images/statusicon/thread_dot_hot_lock.gif"] {
  2252. width: 0;
  2253. height: 20px;
  2254. padding-right: 20px;
  2255. background: transparent url(http://i.imgur.com/dFwqes9.png);
  2256. }
  2257.  
  2258.  
  2259. /* ICONOS FORO */
  2260. /*-----------------------------------------------------------*/
  2261.  
  2262. img[src*="forocoches.com/foro/images/statusicon/forum_new.gif"] {
  2263. width: 0;
  2264. height: 30px;
  2265. padding-right: 29px;
  2266. background: transparent url(http://i.imgur.com/3vs07TM.png);
  2267. }
  2268. img[src*="forocoches.com/foro/images/statusicon/forum_old.gif"] {
  2269. width: 0;
  2270. height: 30px;
  2271. padding-right: 29px;
  2272. background: transparent url(http://i.imgur.com/XkiYC7e.png);
  2273. }
  2274. img[src*="forocoches.com/foro/images/statusicon/forum_link.gif"] {
  2275. width: 0;
  2276. height: 30px;
  2277. padding-right: 29px;
  2278. background: transparent url(http://i.imgur.com/cVP0ZqR.png);
  2279. }
  2280. img[src*="forocoches.com/foro/images/misc/stats.gif"] {
  2281. width: 0;
  2282. height: 30px;
  2283. padding-right: 30px;
  2284. background: transparent url(http://i.imgur.com/tXxBLgx.png);
  2285. }
  2286. img[src*="forocoches.com/foro/images/statusicon/subforum_new.gif"] {
  2287. width: 0;
  2288. height: 11px;
  2289. padding-right: 11px;
  2290. background: transparent url(http://i.imgur.com/fA9yYti.png);
  2291. }
  2292. img[src*="forocoches.com/foro/images/statusicon/subforum_old.gif"] {
  2293. width: 0;
  2294. height: 11px;
  2295. padding-right: 11px;
  2296. background: transparent url(http://i.imgur.com/YrW6UCj.png);
  2297. }
  2298.  
  2299. /* ICONOS EDITOR DE MENSAJES WYSIWYG */
  2300. /*-----------------------------------------------------------*/
  2301.  
  2302. img[src*="forocoches.com/foro/images/editor/separator.gif"] {
  2303. width: 0;
  2304. height: 20px;
  2305. padding-right: 6px;
  2306. background: transparent url(http://i.imgur.com/VGPUJI4.png) center center no-repeat;
  2307. background-size: 6px;
  2308. }
  2309. img[src*="forocoches.com/foro/images/editor/bold.gif"] {
  2310. width: 0;
  2311. height: 20px;
  2312. padding-right: 21px;
  2313. background: transparent url(http://i.imgur.com/mmaAarZ.png) center center no-repeat;
  2314. background-size: 12px;
  2315. }
  2316. img[src*="forocoches.com/foro/images/editor/italic.gif"] {
  2317. width: 0;
  2318. height: 20px;
  2319. padding-right: 21px;
  2320. background: transparent url(http://i.imgur.com/NkpXwaZ.png) center center no-repeat;
  2321. background-size: 12px;
  2322. }
  2323. img[src*="forocoches.com/foro/images/editor/underline.gif"] {
  2324. width: 0;
  2325. height: 20px;
  2326. padding-right: 21px;
  2327. background: transparent url(http://i.imgur.com/MkDbU0k.png) top 4px center no-repeat;
  2328. background-size: 15px;
  2329. }
  2330. img[src*="forocoches.com/foro/images/editor/justifyleft.gif"] {
  2331. width: 0;
  2332. height: 20px;
  2333. padding-right: 21px;
  2334. background: transparent url(http://i.imgur.com/G4D8To8.png) center center no-repeat;
  2335. background-size: 14px;
  2336. }
  2337. img[src*="forocoches.com/foro/images/editor/justifycenter.gif"] {
  2338. width: 0;
  2339. height: 20px;
  2340. padding-right: 21px;
  2341. background: transparent url(http://i.imgur.com/hv93kMl.png) center center no-repeat;
  2342. background-size: 14px;
  2343. }
  2344. img[src*="forocoches.com/foro/images/editor/justifyright.gif"] {
  2345. width: 0;
  2346. height: 20px;
  2347. padding-right: 21px;
  2348. background: transparent url(http://i.imgur.com/B4W5POO.png) center center no-repeat;
  2349. background-size: 14px;
  2350. }
  2351. img[src*="forocoches.com/foro/images/editor/insertorderedlist.gif"] {
  2352. width: 0;
  2353. height: 20px;
  2354. padding-right: 21px;
  2355. background: transparent url(http://i.imgur.com/FpVe66S.png) center center no-repeat;
  2356. background-size: 15px;
  2357. }
  2358. img[src*="forocoches.com/foro/images/editor/insertunorderedlist.gif"] {
  2359. width: 0;
  2360. height: 20px;
  2361. padding-right: 21px;
  2362. background: transparent url(http://i.imgur.com/whlkFAM.png) center center no-repeat;
  2363. background-size: 13px;
  2364. }
  2365. img[src*="forocoches.com/foro/images/editor/outdent.gif"] {
  2366. width: 0;
  2367. height: 20px;
  2368. padding-right: 21px;
  2369. background: transparent url(http://i.imgur.com/hJ71jkM.png) center center no-repeat;
  2370. background-size: 14px;
  2371. }
  2372. img[src*="forocoches.com/foro/images/editor/indent.gif"] {
  2373. width: 0;
  2374. height: 20px;
  2375. padding-right: 21px;
  2376. background: transparent url(http://i.imgur.com/MpWZ60c.png) center center no-repeat;
  2377. background-size: 14px;
  2378. }
  2379. img[src*="forocoches.com/foro/images/editor/createlink.gif"] {
  2380. width: 0;
  2381. height: 20px;
  2382. padding-right: 21px;
  2383. background: transparent url(http://i.imgur.com/8AJDkCw.png) center center no-repeat;
  2384. background-size: 14px;
  2385. }
  2386. img[src*="forocoches.com/foro/images/editor/unlink.gif"] {
  2387. width: 0;
  2388. height: 20px;
  2389. padding-right: 21px;
  2390. background: transparent url(http://i.imgur.com/6hIymn2.png) center center no-repeat;
  2391. background-size: 14px;
  2392. }
  2393. img[src*="forocoches.com/foro/images/editor/email.gif"] {
  2394. width: 0;
  2395. height: 20px;
  2396. padding-right: 21px;
  2397. background: transparent url(http://i.imgur.com/WhSnowm.png) center center no-repeat;
  2398. background-size: 14px;
  2399. }
  2400. img[src*="forocoches.com/foro/images/editor/insertimage.gif"] {
  2401. width: 0;
  2402. height: 20px;
  2403. padding-right: 21px;
  2404. background: transparent url(http://i.imgur.com/eUCmHPT.png) center center no-repeat;
  2405. background-size: 16px;
  2406. }
  2407. img[src*="forocoches.com/foro/images/editor/quote.gif"] {
  2408. width: 0;
  2409. height: 20px;
  2410. padding-right: 21px;
  2411. background: transparent url(http://i.imgur.com/Ptwt19y.png) center center no-repeat;
  2412. background-size: 14px;
  2413. }
  2414. img[src*="forocoches.com/foro/images/editor/code.gif"] {
  2415. width: 0;
  2416. height: 20px;
  2417. padding-right: 21px;
  2418. background: transparent url(http://i.imgur.com/Q8s5oBa.png) center center no-repeat;
  2419. background-size: 14px;
  2420. }
  2421. img[src*="forocoches.com/foro/images/editor/php.gif"] {
  2422. width: 0;
  2423. height: 20px;
  2424. padding-right: 21px;
  2425. background: transparent url(http://i.imgur.com/wgzCDcP.png) center center no-repeat;
  2426. background-size: 16px;
  2427. }
  2428. img[src*="forocoches.com/foro/images/editor/youtube_forocoches.gif"] {
  2429. width: 0;
  2430. height: 20px;
  2431. padding-right: 21px;
  2432. background: transparent url(http://i.imgur.com/zQRGghS.png) right 2px bottom 2px no-repeat;
  2433. background-size: 18px;
  2434. }
  2435. img[src*="forocoches.com/foro/images/editor/spoiler.png"] {
  2436. width: 0;
  2437. height: 20px;
  2438. padding-right: 21px;
  2439. background: transparent url(http://i.imgur.com/rRK8NHx.png) center center no-repeat;
  2440. background-size: 16px;
  2441. }
  2442. img[src*="dbtech/usertag/images/mention.png"] {
  2443. width: 0;
  2444. height: 20px;
  2445. padding-right: 21px;
  2446. background: transparent url(http://i.imgur.com/6TKOtPB.png) center center no-repeat;
  2447. background-size: 14px;
  2448. }
  2449. img[src*="forocoches.com/foro/images/editor/attach.gif"] {
  2450. width: 0;
  2451. height: 20px;
  2452. padding-right: 21px;
  2453. background: transparent url(http://i.imgur.com/MJtD5Ia.png) center center no-repeat;
  2454. background-size: 12px;
  2455. }
  2456. img[src*="forocoches.com/foro/images/editor/undo.gif"] {
  2457. width: 0;
  2458. height: 20px;
  2459. padding-right: 21px;
  2460. background: transparent url(http://i.imgur.com/hOzkqLE.png) center center no-repeat;
  2461. background-size: 12px;
  2462. }
  2463. img[src*="forocoches.com/foro/images/editor/redo.gif"] {
  2464. width: 0;
  2465. height: 20px;
  2466. padding-right: 21px;
  2467. background: transparent url(http://i.imgur.com/fLSdlXy.png) center center no-repeat;
  2468. background-size: 12px;
  2469. }
  2470. img[src*="forocoches.com/foro/images/editor/switchmode.gif"] {
  2471. width: 0;
  2472. height: 20px;
  2473. padding-right: 21px;
  2474. background: transparent url(http://i.imgur.com/d6EPRc5.png) center center no-repeat;
  2475. background-size: 16px;
  2476. }
  2477. img[src*="forocoches.com/foro/images/editor/removeformat.gif"] {
  2478. width: 0;
  2479. height: 20px;
  2480. padding-right: 21px;
  2481. background: transparent url(http://i.imgur.com/4flV6Ep.png) center center no-repeat;
  2482. background-size: 16px;
  2483. }
  2484. img[src*="forocoches.com/foro/images/editor/color.gif"] {
  2485. width: 0;
  2486. height: 16px;
  2487. padding-right: 21px;
  2488. background: transparent url(http://i.imgur.com/vIog5nJ.png) center right 5px no-repeat;
  2489. background-size: 12px;
  2490. }
  2491.  
  2492.  
  2493. /* ICONOS MENSAJES PRIVADOS */
  2494. /*-----------------------------------------------------------*/
  2495.  
  2496. img[src*="forocoches.com/foro/images/statusicon/pm_new.gif"] {
  2497. width: 0;
  2498. height: 16px;
  2499. padding-right: 16px;
  2500. background: transparent url(http://i.imgur.com/kRbQ0d8.png);
  2501. }
  2502. img[src*="forocoches.com/foro/images/statusicon/pm_old.gif"] {
  2503. width: 0;
  2504. height: 16px;
  2505. padding-right: 16px;
  2506. background: transparent url(http://i.imgur.com/61XBztx.png);
  2507. }
  2508. img[src*="forocoches.com/foro/images/statusicon/pm_replied.gif"] {
  2509. width: 0;
  2510. height: 16px;
  2511. padding-right: 16px;
  2512. background: transparent url(http://i.imgur.com/6YQrnvH.png);
  2513. }
  2514. img[src*="forocoches.com/foro/images/statusicon/pm_forwarded.gif"] {
  2515. width: 0;
  2516. height: 16px;
  2517. padding-right: 16px;
  2518. background: transparent url(http://i.imgur.com/SywTutx.png);
  2519. }
  2520.  
  2521.  
  2522. /* ICONOS VARIOS */
  2523. /*-----------------------------------------------------------*/
  2524.  
  2525. /* Icono estado en linea, conectado */
  2526. img[src*="forocoches.com/foro/images/statusicon/user_online.gif"] {
  2527. width: 0;
  2528. height: 15px;
  2529. padding-right: 15px;
  2530. background: transparent url(http://i.imgur.com/RkbCzfz.png);
  2531. }
  2532. /* Icono estado en linea, desconectado */
  2533. img[src*="forocoches.com/foro/images/statusicon/user_offline.gif"] {
  2534. width: 0;
  2535. height: 15px;
  2536. padding-right: 15px;
  2537. background: transparent url(http://i.imgur.com/aTQlNan.png);
  2538. }
  2539. /* Icono estado en linea, invisible */
  2540. img[src*="forocoches.com/foro/images/statusicon/user_invisible.gif"] {
  2541. width: 0;
  2542. height: 15px;
  2543. padding-right: 15px;
  2544. background: transparent url(http://i.imgur.com/4de5w0z.png);
  2545. }
  2546.  
  2547. /* Flecha ir a post en foros y cita */
  2548. img[src*="forocoches.com/foro/images/buttons/viewpost.gif"],
  2549. img[src*="forocoches.com/foro/images/buttons/lastpost.gif"] {
  2550. width: 0;
  2551. height: 12px;
  2552. padding-right: 12px;
  2553. background: transparent url(http://i.imgur.com/LZVlTDV.png);
  2554. }
  2555. img[src*="forocoches.com/foro/images/buttons/firstnew.gif"],
  2556. img[src*="forocoches.com/foro/images/buttons/sortasc.gif"] {
  2557. width: 0;
  2558. height: 12px;
  2559. padding-right: 12px;
  2560. background: transparent url(http://i.imgur.com/bl6v2Yb.png);
  2561. }
  2562. img[src*="forocoches.com/foro/images/buttons/sortdesc.gif"] {
  2563. width: 0;
  2564. height: 12px;
  2565. padding-right: 12px;
  2566. background: transparent url(http://i.imgur.com/P4qvZwK.png);
  2567. }
  2568.  
  2569. /* Flecha menu barra de herramientas */
  2570. /* Flecha menu perfil de usuario, lista de paginas */
  2571. img[src*="forocoches.com/foro/images/misc/menu_open.gif"],
  2572. img[src*="forocoches.com/foro/images/misc/menu_open_usercss.gif"] {
  2573. width: 0;
  2574. height: 7px;
  2575. padding-right: 11px;
  2576. background: transparent url(http://i.imgur.com/Xo6O6pz.png);
  2577. }
  2578.  
  2579. /* Iconos carpetas indice navegacion foros */
  2580. img[src*="forocoches.com/foro/images/misc/navbits_start.gif"] {
  2581. width: 0;
  2582. height: 15px;
  2583. padding-right: 15px;
  2584. background: transparent url(http://i.imgur.com/TNRcLjG.png);
  2585. }
  2586. img[src*="forocoches.com/foro/images/misc/navbits_finallink.gif"] {
  2587. width: 0;
  2588. height: 15px;
  2589. padding-right: 30px;
  2590. background: transparent url(http://i.imgur.com/x7ShGSm.png);
  2591. }
  2592.  
  2593. /* Fix emoticono gaydude, puntos blancos */
  2594. img[src*="forocoches.com/foro/images/smilies/gaydude.gif"] {
  2595. width: 0;
  2596. height: 21px;
  2597. padding-right: 15px;
  2598. background: url(http://i.imgur.com/IYsEbWB.gif);
  2599. }
  2600.  
  2601. /* Cargando, en el editor de mensajes al enviar o editar */
  2602. img[src*="forocoches.com/foro/images/misc/progress.gif"] {
  2603. width: 0;
  2604. height: 16px;
  2605. padding-right: 16px;
  2606. background: transparent url(http://i.imgur.com/vVhzqDr.gif);
  2607. }
  2608.  
  2609. /* Boton recargar foro (no usado) */
  2610. img[src*="forocoches.com/image/forocoches_recarga.png"] {
  2611. width: 0;
  2612. height: 32px;
  2613. padding-right: 32px;
  2614. background: transparent url(http://i.imgur.com/mzCTRMa.png);
  2615. animation: spin 60s infinite linear;
  2616. }
  2617.  
  2618. /* Boton pequeño mas "+" */
  2619. img[src*="forocoches.com/foro/images/buttons/collapse_alt_collapsed.gif"] {
  2620. width: 0;
  2621. height: 11px;
  2622. padding-right: 11px;
  2623. background: transparent url(http://i.imgur.com/PwPciAN.png);
  2624. }
  2625. /* Boton pequeño menos "-" */
  2626. img[src*="forocoches.com/foro/images/buttons/collapse_alt.gif"] {
  2627. width: 0;
  2628. height: 11px;
  2629. padding-right: 11px;
  2630. background: transparent url(http://i.imgur.com/fn2gAvl.png);
  2631. }
  2632. /* Icono lapiz editar perfil de usuario */
  2633. img[src*="forocoches.com/foro/images/misc/userfield_edit.gif"] {
  2634. width: 0;
  2635. height: 11px;
  2636. padding-right: 11px;
  2637. background: transparent url(http://i.imgur.com/1Hs054C.png);
  2638. }
  2639. /* Icono bullet paginas inicio */
  2640. img[src*="/image/bullet_pic3mini.gif"] {
  2641. width: 0;
  2642. height: 12px;
  2643. padding-right: 12px;
  2644. background: transparent url(http://i.imgur.com/wR8douU.png);
  2645. background-size: 12px;
  2646. }
  2647.  
  2648. /* Enlaces visitados de la lista de hilos */
  2649. td.alt1[id^="td_threadtitle"] a:visited {
  2650. color: #c97979 !important;
  2651. font-size: 13pt !important;
  2652. }
  2653.  
  2654. td.vbmenu_control {
  2655. font-size: 14px !important;
  2656. font-family: Arial !important;
  2657. font-weight: 1000 !important;
  2658. letter-spacing: -1.5px !important;
  2659. }
  2660. }
  2661.  
  2662. @-moz-document domain("m.forocoches.com") {
  2663. /* Quitar / ocultar elementos */
  2664. /* Ajustar tamaño automaticamente tablas de publicidad */
  2665. div#div-970x90-pc_header,
  2666. div#div-336x280-pc_footer,
  2667. div#div-970x90-pc_respuesta {
  2668. height: auto !important;
  2669. }
  2670. /* Quitar borde avatar */
  2671. .avatar {
  2672. border: 0;
  2673. }
  2674.  
  2675.  
  2676. /* Principal */
  2677. body {
  2678. background-color: #121212;
  2679. color: #d1d1d1;
  2680. }
  2681. /* Textos encabezados */
  2682. h1 {
  2683. color: #bfbfbf;
  2684. }
  2685. /* Enlaces principales */
  2686. a:link,
  2687. a:visited {
  2688. color: #ff6b6b;
  2689. }
  2690. /* Enlaces secundarios */
  2691. .asmvinfo A {
  2692. color: #bfbfbf;
  2693. }
  2694. /* Encabezado */
  2695. .mobiletitle {
  2696. color: #d1d1d1;
  2697. background: #1f1f1f;
  2698. border-bottom: 1px solid #383838;
  2699. }
  2700. /* Pie de pagina */
  2701. .mobiletitlebottom {
  2702. color: #d1d1d1;
  2703. background: #1f1f1f;
  2704. border-top: 1px solid #383838;
  2705. }
  2706. /* Panel buscador */
  2707. .dvslide {
  2708. border: 0;
  2709. color: #d1d1d1;
  2710. background: #1f1f1f;
  2711. }
  2712. input.field {
  2713. vertical-align: middle;
  2714. background: #d1d1d1;
  2715. color: #1f1f1f;
  2716. border: 0px;
  2717. min-height: 24px;
  2718. margin: 2px;
  2719. padding: 0px 10px;
  2720. border-radius: 14px;
  2721. }
  2722. /* Botones normales */
  2723. .button, .cbutton {
  2724. font-family: Arial;
  2725. font-size: 12px;
  2726. background-color: transparent;
  2727. color: #d1d1d1;
  2728. border-color: #d1d1d1;
  2729. border: 1px solid;
  2730. border-radius: 14px;
  2731. min-height: 26px;
  2732. min-width: 26px;
  2733. padding: 0 4px;
  2734. margin: 0 2px;
  2735. }
  2736. /* Formularios */
  2737. select {
  2738. background: #1a1a1a;
  2739. border: 1px solid #404040;
  2740. color: #d1d1d1;
  2741. -webkit-appearance: none;
  2742. -moz-appearance: none;
  2743. background-size: cover;
  2744. background-size: 8px;
  2745. background-image: url(http://imgh.us/down_arrow_white.svg);
  2746. background-position: center right 8px;
  2747. background-repeat: no-repeat;
  2748. padding-right: 16px;
  2749. min-height: 26px;
  2750. }
  2751. .bginput {
  2752. background: #d1d1d1;
  2753. color: #121212;
  2754. border: 0;
  2755. min-height: 26px;
  2756. padding: 0px 10px;
  2757. border-radius: 14px;
  2758. }
  2759. .mobiletitle a,
  2760. .mobiletitle a:link,
  2761. .mobiletitle a:visited {
  2762. color: #d1d1d1;
  2763. }
  2764. /* Botones superiores e inferiores y buscar */
  2765. .mobilebutton,
  2766. .mobilebuttonbottom,
  2767. .mobilebuttonslide {
  2768. -webkit-border-image: initial !important;
  2769. border-radius: 14px;
  2770. border-width: 1px !important;
  2771. border: 1px solid #d1d1d1;
  2772. height: 24px;
  2773. line-height: 24px;
  2774. color: #d1d1d1 !important;
  2775. background-color: transparent;
  2776. background-image: initial !important;
  2777. width: 80px;
  2778. }
  2779. /* Boton nuevo tema */
  2780. .mobile_button {
  2781. -webkit-border-image: initial !important;
  2782. border-radius: 14px;
  2783. border-width: 1px !important;
  2784. border: 1px solid #d1d1d1;
  2785. padding: 0 12px 0 12px;
  2786. height: 24px;
  2787. line-height: 24px;
  2788. color: #d1d1d1 !important;
  2789. background-color: transparent;
  2790. background-image: initial !important;
  2791. margin: 0 auto 10px auto;
  2792. text-align: center;
  2793. display: block;
  2794. width: 100px;
  2795. }
  2796. /* Barra destacado / publicidad */
  2797. .title-forum-display-destacado {
  2798. background-color: #424242;
  2799. margin-left: 4px;
  2800. margin-right:4px;
  2801. border: 1px solid #404040;
  2802. }
  2803.  
  2804. /* Barra notificaciones / privados */
  2805. .ul2 {
  2806. color: #d1d1d1;
  2807. background-color: #282828;
  2808. border-width: 1px;
  2809. border-color: #383838;
  2810. border-radius: 0;
  2811. }
  2812. /* Barra notificaciones / privados (activa) */
  2813. ul.ul2[style="background-color:#ffffcc;"] {
  2814. background-color: #85e585 !important;
  2815. color: #121212;
  2816. }
  2817. /* Texto y enlaces barra notificaciones / privados */
  2818. ul.ul2[style="background-color:#ffffcc;"] a,
  2819. ul.ul2[style="background-color:#ffffcc;"] a:link,
  2820. ul.ul2[style="background-color:#ffffcc;"] a:visited {
  2821. color: #121212;
  2822. }
  2823. /* Titulo de hilo */
  2824. .title-forum-display {
  2825. background-color: transparent;
  2826. color: #d1d1d1;
  2827. border: 0;
  2828. }
  2829. /* Lista de paginas */
  2830. /* Menciones y citas pagina perfil */
  2831. .ulpagenav,
  2832. ul.rlink {
  2833. color: #d1d1d1;
  2834. background-color: #282828;
  2835. border-width: 1px;
  2836. border-color: #383838;
  2837. border-radius: 0;
  2838. }
  2839. /* Ver chinchetas */
  2840. ul[style="background-color:#eeeeee"] {
  2841. background-color: #282828 !important;
  2842. }
  2843. /* Fondo principal secundario */
  2844. .page {
  2845. background-color: transparent;
  2846. color: #d1d1d1;
  2847. border: 0;
  2848. }
  2849. /* Borde superior interior mensajes */
  2850. li {
  2851. border-top-color: #383838;
  2852. }
  2853. /* Fondos principales claros */
  2854. ul {
  2855. background-color: #282828;
  2856. color: #d1d1d1;
  2857. border-width: 1px;
  2858. border-style: solid;
  2859. border-color: #383838;
  2860. border-radius: 0;
  2861. }
  2862. /* Fondos principales oscuros / cabecera mensajes */
  2863. /* Cabecera mensajes privados */
  2864. ol#posts,
  2865. li.link-search {
  2866. border-radius: 0;
  2867. border-bottom: none;
  2868. background-color: #1f1f1f;
  2869. }
  2870. /* Separador pie de mensaje, Citar, Responder */
  2871. div[style="margin-top: 8px; border-top:1px solid #dddddd;"] {
  2872. border-top: 1px dotted #383838 !important;
  2873. }
  2874. /* Resalto autor del hilo */
  2875. ul[style="border-left: 3px solid #ca3415; border-right: 3px solid #ca3415;"] {
  2876. width: calc(100% - 5px);
  2877. /* Restar bordes adicionales */
  2878. border-left: 6px solid #ff6b6b !important;
  2879. border-right: 1px solid #383838 !important;
  2880. }
  2881. /* Resalto usuario */
  2882. ul[style="border-left: 3px solid #5591cc; border-right: 3px solid #5591cc;"] {
  2883. width: calc(100% - 5px);
  2884. /* Restar bordes adicionales */
  2885. border-left: 6px solid #85e585 !important;
  2886. border-right: 1px solid #383838 !important;
  2887. }
  2888. /* Color nombre usuario */
  2889. ul[style="border-left: 3px solid #5591cc; border-right: 3px solid #5591cc;"] a.ui-link {
  2890. color: #85e585
  2891. }
  2892. /* Citas */
  2893. .pre-quote {
  2894. border: 0;
  2895. background: #1f1f1f;
  2896. border-left: 6px solid #383838;
  2897. border-radius: 0;
  2898. }
  2899. .post-quote {
  2900. background: #1f1f1f;
  2901. border: 0;
  2902. border-left: 6px solid #383838;
  2903. border-radius: 0;
  2904. }
  2905. /* Spoilers */
  2906. .spoiler {
  2907. font-weight: normal;
  2908. border-radius: 0px !important;
  2909. border: 0 !important;
  2910. border-left: 6px solid #383838 !important;
  2911. }
  2912. /* Fondo y texto de spoiler */
  2913. div[class="spoiler"] {
  2914. background: #1f1f1f;
  2915. color: #1f1f1f;
  2916. }
  2917. /* Texto de spoiler activado */
  2918. div.spoiler[style="color: rgb(0, 0, 0);"] {
  2919. color: #d1d1d1 !important;
  2920. }
  2921.  
  2922.  
  2923. /* Editor de mensajes */
  2924. textarea {
  2925. border: 1px solid #383838;
  2926. background: #1f1f1f;
  2927. color: #d1d1d1;
  2928. }
  2929. .wysiwyg {
  2930. background: #1f1f1f !important;
  2931. ;
  2932. color: #d1d1d1 !important;
  2933. }
  2934. /* Borde editor de mensajes */
  2935. iframe {
  2936. border: 1px solid #383838 !important;
  2937. ;
  2938. }
  2939. /* Pagina perfil de usuario */
  2940. fieldset.fieldset {
  2941. border: 0;
  2942. background: #282828;
  2943. color: #d1d1d1;
  2944. }
  2945. /* Cabeceas Ultimas menciones / Ultimas citas */
  2946. table[style="background-color:#b1bac3; margin-top:0px; margin-bottom:6px; padding:6px;"],
  2947. table[style="background-color:#b1bac3; margin-top:6px; margin-bottom:6px; padding:6px;"] {
  2948. background-color: #1f1f1f !important;
  2949. border: 1px solid #404040 !important;
  2950. }
  2951. /* Fecha */
  2952. td.thead[style="background-color:#f1f1f1"] {
  2953. background-color: transparent !important;
  2954. }
  2955. /* Lista de citas y menciones */
  2956. td.alt2[style="background-color:#ffffff; border:1px groove; -moz-border-radius: 2px; border-radius: 2px; word-wrap: break-word; display:block; max-height:350px; overflow:auto;"] {
  2957. background: #282828 !important;
  2958. border: 0px solid #383838 !important;
  2959. }
  2960. /* Citas y menciones */
  2961. div.alt2[style="font-size:11px; color:#4d4d4d; margin:5px 0px 5px 0px; padding:5px; border:2px groove; word-break: break-word;"] {
  2962. background-color: #1f1f1f !important;
  2963. border: 1px solid #404040 !important;
  2964. margin: 4px !important;
  2965. color: #d1d1d1 !important;
  2966. }
  2967. /* Quitar bordes navegador de paginas en citas y menciones */
  2968. td.alt2[style="background-color:#ffffff; border:1px groove; -moz-border-radius: 2px; border-radius: 2px; word-wrap: break-word; display:block; max-height:350px; overflow:auto;"] .ulpagenav,
  2969. td.alt2[style="background-color:#ffffff; border:1px groove; -moz-border-radius: 2px; border-radius: 2px; word-wrap: break-word; display:block; max-height:350px; overflow:auto;"] li {
  2970. border: 0 !important;
  2971. }
  2972. /* Quitar bordes en infomacion adicional perfil de usuario */
  2973. ul.list_no_decoration {
  2974. border: 0;
  2975. }
  2976.  
  2977.  
  2978. /* Iconos foro */
  2979. img[src*="forocoches.com/foro/images/statusicon/thread_hot.gif"] {
  2980. width: 0;
  2981. height: 20px;
  2982. padding-right: 20px;
  2983. background: transparent url(http://i.imgur.com/uVGCi5z.png);
  2984. }
  2985. img[src*="forocoches.com/foro/images/statusicon/thread_hot_new.gif"] {
  2986. width: 0;
  2987. height: 20px;
  2988. padding-right: 20px;
  2989. background: transparent url(http://i.imgur.com/Th9m9xQ.png);
  2990. }
  2991. img[src*="forocoches.com/foro/images/statusicon/thread_new.gif"] {
  2992. width: 0;
  2993. height: 20px;
  2994. padding-right: 20px;
  2995. background: transparent url(http://i.imgur.com/lfksIUZ.png);
  2996. }
  2997. img[src*="forocoches.com/foro/images/statusicon/thread.gif"] {
  2998. width: 0;
  2999. height: 20px;
  3000. padding-right: 20px;
  3001. background: transparent url(http://i.imgur.com/DgJk6my.png);
  3002. }
  3003. img[src*="forocoches.com/foro/images/statusicon/thread_dot.gif"] {
  3004. width: 0;
  3005. height: 20px;
  3006. padding-right: 20px;
  3007. background: transparent url(http://i.imgur.com/2lHzEfQ.png);
  3008. }
  3009. img[src*="forocoches.com/foro/images/statusicon/thread_dot_hot.gif"] {
  3010. width: 0;
  3011. height: 20px;
  3012. padding-right: 20px;
  3013. background: transparent url(http://i.imgur.com/IqXDlTm.png);
  3014. }
  3015. img[src*="forocoches.com/foro/images/statusicon/thread_dot_hot_new.gif"] {
  3016. width: 0;
  3017. height: 20px;
  3018. padding-right: 20px;
  3019. background: transparent url(http://i.imgur.com/oSKW3W2.png);
  3020. }
  3021. img[src*="forocoches.com/foro/images/statusicon/thread_dot_new.gif"] {
  3022. width: 0;
  3023. height: 20px;
  3024. padding-right: 20px;
  3025. background: transparent url(http://i.imgur.com/7rCDuSR.png);
  3026. }
  3027. img[src*="forocoches.com/foro/images/statusicon/thread_hot_lock.gif"] {
  3028. width: 0;
  3029. height: 20px;
  3030. padding-right: 20px;
  3031. background: transparent url(http://i.imgur.com/DIAxlXH.png);
  3032. }
  3033. /* forocoches.com/foro/images/statusicon/thread_dot_lock.gif */
  3034. /* forocoches.com/foro/images/statusicon/thread_lock.gif */
  3035. img[src*="forocoches.com/foro/images/statusicon/thread_dot_hot_lock.gif"] {
  3036. width: 0;
  3037. height: 20px;
  3038. padding-right: 20px;
  3039. background: transparent url(http://i.imgur.com/dFwqes9.png);
  3040. }
  3041. /* Iconos mensajes privados */
  3042. img[src*="forocoches.com/foro/images/statusicon/pm_new.gif"] {
  3043. width: 0;
  3044. height: 16px;
  3045. padding-right: 16px;
  3046. background: transparent url(http://i.imgur.com/kRbQ0d8.png);
  3047. }
  3048. img[src*="forocoches.com/foro/images/statusicon/pm_old.gif"] {
  3049. width: 0;
  3050. height: 16px;
  3051. padding-right: 16px;
  3052. background: transparent url(http://i.imgur.com/61XBztx.png);
  3053. }
  3054. img[src*="forocoches.com/foro/images/statusicon/pm_replied.gif"] {
  3055. width: 0;
  3056. height: 16px;
  3057. padding-right: 16px;
  3058. background: transparent url(http://i.imgur.com/6YQrnvH.png);
  3059. }
  3060. img[src*="forocoches.com/foro/images/statusicon/pm_forwarded.gif"] {
  3061. width: 0;
  3062. height: 16px;
  3063. padding-right: 16px;
  3064. background: transparent url(http://i.imgur.com/SywTutx.png);
  3065. }
  3066. /* Otros iconos */
  3067. /* Flecha ir */
  3068. img[src*="forocoches.com/foro/images/buttons/viewpost.gif"],
  3069. img[src*="forocoches.com/foro/images/buttons/lastpost.gif"] {
  3070. width: 0;
  3071. height: 12px;
  3072. padding-right: 12px;
  3073. background: transparent url(http://i.imgur.com/LZVlTDV.png);
  3074. }
  3075. /* Reporte */
  3076. img[src*="forocoches.com/foro/images/buttons/report_1.png"] {
  3077. width: 0;
  3078. height: 17px;
  3079. padding-right: 21px;
  3080. background: transparent url(http://st.forocoches.com/foro/images/buttons/report.png);
  3081. }
  3082. }
  3083.  
  3084. @-moz-document regexp("(http[s]?://)*www.forocoches.com/index.*") {
  3085. /* Ocultar tablas lateral derecho */
  3086. table.cajascat[style="border-collapse: collapse"][width="100%"][cellspacing="1"][cellpadding="0"][bordercolor="#111111"][border="0"] {
  3087. display: none;
  3088. }
  3089. /* Tabla buscador */
  3090. table.cajastip {
  3091. padding: 4px;
  3092. }
  3093. /* Quitar borde contenedor principal */
  3094. table.cajasnews {
  3095. border: 0 !important;
  3096. }
  3097. /* Ficha de usuario */
  3098. table.contenido {
  3099. width: 304px !important;
  3100. }
  3101. /* Tabla debajo de buscador */
  3102. table.cajastip+table[width="100%"] {
  3103. display: none;
  3104. }
  3105. /* Ajustar bordes y tamaños para que coincida con inicio */
  3106. td[width="16%"] {
  3107. padding: 2px 6px 0px 6px !important;
  3108. }
  3109. td[width="84%"] {
  3110. padding: 2px 2px 0px 6px !important;
  3111. }
  3112. /* Espaciado tablas de texto */
  3113. table.cajasnews>tbody>tr>td.texto>table.cajascat>tbody>tr>td {
  3114. padding: 0 8px
  3115. }
  3116. table.cajasnews>tbody>tr>td.texto>table.cajascat>tbody>tr:nth-of-type(2)>td {
  3117. padding: 8px;
  3118. }
  3119. /* Fix color */
  3120. td[bgcolor="#FFFFF2"] {
  3121. background: var(--bg02);
  3122. }
  3123. td.cat[bgcolor="#f9f9f9"] {
  3124. background: var(--bg04);
  3125. }
  3126. /* Bordes tablas estadisticas */
  3127. table.sdTrafficTable {
  3128. background: var(--bg07);
  3129. }
  3130. /* Borde abajo */
  3131. .contenido1 {
  3132. BORDER-BOTTOM: 0px;
  3133. padding-bottom: 4px!important;
  3134. }
  3135. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement