Advertisement
Merlimont

DarkJVC Custom Version Chrome

Nov 27th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.64 KB | None | 0 0
  1. /*DarkJVC*/
  2. /* Scrollbar Chrome*/
  3.  
  4. *::-webkit-scrollbar {
  5. width: 0.65% ! important;
  6. height: 10px;
  7. background: #1e1e1e;
  8. border: 1px solid #252525;
  9. overflow: scroll;
  10. }
  11. *::-webkit-scrollbar-button {
  12. display: none;
  13. }
  14. *::-webkit-scrollbar-thumb,
  15. *::-webkit-scrollbar-track {
  16. border: 0;
  17. box-shadow: none;
  18. }
  19. *::-webkit-scrollbar-thumb {
  20. min-height: 28px;
  21. background: #333333;
  22. }
  23. *::-webkit-scrollbar-corner,
  24. *::-webkit-scrollbar-track {
  25. background: #1e1e1e;
  26. }
  27. /* Scrollbar */
  28. /* Début */
  29.  
  30. body {
  31. color: #9C9C9C;
  32. background-color: #101010!important;
  33. background: #101010!important;
  34. overflow-y: fixed;
  35. }
  36. .txt-msg.text-enrichi-forum, a.xXx {
  37. color: #676767;
  38. }
  39. .bloc-moyenne-avis,.bloc-systeme-note-avis {
  40. background: #2F2F2F;
  41. border: 1px solid #3a3a3a;
  42. }
  43. .bloc-recap-avis {
  44. background: #2F2F2F;
  45. border: 1px solid #3a3a3a;
  46. }
  47. .bloc-avis {
  48. background: #1E1E1E;
  49. border-bottom: 1px solid #3a3a3a;
  50. }
  51. .bloc-avis .bloc-pseudo-avis {
  52. color: #ccc;
  53. }
  54. .bloc-avis .content-note-avis {
  55. border-bottom: 1px solid #3a3a3a;
  56. background: #292929;
  57. }
  58. .bloc-avis .note-avis span {
  59. color: #ccc;
  60. border-top: 1px solid #ccc;
  61. }
  62. .bloc-avis .bloc-footer {
  63. color: #ccc;
  64. }
  65. .info-value {
  66. color: #757575!important;
  67. }
  68. .mtag {
  69. background: #171717!important;
  70. border-bottom: 3px solid #3a3a3a!important;
  71. color: #DCDCDC!important;
  72. }
  73. #header-logo .a-logo {
  74. display: block;
  75. height: 40px;
  76. margin: 10px 0 0 0;
  77. text-indent: -999em;
  78. background: url("http://i.imgur.com/wKaYtgX.png") left top no-repeat;
  79. width: 204px;
  80. direction: ltr;
  81. opacity: 0.8;
  82. }
  83. #header-logo .a-logo:hover {
  84. opacity: 1;
  85. }
  86. .panel-jv-forum .titre-info-fofo {
  87. color: #737373;
  88. font-size: 13px;
  89. margin: 0;
  90. border-bottom: 1px solid #252525;
  91. padding-bottom: 8px;
  92. margin-bottom: 8px;
  93. }
  94. .liste-in-filtre li.actif {
  95. color: #737373;
  96. }
  97. #prospect-interstice,
  98. #zone-sponso,
  99. #prospect {
  100. display: none;
  101. }
  102. .titre-head-bloc-forum .titre-bloc-forum span:first-child {
  103. color: #737373;
  104. }
  105. #header-profil .content-img-avatar > div {
  106. display: table-cell;
  107. vertical-align: middle;
  108. text-align: center;
  109. line-height: 0;
  110. padding: 5px;
  111. background-color: rgb(19, 19, 19);
  112. }
  113. #f-fstk .f-stkrs-w .f-stkrs,#header-user .menu-compte-head {
  114. background-color: #171717;
  115. }
  116. .item-home-accroche .mask-img:before {
  117. border-top: 20px solid #171717;
  118. }
  119. #f-fstk.f-jvc-thm .f-mid-w .f-mid {
  120. border-color: #222222;
  121. border-top-color: #1E1E1E;
  122. border-radius: 0;
  123. }
  124. #ascrail2001,
  125. #ascrail2003 {
  126. background-color: #1E1E1E!important;
  127. }
  128. .glivetv .liste-chaine li .l-chaine:hover {
  129. background: #1B1B1B;
  130. }
  131. .jv-editor-stickers.active {
  132. border-top: 1px solid #3A3A3A;
  133. background-color: #1B1B1B;
  134. }
  135. #f-fstk-store .f-str-pck .f-top {
  136. background-color: #171717;
  137. border-bottom: 1px solid #3a3a3a;
  138. border-top-left-radius: 0;
  139. border-top-right-radius: 0;
  140. }
  141. #f-fstk .f-tabs-w .f-tabs .f-tabs-l,
  142. #f-fstk .f-tabs-w .f-tabs .f-tabs-r {
  143. background-color: #1E1E1E;
  144. }
  145. #f-fstk.f-jvc-thm .f-top-w .f-top .f-tabs-w .f-tabs .f-tabs-l .f-tab {
  146. background-color: #1E1E1E;
  147. }
  148. #f-fstk.f-jvc-thm .f-top-w .f-top .f-tabs-w .f-tabs .f-tabs-r .f-tab-search-field input.f-search-field {
  149. background-color: #171717;
  150. border-bottom: 0;
  151. color: #b9b9b9;
  152. padding-left: 8px;
  153. }
  154. .glivetv .separation {
  155. color: #ccc;
  156. border-bottom: 1px solid #3A3A3A;
  157. background-color: #171717;
  158. }
  159. #f-fstk-store .f-str-hm.f-jvc-thm .f-bnnr {
  160. background: #171717!important;
  161. /* background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#313743),color-stop(1,#2b323c)); */
  162. }
  163. #f-fstk-store .f-str-hm .f-packs-w {
  164. border-top: 1px solid #3a3a3a;
  165. }
  166. #f-fstk-store .f-str-hm .f-packs .f-hm-pack .f-brd {
  167. border: 1px solid #3a3a3a;
  168. border-radius: 0px;
  169. background-color: #1E1E1E;
  170. }
  171. #f-fstk.f-jvc-thm .f-top-w .f-top .f-tabs-w .f-tabs .f-tabs-r .f-tab.f-tab-search.f-active {
  172. border: 1px solid #3A3A3A!important;
  173. border-bottom: hidden;
  174. border-left: 0;
  175. border-top-left-radius: 0;
  176. border-bottom-left-radius: 0;
  177. border-top-right-radius: 3px;
  178. border-bottom-right-radius: 3px;
  179. }
  180. .bandeau-event {
  181. background-color: #3A3A3A;
  182. }
  183. .bandeau-event .texte-event {
  184. color: #ccc;
  185. }
  186. #f-fstk.f-jvc-thm .f-tabs-w .f-tabs .f-tab.f-active {
  187. background: #1E1E1E;
  188. }
  189. #f-fstk.f-jvc-thm .f-tabs-w .f-tabs .f-tab {
  190. border-color: #3A3A3A!important;
  191. }
  192. #f-fstk .f-tabs-w .f-tabs .f-tabs-r .f-tab:first-child {
  193. border-left: none;
  194. }
  195. #f-fstk .f-mid-w .f-mid,
  196. #f-fstk .f-mid-w .f-mid-fill-h {
  197. background-color: #171717;
  198. }
  199. .bloc-message-forum .txt-msg {
  200. color: #9C9C9C!important;
  201. }
  202. .menu-profil {
  203. border-bottom: 3px solid #101010;
  204. margin-bottom: 40px;
  205. margin-left: 130px;
  206. margin-top: -8px;
  207. position: relative;
  208. }
  209. .menu-profil .list-menu-profil a:hover {
  210. text-decoration: none;
  211. color: #d2d2d2;
  212. }
  213. #jv-editor-video .nav-tabs {
  214. border-bottom-color: #272727;
  215. }
  216. .menu-user-forum {
  217. border-radius: 0px;
  218. padding: 0 10px;
  219. width: 300px;
  220. background: #1E1E1E;
  221. font-size: 13px;
  222. text-align: right;
  223. margin: 6px 0 0 0;
  224. border: 1px solid #c6c6c6;
  225. }
  226. .menu-user-forum li {
  227. padding: 10px 0;
  228. color: #b9b9b9;
  229. }
  230. .menu-user-forum .interrupteur-inline.actif {
  231. background: #575757;
  232. color: #ccc;
  233. border: 1px solid #8C8C8C;
  234. }
  235. .menu-user-forum .interrupteur-inline {
  236. padding: 3px 10px;
  237. background: #C1C1C1;
  238. color: #000;
  239. border: 1px solid #8C8C8C;
  240. border-radius: 2px;
  241. margin-left: 5px;
  242. }
  243. .content-slice-pres1 {
  244. padding: 5px 10px 0 10px;
  245. background: #171717;
  246. border: 5px solid #1B1B1B;
  247. position: relative;
  248. border-top: none;
  249. }
  250. #jv-smileys table td {
  251. border: solid 1px #696969;
  252. background-color: #2F2F2F;
  253. }
  254. #jv-editor-video .modal-generic-main {
  255. background-color: #171717;
  256. }
  257. #jv-editor-video .modal-generic-tab {
  258. background: #171717;
  259. }
  260. #jv-editor-video .nav-tabs>li.active>a {
  261. background-color: #272727;
  262. }
  263. #jv-editor-video .nav-tabs>li>a {
  264. background-color: #272727;
  265. border: 0;
  266. border-radius: 0;
  267. color: #b9b9b9;
  268. font-weight: bold;
  269. padding: 7px 25px;
  270. }
  271. .list-item-pnotif .bloc-type-notif-forum .type-notif {
  272. background: #575757;
  273. color: #fff;
  274. }
  275. .toc-wiki {
  276. border: solid 1px #3a3a3a;
  277. background: #171717;
  278. padding: 10px;
  279. font-size: 12px;
  280. line-height: 17px;
  281. margin-bottom: 25px;
  282. }
  283. .toc-wiki p strong {
  284. color: #EFEFEF;
  285. }
  286. .heading-pres1 {
  287. height: 32px;
  288. line-height: 32px;
  289. background: #1B1B1B;
  290. position: relative;
  291. padding: 0 10px;
  292. overflow: hidden;
  293.  
  294. border-top-left-radius: 3px;
  295. border-top-right-radius: 3px;
  296. }
  297. .bloc-pres1 .titre-pres1 {
  298. color: #d2d2d2;
  299. font-size: 14px;
  300. background: url("http://i.imgur.com/AdLT2kK.png") no-repeat * left center rgba(0, 0, 0, 0);
  301. padding-left: 19px;
  302. }
  303. .heading-pres1::after {
  304. background-image: none;
  305. bottom: 0;
  306. content: " ";
  307. height: 15px;
  308. position: absolute;
  309. right: 0;
  310. width: 24px;
  311. }
  312. .titre-head-bloc .bloc-on-right.bloc-link-plus .lien-chev {
  313. font-size: 12px;
  314. line-height: 20px;
  315. color: #737373;
  316. display: inline-block;
  317. }
  318. #skinhome-pc .item-home-accroche .mtag,
  319. #skinhome-pc .accr-item-large .mtag,
  320. #skinhome-ps4 .item-home-accroche .mtag,
  321. #skinhome-ps4 .accr-item-large .mtag,
  322. #skinhome-one .item-home-accroche .mtag,
  323. #skinhome-one .accr-item-large .mtag,
  324. #skinhome-wiiu .item-home-accroche .mtag,
  325. #skinhome-wiiu .accr-item-large .mtag,
  326. #skinhome-ps3 .item-home-accroche .mtag,
  327. #skinhome-ps3 .accr-item-large .mtag,
  328. #skinhome-360 .item-home-accroche .mtag,
  329. #skinhome-360 .accr-item-large .mtag,
  330. #skinhome-3ds .item-home-accroche .mtag,
  331. #skinhome-3ds .accr-item-large .mtag,
  332. #skinhome-vita .item-home-accroche .mtag,
  333. #skinhome-vita .accr-item-large .mtag,
  334. #skinhome-ios .item-home-accroche .mtag,
  335. #skinhome-ios .accr-item-large .mtag,
  336. #skinhome-android .item-home-accroche .mtag,
  337. #skinhome-android .accr-item-large .mtag,
  338. #skinhome-wii .item-home-accroche .mtag,
  339. #skinhome-wii .accr-item-large .mtag,
  340. #skinhome-ds .item-home-accroche .mtag,
  341. #skinhome-ds .accr-item-large .mtag {
  342. background: #171717;
  343. color: #b9b9b9;
  344. border-bottom: 2px solid #8A8A8A;
  345. }
  346. .liste-item-jaq-titre .titre,.bloc-actu-home .menu-actu-home .filtre span:hover {
  347. color: #b9b9b9;
  348. }
  349. .bloc-toute-actu > a {
  350. background: url("http://www.jeuvideo.com/skin/skin-jv/img/contenu/ico-chev-pixel-888.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  351. color: #CCCCCC;
  352. font-size: 12px;
  353. line-height: 1em;
  354. margin-left: 20px;
  355. padding-right: 14px;
  356. }
  357. .wrap-programme-live li:nth-child(odd) .lib-programme {
  358. background: #212121;
  359. padding-left: 30px;
  360. padding-right: 10px;
  361. }
  362. .wrap-programme-live li:nth-child(odd) .horaire {
  363. background: #171717;
  364. width: 110px;
  365. border-right: 1px solid #292929;
  366. color: #ccc;
  367. }
  368. .wrap-programme-live li:nth-child(even) .lib-programme {
  369. background: #1d1d1d;
  370. padding-left: 15px;
  371. padding-right: 10px;
  372. }
  373. .wrap-programme-live li:nth-child(even) .horaire {
  374. background: #171717;
  375. width: 94px;
  376. border-right: 1px solid #292929;
  377. color: #ccc;
  378. }
  379. .webtv-cast a:hover,
  380. .webtv-cast a:focus{
  381. border-color: #171717;
  382. }
  383. #header-user .menu-compte-head:after {
  384. border-bottom: 12px solid #171717;
  385. }
  386. .webtv-cast a:hover span,
  387. .webtv-cast a:focus span {
  388. background: #383838;
  389. }
  390. .header-programme-live {
  391. height: 30px;
  392. line-height: 30px;
  393. background: #3b3b3b;
  394. color: #ccc;
  395. font-size: 13px;
  396. word-wrap: break-word;
  397. text-align: center;
  398. }
  399. .bloc-actu-home .menu-actu-home {
  400. border-top: 0px solid #171717;
  401. border-bottom: 1px solid #2F2F2F;
  402. height: 30px;
  403. margin-bottom: 6px;
  404. }
  405. .fs-body a:hover,
  406. .fs-body a:focus {
  407. color: #E0E0E0;
  408. border-color: #000;
  409. }
  410. .fs-body h3:first-child {
  411. background: none;
  412. display: inline-block;
  413. padding-right: 22px;
  414. padding-top: 13px;
  415. }
  416. .f-alaune p.nom-forum {
  417. top: 0;
  418. bottom: auto;
  419. width: auto;
  420. background: #171717;
  421. color: #b9b9b9;
  422. border-bottom: 2px solid #3a3a3a;
  423. }
  424. .f-alaune p.nom-forum:hover {
  425. top: 0;
  426. bottom: auto;
  427. width: auto;
  428. color: #ccc;
  429. background: #171717;
  430. border-bottom: 2px solid #3a3a3a;
  431. }
  432. .forum-section {
  433. background: #292929;
  434. border-bottom: 1px solid #3A3A3A;
  435. font-weight: normal;
  436. font-size: 13px;
  437. margin-bottom: 20px;
  438. position: relative;
  439. }
  440. .cards-actu-home .item-small-pres:first-child {
  441. border-top: 1px solid #4C4C4C;
  442. margin-top: 0;
  443. }
  444. .f-alaune,
  445. .f-blabla {
  446. height: 160px;
  447. margin: 0;
  448. background-color: #292929;
  449. }
  450. .bloc-actu-home ul.list-actu-home li + li {
  451. border-top: 1px solid #212121;
  452. }
  453. .bloc-actu-home .menu-actu-home .filtre .actif {
  454. color: #fff;
  455. background: transparent;
  456. }
  457. .ui-menu .ui-menu-item a {
  458. background: transparent;
  459. }
  460. .ui-menu .ui-menu-item,.pres-item-jaq {
  461. border-bottom: 1px dotted #171717!important;
  462. }
  463. .bloc-actu-home .menu-actu-home .filtre .actif:hover {
  464. color: #fff;
  465. background: transparent;
  466. }
  467. .bloc-actu-home ul.list-actu-home .titre-actu:hover,
  468. .bloc-actu-home ul.list-actu-home .titre-actu:hover span,
  469. .bloc-actu-home ul.list-actu-home .titre-actu:focus,
  470. .bloc-actu-home ul.list-actu-home .titre-actu:focus span {
  471. color: #737373;
  472. text-decoration: none;
  473. }
  474. .bloc-actu-home ul.list-actu-home .type-actu {
  475. width: 110px;
  476. display: inline-block;
  477. padding: 0 5px 0 0;
  478. font-size: 11px;
  479. color: #737373;
  480. }
  481. .accr-item-extra-l .mtag {
  482. background: none repeat scroll 0 0 #171717;
  483. color: #b9b9b9;
  484. display: inline-block;
  485. font-size: 14px;
  486. height: 28px;
  487. left: 0;
  488. line-height: 27px;
  489. overflow: hidden;
  490. padding: 0 8px;
  491. position: absolute;
  492. border-bottom: 2px solid #8A8A8A;
  493. top: 0;
  494. }
  495. .accr-item-large .mtag {
  496. background: none repeat scroll 0 0 #171717;
  497. color: #b9b9b9;
  498. display: inline-block;
  499. font-size: 12px;
  500. height: 28px;
  501. left: 0;
  502. line-height: 27px;
  503. overflow: hidden;
  504. padding: 0px 8px;
  505. position: absolute;
  506. top: 0;
  507. border-bottom: 2px solid #8A8A8A;
  508. margin-top: 5px;
  509. }
  510. .slice-pres1 .type {
  511. color: #737373;
  512. }
  513. .slice-pres1:hover .titre-slice-pres1 .type {
  514. color: #737373;
  515. }
  516. .content-slice-pres1::before {
  517. border-right: 5px solid rgba(0, 0, 0, 0);
  518. border-bottom: 5px solid #1B1B1B;
  519. content: "";
  520. position: absolute;
  521. left: 0;
  522. bottom: -5px;
  523. }
  524. .heading-pres1::before {
  525. border-left: 7px solid rgba(0, 0, 0, 0);
  526. border-top: 7px solid #1B1B1B;
  527. content: "";
  528. position: absolute;
  529. right: 0;
  530. top: 0;
  531. }
  532. .cell-hit + .cell-hit {
  533. padding-left: 0px;
  534. }
  535. .bloc-chev-pix.light-two {
  536. background: #1E1E1E;
  537. }
  538. .bloc-chev-pix.light-two span {
  539. color: #CACACA;
  540. }
  541. .affli-ligne-bloc .cell-prix {
  542. width: 40%;
  543. font-size: 14px;
  544. color: #C13333;
  545. background-color: #1E1E1E;
  546. }
  547. .affli-ligne-bloc .cell-machine {
  548. width: 23%;
  549. background-color: #1E1E1E;
  550. }
  551. .affli-ligne-bloc .cell-affli-ligne {
  552. display: table-cell;
  553. text-align: center;
  554. vertical-align: middle;
  555. background-color: rgb(43, 43, 43);
  556. }
  557. .affli-ligne-bloc {
  558. display: table;
  559. width: 100%;
  560. height: 51px;
  561. background-color: #1E1E1E;
  562. border-bottom: 1px solid #3C3C3C;
  563. margin-bottom: 6px;
  564. }
  565. .accr-item-large .foot-accr-item-large {
  566. background: #171717;
  567. height: 150px;
  568. padding: 7px 8px 0 8px;
  569. position: relative;
  570. border: 5px solid #3a3a3a;
  571. border-right: none;
  572. border-left: none;
  573. border-top: none;
  574. }
  575. .accr-item-large .a-titre-item,.menu-sommaire > ul .actif a, .menu-sommaire > ul .actif {
  576. color: #d2d2d2;
  577. }
  578. .accr-item-large .a-titre-item:hover {
  579. text-decoration: none;
  580. color: #FFFFFF;
  581. }
  582. .table-article {
  583. background: #141414!important;
  584. }
  585. .table-article tbody tr:nth-child(2n+1) td {
  586. background: #1A1A1A;
  587. }
  588. td.titre {
  589. background-color: #414141!important;
  590. }
  591. .pres-item-jaq .titre-item b, .pres-item-jaq .intro b, .pres-item-jaq .titre-item2 b,.liste-item-jaq-titre .titre > span,.item-small-pres .a-titre-item span {
  592. color: #d2d2d2;
  593. }
  594. .item-small-pres .a-titre-item span:hover {
  595. color: #AFAFAF;
  596. }
  597. .officiel {
  598. color: #1B1B1B;
  599. background-color: #AAAAAA;
  600. }
  601. .accordeon-jv .pict-up-down {
  602. color: #fff;
  603. background: #4C4C4C;
  604. padding: 0;
  605. font-size: 14px;
  606. line-height: 20px;
  607. display: inline-block;
  608. width: 20px;
  609. height: 20px;
  610. text-align: center;
  611. margin-right: 7px;
  612. }
  613. .head-cell-hit {
  614. font-size: 11px;
  615. height: 22px;
  616. line-height: 22px;
  617. text-align: center;
  618. background: #2B2B2B;
  619. color: #D2D2D2;
  620. }
  621. #bloc-meta-titre-jeu .titre-meta a,
  622. #bloc-meta-titre-jeu .titre-meta span {
  623. color: #d2d2d2;
  624. }
  625. .accordeon-jv {
  626. border: 1px solid #3a3a3a;
  627. background: #1E1E1E;
  628. padding: 6px;
  629. }
  630. .resume-jaquette {
  631. background: none repeat scroll 0 0 #2B2B2B;
  632. display: block;
  633. float: left;
  634. margin-right: 17px;
  635. overflow: hidden;
  636. padding: 0;
  637. width: 160px;
  638. }
  639. .resume-jaquette .outils-jaquette .actif,
  640. .resume-jaquette .outils-jaquette .actif {
  641. color: #d2d2d2;
  642. }
  643. .btn-jv-down-wall {
  644. color: #fff;
  645. background-color: #737373;
  646. }
  647. .bonus-track figure figcaption span,
  648. .bonus-track figure figcaption i,
  649. .bonus-track figure:hover figcaption {
  650. color: #737373;
  651. }
  652. .bloc-reseaux-sociaux {
  653. text-align: center;
  654. margin-bottom: 20px;
  655. background: #1E1E1E;
  656. border: 1px solid #d1d1d1;
  657. padding-top: 10px;
  658. padding-bottom: 5px;
  659. }
  660. .bloc-reseaux-sociaux-new {
  661. width: 40px;
  662. height: 34px;
  663. background-color: #1E1E1E;
  664. }
  665. #bloc-commentaires #tous-les-commentaires .titre-tous-commentaire {
  666. margin-bottom: 10px;
  667. line-height: 1em;
  668. color: #d2d2d2;
  669. display: block;
  670. }
  671. #bloc-commentaires .rappel-titre-com {
  672. margin-bottom: 25px;
  673. font-size: 24px;
  674. line-height: 1.2em;
  675. word-wrap: break-word;
  676. display: block;
  677. color: #999999;
  678. }
  679. .container-carousel-nav-out .go-right-carousel {
  680. position: absolute;
  681. right: -20px;
  682. top: 56px;
  683. display: block;
  684. width: 33px;
  685. height: 56px;
  686. background: url("http://i.imgur.com/02OqNGN.png") no-repeat center center #171717;
  687. z-index: 1;
  688. box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  689. border: 1px solid #101010;
  690. border-left: none;
  691. }
  692. .container-carousel-nav-out .go-left-carousel {
  693. position: absolute;
  694. left: -20px;
  695. top: 56px;
  696. width: 33px;
  697. height: 56px;
  698. background: url("http://i.imgur.com/SuFdijn.png") no-repeat center center #171717;
  699. display: block;
  700. z-index: 1;
  701. box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.1);
  702. border: 1px solid #101010;
  703. border-right: none;
  704. }
  705. .mdd-liste-one li .big-one {
  706. color: #737373;
  707. font-size: 13px;
  708. }
  709. .mdd-liste-one li .big-one:hover {
  710. color: #8E8E8E;
  711. font-size: 13px;
  712. }
  713. .mdd-liste-one li .mdd-a:hover {
  714. color: #737373;
  715. text-decoration: none;
  716. }
  717. .mdd-titre {
  718. height: 31px;
  719. line-height: 31px;
  720. color: #ccc;
  721. font-size: 13px;
  722. margin-bottom: 10px;
  723. overflow: hidden;
  724.  
  725. }
  726. #navbar-jv .rubrique-menu:hover {
  727. color: #d2d2d2;
  728. background-color: #575757;
  729. }
  730. #navbar-jv .content-menu-jv {
  731. display: none;
  732. overflow: hidden;
  733. background: #1D1D1D;
  734. border: 0;
  735. border-top: 5px solid #575757;
  736. border-bottom: 5px solid #575757;
  737. border-radius: 0;
  738. box-shadow: none;
  739. float: left;
  740. font-size: 14px;
  741. left: 0;
  742. margin: 0;
  743. width: 980px;
  744. height: 370px;
  745. padding: 0;
  746. position: absolute;
  747. top: 46px;
  748. z-index: 1000;
  749. }
  750. .mdd-recherche input[type="text"] {
  751. border: 0 none;
  752. border-radius: 0;
  753. font-size: 12px;
  754. height: 40px;
  755. padding: 0 45px 0 35px;
  756. width: 100%;
  757. color: #b9b9b9;
  758. background: #171717;
  759. border: 1px solid #3a3a3a;
  760. }
  761. .mdd-recherche button {
  762. border: none;
  763. color: #b2b2b2;
  764. height: 25px;
  765. position: absolute;
  766. right: 7px;
  767. top: 8px;
  768. width: 40px;
  769. background: #1E1E1E;
  770. }
  771. .mdd-liste-card-l .mtag,
  772. .mdd-card-xl .mtag {
  773. position: absolute;
  774. top: 0;
  775. left: 0;
  776. background: #171717;
  777. color: #b9b9b9;
  778. display: inline-block;
  779. font-size: 12px;
  780. height: 20px;
  781. line-height: 20px;
  782. padding: 0 8px;
  783. overflow: hidden;
  784.  
  785. max-width: 100%;
  786. border-bottom: 2px solid #8A8A8A;
  787. }
  788. .hit-note-g {
  789. background-color: #1B1B1B;
  790. border: none;
  791. border-top: none;
  792. color: #737373;
  793. }
  794. .hit-note-r {
  795. background-color: #1B1B1B;
  796. border: none;
  797. border-top: none;
  798. color: #BF7830;
  799. }
  800. .hit-note-l {
  801. background-color: #1B1B1B;
  802. border: none;
  803. border-top: none;
  804. }
  805. .fiche-abonne .tab-avatar {
  806. display: table;
  807. padding-right: 5px;
  808. border-right: none;
  809. }
  810. .fiche-abonne {
  811. border: 1px solid #3a3a3a;
  812. padding: 5px;
  813. margin-bottom: 20px;
  814. background: #292929;
  815. overflow: hidden;
  816. }
  817. .fiche-abonne .pseudo > a {
  818. color: #d2d2d2;
  819. text-decoration: none;
  820. }
  821. .fiche-abonne .points {
  822. font-size: 12px;
  823. line-height: 1em;
  824. overflow: hidden;
  825.  
  826. color: #777777;
  827. }
  828. .bloc-default-profil:before {
  829. border-left: 20px solid rgba(0, 0, 0, 0);
  830. border-top: 20px solid rgba(66, 66, 66, 0);
  831. content: "";
  832. position: absolute;
  833. right: 0;
  834. top: 0;
  835. }
  836. .form-control {
  837. display: block;
  838. width: 100%;
  839. height: 34px;
  840. padding: 6px 12px;
  841. font-size: 14px;
  842. line-height: 1.42857143;
  843. color: #555;
  844. background-color: #171717;
  845. background-image: none;
  846. border: 1px solid #3a3a3a;
  847. border-radius: 4px;
  848. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  849. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  850. }
  851. .panel-jv-info {
  852. border: 0;
  853. border-radius: 0;
  854. box-shadow: none;
  855. border-bottom: 3px solid #1F1F1F;
  856. }
  857. .panel-jv-info > .panel-heading {
  858. background-color: #575757;
  859. border: 0;
  860. color: #fff;
  861. height: 35px;
  862. line-height: 35px;
  863. padding: 0 10px;
  864. }
  865. .panel-jv-info > .panel-heading:after {
  866. background-image: none;
  867. position: absolute;
  868. bottom: 0;
  869. right: 0;
  870. content: " ";
  871. width: 24px;
  872. height: 15px;
  873. }
  874. .bloc-default-profil .header h2 {
  875. margin: 0px 0px 0px 10px;
  876. font-size: 16px;
  877. height: 40px;
  878. line-height: 40px;
  879. color: #b9b9b9;
  880. background-color: #171717;
  881. }
  882. .bloc-default-profil .display-line-lib .info-lib {
  883. width: 155px;
  884. display: inline-block;
  885. text-align: right;
  886. vertical-align: top;
  887. font-size: 12px;
  888. line-height: 1em;
  889. padding: 7px 0;
  890. color: #B1B1B1;
  891. }
  892. .bloc-default-profil .display-line-lib > li + li {
  893. border-top: 1px dotted #333232;
  894. }
  895. .menu-profil .list-menu-profil .actif {
  896. background: url("http://i.imgur.com/D4rJGX2.png") no-repeat center bottom;
  897. color: #D2D2D2;
  898. }
  899. .menu-profil .list-menu-profil .actif:hover {
  900. background: url("http://i.imgur.com/D4rJGX2.png") no-repeat center bottom;
  901. color: #D2D2D2;
  902. }
  903. #header-profil .infos-pseudo h1 {
  904. margin: 0;
  905. font-size: 36px;
  906. line-height: 1.1em;
  907. overflow: hidden;
  908.  
  909. color: #B3B3B3;
  910. }
  911. .bloc-default-profil .bloc-description-desc {
  912. padding: 0px 10px 20px 10px;
  913. word-wrap: break-word;
  914. font-size: 12px;
  915. line-height: 1.4em;
  916. color: #8C8C8C;
  917. overflow: hidden;
  918. }
  919. .bloc-default-profil {
  920. background: #1e1e1e;
  921. margin-bottom: 20px;
  922. position: relative;
  923. border: 1px solid #3a3a3a;
  924. }
  925. .bloc-default-profil .display-line-lib .info-value {
  926. width: 280px;
  927. word-wrap: break-word;
  928. display: inline-block;
  929. vertical-align: top;
  930. margin-left: 15px;
  931. font-size: 12px;
  932. line-height: 1em;
  933. padding: 7px 0;
  934. color: #8C8C8C;
  935. }
  936. #content {
  937. margin-top: 0;
  938. margin-bottom: 0;
  939. padding-bottom: 20px;
  940. background: url("http://image.noelshack.com/fichiers/2015/45/1446584596-simple-vector-wallpaper-wdbyd.jpg") no-repeat fixed;
  941. padding-top: 12px;
  942. }
  943. .container-content {
  944. background: #252525;
  945. padding: 20px 20px 0 20px;
  946. min-height: 600px;
  947. border: 1px solid #333333;
  948. }
  949. #bloc-commentaires #tous-les-commentaires .wrapper-tous-commentaire {
  950. border-bottom: 1px solid #171717;
  951. margin-bottom: 30px;
  952. }
  953. .titre-tous-commentaire + .wrapper-tous-commentaire {
  954. padding: 20px 0;
  955. border-top: 1px solid #171717;
  956. }
  957. .bloc-pagi-default .pagi-suivant-actif {
  958. background: url("http://i.imgur.com/ZwSGe4m.png") no-repeat -54px 0;
  959. opacity: 0.5;
  960. }
  961. .bloc-pagi-default .pagi-fin-actif {
  962. background: url("http://i.imgur.com/ZwSGe4m.png") no-repeat -81px 0;
  963. opacity: 0.5;
  964. }
  965. .bloc-pagi-default .pagi-precedent-actif {
  966. background: url("http://i.imgur.com/ZwSGe4m.png") no-repeat -27px 0;
  967. opacity: 0.5;
  968. }
  969. .bloc-pagi-default .pagi-debut-actif {
  970. background: url("http://i.imgur.com/ZwSGe4m.png") no-repeat 0 0;
  971. opacity: 0.5;
  972. }
  973. .bloc-pagi-default .pagi-suivant-actif:hover {
  974. background: url("http://i.imgur.com/ZwSGe4m.png") no-repeat -54px 0;
  975. opacity: 0.8;
  976. }
  977. .bloc-pagi-default .pagi-fin-actif:hover {
  978. background: url("http://i.imgur.com/ZwSGe4m.png") no-repeat -81px 0;
  979. opacity: 0.8;
  980. }
  981. .bloc-pagi-default .pagi-precedent-actif:hover {
  982. background: url("http://i.imgur.com/ZwSGe4m.png") no-repeat -27px 0;
  983. opacity: 0.8;
  984. }
  985. .bloc-pagi-default .pagi-debut-actif:hover {
  986. background: url("http://i.imgur.com/ZwSGe4m.png") no-repeat 0 0;
  987. opacity: 0.8;
  988. }
  989. .picto-crayon {
  990. background: url("http://i.imgur.com/xTOcyDt.png") no-repeat -210px 0;
  991. }
  992. .picto-alerte-page {
  993. background: url("http://i.imgur.com/xTOcyDt.png") no-repeat -240px 0;
  994. }
  995. .picto-abonnement {
  996. background: url("http://i.imgur.com/xTOcyDt.png") no-repeat -60px 0;
  997. }
  998. .picto-favoris {
  999. background: url("http://i.imgur.com/xTOcyDt.png") no-repeat -30px 0;
  1000. }
  1001. .picto-rss {
  1002. background: url("http://i.imgur.com/xTOcyDt.png") no-repeat -90px 0;
  1003. }
  1004. .picto-reglage {
  1005. background: url("http://i.imgur.com/xTOcyDt.png") no-repeat 0 0;
  1006. }
  1007. #header-top {
  1008. background-color: #1D1D1D;
  1009. background: url("http://image.noelshack.com/fichiers/2015/45/1446584596-simple-vector-wallpaper-wdbyd.jpg") no-repeat !important;
  1010. height: 60px;
  1011. position: relative;
  1012. }
  1013. .bloc-menu-navbar {
  1014. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  1015. position: relative;
  1016. height: 47px;
  1017. z-index: 1;
  1018. border-top: 1px solid #2D2D2D;
  1019. background-color: #252525;
  1020. }
  1021. .bloc-menu-liste-machine {
  1022. border-top: 1px solid rgba(255, 255, 255, 0.1);
  1023. overflow: hidden;
  1024. position: relative;
  1025. background-color: #252525!important;
  1026. border-bottom: 1px solid #2D2D2D;
  1027. }
  1028. .bloc-message-forum.msg-supprime {
  1029. background: #d4f3fc;
  1030. border: none;
  1031. }
  1032. #table-liste-topic-forum {
  1033. margin-bottom: 15px;
  1034. font-family: Tahoma, "DejaVu Sans Condensed", Arial, Helvetica, sans-serif;
  1035. border: 1px solid #353535;
  1036. width: 100%;
  1037. table-layout: fixed;
  1038. border-collapse: separate;
  1039. padding: 0px 1px;
  1040. border-spacing: 0px 1px;
  1041. background: #252525;
  1042. }
  1043. #header-user .infos-pseudo-avatar .tab-head-avatar > div {
  1044. display: table-cell;
  1045. line-height: 0;
  1046. padding: 2px;
  1047. text-align: center;
  1048. vertical-align: middle;
  1049. background-color: rgb(16, 16, 16);
  1050. }
  1051. .btn-supprimer-sondage {
  1052. background: #481A1A;
  1053. color: #ccc;
  1054. border: 1px solid #6f0000;
  1055. border-radius: 2px;
  1056. padding: 5px 15px;
  1057. font-size: 10px;
  1058. line-height: 1em;
  1059. }
  1060. #table-liste-topic-forum tbody tr {
  1061. background: #1D1D1D!important;
  1062. font-size: 11px;
  1063. vertical-align: middle;
  1064. line-height: 16px;
  1065. }
  1066. .list-msg .list-auteurs {
  1067. background: #353535;
  1068. border: 1px solid #636363;
  1069. }
  1070. .list-msg .list-auteurs li:first-child {
  1071. border-bottom: 1px solid #636363;
  1072. }
  1073. #table-liste-topic-forum tbody tr.topic-delete {
  1074. background: rgb(58, 58, 58);
  1075. }
  1076. #table-liste-topic-forum tbody tr.topic-delete:hover {
  1077. background: rgb(58, 58, 58);
  1078. }
  1079. #table-liste-topic-forum tbody tr,
  1080. .bloc-message-forum:nth-child(even) {
  1081. background-color: #171717;
  1082. }
  1083. .btn-on-off.active {
  1084. background: url('http://imgh.us/on-off-sprite_(1)_2.svg') 26px top;
  1085. box-shadow: none;
  1086. }
  1087. .affix #header-search-jv .loupe-search {
  1088. background-color: rgb(23, 23, 23);
  1089. height: 46px;
  1090. width: 45px;
  1091. background-position: 14px 14px;
  1092. border-right: 1px solid #3A3A3A;
  1093. }
  1094. #header-bottom,
  1095. #header-bottom .bloc-sticker {
  1096. height: 76px;
  1097. background: #ff1717;
  1098. }
  1099. .bloc-message-forum:nth-child(odd) {
  1100. background-color: #555555;
  1101. }
  1102. #table-liste-topic-forum tbody tr:nth-child(2n+1),
  1103. .bloc-message-forum:nth-child(odd) {
  1104. background-color: #171717;
  1105. }
  1106. #table-liste-topic-forum tbody tr:hover {
  1107. color: #777777;
  1108. background-color: #171717;
  1109. }
  1110. #table-liste-topic-forum thead th {
  1111. height: 28px;
  1112. background-color: #171717;
  1113. color: #b9b9b9;
  1114. border-bottom: 1px solid #252525;
  1115. }
  1116. #table-liste-topic-forum thead {
  1117. background: #e0e0e0;
  1118. color: #A0A0A0;
  1119. font-size: 11px;
  1120. }
  1121. #table-liste-topic-forum .sujet-topic a:hover,
  1122. #table-liste-topic-forum .sujet-topic a:focus,
  1123. #table-liste-topic-forum .sujet-topic a:active,
  1124. #table-liste-topic-forum .dernier-msg-topic .lien-jv:hover,
  1125. #table-liste-topic-forum .dernier-msg-topic .lien-jv:focus,
  1126. #table-liste-topic-forum .dernier-msg-topic .lien-jv:active {
  1127. color: #777777;
  1128. }
  1129. #table-liste-topic-forum tbody tr:hover {
  1130. color: #777777;
  1131. }
  1132. #table-liste-topic-forum .auteur-topic .text-modo,
  1133. .bloc-message-forum .text-modo,
  1134. .bloc-avis .text-modo,
  1135. .form-control-tag-inner .text-modo,
  1136. .list-msg .text-modo,
  1137. .text-modo {
  1138. color: #277912!important;
  1139. }
  1140. #bloc-meta-titre-jeu .active .titre-onglet {
  1141. border-bottom: 2px solid #737373;
  1142. }
  1143. #table-liste-topic-forum .sujet-topic a:visited,
  1144. #table-liste-topic-forum .dernier-msg-topic .lien-jv:visited {
  1145. color: #777777;
  1146. }
  1147. #bloc-commentaires .bloc-rep-liens .btn-comm-actualiser,
  1148. .btn-actu-new-list-forum {
  1149. border: 1px solid #3A3A3A;
  1150. background: #2F2F2F;
  1151. color: #B1B1B1;
  1152. transition: background 0.3s;
  1153. }
  1154. #bloc-commentaires .bloc-rep-liens .btn-comm-actualiser:hover,
  1155. .btn-actu-new-list-forum:hover {
  1156. border: 1px solid #3A3A3A;
  1157. background: rgb(33, 33, 33);
  1158. color: #B1B1B1!important;
  1159. }
  1160. .modal-generic-content {
  1161. overflow-y: auto;
  1162. padding: 15px 20px;
  1163. color: #b9b9b9;
  1164. background-color: #171717;
  1165. }
  1166. #ns-webservice .ns-box {
  1167. border: solid 1px #3a3a3a;
  1168. padding: 5px 10px;
  1169. margin: 5px 0;
  1170. }
  1171. #ns-webservice .ns-box-upload {
  1172. display: block;
  1173. overflow: hidden;
  1174. position: relative;
  1175. width: 120px;
  1176. text-align: center;
  1177. background-color: #171717;
  1178. color: #b9b9b9;
  1179. border: 1px solid #3a3a3a;
  1180. }
  1181. .btn-default {
  1182. color: #b9b9b9;
  1183. background-color: #171717;
  1184. border: 1px solid #3a3a3a;
  1185. }
  1186. .btn-default:hover {
  1187. color: #b9b9b9;
  1188. background-color: #171717;
  1189. border: 1px solid #3a3a3a;
  1190. }
  1191. .modal-generic-header {
  1192. padding: 0 40px 0 20px;
  1193. font-size: 18px;
  1194. background: #2F2F2F;
  1195. color: #FFF;
  1196. height: 50px;
  1197. line-height: 50px;
  1198. }
  1199. .modal-generic-close {
  1200. position: absolute;
  1201. top: 14px;
  1202. right: 15px;
  1203. font-size: 22px;
  1204. text-decoration: none;
  1205. color: #b9b9b9;
  1206. line-height: 0;
  1207. }
  1208. .bloc-critique {
  1209. background: #1B1B1B;
  1210. border: 1px solid #676767;
  1211. margin-bottom: 30px;
  1212. padding: 15px 15px 0 15px;
  1213. }
  1214. .btn-topic-resolu {
  1215. border: 1px solid #8c8c8c;
  1216. background: #575757;
  1217. color: #D4D4D4;
  1218. }
  1219. .btn-topic-resolu:hover {
  1220. border: 1px solid #8c8c8c;
  1221. background: #505050;
  1222. color: #D4D4D4;
  1223. }
  1224. .titre-head-bloc {
  1225. border-top: 1px solid #3a3a3a;
  1226. margin-bottom: 10px;
  1227. overflow: hidden;
  1228. padding-bottom: 10px;
  1229. padding-top: 15px;
  1230. }
  1231. .bloc-rech-forum .txt-search {
  1232. border: 1px solid #3A3A3A;
  1233. height: 25px;
  1234. width: 180px;
  1235. padding: 3px;
  1236. color: #7f7f7f;
  1237. background-color: #1B1B1B;
  1238. }
  1239. .bloc-rech-forum .select-search {
  1240. border: 1px solid #3A3A3A;
  1241. height: 25px;
  1242. width: 85px;
  1243. padding: 3px;
  1244. color: #7f7f7f;
  1245. background-color: #1b1b1b;
  1246. }
  1247. .bloc-rech-forum .btn-lancer-rech {
  1248. background: #1E1E1E;
  1249. color: #8A8A8A;
  1250. border: 1px solid #3a3a3a;
  1251. border-radius: 2px;
  1252. height: 25px;
  1253. line-height: 25px;
  1254. width: 35px;
  1255. padding: 0;
  1256. }
  1257. .bloc-rech-forum .btn-lancer-rech:hover {
  1258. background: rgba(30, 30, 30, 0.52);
  1259. }
  1260. .bloc-pre-pagi-forum {
  1261. border-bottom: 1px solid #171717;
  1262. padding-bottom: 15px;
  1263. margin-bottom: 10px;
  1264. overflow: hidden;
  1265. text-align: center;
  1266. }
  1267. .conteneur-topic-pagi {
  1268. border-bottom: 1px solid #171717;
  1269. margin-bottom: 20px;
  1270. }
  1271. .bloc-pres-filtre {
  1272. background: #171717;
  1273. margin-bottom: 10px;
  1274. border: 5px solid #1B1B1B;
  1275. border-top: none;
  1276. }
  1277. .bloc-pres-filtre .sep-titre {
  1278. background: #1B1B1B;
  1279. color: #b9b9b9;
  1280. font-size: 12px;
  1281. padding: 5px 10px;
  1282. border-bottom: 1px solid rgba(58, 58, 58, 0.32);
  1283. }
  1284. .bloc-pres-filtre .drop-oc {
  1285. color: #F5F5F5;
  1286. font-size: 12px;
  1287. padding: 0;
  1288. margin: 5px 0;
  1289. }
  1290. .bloc-pres-filtre .drop-oc .icon-plus2-entypo,
  1291. .bloc-pres-filtre .drop-oc .icon-minus2-entypo {
  1292. color: #FFFFFF;
  1293. font-size: 18px;
  1294. vertical-align: -3px;
  1295. }
  1296. #bloc-meta-titre-jeu .onglet-fiche.desactive,
  1297. #bloc-meta-titre-jeu .onglet-fiche.desactive:hover {
  1298. color: #424242;
  1299. background: #171717;
  1300. }
  1301. .liste-in-filtre li .icon-cross-entypo {
  1302. vertical-align: -3px;
  1303. color: rgb(68, 68, 68);
  1304. text-decoration: none;
  1305. font-size: 18px;
  1306. }
  1307. .pres-item-jaq .titre-item a {
  1308. color: #d2d2d2;
  1309. text-decoration: none;
  1310. }
  1311. .pres-item-jaq .type {
  1312. color: #575757;
  1313. }
  1314. .pres-item-jaq .line-info .info {
  1315. color: #D2D2D2;
  1316. }
  1317. .bonus-track figure {
  1318. background: #1D1D1D;
  1319. border-bottom: solid 1px #313131;
  1320. height: 10em;
  1321. overflow: hidden;
  1322. text-align: center;
  1323. }
  1324. .bonus-track figure figcaption {
  1325. word-wrap: break-word;
  1326. line-height: 16px;
  1327. font-size: 13px;
  1328. overflow: hidden;
  1329. height: 4.3em;
  1330. padding: 5px;
  1331. color: #d2d2d2;
  1332. }
  1333. #bloc-commentaires .bloc-rep-liens .tab-rep-avatar {
  1334. border: 1px solid rgba(219, 219, 234, 0);
  1335. display: table;
  1336. table-layout: fixed;
  1337. width: 46px;
  1338. height: 46px;
  1339. }
  1340. .accordeon-single-line .contenu-asl {
  1341. border: 1px solid #444!important;
  1342. }
  1343. #bloc-commentaires .link-plus-de-comm {
  1344. background: #444444;
  1345. color: #d2d2d2;
  1346. font-size: 12px;
  1347. height: 30px;
  1348. line-height: 28px;
  1349. margin: 30px auto 10px;
  1350. position: relative;
  1351. text-align: center;
  1352. width: 242px;
  1353. border-radius: 2px;
  1354. border: 1px solid #b3b3b3;
  1355. }
  1356. .bloc-default-profil .profil-display-tab td.date-cell {
  1357. color: #d2d2d2;
  1358. text-align: right;
  1359. background-color: #1E1E1E;
  1360. border: 1px solid #292929;
  1361. border-left: none;
  1362. border-right: none;
  1363. border-top: none;
  1364. }
  1365. .bloc-default-profil .profil-display-tab td.text-cell {
  1366. width: 300px;
  1367. background-color: #1E1E1E;
  1368. border: 1px solid #292929;
  1369. border-right: none;
  1370. border-left: none;
  1371. border-top: none;
  1372. }
  1373. .titre-alltype-article {
  1374. font-size: 24px;
  1375. margin: 0 0 10px 0;
  1376. line-height: 1.1em;
  1377. border-top: 2px solid #171717;
  1378. padding-bottom: 10px;
  1379. padding-top: 15px;
  1380. }
  1381. #bloc-commentaires #top-commentaires .titre-top-commentaire {
  1382. margin-bottom: 15px;
  1383. line-height: 1em;
  1384. color: #999999;
  1385. }
  1386. #bloc-commentaires #top-commentaires .bloc-message-forum {
  1387. background: #1B1B1B;
  1388. }
  1389. .bonus-track .header-bonus span {
  1390. padding: 0 10px;
  1391. display: inline-block;
  1392. position: relative;
  1393. top: 9px;
  1394. background: #1D1D1D;
  1395. font-size: 11px;
  1396. color: #949494;
  1397. }
  1398. .bonus-track figure figcaption:hover {
  1399. color: #fff;
  1400. }
  1401. .form-post-topic .form-control {
  1402. border: 1px solid #3A3A3A;
  1403. border-radius: 0;
  1404. box-shadow: none;
  1405. color: #7f7f7f;
  1406. height: 30px;
  1407. padding: 2px 12px;
  1408. border-left: 5px solid #3A3A3A;
  1409. font-size: 12px;
  1410. background-color: #1B1B1B;
  1411. }
  1412. .form-post-topic .form-control:focus {
  1413. border-color: #505050;
  1414. }
  1415. .btn-ajouter-sondage {
  1416. background: #313131;
  1417. border: 1px solid #3E3E3E;
  1418. color: #b1b1b1;
  1419. border-radius: 2px;
  1420. padding: 5px 15px;
  1421. font-size: 10px;
  1422. line-height: 1em;
  1423. }
  1424. .accordeon-single-line .contenu-asl,.accordeon-single-line .contenu-asl > ul.liste-default-jv,.btn-ajouter-sondage:hover,li.ui-menu-item:hover {
  1425. background: #252525;
  1426. color: #b1b1b1;
  1427. }
  1428. .hr-separated-dashed {
  1429. display: none;
  1430. }
  1431. .jv-editor .conteneur-editor {
  1432. background: #171717;
  1433. position: relative;
  1434. border: 1px solid #3a3a3a;
  1435. }
  1436. .jv-editor .btn-group {
  1437. border-radius: 3px;
  1438. background: #171717;
  1439. border: 1px solid #3A3A3A;
  1440. margin-bottom: 5px;
  1441. }
  1442. .jv-editor .btn-jv-editor-toolbar:hover {
  1443. color: #B9B9B9;
  1444. }
  1445. .jv-editor .area-editor {
  1446. width: 100%;
  1447. height: 110px;
  1448. max-width: 100%;
  1449. min-width: 100%;
  1450. border: 0 solid #3a3a3a;
  1451. padding: 10px;
  1452. background-color: #1B1B1B;
  1453. color: #929292;
  1454. }
  1455. .jv-editor .text-editor {
  1456. background: #1B1B1B;
  1457. overflow: hidden;
  1458. border-top: hidden;
  1459. }
  1460. .jv-editor .conteneur-editor,
  1461. .jv-editor .previsu-editor {
  1462. border: 1px solid #3A3A3A;
  1463. margin-bottom: 10px;
  1464. background-color: #1B1B1B;
  1465. }
  1466. .table-profil-modif-default .titre-tab {
  1467. color: #ADADAD;
  1468. }
  1469. .bloc-default-profil .bloc-signature-desc {
  1470. color: #b9b9b9;
  1471. }
  1472. #f-fstk.f-jvc-thm .f-top-w .f-top {
  1473. background-color: #1E1E1E;
  1474. }
  1475. .btn-poster-msg,
  1476. .valider-modif-profil,.btn-poster-avis,.btn-editer-msg,.btn-annuler-modif-msg {
  1477. border: 1px solid #3e3e3e!important;
  1478. border-radius: 2px;
  1479. display: inline-block;
  1480. margin-bottom: 0;
  1481. padding: 0 40px;
  1482. text-align: center;
  1483. vertical-align: bottom;
  1484. background: #424242!important;
  1485. color: #B7B7B7!important;
  1486. border: 1px solid #656565!important;
  1487. }
  1488. .btn-poster-msg:hover,
  1489. .valider-modif-profil:hover,.btn-poster-avis:hover,.btn-annuler-modif-msg:hover,.btn-editer-msg:hover {
  1490. background: #353535!important;
  1491. color: #b1b1b1!important;
  1492. border: 1px solid #545454!important;
  1493. }
  1494. .jv-editor .label-previsu {
  1495. color: #777;
  1496. font-size: 12px;
  1497. vertical-align: middle;
  1498. padding-right: 2px;
  1499. }
  1500. .bloc-message-forum {
  1501. border: 1px solid #171717;
  1502. margin-bottom: 15px;
  1503. background: none;
  1504. position: relative;
  1505. font-size: 12px;
  1506. }
  1507. .list-slice-pres1 li {
  1508. opacity: 0.7;
  1509. }
  1510. .list-slice-pres1 li:hover {
  1511. opacity: 1;
  1512. }
  1513. .item-home-accroche .foot-accroche {
  1514. background: #171717;
  1515. height: 32px;
  1516. padding: 7px 8px 0 8px;
  1517. border: 1px solid #1B1B1B;
  1518. border-top: none;
  1519. }
  1520. .encart-option-article {
  1521. border: 1px solid #272727;
  1522. background: #171717;
  1523. margin-bottom: 30px;
  1524. padding: 15px;
  1525. word-wrap: break-word;
  1526. }
  1527. .rappel-fiche .rappel-jeu {
  1528. display: block;
  1529. font-size: 17px;
  1530. line-height: 20px;
  1531. color: #d2d2d2;
  1532. overflow: hidden;
  1533.  
  1534. padding-top: 6px;
  1535. padding-bottom: 2px;
  1536. }
  1537. .panel-jv-fiche .rappel-fiche {
  1538. background: #1E1E1E;
  1539. height: 57px;
  1540. position: relative;
  1541. padding: 0 10px 0 10px;
  1542. }
  1543. .panel-jv-fiche .panel-body {
  1544. padding: 10px;
  1545. border: 0;
  1546. overflow: hidden;
  1547. color: #d2d2d2;
  1548. background-color: #383838;
  1549. }
  1550. .label-contrib,
  1551. .label-editeur {
  1552. background-color: #737373;
  1553. border-radius: 3px;
  1554. color: #fff;
  1555. display: inline-block;
  1556. font-size: 12px;
  1557. height: 20px;
  1558. line-height: 20px;
  1559. padding: 0 8px;
  1560. text-align: center;
  1561. vertical-align: bottom;
  1562. font-style: normal;
  1563. }
  1564. .fichejeu-menu .fj-lien-a {
  1565. color: #d2d2d2;
  1566. display: inline-block;
  1567. padding: 0 6px;
  1568. }
  1569. .item-small-pres {
  1570. height: 86px;
  1571. border-top: 1px solid #3A3A3A;
  1572. overflow: hidden;
  1573. padding-top: 14px;
  1574. }
  1575. #skinhome-pc .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1576. #skinhome-ps4 .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1577. #skinhome-one .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1578. #skinhome-wiiu .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1579. #skinhome-ps3 .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1580. #skinhome-360 .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1581. #skinhome-3ds .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1582. #skinhome-vita .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1583. #skinhome-ios .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1584. #skinhome-android .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1585. #skinhome-wii .bloc-dark-full-largeur .item-small-pres .a-titre-item,
  1586. #skinhome-ds .bloc-dark-full-largeur .item-small-pres .a-titre-item {
  1587. color: #737373!important;
  1588. }
  1589. .item-small-pres .a-titre-item {
  1590. color: #737373!important;
  1591. }
  1592. .bloc-dark-full-largeur .item-small-pres .a-titre-item:hover span,
  1593. .bloc-dark-full-largeur .accr-item-large .a-titre-item:hover {
  1594. color: #fff;
  1595. }
  1596. .bloc-onfire-home {
  1597. background: #171717;
  1598. padding-top: 20px;
  1599. padding-bottom: 20px;
  1600. }
  1601. .bloc-onfire-home .inner-onfire {
  1602. background: #262626;
  1603. padding: 15px 10px 0 10px;
  1604. overflow: hidden;
  1605. }
  1606. .bloc-chev-pix {
  1607. background: #737373;
  1608. display: inline-block;
  1609. height: 30px;
  1610. line-height: 30px;
  1611. padding: 0 10px;
  1612. margin-bottom: 20px;
  1613. }
  1614. .table-ending-home .bloc-fofo-boutique {
  1615. position: relative;
  1616. padding: 20px;
  1617. background-color: #262626;
  1618. }
  1619. .bloc-fofo-boutique .titre-fofo {
  1620. background: url("http://i.imgur.com/AdLT2kK.png") no-repeat left 2px;
  1621. color: #fff;
  1622. line-height: 1em;
  1623. margin: 0;
  1624. padding-left: 20px;
  1625. margin-bottom: 10px;
  1626. }
  1627. .bloc-fofo-boutique .bloc-autre-lien-fofo {
  1628. border-top: 1px solid #171717;
  1629. text-align: right;
  1630. }
  1631. .bloc-fofo-boutique .bloc-autre-lien-fofo a {
  1632. font-size: 12px;
  1633. line-height: 1em;
  1634. padding-right: 14px;
  1635. color: #737373;
  1636. padding-left: 20px;
  1637. }
  1638. .bloc-accueil h1 {
  1639. font-size: 11px;
  1640. line-height: 1.2em;
  1641. background: #171717;
  1642. padding: 10px 20px;
  1643. margin: -20px -20px 0 -20px;
  1644. color: #888;
  1645. }
  1646. .bloc-modif-titre-sujet input {
  1647. width: 100%;
  1648. border: 1px solid #3a3a3a;
  1649. font-size: 13px;
  1650. padding: 5px 5px;
  1651. border-radius: 2px;
  1652. margin-bottom: 5px;
  1653. background-color: #171717;
  1654. }
  1655. .btn-editer-msg:hover {
  1656. background: rgba(173, 39, 24, 0.8);
  1657. color: #000;
  1658. }
  1659. .btn-editer-msg {
  1660. background: #737373;
  1661. color: #fff;
  1662. }
  1663. #video-footer.active {
  1664. height: auto;
  1665. background: #171717;
  1666. padding-top: 20px;
  1667. padding-bottom: 20px;
  1668. border-top: 5px solid #101010;
  1669. }
  1670. #video-footer .video-footer-titre {
  1671. color: #d2d2d2;
  1672. text-align: center;
  1673. margin-bottom: 20px;
  1674. display: block;
  1675. }
  1676. .bonus-track,
  1677. #bloc-meta-titre-jeu .onglet-boutique .titre-onglet,
  1678. .bloc-boutique-droite,
  1679. .bloc-pres1,
  1680. heading-pres1,
  1681. #header-store-jv, #image-promo-1, #image-promo-2 {
  1682. display: none!important;
  1683. }
  1684. .bloc-fofo-boutique .bloc-top-fofo li,
  1685. .bloc-fofo-boutique .bloc-top-fofo li a,
  1686. .bloc-fofo-boutique .list-autre-fofo a,
  1687. .bloc-fofo-boutique .list-autre-fofo {
  1688. font-size: 13px;
  1689. line-height: 20px;
  1690. word-wrap: break-word;
  1691. color: #d2d2d2;
  1692. }
  1693. #navbar-jv .liste-rubrique>li.open {
  1694. background: #575757;
  1695. }
  1696. .titre-alltype-article > span {
  1697. color: #737373;
  1698. }
  1699. .header-video .titre-video span {
  1700. color: #737373;
  1701. }
  1702. .btn-jv-tag:hover {
  1703. background-color: #737373;
  1704. color: #fff;
  1705. }
  1706. .fichejeu-menu .fj-lien-a:hover {
  1707. color: #fff;
  1708. background: transparent;
  1709. display: inline-block;
  1710. padding: 0 6px;
  1711. }
  1712. .glivetv {
  1713. border: 1px solid #3a3a3a;
  1714. }
  1715. .rappel-fiche .rappel-jeu:hover {
  1716. color: #fff;
  1717. }
  1718. .glivetv .titre-bloc {
  1719. color: #d2d2d2;
  1720. background: #171717;
  1721. border-bottom: 1px solid #333333;
  1722. }
  1723. .glivetv .liste-chaine li {
  1724. border-bottom: 1px solid #3A3A3A;
  1725. }
  1726. .glivetv .m-one.on,
  1727. .glivetv .m-two.on,.menu-sommaire > ul,.section-sommaire {
  1728. background: #212121;
  1729. color: #ccc;
  1730. }
  1731. .glivetv .liste-chaine li .l-chaine {
  1732. background-color: #212121;
  1733. border: none;
  1734. }
  1735. .glivetv .inner-jour {
  1736. padding-right: 10px;
  1737. background-color: #212121;
  1738. }
  1739. .glivetv .bloc-info-tv .titre-pg,
  1740. .glivetv .ld-two {
  1741. color: #949494;
  1742. }
  1743. .glivetv .bloc-info-tv .txt-autre {
  1744. color: #A9A9A9;
  1745. }
  1746. .glivetv .tab-chaine {
  1747. display: table;
  1748. table-layout: fixed;
  1749. color: #d2d2d2;
  1750. width: 100%;
  1751. border-bottom: 2px solid #212121;
  1752. text-align: center;
  1753. }
  1754. .glivetv .content-jour.on {
  1755. display: block;
  1756. background-color: #212121;
  1757. }
  1758. .glivetv .en-tete-bloc-pg {
  1759. color: #FFFFFF;
  1760. font-size: 14px;
  1761. border-bottom: 1px solid #171717;
  1762. padding-bottom: 5px;
  1763. margin-bottom: 8px;
  1764. padding-top: 10px;
  1765. }
  1766. .glivetv .bloc-pg-detail {
  1767. display: block;
  1768. border-bottom: 1px solid #171717;
  1769. margin-bottom: 8px;
  1770. padding-bottom: 8px;
  1771. text-decoration: none;
  1772. }
  1773. .glivetv .ld-three {
  1774. color: #c1c1c1;
  1775. }
  1776. .glivetv .tab-chaine > div {
  1777. border-left: 5px solid transparent;
  1778. padding: 5px 3px;
  1779. display: table-cell;
  1780. vertical-align: middle;
  1781. word-wrap: break-word;
  1782. font-size: 12px;
  1783. background-color: #313131;
  1784. }
  1785. .glivetv .tab-chaine.on > div {
  1786. border-color: #Fff;
  1787. }
  1788. .glivetv .tab-chaine.on {
  1789. color: #fff;
  1790. border-color: #1d2023;
  1791. background: #32383d;
  1792. }
  1793. .item-home-accroche a:hover .group-wrapper .titre-wrapper {
  1794. color: #b9b9b9;
  1795. }
  1796. .item-home-accroche .mtag {
  1797. background: #171717;
  1798. color: #b9b9b9;
  1799. border-bottom: 2px solid #8A8A8A;
  1800. font-size: 14px;
  1801. display: inline-block;
  1802. left: 0;
  1803. top: 0;
  1804. overflow: hidden;
  1805. padding: 0 8px;
  1806. height: 28px;
  1807. line-height: 27px;
  1808. position: absolute;
  1809. }
  1810. .bloc-com-rep:nth-child(odd) .bloc-message-forum {
  1811. background: #1b1b1b;
  1812. }
  1813. .bloc-com-rep:nth-child(even) .bloc-message-forum {
  1814. background: #1B1B1B;
  1815. }
  1816. .bloc-message-forum .user-avatar-msg {
  1817. transition: opacity 0.2s;
  1818. opacity: 0.5;
  1819. }
  1820. blockquote {
  1821. padding: 10px 20px;
  1822. margin: 0 0 20px;
  1823. font-size: 17.5px;
  1824. border-left: 5px solid #3E3E3E;
  1825. }
  1826. .intro-item-xbig .foot-accroche {
  1827. height: 44px;
  1828. border-bottom: 1px solid #3a3a3a;
  1829. padding: 12px 0 0 0;
  1830. }
  1831. .accr-item-extra-l .extra-footer {
  1832. background: #171717;
  1833. }
  1834. .accr-item-large .foot-accr-item-large .a-lien-bottom {
  1835. border-top: 1px solid #1F1F1F;
  1836. padding-top: 10px;
  1837. }
  1838. #prospect-square,
  1839. #prospect-square2,
  1840. #prospect-square3 {
  1841. display: none!important;
  1842. position: relative;
  1843. margin-bottom: 20px;
  1844. }
  1845. .nav-date-news {
  1846. text-align: center;
  1847. margin-bottom: 20px;
  1848. border: 1px solid #3a3a3a;
  1849. height: 32px;
  1850. border-width: 1px 0;
  1851. font-weight: bold;
  1852. line-height: 0;
  1853. padding-top: 8px;
  1854. }
  1855. .encart-article figcaption {
  1856. text-align: center;
  1857. font-size: 12px;
  1858. line-height: 15px;
  1859. padding: 10px 5px;
  1860. word-wrap: break-word;
  1861. background-color: #1E1E1E;
  1862. border-bottom: 1px solid #3a3a3a;
  1863. }
  1864. .sommaire-dossier-t1 .bloc-sommaire {
  1865. background: #1B1B1B;
  1866. border: 1px solid #3a3a3a;
  1867. padding: 20px 20px 0 20px;
  1868. }
  1869. .bloc-message-forum .user-avatar-msg:hover {
  1870. transition: opacity 0.3s;
  1871. opacity: 1;
  1872. }
  1873. .bloc-message-forum:nth-child(even) {
  1874. background-color: #1E1E1E;
  1875. /*border-top: none;
  1876. border-right: none;
  1877. border-left: none;*/
  1878.  
  1879. border: 1px solid #2B2B2B;
  1880. margin-bottom: 5px;
  1881. }
  1882. .text-enrichi-forum img {
  1883. vertical-align: baseline;
  1884. opacity: 0.78;
  1885. }
  1886. blockquote.blockquote-jv {
  1887. background: url("http://i.imgur.com/TMlcjQT.png") no-repeat 10px 15px #333333;
  1888. border-left: 5px solid #9C9C9C;
  1889. padding: 15px 20px 15px 50px;
  1890. text-align: justify;
  1891. color: #9c9c9c;
  1892. font-size: inherit;
  1893. font-style: italic;
  1894. margin-bottom: 30px;
  1895. }
  1896. .stream-bt-glive {
  1897. background: #5F5F5F;
  1898. border-top: 1px solid #333;
  1899. height: 44px;
  1900. }
  1901. .stream-glive,
  1902. .extra-buttons {
  1903. border-left: 10px solid #CCCCCC;
  1904. color: #E4E4E4;
  1905. float: left;
  1906. height: 32px;
  1907. line-height: 32px;
  1908. margin: 5px 10px 5px 0;
  1909. padding-left: 5px;
  1910. }
  1911. .extra-buttons .active .a-lien-extra {
  1912. background: none repeat scroll 0 0 #464646;
  1913. color: #ccc;
  1914. }
  1915. .stream-bt-glive .a-lien-extra {
  1916. background: none repeat scroll 0 0 rgb(121, 121, 121);
  1917. color: #b9b9b9;
  1918. display: inline-block;
  1919. height: 24px;
  1920. line-height: 24px;
  1921. padding: 0 10px;
  1922. }
  1923. .chaines-glive div {
  1924. background: rgb(95, 95, 95);
  1925. border-right: 1px solid #3A3A3A;
  1926. float: left;
  1927. position: relative;
  1928. width: 20%;
  1929. }
  1930. .chaines-glive .titre-emission {
  1931. color: #CCCCCC;
  1932. height: 2.5em;
  1933. line-height: 1.2em;
  1934. margin-left: 15px;
  1935. overflow: hidden;
  1936. word-wrap: break-word;
  1937. }
  1938. .chaines-glive .nb-viewers {
  1939. color: #171717;
  1940. margin-left: 15px;
  1941. }
  1942. .chaines-glive div:hover,
  1943. .chaines-glive div:focus {
  1944. background: #333333;
  1945. }
  1946. .chaines-glive .online .titre-chaine {
  1947. border-color: #2E710F;
  1948. }
  1949. .chaines-glive .titre-chaine {
  1950. border-left: 10px solid #900707;
  1951. font-size: 14px;
  1952. height: 28px;
  1953. }
  1954. .stream-bt-glive .a-lien-extra:hover {
  1955. background: #464646;
  1956. }
  1957. .chaines-glive div.active {
  1958. background: #333333;
  1959. }
  1960. .chaines-glive div.active .titre-emission {
  1961. color: #929292;
  1962. }
  1963. .chaines-glive div.active .nb-viewers {
  1964. color: #151515;
  1965. }
  1966. .stream-glive select {
  1967. color: #000;
  1968. border: 1px solid #3a3a3a;
  1969. font-family: "robotoboldcondensed", sans-serif;
  1970. margin: 0 5px;
  1971. width: 300px;
  1972. color: #ccc;
  1973. background-color: #464646;
  1974. }
  1975. .text-enrichi-forum blockquote.blockquote-jv {
  1976. text-align: left;
  1977. margin-bottom: 15px;
  1978. border-left: 5px solid #6b6b6b;
  1979. color: #6B6B6B;
  1980. margin-left: 15px;
  1981. padding: 10px;
  1982. background: none;
  1983. font-style: normal;
  1984. background-color: #282828;
  1985. }
  1986. .btn-forum-modo,
  1987. .btn-select-msg-modo {
  1988. border: 1px solid #8C8C8C;
  1989. background: #575757;
  1990. color: #fff;
  1991. }
  1992. .bloc-message-forum.msg-supprime .bloc-outils-modo {
  1993. background: #171717;
  1994. border: 1px solid #171717;
  1995. border-bottom: 2px solid #151515;
  1996. }
  1997. .bloc-message-forum .bloc-outils-modo {
  1998. background: #171717;
  1999. height: 30px;
  2000. line-height: 30px;
  2001. padding: 0 10px;
  2002. overflow: hidden;
  2003. border: 1px solid #171717;
  2004. border-bottom: 2px solid #151515;
  2005. }
  2006. #header-search-fjv .search_input>button {
  2007. background-color: #1c1c1c;
  2008. background: no-repeat url("http://jeuxvideo.com/skin/skin-jv/img/header-nav/loupe.png") 21px;
  2009. border: 1px solid #3a3a3a;
  2010. width: 60px;
  2011. height: 30px;
  2012. position: absolute;
  2013. top: 0;
  2014. right: 0;
  2015. width: 60px;
  2016. height: 30px;
  2017. }
  2018. .tableau-block-forumjv .divers-forumjv {
  2019. width: 300px;
  2020. padding: 15px 0;
  2021. background-color: #1E1E1E;
  2022. }
  2023. .tableau-block-forumjv .infos-forumjv {
  2024. background-color: #1E1E1E;
  2025. line-height: 18px;
  2026. padding: 5px 8px;
  2027. vertical-align: top;
  2028. }
  2029. .tableau-block-forumjv .numero-forumjv,
  2030. .tableau-block-forumjv .numero-premier {
  2031. vertical-align: top;
  2032. text-align: center;
  2033. font-size: 14px;
  2034. padding: 3px 8px 0 8px;
  2035. color: #000;
  2036. background: #CCCCCC;
  2037. }
  2038. .tableau-block-forumjv .nombre-tableau {
  2039. font-size: 14px;
  2040. color: #b9b9b9;
  2041. }
  2042. .tableau-block-forumjv .pseudo-create {
  2043. font-size: 11px;
  2044. color: #b9b9b9;
  2045. margin-bottom: 2px;
  2046. overflow: hidden;
  2047. overflow: hidden;
  2048.  
  2049. }
  2050. #header-logo-fjv a {
  2051. display: block;
  2052. height: 50px;
  2053. margin: 10px 0 0 0;
  2054. text-indent: -999em;
  2055. background: url("http://i.imgur.com/EjfNLJh.png") left top no-repeat;
  2056. position: relative;
  2057. left: 0;
  2058. top: 0;
  2059. opacity: 0.8;
  2060. }
  2061. #header-search-fjv .search_input>input[type=search] {
  2062. width: 100%;
  2063. padding: 0 70px 0 10px;
  2064. height: 30px;
  2065. background-color: #171717;
  2066. border: 1px solid #3a3a3a;
  2067. }
  2068. #header-logo-fjv a:hover {
  2069. opacity: 1;
  2070. }
  2071. #header-top-fjv {
  2072. min-height: 75px;
  2073. background: #171717;
  2074. z-index: 1001;
  2075. position: relative;
  2076. border-bottom: 1px solid #1D1D1D;
  2077. }
  2078. .mon-karma-profil-general {
  2079. border: 1px solid #3a3a3a;
  2080. padding: 15px;
  2081. position: relative;
  2082. background: #171717;
  2083. min-height: 130px;
  2084. margin-bottom: 30px;
  2085. overflow: hidden;
  2086. }
  2087. .mon-karma-profil-general .description-karma {
  2088. font-size: 13px;
  2089. line-height: 1.3em;
  2090. color: #b9b9b9;
  2091. }
  2092. .titre-profil-general .titre-bloc {
  2093. color: #ccc;
  2094. float: left;
  2095. font-size: 18px;
  2096. line-height: 1em;
  2097. margin: 0;
  2098. }
  2099. .titre-profil-general .lien-plus {
  2100. line-height: 1em;
  2101. color: #969696;
  2102. }
  2103. .titre-profil-general {
  2104. border-bottom: 1px solid #3A3A3A;
  2105. margin-bottom: 15px;
  2106. overflow: hidden;
  2107. padding-bottom: 10px;
  2108. }
  2109. .bloc-lien-historique-sanction-profil a {
  2110. color: #969696;
  2111. font-size: 14px;
  2112. line-height: 1em;
  2113. }
  2114. #home-forumjv {
  2115. border-bottom: 10px solid #313131;
  2116. }
  2117. .ajout-gestion-profil {
  2118. display: inline-block;
  2119. width: 16px;
  2120. height: 16px;
  2121. background: url("http://jeuxvideo.com/skin/skin-jv/img/profils/gestion-profil.png") -20px top no-repeat;
  2122. }
  2123. #ascrail2000 > div:nth-child(1) {
  2124. background-color: #CCCCCC !important;
  2125. }
  2126. #ascrail2000,
  2127. .nicescroll-rails > div:nth-child(1) {
  2128. background-color: #333333!important;
  2129. }
  2130. .table-article tbody td {
  2131. border-left: 1px solid #333!important;
  2132. border-right: 1px solid #333;
  2133. }
  2134. .glivetv .m-one,
  2135. .glivetv .m-two {
  2136. background-color: #333333;
  2137. border-bottom: none;
  2138. border-right: none;
  2139. border-left: none;
  2140. color: #737373;
  2141. }
  2142. #header-user .new-item-notif-drop {
  2143. color: #CCCCCC;
  2144. float: right;
  2145. }
  2146. .bloc-message-forum .list-outils-modo > a,
  2147. .bloc-message-forum .list-outils-modo > span {
  2148. margin-left: 10px;
  2149. display: inline-block;
  2150. width: 16px;
  2151. text-align: right;
  2152. opacity: 0.7;
  2153. }
  2154. .bloc-message-forum .list-outils-modo > a,
  2155. .bloc-message-forum .list-outils-modo > span:hover {
  2156. margin-left: 10px;
  2157. display: inline-block;
  2158. width: 16px;
  2159. text-align: right;
  2160. opacity: 1;
  2161. }
  2162. #table-liste-topic-forum tbody tr:nth-child(2n+1) {
  2163. background-color: #212121!important;
  2164. }
  2165. .bloc-message-forum:nth-child(odd) {
  2166. background-color: #212121;
  2167. /* border-top: none; */
  2168. /* border-right: none; */
  2169. /* border-left: none; */
  2170.  
  2171. margin-bottom: 5px;
  2172. border: 1px solid #2B2B2B;
  2173. }
  2174. a:hover,
  2175. a:focus,
  2176. a:active,
  2177. .lien-jv:hover,
  2178. .lien-jv:focus,
  2179. .lien-jv:active {
  2180. color: #C5C5C5!important;
  2181. text-decoration: none;
  2182. }
  2183. a,
  2184. .lien-jv {
  2185. color: #B3B3B3;
  2186. text-decoration: none;
  2187. }
  2188. .titre-head-bloc-forum {
  2189. border-top: 1px solid #3A3A3A;
  2190. margin-bottom: 10px;
  2191. overflow: hidden;
  2192. padding-bottom: 10px;
  2193. padding-top: 15px;
  2194. }
  2195. #main-e3 .container-content {
  2196. background-color: #171717;
  2197. }
  2198. #e3-bloc-accueil {
  2199. height: 93px;
  2200. margin: -20px -20px 30px -20px;
  2201. padding: 10px 20px 10px 20px;
  2202. background-color: #171717;
  2203. border-bottom: 1px solid #171717;
  2204. }
  2205. #table-liste-topic-forum .auteur-topic a {
  2206. color: #BDBDBD;
  2207. }
  2208. .bloc-sondage {
  2209. position: relative;
  2210. padding: 20px;
  2211. background: #2A2A2A;
  2212. }
  2213. .titre-head-bloc-sondage {
  2214. border-bottom: 1px solid #3A3A3A;
  2215. margin-bottom: 15px;
  2216. overflow: hidden;
  2217. padding-bottom: 10px;
  2218. }
  2219. .bloc-sondage .pied-result {
  2220. border-top: 1px solid #3A3A3A;
  2221. margin-top: 10px;
  2222. padding: 10px 0;
  2223. margin-bottom: 45px;
  2224. color: #FF4000;
  2225. overflow: hidden;
  2226. font-size: 13px;
  2227. line-height: 1em;
  2228. }
  2229. .bloc-default-profil .header {
  2230. border-bottom: 1px solid #252525;
  2231. margin-bottom: 15px;
  2232. background-color: #171717;
  2233. }
  2234. #bloc-commentaires .bloc-rep-liens .btn-laisser-comm:hover,
  2235. .btn-repondre-msg:hover,
  2236. .link-rediger-article:hover {
  2237. background: #3E3E3E!important;
  2238. color: #b1b1b1!important;
  2239. border: 1px solid #6D6D6D!important;
  2240. }
  2241. #bloc-commentaires .bloc-rep-liens .btn-laisser-comm,
  2242. .btn-repondre-msg,
  2243. .link-rediger-article {
  2244. background: #424242!important;
  2245. color: #b1b1b1!important;
  2246. border: 1px solid #6D6D6D!important;
  2247. }
  2248. .bloc-sondage .tab-choix .reponse a {
  2249. color: #BDBDBD;
  2250. padding-left: 10px;
  2251. background: url("http://www.jeuxvideo.com/skin/skin-jv/img/contenu/ico-puce-liste.png") no-repeat left 2px;
  2252. }
  2253. .btn-sondage-forum {
  2254. border: 1px solid #3A3A3A;
  2255. background: #212121;
  2256. color: #777;
  2257. width: 135px;
  2258. }
  2259. .btn-sondage-forum:hover {
  2260. border: 1px solid #3A3A3A;
  2261. background: #171717;
  2262. color: #777;
  2263. width: 135px;
  2264. }
  2265. .bloc-liste-num-page .page-active {
  2266. background: #484848;
  2267. color: #fff;
  2268. padding: 3px 5px;
  2269. }
  2270. .bloc-message-forum .bloc-pseudo-msg {
  2271. overflow: hidden;
  2272.  
  2273. float: left;
  2274. max-width: 170px;
  2275. margin-right: 5px;
  2276. font-size: 16px;
  2277. line-height: 1em;
  2278. position: relative;
  2279. padding-bottom: 2px;
  2280. top: 12px;
  2281. display: block;
  2282. color: #BFBFBF;
  2283. }
  2284. /* Support Script TopicLive */
  2285.  
  2286. .alert {
  2287. padding: 15px;
  2288. margin-bottom: 20px;
  2289. border: 1px solid rgb(58, 58, 58);
  2290. border-radius: 5px;
  2291. }
  2292. .alert-warning {
  2293. background-color: #151515;
  2294. border-color: #3a3a3a;
  2295. color: #B1B1B1;
  2296. }
  2297. .alert-info {
  2298. background-color: #171717;
  2299. border-color: #3A3A3A;
  2300. color: #B3B3B3;
  2301. }
  2302. /* Support Script TopicLive */
  2303.  
  2304. .panel-jv-forum > .panel-heading {
  2305. background-color: #171717;
  2306. border-bottom: 1px solid #252525;
  2307. color: #CCCCCC;
  2308. }
  2309. .panel-jv-forum {
  2310. background: #1E1E1E;
  2311. border: 1px solid #3a3a3a;
  2312. border-radius: 0;
  2313. box-shadow: none;
  2314. color: #E6E6E6;
  2315. }
  2316. .bloc-message-forum .signature-msg {
  2317. border-top: 1px dotted rgba(220, 220, 220, 0.47);
  2318. color: #9E9E9E;
  2319. margin-top: 15px;
  2320. padding: 10px 0 0 0;
  2321. font-size: 11px;
  2322. line-height: 15px;
  2323. word-wrap: break-word;
  2324. overflow: hidden;
  2325. }
  2326. .bloc-message-forum .bloc-header {
  2327. border-bottom: 1px solid rgba(58, 58, 58, 0.33);
  2328. margin-bottom: 15px;
  2329. overflow: hidden;
  2330. height: 36px;
  2331. margin-top: -6px;
  2332. }
  2333. .pagi-after {
  2334. text-align: right;
  2335. padding-top: 6px;
  2336. }
  2337. .pagi-before {
  2338. text-align: left;
  2339. padding-top: 6px;
  2340. }
  2341. .bloc-spoil-jv .txt-spoil {
  2342. position: absolute;
  2343. top: 0;
  2344. left: 0;
  2345. width: 75px;
  2346. font-size: 0.9285em;
  2347. text-align: center;
  2348. color: #999999;
  2349. background: #424242;
  2350. display: block;
  2351. }
  2352. .bloc-spoil-jv .txt-spoil:hover {
  2353. color: #f7f7f7;
  2354. }
  2355. .bloc-spoil-jv.en-ligne .contenu-spoil {
  2356. padding: 3px;
  2357. border: 0;
  2358. background: rgba(255, 255, 255, 0);
  2359. text-shadow: 0 0 7px #909090;
  2360. color: #ABABAB;
  2361. }
  2362. .panel-jv-forum .liste-modo-fofo {
  2363. color: #B8B8B8;
  2364. }
  2365. #jv-feedback .btn-feedback {
  2366. display: none;
  2367. }
  2368. .titre-head-bloc-forum .titre-bloc-forum {
  2369. float: left;
  2370. font-size: 18px;
  2371. line-height: 1em;
  2372. color: #B9B9B9;
  2373. margin: 0;
  2374. padding-left: 20px;
  2375. background: url("http://i.imgur.com/AdLT2kK.png") no-repeat left 2px;
  2376. overflow: hidden;
  2377.  
  2378. width: 100%;
  2379. padding-bottom: 2px;
  2380. }
  2381. .list-item-pnotif .titre-pnotif {
  2382. margin: 0;
  2383. color: #b9b9b9;
  2384. margin-bottom: 2px;
  2385. font-size: 18px;
  2386. line-height: 22px;
  2387. overflow: hidden;
  2388.  
  2389. }
  2390. .table-profil-modif-default .valeur {
  2391. color: #b9b9b9;
  2392. }
  2393. .table-profil-modif-default .bloc-list-select {
  2394. border: 1px solid #3a3a3a;
  2395. background: #171717;
  2396. padding: 10px;
  2397. width: 442px;
  2398. }
  2399. .table-profil-modif-default .p-inline-block .valeur input {
  2400. width: 272px;
  2401. border: 1px solid #3a3a3a;
  2402. background: #101010;
  2403. padding: 5px;
  2404. }
  2405. .table-profil-modif-default .bloc-list-select select {
  2406. border: 1px solid #3a3a3a;
  2407. width: 100%;
  2408. font-size: 13px;
  2409. color: #b9b9b9;
  2410. padding: 2px 2px;
  2411. background-color: #171717;
  2412. }
  2413. .table-profil-modif-default {
  2414. color: #737373;
  2415. font-size: 18px;
  2416. line-height: 1em;
  2417. margin: 0;
  2418. vertical-align: middle;
  2419. padding-left: 10px;
  2420. background-color: #171717;
  2421. border: 1px solid #3a3a3a;
  2422. }
  2423. .link-articles-precedents.notif-prec {
  2424. background: #575757;
  2425. }
  2426. .link-articles-precedents.notif-prec:after {
  2427. border-top: 10px solid #575757;
  2428. }
  2429. .panel .profil-gestion-abo {
  2430. padding: 20px 0px;
  2431. border: none;
  2432. background-color: #171717;
  2433. }
  2434. .titre-head-bloc .titre-bloc {
  2435. float: left;
  2436. line-height: 1em;
  2437. color: #b9b9b9;
  2438. margin: 0;
  2439. padding-left: 20px;
  2440. background: url("http://i.imgur.com/AdLT2kK.png") no-repeat left 4px;
  2441. }
  2442. .bloc-spoil-jv .aff-spoil,
  2443. .bloc-spoil-jv .masq-spoil {
  2444. color: rgba(183, 183, 183, 0);
  2445. font-size: 1.9285em;
  2446. display: block;
  2447. margin-left: 85px;
  2448. }
  2449. .pre-jv,
  2450. .code-jv {
  2451. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  2452. color: #7f7f7f;
  2453. background-color: rgba(245, 245, 245, 0);
  2454. }
  2455. .pre-jv {
  2456. border: 1px solid #3a3a3a;
  2457. border-radius: 4px;
  2458. display: block;
  2459. font-size: inherit;
  2460. line-height: 1.42857;
  2461. margin: 0 0 10px 0;
  2462. padding: 9px;
  2463. word-break: break-all;
  2464. word-wrap: break-word;
  2465. overflow: auto;
  2466. }
  2467. .bloc-spoil-jv .contenu-spoil {
  2468. background: rgba(255, 255, 255, 0);
  2469. border: 1px solid #3a3a3a;
  2470. padding: 10px;
  2471. display: none;
  2472. text-align: justify;
  2473. }
  2474. #barre-moderation {
  2475. position: fixed;
  2476. display: none;
  2477. left: 0;
  2478. bottom: 0;
  2479. width: 100%;
  2480. text-align: center;
  2481. background: rgba(16, 16, 16, 0.84);
  2482. box-shadow: 0 0 10px rgba(0, 0, 0, 0.84);
  2483. border-bottom: 5px solid #1E1E1E;
  2484. padding: 15px;
  2485. z-index: 2000;
  2486. }
  2487. #barre-moderation .btn {
  2488. margin: 0 2px;
  2489. background: #7B0000;
  2490. color: #FFF;
  2491. border-radius: 2px;
  2492. font-size: 11px;
  2493. width: 100px;
  2494. height: 25px;
  2495. padding: 0;
  2496. }
  2497. #barre-moderation .btn:hover {
  2498. background: #BD0000;
  2499. }
  2500. #barre-moderation .btn.inactif {
  2501. background: #1E1E1E;
  2502. border-color: #383838;
  2503. }
  2504. #barre-moderation .btn.inactif:hover {
  2505. background: #171717;
  2506. border-color: #383838;
  2507. }
  2508. .bloc-header-form {
  2509. background: url("http://i.imgur.com/AdLT2kK.png") no-repeat scroll left 2px rgba(0, 0, 0, 0);
  2510. color: #d2d2d2;
  2511. font-size: 18px;
  2512. line-height: 1em;
  2513. margin: 0;
  2514. padding-left: 20px;
  2515. margin-bottom: 10px;
  2516. }
  2517. #navbar-jv .rubrique-menu {
  2518. display: inline-block;
  2519. color: #7f7f7f;
  2520. font-size: 13px;
  2521. line-height: 46px;
  2522. height: 46px;
  2523. vertical-align: middle;
  2524. padding: 0 38px 16px 12px;
  2525. letter-spacing: 0.75px;
  2526. position: relative;
  2527. }
  2528. #header-search-jv #header-recherche,input.recherche.ui-autocomplete-input {
  2529. height: 32px;
  2530. padding: 0 5px;
  2531. width: 198px;
  2532. font-size: 12px;
  2533. border-radius: 0;
  2534. border: 1px solid #3a3a3a!important;
  2535. vertical-align: top;
  2536. background-color: #171717!important;
  2537. }
  2538. .loupe-search {
  2539. background-color: #1E1E1E!important;
  2540. background-image: url("http://www.jeuxvideo.com/skin/skin-jv/img/header-nav/loupe.png");
  2541. background-repeat: no-repeat;
  2542. background-position: 7px 7px;
  2543. height: 32px;
  2544. width: 32px;
  2545. border: 1px solid #3a3a3a!important;
  2546. border-right: none!important;
  2547. padding: 0;
  2548. vertical-align: top;
  2549. display: inline-block;
  2550. }
  2551. .launcher-search {
  2552. font-size: 14px;
  2553. display: inline-block;
  2554. width: 40px;
  2555. height: 32px;
  2556. text-align: center;
  2557. line-height: 32px;
  2558. border: 1px solid #3a3a3a!important;
  2559. border-left: none!important;
  2560. vertical-align: top;
  2561. padding: 0;
  2562. margin: 0;
  2563. color: #777!important;
  2564. background: #1E1E1E!important;
  2565. }
  2566. #header-store-jv #header-store-jv-link {
  2567. display: inline-block;
  2568. height: 32px;
  2569. border-radius: 0px;
  2570. border: 1px solid #5A5A5A;
  2571. vertical-align: top;
  2572. background-color: #383838;
  2573. font-size: 13px;
  2574. color: #fff;
  2575. padding-top: 7px;
  2576. padding-left: 35px;
  2577. background-image: url("http://www.jeuxvideo.com/skin/skin-jv/img/header/caddy.svg");
  2578. background-repeat: no-repeat;
  2579. background-position: 8px 8px;
  2580. }
  2581. #header-store-jv #header-store-jv-link:hover {
  2582. background-color: #171717;
  2583. }
  2584. .conteneur-messages-pagi {
  2585. border-bottom: none;
  2586. margin-bottom: 15px;
  2587. }
  2588. #header-search-jv .launcher-search:hover {
  2589. color: #fff
  2590. }
  2591. .menu-liste-machine li.hit-parade-menu-item > .hit-parade-link > span {
  2592. background: url("http://www.jeuxvideo.com/skin/skin-jv/img/header-nav/hitparade-red.svg") no-repeat 0 55%;
  2593. padding-left: 24px;
  2594. display: inline-block;
  2595. color: #ADADAD;
  2596. }
  2597. /*footer */
  2598.  
  2599. #jv-footer .liens-pied {
  2600. border-top: 5px solid #212121;
  2601. background: #171717;
  2602. }
  2603. #jv-footer .liens-pied .a-footer {
  2604. color: #B5B5B5;
  2605. }
  2606. #jv-footer .liens-pied p {
  2607. text-align: center;
  2608. color: #e5e5e5;
  2609. line-height: 20px;
  2610. font-size: 12px;
  2611. border-top: 1px solid #212121;
  2612. margin: 0;
  2613. padding-top: 10px;
  2614. padding-bottom: 12px;
  2615. }
  2616. /* Messages privés */
  2617.  
  2618. #nouveau-msg #conv_titre {
  2619. display: block;
  2620. width: 100%;
  2621. padding: 8px;
  2622. background: #212121;
  2623. border: 1px solid #3a3a3a;
  2624. }
  2625. #destinataires #conv-dest-pseudo {
  2626. margin: 2px 5px 2px 0;
  2627. padding: 2px 4px;
  2628. font-weight: normal;
  2629. min-height: 24px;
  2630. background-color: #171717;
  2631. border: 1px solid #3a3a3a;
  2632. }
  2633. #destinataires {
  2634. border: solid 1px #191919;
  2635. border-width: 1px 0;
  2636. padding: 10px 0;
  2637. margin-bottom: 10px;
  2638. line-height: 16px;
  2639. font-weight: bold;
  2640. }
  2641. .no-edit .form-control-tag {
  2642. border-color: #3a3a3a;
  2643. }
  2644. #destinataires .form-control-tag-inner {
  2645. margin: 0;
  2646. padding: 5px;
  2647. background-color: #1E1E1E;
  2648. }
  2649. #destinataires .form-control-tag .label {
  2650. background-color: #1E1E1E;
  2651. border: 1px solid #3a3a3a;
  2652. margin: 2px 5px 2px 0;
  2653. padding: 3px 6px;
  2654. font: bold 12px/16px Arial, Helvetica, sans-serif;
  2655. }
  2656. #discussion h1,
  2657. #discussion .titre-discut {
  2658. background: #353535;
  2659. color: #C7C7C7;
  2660. margin: 0 0 20px 0;
  2661. padding: 8px;
  2662. line-height: 22px;
  2663. }
  2664. #mp-menus .nouveau-msg a {
  2665. font-weight: bold;
  2666. color: rgba(255, 255, 255, 0.82);
  2667. background: #353535 url("http://www.jeuxvideo.com/skin/skin-jv/img/mprives/nouveau-msg.png") no-repeat 188px center;
  2668. margin-bottom: 5px;
  2669. border-radius: 3px;
  2670. }
  2671. #mp-menus {
  2672. background: #1E1E1E;
  2673. border: solid 1px #3a3a3a;
  2674. padding: 5px;
  2675. font-size: 11px;
  2676. color: #777;
  2677. }
  2678. .list-msg th {
  2679. background: #171717;
  2680. border-right: solid 1px #fff;
  2681. padding: 5px;
  2682. color: rgba(255, 255, 255, 0.82);
  2683. }
  2684. .list-msg {
  2685. background: #1E1E1E;
  2686. border: solid 1px #3a3a3a;
  2687. padding: 2px;
  2688. margin-bottom: 10px;
  2689. position: relative;
  2690. font-family: Tahoma, "DejaVu Sans Condensed", Arial, Helvetica, sans-serif;
  2691. font-size: 12px;
  2692. }
  2693. .list-msg td {
  2694. padding: 5px;
  2695. font-size: 11px;
  2696. background-color: #171717;
  2697. }
  2698. .list-msg th {
  2699. background: #353535;
  2700. border-right: solid 2px #1E1E1E;
  2701. padding: 5px;
  2702. color: rgba(255, 255, 255, 0.82);
  2703. }
  2704. .list-msg .lu .sujet-msg a:hover {
  2705. color: #909090;
  2706. }
  2707. .list-msg .lu .sujet-msg a:focus {
  2708. color: #909090;
  2709. }
  2710. #mp-menus .active a {
  2711. font-weight: bold;
  2712. color: #F5F5F5;
  2713. background-color: #353535;
  2714. }
  2715. #mp-menus .dossier a:hover {
  2716. color: #F5F5F5;
  2717. background-color: #353535;
  2718. }
  2719. #mp-menus .btn-only-open {
  2720. display: block;
  2721. color: #FFFFFF;
  2722. padding: 0 5px;
  2723. height: 26px;
  2724. line-height: 27px;
  2725. }
  2726. .bloc-message-forum .back-img-msg {
  2727. background: transparent;
  2728. width: 66px;
  2729. height: 66px;
  2730. display: table;
  2731. text-align: center;
  2732. border: 1px solid rgba(34, 34, 34, 0);
  2733. float: right;
  2734. margin-top: 10px;
  2735. }
  2736. .btn-forum-modo {
  2737. border: 1px solid #8c8c8c;
  2738. background: #575757;
  2739. color: #D4D4D4;
  2740. }
  2741. .bloc-outils-plus-modo {
  2742. border-top: 1px solid #171717;
  2743. padding: 10px 0;
  2744. overflow: hidden;
  2745. }
  2746. .btn-forum-modo:hover {
  2747. border: 1px solid #8c8c8c;
  2748. background: #505050;
  2749. color: #D4D4D4;
  2750. }
  2751. .fil-ariane-crumb:after {
  2752. content: "";
  2753. }
  2754. .list-msg .exp-msg button {
  2755. position: absolute;
  2756. right: 0;
  2757. top: 0;
  2758. border: 0;
  2759. width: 14px;
  2760. height: 14px;
  2761. background: url("http://www.jeuxvideo.com/skin/skin-jv/img/mprives/nouveau-msg.png") no-repeat 0 0;
  2762. overflow: hidden;
  2763. text-indent: 20px;
  2764. opacity: 0.333;
  2765. }
  2766. #destinataires .btn-maj {
  2767. background-color: #575757;
  2768. color: #d4d4d4;
  2769. font-size: 12px;
  2770. padding: 2px 10px;
  2771. margin-top: 5px;
  2772. border-radius: 2px;
  2773. border: 1px solid #8c8c8c;
  2774. }
  2775. #destinataires .btn-maj:hover {
  2776. background-color: #505050;
  2777. color: #d4d4d4;
  2778. border: 1px solid #8c8c8c;
  2779. }
  2780. .form-control-tag {
  2781. border: 1px solid #8c8c8c;
  2782. margin-bottom: 20px;
  2783. }
  2784. .form-control-tag .label {
  2785. color: #FFFFFF;
  2786. }
  2787. #destinataires .label a:hover,
  2788. #destinataires .label a:focus {
  2789. color: #fff;
  2790. }
  2791. .mp-pagination .nb-pages b {
  2792. display: inline-block;
  2793. padding: 0 5px;
  2794. vertical-align: top;
  2795. font-size: 14px;
  2796. color: #D2D2D2;
  2797. }
  2798. #table-liste-topic-forum .auteur-topic .text-admin,
  2799. .bloc-message-forum .text-admin,
  2800. .bloc-avis .text-admin,
  2801. .form-control-tag-inner .text-admin,
  2802. .list-msg .text-admin,
  2803. .text-admin {
  2804. color: rgb(148, 31, 31)!important;
  2805. }
  2806. /* Reste du site */
  2807.  
  2808. .bloc-actu-home ul.list-actu-home .titre-actu,
  2809. .bloc-actu-home ul.list-actu-home {
  2810. color: #b3b3b3;
  2811. }
  2812. .bloc-actu-home ul.list-actu-home .actu-today .date-actu {
  2813. color: #b3b3b3;
  2814. }
  2815. .bloc-com-rep .bloc-avatar-msg {
  2816. width: 64px;
  2817. background-color: #171717;
  2818. }
  2819. .bloc-message-forum .bloc-avatar-msg {
  2820. display: table-cell;
  2821. width: 76px;
  2822. background-color: transparent;
  2823. }
  2824. #bloc-commentaires .footer-commentaire {
  2825. font-size: 11px;
  2826. word-wrap: break-word;
  2827. color: #BFBFBF;
  2828. margin: 10px 0;
  2829. line-height: 18px;
  2830. }
  2831. .bloc-avatar-msg {
  2832. display: table-cell;
  2833. width: 76px;
  2834. background-color: #171717;
  2835. }
  2836. #bloc-meta-titre-jeu {
  2837. padding: 0;
  2838. background: #1B1B1B;
  2839. padding-right: 20px;
  2840. padding-left: 20px;
  2841. height: 120px;
  2842. position: relative;
  2843. }
  2844. #bloc-meta-titre-jeu .poutre-machine {
  2845. background: #2B2B2B;
  2846. left: 0;
  2847. top: 0;
  2848. bottom: 0;
  2849. width: 10px;
  2850. position: absolute;
  2851. }
  2852. #bloc-meta-titre-jeu .bloc-onglet-fiche {
  2853. height: 35px;
  2854. overflow: hidden;
  2855. background: rgb(23, 23, 23);
  2856. margin: 0 -20px 0 -10px;
  2857. padding-left: 10px;
  2858. }
  2859. #bloc-meta-titre-jeu .onglet-fiche {
  2860. height: 35px;
  2861. line-height: 35px;
  2862. background: #171717;
  2863. display: inline-block;
  2864. margin: 0;
  2865. padding: 0 13px;
  2866. font-size: 12px;
  2867. color: #DADADA;
  2868. }
  2869. #bloc-meta-titre-jeu .onglet-fiche.active {
  2870. background: rgb(33, 33, 33);
  2871. color: #737373;
  2872. }
  2873. #bloc-meta-titre-jeu .onglet-fiche:hover {
  2874. text-decoration: none;
  2875. background: #212121;
  2876. color: #fff;
  2877. }
  2878. .label-support.active {
  2879. color: #d2d2d2;
  2880. background-color: #2B2B2B;
  2881. }
  2882. .label-support {
  2883. background-color: #2B2B2B;
  2884. border-radius: 3px;
  2885. color: #a1a1a8;
  2886. display: inline-block;
  2887. font-size: 11px;
  2888. height: 20px;
  2889. line-height: 20px;
  2890. padding: 0 8px;
  2891. text-align: center;
  2892. min-width: 40px;
  2893. }
  2894. .bloc-avis-fiche-jeu .bloc-chev-pix {
  2895. margin: 0;
  2896. margin-top: 20px;
  2897. background: #1E1E1E;
  2898. border: 1px solid #3a3a3a;
  2899. }
  2900. .jv-editor-toolbar {
  2901. padding: 0 5px;
  2902. margin-top: 5px;
  2903. border-bottom: 1px solid #3a3a3a;
  2904. }
  2905. .list-item-pnotif .new-item-pnotif {
  2906. color: #ccc;
  2907. float: left;
  2908. }
  2909. .panel .profil-gestion-abo .titre-gestion-abo {
  2910. border-bottom: 1px solid #2B2B2B;
  2911. color: #ccc;
  2912. margin: 0 10px 10px 10px;
  2913. padding: 0;
  2914. }
  2915. #header-user .titre-notif-drop {
  2916. color: #CCC;
  2917. font-size: 14px;
  2918. line-height: 22px;
  2919. margin: 0;
  2920. overflow: hidden;
  2921.  
  2922. }
  2923. #header-user .bloc-type-notif-tag-drop .type-notif {
  2924. color: #FFFFFF;
  2925. font-size: 11px;
  2926. margin-right: 8px;
  2927. padding: 4px 0;
  2928. }
  2929. #header-user .list-notif-drop {
  2930. background: #252525;
  2931. padding: 10px 10px;
  2932. border: 0;
  2933. border-radius: 0;
  2934. top: 35px;
  2935. margin: 0;
  2936. border: 1px solid #3a3a3a;
  2937. color: #b9b9b9;
  2938. }
  2939. #header-user .list-notif-drop:after {
  2940. content: " ";
  2941. width: 0;
  2942. height: 0;
  2943. border: 12px solid transparent;
  2944. border-bottom: 12px solid #3A3A3A;
  2945. position: absolute;
  2946. right: 5px;
  2947. top: -24px;
  2948. }
  2949. #header-user .bloc-type-notif-tag-drop .type-main-notif,
  2950. #header-user .bloc-type-notif-tag-drop .type-notif-fofo,
  2951. #header-user .bloc-type-notif-tag-drop .type-notif-com {
  2952. background: #575757;
  2953. color: #fff;
  2954. font-size: 11px;
  2955. margin-right: 8px;
  2956. padding: 4px 4px;
  2957. }
  2958. .list-item-pnotif .bloc-type-notif-tag .type-notif {
  2959. background: #575757;
  2960. color: #fff;
  2961. }
  2962. .list-item-pnotif .bloc-type-notif-tag .sous-lib-notif {
  2963. color: #fff;
  2964. }
  2965. #header-user .list-notif-drop .titre-drop {
  2966. border-bottom: 1px solid #3A3A3A;
  2967. padding-bottom: 10px;
  2968. margin-bottom: 10px;
  2969. }
  2970. #header-user .item-notif-drop {
  2971. border-bottom: 1px solid #252525;
  2972. padding-bottom: 8px;
  2973. margin-bottom: 8px;
  2974. }
  2975. .btn-forum-topic-pop {
  2976. background-color: #1E1E1E;
  2977. border-radius: 2px;
  2978. color: #b9b9b9;
  2979. padding: 6px 10px;
  2980. text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  2981. border: 1px solid #3a3a3a;
  2982. }
  2983. .btn:hover,
  2984. .btn:focus {
  2985. color: #b1b1b1;
  2986. text-decoration: none;
  2987. transition: background 0.3s;
  2988. }
  2989. #header-profil .content-img-avatar {
  2990. display: table;
  2991. table-layout: fixed;
  2992. width: 150px;
  2993. height: 150px;
  2994. background: #171717;
  2995. border-bottom: 1px solid #171717;
  2996. position: absolute;
  2997. top: 0;
  2998. left: 0;
  2999. }
  3000. .bloc-chev-pix span,.ui-widget-content a {
  3001. color: #b9b9b9;
  3002. }
  3003. #header-bottom.affix .bloc-sticker {
  3004. position: static;
  3005. }
  3006. .f-blabla li a:hover,
  3007. .f-blabla li a:focus {
  3008. color: #fff;
  3009. background-color: #171717!important;
  3010. }
  3011. .f-blabla li a {
  3012. color: #ccc;
  3013. background-color: #575757!important;
  3014. }
  3015. .wait::before {
  3016. margin-left: -30px;
  3017. width: 60px;
  3018. height: 60px;
  3019. border-right-color: #ccc!important;
  3020. border-left-color: #ccc!important;
  3021. animation: rotation 3s linear infinite;
  3022. }
  3023. .wait::before,
  3024. .wait::after {
  3025. position: absolute;
  3026. bottom: 15px;
  3027. left: 50%;
  3028. display: block;
  3029. border: 5px solid #7B7B7B;
  3030. border-radius: 50%;
  3031. content: '';
  3032. }
  3033. .wait::after {
  3034. bottom: 30px;
  3035. margin-left: -15px;
  3036. width: 30px;
  3037. height: 30px;
  3038. border-top-color: #ccc!important;
  3039. border-bottom-color: #ccc!important;
  3040. animation: rotation 1s linear infinite;
  3041. }
  3042. #f-fstk.f-jvc-thm {
  3043. /* border-radius: 30px; */
  3044.  
  3045. background-color: #171717;
  3046. }
  3047. #f-fstk html,
  3048. #f-fstk-store html,
  3049. #f-fstk body,
  3050. #f-fstk-store body,
  3051. #f-fstk div,
  3052. #f-fstk-store div,
  3053. #f-fstk span,
  3054. #f-fstk-store span,
  3055. #f-fstk applet,
  3056. #f-fstk-store applet,
  3057. #f-fstk object,
  3058. #f-fstk-store object,
  3059. #f-fstk iframe,
  3060. #f-fstk-store iframe,
  3061. #f-fstk h1,
  3062. #f-fstk-store h1,
  3063. #f-fstk h2,
  3064. #f-fstk-store h2,
  3065. #f-fstk h3,
  3066. #f-fstk-store h3,
  3067. #f-fstk h4,
  3068. #f-fstk-store h4,
  3069. #f-fstk h5,
  3070. #f-fstk-store h5,
  3071. #f-fstk h6,
  3072. #f-fstk-store h6,
  3073. #f-fstk p,
  3074. #f-fstk-store p,
  3075. #f-fstk blockquote,
  3076. #f-fstk-store blockquote,
  3077. #f-fstk pre,
  3078. #f-fstk-store pre,
  3079. #f-fstk a,
  3080. #f-fstk-store a,
  3081. #f-fstk abbr,
  3082. #f-fstk-store abbr,
  3083. #f-fstk acronym,
  3084. #f-fstk-store acronym,
  3085. #f-fstk address,
  3086. #f-fstk-store address,
  3087. #f-fstk big,
  3088. #f-fstk-store big,
  3089. #f-fstk cite,
  3090. #f-fstk-store cite,
  3091. #f-fstk code,
  3092. #f-fstk-store code,
  3093. #f-fstk del,
  3094. #f-fstk-store del,
  3095. #f-fstk dfn,
  3096. #f-fstk-store dfn,
  3097. #f-fstk em,
  3098. #f-fstk-store em,
  3099. #f-fstk img,
  3100. #f-fstk-store img,
  3101. #f-fstk ins,
  3102. #f-fstk-store ins,
  3103. #f-fstk kbd,
  3104. #f-fstk-store kbd,
  3105. #f-fstk q,
  3106. #f-fstk-store q,
  3107. #f-fstk s,
  3108. #f-fstk-store s,
  3109. #f-fstk samp,
  3110. #f-fstk-store samp,
  3111. #f-fstk small,
  3112. #f-fstk-store small,
  3113. #f-fstk strike,
  3114. #f-fstk-store strike,
  3115. #f-fstk strong,
  3116. #f-fstk-store strong,
  3117. #f-fstk tt,
  3118. #f-fstk-store tt,
  3119. #f-fstk var,
  3120. #f-fstk-store var,
  3121. #f-fstk center,
  3122. #f-fstk-store center,
  3123. #f-fstk dl,
  3124. #f-fstk-store dl,
  3125. #f-fstk dt,
  3126. #f-fstk-store dt,
  3127. #f-fstk dd,
  3128. #f-fstk-store dd,
  3129. #f-fstk ol,
  3130. #f-fstk-store ol,
  3131. #f-fstk ul,
  3132. #f-fstk-store ul,
  3133. #f-fstk li,
  3134. #f-fstk-store li,
  3135. #f-fstk fieldset,
  3136. #f-fstk-store fieldset,
  3137. #f-fstk form,
  3138. #f-fstk-store form,
  3139. #f-fstk label,
  3140. #f-fstk-store label,
  3141. #f-fstk legend,
  3142. #f-fstk-store legend,
  3143. #f-fstk table,
  3144. #f-fstk-store table,
  3145. #f-fstk caption,
  3146. #f-fstk-store caption,
  3147. #f-fstk tbody,
  3148. #f-fstk-store tbody,
  3149. #f-fstk tfoot,
  3150. #f-fstk-store tfoot,
  3151. #f-fstk thead,
  3152. #f-fstk-store thead,
  3153. #f-fstk tr,
  3154. #f-fstk-store tr,
  3155. #f-fstk th,
  3156. #f-fstk-store th,
  3157. #f-fstk td,
  3158. #f-fstk-store td,
  3159. #f-fstk article,
  3160. #f-fstk-store article,
  3161. #f-fstk aside,
  3162. #f-fstk-store aside,
  3163. #f-fstk canvas,
  3164. #f-fstk-store canvas,
  3165. #f-fstk details,
  3166. #f-fstk-store details,
  3167. #f-fstk embed,
  3168. #f-fstk-store embed,
  3169. #f-fstk figure,
  3170. #f-fstk-store figure,
  3171. #f-fstk figcaption,
  3172. #f-fstk-store figcaption,
  3173. #f-fstk footer,
  3174. #f-fstk-store footer,
  3175. #f-fstk header,
  3176. #f-fstk-store header,
  3177. #f-fstk hgroup,
  3178. #f-fstk-store hgroup,
  3179. #f-fstk menu,
  3180. #f-fstk-store menu,
  3181. #f-fstk nav,
  3182. #f-fstk-store nav,
  3183. #f-fstk output,
  3184. #f-fstk-store output,
  3185. #f-fstk ruby,
  3186. #f-fstk-store ruby,
  3187. #f-fstk section,
  3188. #f-fstk-store section,
  3189. #f-fstk summary,
  3190. #f-fstk-store summary,
  3191. #f-fstk time,
  3192. #f-fstk-store time,
  3193. #f-fstk mark,
  3194. #f-fstk-store mark,
  3195. #f-fstk audio,
  3196. #f-fstk-store audio,
  3197. #f-fstk video,
  3198. #f-fstk-store video,
  3199. #f-fstk .f-reset,
  3200. #f-fstk-store .f-reset {
  3201. background: rgb(23, 23, 23);
  3202. }
  3203. #f-fstk .f-stkrs-w .f-stkr-w .f-stkr img {
  3204. opacity: 0.5;
  3205. transition: opacity 0.3s;
  3206. }
  3207. #f-fstk .f-stkrs-w .f-stkr-w .f-stkr img:hover {
  3208. opacity: 1;
  3209. transition: opacity 0.3s;
  3210. }
  3211. .f-tab.f-tab-search-field.f-h,ul#ui-id-1,.ui-widget {
  3212. background-color: #1E1E1E!important;
  3213. }
  3214. /* smileys */
  3215.  
  3216. img[data-code=":rire:"] {
  3217. content: url(http://i.imgur.com/v6KMQzC.gif);
  3218. }
  3219. img[data-code=":rire2:"] {
  3220. content: url(http://i.imgur.com/rSSAuat.gif);
  3221. }
  3222. img[data-code=":sarcastic:"] {
  3223. content: url(http://i.imgur.com/PcyGT0Y.gif);
  3224. }
  3225. img[data-code=":("] {
  3226. content: url(http://i.imgur.com/lKqWNtA.gif);
  3227. }
  3228. img[data-code=":hap:"] {
  3229. content: url(http://i.imgur.com/r9QHx9t.gif);
  3230. }
  3231. img[data-code=":)"] {
  3232. content: url(http://i.imgur.com/jFhsBfh.gif);
  3233. }
  3234. img[data-code=":banzai:"] {
  3235. content: url(http://i.imgur.com/hrmEnVX.gif);
  3236. }
  3237. img[data-code=":bave:"] {
  3238. content: url(http://i.imgur.com/p80tRSk.gif);
  3239. }
  3240. img[data-code=":nonnon:"] {
  3241. content: url(http://i.imgur.com/nz7TmYX.gif);
  3242. }
  3243. img[data-code=":ange:"] {
  3244. content: url(http://i.imgur.com/GUa26X9.gif);
  3245. }
  3246. img[data-code=":bravo:"] {
  3247. content: url(http://i.imgur.com/DlTI2TV.gif);
  3248. }
  3249. img[data-code=":clown:"] {
  3250. content: url(http://i.imgur.com/UyCcXNx.gif);
  3251. }
  3252. img[data-code=":coeur:"] {
  3253. content: url(http://i.imgur.com/T0d4hn7.gif);
  3254. }
  3255. img[data-code=":content:"] {
  3256. content: url(http://i.imgur.com/mFdJbKi.gif);
  3257. }
  3258. img[data-code=":cool:"] {
  3259. content: url(http://i.imgur.com/FuAX0M3.gif);
  3260. }
  3261. img[data-code=":ok:"] {
  3262. content: url(http://i.imgur.com/sMhPab7.gif);
  3263. }
  3264. img[data-code=":d)"] {
  3265. content: url(http://i.imgur.com/BqLTQ3z.gif);
  3266. }
  3267. img[data-code=":desole:"] {
  3268. content: url(http://i.imgur.com/VIPEETl.gif);
  3269. }
  3270. img[data-code=":diable:"] {
  3271. content: url(http://i.imgur.com/AmqeiMs.gif);
  3272. }
  3273. img[data-code=":doute:"] {
  3274. content: url(http://i.imgur.com/syvh5jA.gif);
  3275. }
  3276. img[data-code=":fete:"] {
  3277. content: url(http://i.imgur.com/IgvsRBE.gif);
  3278. }
  3279. img[data-code=":fier:"] {
  3280. content: url(http://i.imgur.com/1B4kMhk.gif);
  3281. }
  3282. img[data-code=":fou:"] {
  3283. content: url(http://i.imgur.com/kaP5Hgh.gif);
  3284. }
  3285. img[data-code=":g)"] {
  3286. content: url(http://i.imgur.com/O6FWdYX.gif);
  3287. }
  3288. img[data-code=":gne:"] {
  3289. content: url(http://i.imgur.com/N582gar.gif);
  3290. }
  3291. img[data-code=":gni:"] {
  3292. content: url(http://i.imgur.com/6oOZr8Q.gif);
  3293. }
  3294. img[data-code=":honte:"] {
  3295. content: url(http://i.imgur.com/QVvB4FV.gif);
  3296. }
  3297. img[data-code=":hs:"] {
  3298. content: url(http://imgur.com/vJ8uWKs.gif);
  3299. }
  3300. img[data-code=":hum:"] {
  3301. content: url(http://i.imgur.com/4i4zCoA.gif);
  3302. }
  3303. img[data-code=":malade:"] {
  3304. content: url(http://i.imgur.com/penLiBN.gif);
  3305. }
  3306. img[data-code=":merci:"] {
  3307. content: url(http://i.imgur.com/DKhGwMk.gif);
  3308. }
  3309. img[data-code=":monoeil:"] {
  3310. content: url(http://i.imgur.com/7DKxtiA.gif);
  3311. }
  3312. img[data-code=":mort:"] {
  3313. content: url(http://i.imgur.com/yPYc0MD.gif);
  3314. }
  3315. img[data-code=":non:"] {
  3316. content: url(http://i.imgur.com/R49yFTG.gif);
  3317. }
  3318. img[data-code=":non2:"] {
  3319. content: url(http://i.imgur.com/ORI16s9.gif);
  3320. }
  3321. img[data-code=":ouch2:"] {
  3322. content: url(http://i.imgur.com/TQ8eW8Q.gif);
  3323. }
  3324. img[data-code=":ouch:"] {
  3325. content: url(http://i.imgur.com/nxlM3V1.gif);
  3326. }
  3327. img[data-code=":p)"] {
  3328. content: url(http://i.imgur.com/qP9xtAx.gif);
  3329. }
  3330. img[data-code=":sournois:"] {
  3331. content: url(http://i.imgur.com/ogpfiBz.gif);
  3332. }
  3333. img[data-code=":svp:"] {
  3334. content: url(http://i.imgur.com/DbAEmn2.gif);
  3335. }
  3336. img[data-code=":-("] {
  3337. content: url(http://i.imgur.com/NtNVpB2.gif);
  3338. }
  3339. img[data-code=":-)"] {
  3340. content: url(http://i.imgur.com/rR7prs2.gif);
  3341. }
  3342. img[data-code=":-D"] {
  3343. content: url(http://i.imgur.com/4zZhbUr.gif);
  3344. }
  3345. img[data-code=":-p"] {
  3346. content: url(http://i.imgur.com/mRt4NdC.gif);
  3347. }
  3348. img[data-code=":up:"] {
  3349. content: url(http://i.imgur.com/nA3hXsy.gif);
  3350. }
  3351. img[data-code=":peur:"] {
  3352. content: url(http://i.imgur.com/cfIHeMU.gif);
  3353. }
  3354. img[data-code=":question:"] {
  3355. content: url(http://i.imgur.com/W1u3QHp.gif);
  3356. }
  3357. img[data-code=":sleep:"] {
  3358. content: url(http://i.imgur.com/AbL8Xoz.gif);
  3359. }
  3360. img[data-code=":snif2:"] {
  3361. content: url(http://i.imgur.com/UsXawst.gif);
  3362. }
  3363. img[data-code=":snif:"] {
  3364. content: url(http://i.imgur.com/kgnb3da.gif);
  3365. }
  3366. img[data-code=":-)))"] {
  3367. content: url(http://i.imgur.com/yO90Yog.gif);
  3368. }
  3369. img[data-code=":oui:"] {
  3370. content: url(http://i.imgur.com/ocI5udl.gif);
  3371. }
  3372. img[data-code=":o))"] {
  3373. content: url(http://i.imgur.com/JCScRFe.gif);
  3374. }
  3375. img[data-code=":rechercher:"] {
  3376. content: url(http://i.imgur.com/3wKJ6BD.gif);
  3377. }
  3378. img[data-code=":cimer:"] {
  3379. content: url(http://i.imgur.com/hNm7eXZ.gif);
  3380. }
  3381. img[data-code=":siffle:"] {
  3382. content: url(http://i.imgur.com/l0djjya.gif);
  3383. }
  3384. img[data-code=":-(("] {
  3385. content: url(http://i.imgur.com/ppHidMq.gif);
  3386. }
  3387. img[data-code=":nah:"] {
  3388. content: url(http://i.imgur.com/dTu13VR.gif);
  3389. }
  3390. img[data-code=":play:"] {
  3391. content: url(http://i.imgur.com/ae38kcw.gif);
  3392. }
  3393. img[data-code=":hello:"] {
  3394. content: url(http://i.imgur.com/d96LY27.gif);
  3395. }
  3396. img[data-code=":lol:"] {
  3397. content: url(http://imgur.com/WDwwlHo.gif);
  3398. }
  3399. img[data-code=":ddb:"] {
  3400. content: url(http://i.imgur.com/MhaWAbd.gif);
  3401. }
  3402. img[data-code=":pacg:"] {
  3403. content: url(http://i.imgur.com/LgFzn6f.gif);
  3404. }
  3405. img[data-code=":gba:"] {
  3406. content: url(http://i.imgur.com/WhjzD79.gif);
  3407. }
  3408. img[data-code=":pacd:"] {
  3409. content: url(http://i.imgur.com/h0kSrMh.gif);
  3410. }
  3411. img[data-code=":sors:"] {
  3412. content: url(http://i.imgur.com/nDB3O88.gif);
  3413. }
  3414. img[data-code=":dpdr:"] {
  3415. content: url(http://i.imgur.com/6qfSj8p.gif);
  3416. }
  3417. img[data-code=":pave:"] {
  3418. content: url(http://i.imgur.com/CNYwvZD.gif);
  3419. }
  3420. img[data-code=":cd:"] {
  3421. content: url(http://i.imgur.com/XP3hOJf.gif);
  3422. }
  3423. img[data-code=":cute:"] {
  3424. content: url(http://i.imgur.com/GN5YqK2.gif);
  3425. }
  3426. img[data-code=":noel:"] {
  3427. content: url(http://i.imgur.com/CmvtT97.gif);
  3428. }
  3429. img[data-code=":rouge:"] {
  3430. content: url(http://i.imgur.com/eyjYH6l.gif);
  3431. }
  3432. img[data-code=":spoiler:"] {
  3433. content: url(http://i.imgur.com/BTyjQO1.gif);
  3434. }
  3435. img[data-code=":salut:"] {
  3436. content: url(http://i.imgur.com/mAi2Aqf.gif);
  3437. }
  3438. img[data-code=":bye:"] {
  3439. content: url(http://i.imgur.com/O8sp37p.gif);
  3440. }
  3441. img[data-code=":pf:"] {
  3442. content: url(http://i.imgur.com/S2cLPS5.gif);
  3443. }
  3444. img[data-code=":objection:"] {
  3445. content: url(http://i.imgur.com/mrLi4V9.gif);
  3446. }
  3447. img[data-code=":globe:"] {
  3448. content: url(http://i.imgur.com/vSdhzjz.gif);
  3449. }
  3450. img[data-code=":mac:"] {
  3451. content: url(http://i.imgur.com/Z1PynVF.gif);
  3452. }
  3453. img[data-code=":hapoelparty:"] {
  3454. content: url(http://i.imgur.com/nE9l0JD.gif);
  3455. }
  3456.  
  3457. /* Fade in */
  3458. body{
  3459. -webkit-animation-name: fadeIn;
  3460. -moz-animation-name: fadeIn;
  3461. -o-animation-name: fadeIn;
  3462. animation-name: fadeIn;
  3463. -webkit-animation-duration: 0s;
  3464. -o-animation-duration: 0s;
  3465. animation-duration: 0s;
  3466. -moz-animation-duration: 0s;
  3467. -webkit-animation-timing-function: cubic-bezier(0.2, 0.1, 0, 0.93);
  3468. -moz-animation-timing-function: cubic-bezier(0.2, 0.1, 0, 0.93);
  3469. -o-animation-timing-function: cubic-bezier(0.2, 0.1, 0, 0.93);
  3470. animation-timing-function: cubic-bezier(0.2, 0.1, 0, 0.93);
  3471. /*cubic-bezier(0.2, 0.1, 0, 0.93)*/
  3472. visibility: visible !important;
  3473. }
  3474.  
  3475. @-webkit-keyframes fadeIn {
  3476. 0% {
  3477.  
  3478. opacity: 0.0;
  3479. }
  3480.  
  3481. 100% {
  3482.  
  3483. opacity: 1;
  3484. }
  3485. }
  3486.  
  3487. @-moz-keyframes fadeIn {
  3488. 0% {
  3489.  
  3490. opacity: 0.0;
  3491. }
  3492.  
  3493. 100% {
  3494.  
  3495. opacity: 1;
  3496. }
  3497. }
  3498.  
  3499. @-o-keyframes fadeIn {
  3500. 0% {
  3501.  
  3502. opacity: 0.0;
  3503. }
  3504.  
  3505. 100% {
  3506.  
  3507. opacity: 1;
  3508. }
  3509. }
  3510.  
  3511. @keyframes fadeIn {
  3512. 0% {
  3513.  
  3514. opacity: 0.0;
  3515. }
  3516.  
  3517. 100% {
  3518.  
  3519. opacity: 1;
  3520. }
  3521. }
  3522.  
  3523. .liste-item-jaq-titre {
  3524. border-top: 3px solid #3a3a3a;
  3525. border-bottom: 1px solid #171717;
  3526. }
  3527. /* Invert */
  3528. .menu-sommaire > ul h4 {
  3529. -webkit-filter: invert(0.35)!important;
  3530. -moz-filter: invert(0.35)!important;
  3531. filter: invert(0.35)!important;
  3532. }
  3533. .picto-contact-mp,.picto-contact-twitter,.action-bar .btn,.action-bar .btn:hover {
  3534. -webkit-filter: invert(0.9)!important;
  3535. -moz-filter: invert(0.9)!important;
  3536. filter: invert(0.9)!important;
  3537. }
  3538. /* Grayscales */
  3539. .type-card-on,.type-liste-on,.menu-sommaire > ul h4.actif,.up-and-down span,.up-and-down.collapsed span {
  3540. -webkit-filter: grayscale(1)!important;
  3541. -moz-filter: grayscale(1)!important;
  3542. filter: grayscale(1)!important;
  3543. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement