Advertisement
Guest User

Nova

a guest
Dec 28th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 26.52 KB | None | 0 0
  1. @-moz-document domain("avenoel.org") {
  2. @font-face {
  3.     font-family: space_ageregular;
  4.     src: url(https://dl.dropboxusercontent.com/s/wx3rg0a1tik48mf/space_age-webfont.woff2?dl=0) format('woff2'), url(https://dl.dropboxusercontent.com/s/v0j0uf9tvhz1j2z/space_age-webfont.woff?dl=0) format('woff');
  5.     font-weight: 400;
  6.     font-style: normal
  7. }
  8.  
  9. .glyphicon-star:before {
  10.     content: "\e006";
  11.     display: inline-block;
  12.     background-image: url(https://i.imgur.com/zFTekJY.png);
  13.     width: 16px;
  14.     height: 16px;
  15.     padding-top: 3px!important;
  16.     color: transparent!important
  17. }
  18.  
  19. .glyphicon-star:hover {
  20.     background-image: url(https://i.imgur.com/zFTekJY.png)!important;
  21.     visibility: visible;
  22.     transition: all 2s;
  23.     color: transparent;
  24.     transform: rotate(360deg)
  25. }
  26.  
  27. .message-header .glyphicon-envelope:before {
  28.     content: "\2709";
  29.     display: inline-block;
  30.     padding-top: 10px;
  31.     margin-right: 1px;
  32.     color: transparent;
  33.     background-image: url(https://i.imgur.com/VJAjLtd.png);
  34.     width: 16px;
  35.     height: 16px;
  36. }
  37.  
  38. hr {
  39.     margin-top: 22px;
  40.     margin-bottom: 22px;
  41.     border: 0;
  42.     border: 1px solid #212121
  43. }
  44.  
  45. .btn-danger.focus, .btn-danger:focus, .btn-primary.focus, .btn-primary:focus, .glyphicon {
  46.     position: relative;
  47.     top: 1px
  48. }
  49.  
  50. .primary-page-title {
  51.     margin: 0 0 10px;
  52.     font-weight: 700;
  53.     font-size: 1.5em;
  54.     color: orange;
  55.     padding-left: 10px
  56. }
  57.  
  58. .btn, .glyphicon {
  59.     font-weight: 400
  60. }
  61.  
  62. .alert-success {
  63.     color: #dcdcdc;
  64.     background: #07090a!important;
  65.     border: 1px solid #212121;
  66.     border-radius: 10px;
  67.     box-shadow: 1.5px 1.5px 7px #000
  68. }
  69.  
  70. .glyphicon {
  71.     display: inline-block;
  72.     font-family: 'Glyphicons Halflings';
  73.     font-style: normal;
  74.     line-height: 1;
  75.     -webkit-font-smoothing: antialiased;
  76.     -moz-osx-font-smoothing: grayscale
  77. }
  78.  
  79. .add-sticker-p {
  80.     display: inline-block;
  81.     background-image: url(https://i.imgur.com/LrHafkw.png);
  82.     color: transparent!important;
  83.     width: 16px;
  84.     height: 16px;
  85.     padding-right: 14px!important
  86. }
  87.  
  88. .add-sticker-p:hover {
  89.     display: inline-block;
  90.     background-image: url(https://i.imgur.com/LrHafkw.png)!important;
  91.     visibility: visible;
  92.     transition: all 2s;
  93.     color: transparent!important;
  94.     transform: rotate(360deg)
  95. }
  96.  
  97. .message-quote :hover, .message-quote img {
  98.     background-image: url(https://i.imgur.com/ywWkpYH.png)
  99. }
  100.  
  101. .webm-player {
  102.     max-width: 80%!important;
  103.     max-height: 200px!important
  104. }
  105.  
  106. audio, canvas, progress, video {
  107.     display: inline-block!important;
  108.     vertical-align: baseline!important
  109. }
  110.  
  111. :after, :before, app.css {
  112.     box-sizing: border-box!important
  113. }
  114.  
  115. user agent stylesheet video {
  116.     object-fit: contain!important
  117. }
  118.  
  119. .message-quote img {
  120.     max-width: 16px;
  121.     max-height: 16px;
  122.     padding-right: 16px!important
  123. }
  124.  
  125. .message-quote :hover {
  126.     max-width: 16px;
  127.     max-height: 16px;
  128.     padding-right: 16px!important;
  129.     transition: all 1s
  130. }
  131.  
  132.  input.ddb-bouton {
  133. background-image: url(https://i.imgur.com/0lv1Fxb.png);
  134.     max-width: 16px;
  135.     max-height: 16px;
  136.     padding-right: 16px!important  
  137. }
  138.  
  139. .message-edit :hover, .message-edit img {
  140.     background-image: url(https://i.imgur.com/DxOSneX.png);
  141.     max-width: 16px;
  142.     max-height: 16px;
  143.     padding-right: 16px!important
  144. }
  145.  
  146. .message-edit :hover {
  147.     transition: all 1s
  148. }
  149.  
  150. .message-delete img {
  151.     background-image: url(https://i.imgur.com/HfKsdh5.png);
  152.     max-width: 16px;
  153.     max-height: 16px;
  154.     padding-right: 16px!important
  155. }
  156.  
  157. .navbar-logo img {
  158.     background-image: url(https://i.imgur.com/M0iRrMl.png)!important;
  159.     max-width: 200px;
  160.     max-height: 41px;
  161.     width: 100%;
  162.     height: auto;
  163.     padding-bottom: 41px!important
  164. }
  165.  
  166. .topic-message .message-header .message-date {
  167.     display: block;
  168.     font-size: 10px;
  169.     color: orange;
  170.     font-family: 'Open Sans';
  171. }
  172.  
  173. hidden-xs hidden-sm date {
  174.     display: block;
  175.     font-size: 10px;
  176.     color: orange;
  177.     font-family: 'Open Sans';
  178. }
  179.  
  180. .topic-message aside .message-infos u, .topic-message aside.message-aside .message-infos {
  181.     font-size: 10px;
  182.     color: #dcdcdc;
  183.     text-shadow: 1px 1px 3px #000;
  184.     letter-spacing: .5px;
  185.     font-family: 'Open Sans';
  186. }
  187.  
  188. .topic-message aside .message-infos u {
  189.     text-transform: none;
  190.     padding-left: 3px
  191. }
  192.  
  193. .topic-message aside.message-aside .message-infos {
  194.     margin: 0;
  195.     background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
  196.     background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
  197.     background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
  198.     padding-left: 10px;
  199.     background-repeat: no-repeat;
  200.     padding-bottom: 2px;
  201.     height: auto;
  202.     box-shadow: 0 3px 1px #000;
  203.     border-radius: 10px
  204. }
  205.  
  206. .spoiler .spoiler-btn, .spoiler .spoiler-btn:hover {
  207.     display: block;
  208.     height: 64px;
  209.     width: 64px;
  210.     padding-top: 64px;
  211.     overflow: hidden
  212. }
  213.  
  214. .spoiler .spoiler-btn {
  215.     -moz-box-sizing: border-box;
  216.     box-sizing: border-box;
  217.     background: url(https://i.imgur.com/oycO9QV.png) no-repeat!important
  218. }
  219.  
  220. .spoiler .spoiler-btn:hover {
  221.     color: transparent;
  222.     cursor: pointer;
  223.     -moz-box-sizing: border-box;
  224.     box-sizing: border-box;
  225.     background: url(https://i.imgur.com/wnF8QyC.png) no-repeat!important;
  226.     visibility: visible;
  227.     transition: all 1.6s
  228. }
  229.  
  230. .text-muted {
  231.     color: #4cccba;
  232.     font-family: 'Open Sans';
  233.     font-size: 11px
  234. }
  235.  
  236. .h2, h2 {
  237.     color: orange;
  238.     font-family: 'Open Sans';
  239.     font-weight: bold;
  240.     font-size: 17px;
  241.     text-shadow: 2px 1px 6px #000;
  242.     padding-top: 7px
  243. }
  244.  
  245. .topic-title {
  246.     text-align: center;
  247.     margin: 0 0 25px
  248. }
  249.  
  250. .topic-message aside.message-aside .message-avatar img {
  251.     width: 100%;
  252.     height: 100%;
  253.     overflow: hidden;
  254.     border-radius: 10px
  255. }
  256.  
  257. .topic-message .message-header .message-actions img, .topic-message .message-header .message-actions input[type=image] {
  258.     border-radius: 0
  259. }
  260.  
  261. section .pagination a {
  262.     font-size: 11px!important;
  263.     background-color: transparent;
  264.     text-decoration: none!important
  265. }
  266.  
  267. section .pagination li.subactive {
  268.     color: #dcdcdc!important;
  269.     font-family: 'Open Sans';
  270.     font-size: 11px!important;
  271.     border-bottom: 1px solid transparent;
  272.     border-radius: 0;
  273.     font-weight: 400!important;
  274.     text-decoration: underline!important
  275. }
  276.  
  277. li:focus, section .pagination li, section .pagination li:hover {
  278.     font-family: 'Open Sans';
  279.     background-color: transparent;
  280.     text-decoration: none!important;
  281.     text-align: center;
  282.     width: 25px;
  283.     margin-left: 2px;
  284.     margin-right: 2px;
  285.     border-radius: 0
  286. }
  287.  
  288. section .pagination li {
  289.     color: #DCDCDC!important
  290. }
  291.  
  292. li:focus, section .pagination li:hover {
  293.     color: #dcdcdc!important
  294. }
  295.  
  296. .topics td {
  297.     padding: 2px!important;
  298.     color: #c6c6c6;
  299.     font-family: 'Open Sans';
  300.     font-size: 10px!important
  301. }
  302.  
  303. .navbar a {
  304.     font-size: 16px;
  305.     font-family: 'Open Sans';
  306.     font-weight: 700;
  307.     letter-spacing: 0px;
  308.     text-align: center!important;
  309.     text-shadow: 2px 0 3px #000
  310. }
  311.  
  312. .footer a, .footer a:hover, .footer p, body {
  313.     font-family: 'Open Sans';
  314. }
  315.  
  316. .footer, .h1, h1 {
  317.     text-align: center
  318. }
  319.  
  320. .navbar {
  321.     height: 0%!important;
  322.     background-color: #000000f2!important;
  323.     border-radius: 0!important;
  324.     border: 1px solid #212121!important
  325. }
  326.  
  327. .navbar a:hover {
  328.     transition: all .6s;
  329.     color: orange!important
  330. }
  331.  
  332. .navbar li.active a {
  333.     background-color: transparent!important;
  334.     color: orange!important
  335. }
  336.  
  337. .navbar li.active a:hover {
  338.     background-color: rgba(255, 255, 255, .3);
  339.     transition: all 1s
  340. }
  341.  
  342. .footer {
  343.     background-repeat: repeat;
  344.     background-color: #000000f2!important;
  345.     border-radius: 0!important;
  346.     border: 1px solid #212121!important;
  347.     position: absolute;
  348.     bottom: 0;
  349.     width: 100%;
  350.     height: auto!important;
  351.     text-shadow: 1px 1px 1px transparent
  352. }
  353.  
  354. .footer a {
  355.     color: orange;
  356.     font-size: 8pt
  357. }
  358.  
  359. .footer a:hover {
  360.     color: orange;
  361.     font-size: 8pt
  362. }
  363.  
  364. .footer p {
  365.     font-size: 8pt!important;
  366.     font-family: "Open Sans"!important;
  367.     color: #c6c6c6;
  368. }
  369.  
  370. .h1, h1 {
  371.     color: orange;
  372.     font-family: 'Open Sans';
  373.     font-size: 25px;
  374.     text-shadow: 1px 1px 1px #000
  375. }
  376.  
  377. .topic-message .message-content, body {
  378.     font-size: 10pt;
  379.     color: #c6c6c6;
  380.     font-weight: 400!important;
  381.     text-shadow: none!important;
  382.     font-family: 'Open Sans'!important;
  383. }
  384.  
  385. body {
  386.     background-image: url(https://i.imgur.com/HjI1YxN.jpg);
  387.     background-attachment: fixed;
  388.     background-repeat: no-repeat;
  389.     background-size: cover;
  390.     background-color: #fff;
  391.     min-width: 700px;
  392.     text-shadow: none!important
  393. }
  394.  
  395. .topic-message .message-content, section.aside li a {
  396.     text-shadow: none!important;
  397.     font-family: 'Open Sans';
  398. }
  399.  
  400. ::selection {
  401.     color: white;
  402.     background: orange;
  403.     text-shadow: none!important;
  404. }
  405.  
  406. section.aside img {
  407.     width: 100%;
  408.     margin-bottom: 20px;
  409.     display: none
  410. }
  411.  
  412. section.aside {
  413.     font-size: .9em;
  414.     width: 100%
  415. }
  416.  
  417. section.aside ul li:before {
  418.     background-image: url(https://i.imgur.com/3uynEjR.png);
  419.     BACKGROUND-repeat: no-repeat;
  420.     font-size: 12px;
  421.     font-family: 'Open Sans';
  422.     color: transparent!important;
  423.     display: inline;
  424.     background-color: transparent!important;
  425.     padding-right: 4px!important
  426. }
  427.  
  428. .main-container .container-content section {
  429.     background-repeat: repeat;
  430.     background-color: #000000f2!important;
  431.     border: 1px solid #212121;
  432.     border-radius: 50px;
  433.     box-shadow: 1.5px 1.5px 2px #000
  434. }
  435.  
  436. .adsbygoogle {
  437.     display: none!important
  438. }
  439.  
  440. .btn, .h3, h3, section.aside li a {
  441.     display: inline-block
  442. }
  443.  
  444. section.aside li a {
  445.     color: #c6c6c6!important;
  446.     font-size: 9pt;
  447.     background-color: transparent;
  448.     padding-left: 5px;
  449.     text-shadow: none!important;
  450. }
  451.  
  452. section.aside ul li a:hover {
  453.     color: orange!important;
  454.     text-decoration: underline;
  455.     text-shadow: none!important;
  456.     transition: all .6s!important;
  457. }
  458.  
  459. .main.container .container-content section {
  460.     background-repeat: repeat;
  461.     background-color: #000000f2!important;
  462.     border: 1px solid #212121;
  463.     border-radius: 50px;
  464.     box-shadow: 1.5px 1.5px 2px #000
  465. }
  466.  
  467. .breadcrumb {
  468.     width: 100%;
  469.     display: inline-block;
  470.     font-family: 'Open Sans';
  471.     font-size: 9pt;
  472.     background-color: transparent;
  473.     padding-left: 10px;
  474.     border: 0 solid transparent!important;
  475.     text-transform: Capitalize;
  476.     background-position: right;
  477.     background-repeat: no-repeat;
  478.     border-radius: 10px;
  479. }
  480.  
  481. .grey-btn.btn, .table > thead > tr > th {
  482.     -webkit-box-shadow: inset 0 1px 0 0 #a59ac4;
  483.     -moz-border-radius: 42px
  484. }
  485.  
  486. table {
  487.     background-color: #101010;
  488.     font-family: 'Open Sans';
  489.     font-size: 10px;
  490.     color: #dcdcdc!important
  491. }
  492.  
  493. .breadcrumb > .active {
  494.     text-transform: none;
  495.     text-shadow: none;
  496.     position: absolute;
  497.     font-size: 9pt;
  498.     font-family: 'Open Sans';
  499.     color: #a59ac4
  500. }
  501.  
  502. .h3, .table > thead > tr > th, h3 {
  503.     letter-spacing: 1px;
  504.     padding: 5px 10px
  505. }
  506.  
  507. .table-striped > tbody > tr:nth-of-type(2n + 1) {
  508.     background-color: #131313
  509. }
  510.  
  511. .table > thead > tr > th {
  512.     text-transform: capitalize;
  513.     -moz-box-shadow: inset 0 1px 0 0 #a59ac4;
  514.     box-shadow: inset 0 1px 0 0 #a59ac4;
  515.     background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #69579d), color-stop(1, #483C6C));
  516.     background: -moz-linear-gradient(top, #69579d 5%, #483C6C 100%);
  517.     background: -webkit-linear-gradient(top, #69579d 5%, #483C6C 100%);
  518.     background: -o-linear-gradient(top, #69579d 5%, #483C6C 100%);
  519.     background: -ms-linear-gradient(top, #69579d 5%, #483C6C 100%);
  520.     background: linear-gradient(to bottom, #69579d 5%, #483C6C 100%);
  521.     background-color: #69579d;
  522.     border: 1px solid #483C6C;
  523.     color: #fff;
  524.     font-family: 'Open Sans';
  525.     font-size: 9.5px;
  526.     font-weight: 700;
  527.     text-decoration: none;
  528.     text-shadow: 1px 1px 1px #000
  529. }
  530.  
  531. .bbcodes, .form-control {
  532.     box-shadow: 1.5px 0 7px #000
  533. }
  534.  
  535. .topics-author a, a {
  536.     font-family: 'Open Sans';
  537. }
  538.  
  539. a {
  540.     font-family: 'Open Sans';
  541.     font-size: 9pt;
  542.     color: #c6c6c6;
  543.     text-shadow: none
  544. }
  545.  
  546. a:focus, a:hover {
  547.     color: orange;
  548.     text-decoration: underline;
  549.     transition: all .6s
  550. }
  551.  
  552. .topics-author a {
  553.     font-size: 9pt!important;
  554.     color: #c6c6c6
  555. }
  556.  
  557. tr.active, tr.active td {
  558.     background-color: #413662!important;
  559.     color: #c6c6c6!important
  560. }
  561.  
  562. tr.active, tr.active a {
  563.     color: #c6c6c6
  564. }
  565.  
  566. a:focus, tr.active, tr.active a:hover {
  567.     color: orange
  568. }
  569.  
  570. textarea.form-control {
  571.     height: 100%;
  572.     background-color: #101010;
  573.     /*background-image: url(https://i.imgur.com/ALnVfVD.gif)!important;
  574.     background-attachment: fixed;
  575.     background-repeat: repeat;
  576.     background-size: contain;*/
  577. }
  578.  
  579. .bbcodes {
  580.     background: #090909;
  581.     border: 1px solid #212121!important;
  582.     color: #c6c6c6!important;
  583.     border-radius: 10px
  584. }
  585.  
  586. .topics-amount, .topics-date {
  587.     font-size: 8pt!important;
  588.     color: #c6c6c6;
  589.     text-align: center;
  590.     font-family: 'Open Sans';
  591. }
  592.  
  593. .sticker-dernier, .stickers-cadre {
  594.     max-height: 60px;
  595.     max-width: 60px;
  596.     opacity: .7;
  597.     cursor: pointer
  598. }
  599.  
  600. .topics-date {
  601.     width: 130px
  602. }
  603.  
  604. .topics-amount {
  605.     width: 50px
  606. }
  607.  
  608. .h3, h3 {
  609.     color: orange;
  610.     font-family: 'Open Sans';
  611.     font-weight: bold;
  612.     font-size: 15px;
  613.     text-align: center
  614. }
  615.  
  616. .form-control {
  617.     font-size: 9pt;
  618.     background-color: #101010;
  619.     font-weight: 400;
  620.     text-shadow: none!important;
  621.     font-family: 'Open Sans';
  622.     border-radius: 10px;
  623.     height: 28px
  624. }
  625.  
  626. .preview, .topic-message {
  627.     font-size: 10pt;
  628.     color: #c6c6c6;
  629.     font-weight: 400;
  630.     text-shadow: none!important;
  631.     font-family: 'Open Sans';
  632. }
  633.  
  634. .btn.focus, .btn:hover, .fbtn:focus {
  635.     color: #f6f6f6
  636. }
  637.  
  638. .topic-message {
  639.     color: #e2e2e2!important;
  640.     background: #07090a;
  641.     border: 1px solid #212121;
  642.     border-radius: 10px
  643. }
  644.  
  645. .topic-message .message-content a {
  646.     color: #a59ac4;
  647.     text-shadow: none!important;
  648.     font-family: 'Open Sans';
  649.     font-size: 9pt;
  650.     letter-spacing: -1px;
  651. }
  652.  
  653. .topic-message .message-content a:hover {
  654.     color: orange;
  655.     text-shadow: none!important;
  656.     font-family: 'Open Sans';
  657.     font-size: 9pt
  658. }
  659.  
  660. .topic-message.odd {
  661.     background: #07090a;
  662.     border: 1px solid #212121;
  663.     border-radius: 10px
  664. }
  665.  
  666. .message-permalink, .message-permalink:hover {
  667.     position: absolute;
  668.     font-size: 9px;
  669.     text-decoration: none
  670. }
  671.  
  672. .message-permalink {
  673.     font-family: 'Open Sans';
  674.     color: #dcdcdc;
  675.     text-shadow: 1px 1px 1px #000
  676. }
  677.  
  678. .message-permalink:hover {
  679.     color: #a59ac4!important
  680. }
  681.  
  682. .topic-message aside.message-aside {
  683.     width: 150px;
  684.     padding: 2px;
  685.     margin: 5px;
  686. height: auto;
  687.   border-radius: 0
  688. }
  689.  
  690. .fancybox-skin, .preview {
  691.     border: 1px solid #212121
  692. }
  693.  
  694. .preview {
  695.     font-size: 11px;
  696.     background-color: #0a0d0f;
  697.     color: #c6c6c6;
  698.     border-radius: 10px;
  699. }
  700.  
  701. .topic-message .message-header .message-username a, .topic-message .message-header .message-username a:hover {
  702.     font-weight: 600;
  703.     font-size: 12pt;
  704.     border-radius: 0;
  705.     /*background-image: url(https://i.imgur.com/vXqrbhH.png);*/
  706.     background-repeat: no-repeat;
  707.     background-position: left;
  708.     /*padding: 3px 5px 1px 22px;*/
  709.     font-family: 'Open Sans';
  710.     text-shadow: 1px 1px 1px #000
  711. }
  712.  
  713. .topic-message .message-header .message-username a {
  714.     text-decoration: none;
  715.     color: #e2e2e2;
  716. }
  717.  
  718. .topic-message .message-header .message-username a:hover {
  719.     color: #a59ac4;
  720.     transition: all 1s;
  721.     transform: rotate(45deg)
  722. }
  723.  
  724. .topic-message .message-header {
  725.     position: relative;
  726.     padding-bottom: 45px;
  727.     border-bottom: 1px solid #212121
  728. }
  729.  
  730. .bbcodes button, .bbcodes button:hover {
  731.     color: #c6c6c6!important
  732. }
  733.  
  734. .fancybox-skin {
  735.     background: #07090a;
  736.     border-radius: 10px;
  737.     color: #a59ac4
  738. }
  739.  
  740. .chat-box .chat-message {
  741.     color: #c6c6c6;
  742.     overflow: hidden;
  743.     font-family: 'Open Sans';
  744.     font-size: 12px;
  745.     text-shadow: 1px 1px 1px #000
  746. }
  747.  
  748. .chat-box .chat-message .chat-message-username a {
  749.     color: #a59ac4;
  750.     font-family: 'Open Sans';
  751.     font-size: 12px;
  752.     text-shadow: 1px 1px 1px #000
  753. }
  754.  
  755. .chat-box .chat-message .chat-message-username a:hover {
  756.     color: #c6c6c6;
  757.     font-family: 'Open Sans';
  758.     font-size: 12px;
  759.     transition: all 1s;
  760.     text-decoration: none!important
  761. }
  762.  
  763. .chat-form {
  764.     background: 0 0!important
  765. }
  766.  
  767. .account .account-secondary-title {
  768.     font-size: 10px!important
  769. }
  770.  
  771. .h2, .profile h2 {
  772.     color: orange;
  773.     padding-top: 15px!important;
  774.     font-size: 40px!important;
  775.     font-family: 'space_ageregular';
  776.     text-transform: uppercase
  777. }
  778.  
  779. .h3, .h4, .profile h3, .profile-biography h4 {
  780.     font-size: 16px;
  781.     font-family: 'Open Sans';
  782.     font-weight: 700;
  783. }
  784.  
  785. .profile table {
  786.     font-size: 9pt!important;
  787.     font-family: "Open Sans"!important;
  788.     background-color: transparent!important
  789. }
  790.  
  791. .profile .profile-biography, .profile .profile-f, .profile .profile-title, .profile .profile-wrapper {
  792.     background-color: #000000f2!important;
  793.     font-size: 9pt;
  794.     font-family: 'Open Sans';
  795.     text-shadow: 1px 1px 1px #000;
  796.     border: 1px solid #212121;
  797.     border-radius: 10px;
  798. }
  799.  
  800. .profile .profile-wrapper .profile-avatar img {
  801.     width: 200px;
  802.     height: 200px;
  803.     border-radius: 100%
  804. }
  805.  
  806. .h3, .profile h3 {
  807.     font-size: 18px!important;
  808.     color: orange;
  809.     text-transform: none!important;
  810.     background-color: transparent!important;
  811.     border-bottom: none!important;
  812.     box-shadow: none!important;
  813.     border-radius: 0!important;
  814.     filter: none!important;
  815.     text-shadow: 1px 1px 1px #000!important
  816. }
  817.  
  818. .profile .profile-title {
  819.     color: #212121;
  820.     padding-top: 0
  821. }
  822.  
  823. .h4, .profile-biography h4 {
  824.     text-align: center;
  825.     color: orange;
  826.     font-size: 19px!important
  827. }
  828.  
  829. .profile-secondary-title {
  830.     display: inline-block;
  831.     text-align: center
  832. }
  833.  
  834. .profile p img {
  835.     text-align: justify
  836. }
  837.  
  838. .profile tbody tr {
  839.     padding: 4px;
  840.     background: 0 0!important;
  841.     font-size: 10pt!important;
  842.     font-family: "Open Sans"!important;
  843. }
  844.  
  845. .message-content-quote, .odd .message-content-quote {
  846.     font-size: 9pt;
  847.     font-weight: normal!important;
  848.     font-style: normal!important;
  849.     color: #736b9a;
  850.     background-color: #060606!important;
  851.     font-family: 'Open Sans';
  852.     border-left: 2px solid #736b9a
  853. }
  854.  
  855. .odd .message-content-quote {
  856.     text-shadow: none
  857. }
  858.  
  859. .message-content-quote a, .message-content-quote i {
  860.     font-size: 9pt;
  861.     background: 0 0;
  862.     color: #736b9a!important;
  863.     font-family: 'Open Sans';
  864.     text-transform: none!important;
  865.     font-weight: normal!important;
  866.     font-style: normal!important;
  867. }
  868.  
  869. .spoiler .spoiler-content, .topic-message.odd .spoiler-content {
  870.     font-size: 9pt;
  871.     background: 0 0;
  872.     color: #c6c6c6;
  873.     font-family: 'Open Sans';
  874.     text-transform: none!important;
  875.     border-left: 3px solid #736b9a;
  876.     background-color: transparent!important
  877. }
  878.  
  879. section .pagination {
  880.     margin: 0;
  881.     width: 100%;
  882.     text-align: center;
  883.     font-size: 1.2em
  884. }
  885.  
  886. .btn {
  887.     margin-bottom: 0;
  888.     text-align: center;
  889.     vertical-align: middle;
  890.     touch-action: manipulation;
  891.     cursor: pointer;
  892.     background-image: none;
  893.     border: 1px solid transparent;
  894.     white-space: nowrap;
  895.     padding: 5px 10px;
  896.     font-size: 9pt;
  897.     font-family: 'Open Sans';
  898.     border-radius: 3px;
  899.     -webkit-user-select: none;
  900.     -moz-user-select: none;
  901.     -ms-user-select: none;
  902.     user-select: none
  903. }
  904.  
  905. .btn-primary, .grey-btn.btn {
  906.     -moz-box-shadow: inset 0 1px 0 0 #a59ac4;
  907.     font-weight: 700;
  908.     padding: 5px 10px;
  909.     text-shadow: 0 1px 0 #483C6C;
  910.     display: inline-block;
  911.     font-family: 'Open Sans';
  912.     cursor: pointer
  913. }
  914.  
  915. .grey-btn.btn {
  916.     box-shadow: inset 0 1px 0 0 #a59ac4;
  917.     background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #69579d), color-stop(1, #483C6C));
  918.     background: -moz-linear-gradient(top, #69579d 5%, #483C6C 100%);
  919.     background: -webkit-linear-gradient(top, #69579d 5%, #483C6C 100%);
  920.     background: -o-linear-gradient(top, #69579d 5%, #483C6C 100%);
  921.     background: -ms-linear-gradient(top, #69579d 5%, #483C6C 100%);
  922.     background: linear-gradient(to bottom, #69579d 5%, #483C6C 100%);
  923.     background-color: #69579d;
  924.     -webkit-border-radius: 42px;
  925.     border-radius: 42px;
  926.     border: 1px solid #483C6C;
  927.     color: #fff;
  928.     font-size: 9pt;
  929.     text-decoration: none
  930. }
  931.  
  932. .grey-btn.btn:hover {
  933.     background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #a59ac4), color-stop(1, #a59ac4));
  934.     background: -moz-linear-gradient(top, #483C6C 5%, #69579d 100%);
  935.     background: -webkit-linear-gradient(top, #483C6C 5%, #69579d 100%);
  936.     background: -o-linear-gradient(top, #483C6C 5%, #69579d 100%);
  937.     background: -ms-linear-gradient(top, #483C6C 5%, #69579d 100%);
  938.     background: linear-gradient(to bottom, #483C6C 5%, #69579d 100%);
  939.     background-color: #483C6C
  940. }
  941.  
  942. .btn-primary {
  943.     -webkit-box-shadow: inset 0 1px 0 0 #a59ac4;
  944.     box-shadow: inset 0 1px 0 0 #a59ac4;
  945.     background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #69579d), color-stop(1, #483C6C));
  946.     background: -moz-linear-gradient(top, #69579d 5%, #483C6C 100%);
  947.     background: -webkit-linear-gradient(top, #69579d 5%, #483C6C 100%);
  948.     background: -o-linear-gradient(top, #69579d 5%, #483C6C 100%);
  949.     background: -ms-linear-gradient(top, #69579d 5%, #483C6C 100%);
  950.     background: linear-gradient(to bottom, #69579d 5%, #483C6C 100%);
  951.     background-color: #69579d;
  952.     -moz-border-radius: 42px;
  953.     -webkit-border-radius: 42px;
  954.     border-radius: 42px;
  955.     border: 1px solid #483C6C;
  956.     color: #fff;
  957.     font-size: 9pt;
  958.     text-decoration: none
  959. }
  960.  
  961. f .btn-primary:hover {
  962.     background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #a59ac4), color-stop(1, #a59ac4));
  963.     background: -moz-linear-gradient(top, #483C6C 5%, #69579d 100%);
  964.     background: -webkit-linear-gradient(top, #483C6C 5%, #69579d 100%);
  965.     background: -o-linear-gradient(top, #483C6C 5%, #69579d 100%);
  966.     background: -ms-linear-gradient(top, #483C6C 5%, #69579d 100%);
  967.     background: linear-gradient(to bottom, #483C6C 5%, #69579d 100%);
  968.     background-color: #483C6C
  969. }
  970.  
  971. .btn-danger {
  972.     -moz-box-shadow: inset 0 1px 0 0 #ffdea6!important;
  973.     -webkit-box-shadow: inset 0 1px 0 0 #ffdea6!important;
  974.     box-shadow: inset 0 1px 0 0 #ffdea6!important;
  975.     background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #FFA726), color-stop(1, #FB8C00))!important;
  976.     background: -moz-linear-gradient(top, #FFA726 5%, #FB8C00 100%)!important;
  977.     background: -webkit-linear-gradient(top, #FFA726 5%, #FB8C00 100%)!important;
  978.     background: -o-linear-gradient(top, #FFA726 5%, #FB8C00 100%)!important;
  979.     background: -ms-linear-gradient(top, #FFA726 5%, #FB8C00 100%)!important;
  980.     background: linear-gradient(to bottom, #FFA726 5%, #FB8C00 100%)!important;
  981.     background-color: #FFA726!important;
  982.     -moz-border-radius: 42px!important;
  983.     -webkit-border-radius: 42px!important;
  984.     border-radius: 42px!important;
  985.     border: 1px solid #FFA726!important;
  986.     display: inline-block;
  987.     cursor: pointer;
  988.     color: #fff;
  989.     font-family: 'Open Sans';
  990.     font-size: 9pt;
  991.     font-weight: 700!important;
  992.     text-decoration: none!important;
  993.     text-shadow: 0 1px 0 #FB8C00!important
  994. }
  995.  
  996. .btn-danger:hover {
  997.     background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ffdea6), color-stop(1, #ffdea6))!important;
  998.     background: -moz-linear-gradient(top, #FB8C00 5%, #FFA726 100%)!important;
  999.     background: -webkit-linear-gradient(top, #FB8C00 5%, #FFA726 100%)!important;
  1000.     background: -o-linear-gradient(top, #FB8C00 5%, #FFA726 100%)!important;
  1001.     background: -ms-linear-gradient(top, #FB8C00 5%, #FFA726 100%)!important;
  1002.     background: linear-gradient(to bottom, #FB8C00 5%, #FFA726 100%)!important;
  1003.     background-color: #FB8C00!important
  1004. }
  1005.  
  1006. .topic-message .message-footer .message-edited {
  1007.     font-style: normal;
  1008.     font-family: 'Open Sans';
  1009.     font-size: 10px;
  1010.     color: #c6c6c6
  1011. }
  1012.  
  1013. .topic-message .message-footer .message-edited a {
  1014.     text-shadow: none;
  1015.     font-size: 10px;
  1016.     text-decoration: none;
  1017.     font-family: 'Open Sans';
  1018.     color: orange
  1019. }
  1020.  
  1021. .topic-message .message-footer .message-edited a:hover {
  1022.     text-shadow: none;
  1023.     font-size: 10px;
  1024.     font-family: 'Open Sans';
  1025.     color: #a59ac4;
  1026.     text-decoration: underline
  1027. }
  1028.  
  1029. section .pagination a {
  1030.     color: #c6c6c6!important;
  1031.     font-family: 'Open Sans';
  1032.     font-weight: 700
  1033. }
  1034.  
  1035. .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  1036.     color: #c6c6c6!important;
  1037.     background-color: transparent;
  1038.     font-weight: 700
  1039. }
  1040.  
  1041. section .pagination a:hover {
  1042.     background: inherit;
  1043.     font-weight: 700
  1044. }
  1045.  
  1046. .spoiler .spoiler-btn {
  1047.     color: #485a6b;
  1048.     cursor: pointer
  1049. }
  1050.  
  1051. .alert-danger, .btn-success {
  1052.     color: #dcdcdc;
  1053.     font-family: 'Open Sans';
  1054.     font-size: 9pt
  1055. }
  1056.  
  1057. .bottombar ul {
  1058.     display: none!important
  1059. }
  1060.  
  1061. #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-button svg, #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .background, element.style {
  1062.     display: NONE!important
  1063. }
  1064.  
  1065. .alert-danger {
  1066.     background: #07090a;
  1067.     border: 1px solid #212121;
  1068.     border-radius: 10px;
  1069.     box-shadow: 1.5px 1.5px 7px #000
  1070. }
  1071.  
  1072. .btn-success {
  1073.     background-color: #07090a;
  1074.     border-color: #212121
  1075. }
  1076. }
  1077.  
  1078. @-moz-document url-prefix("https://avenoel.org/profil/") {
  1079.  
  1080. body {
  1081.     background-image: url("https://i.imgur.com/s6BVi0K.gif")!important;
  1082.     background-attachment: fixed;
  1083.     background-repeat: no-repeat;
  1084.     background-size: cover;
  1085.     background-color: #fff;
  1086.     min-width: 700px;
  1087.     text-shadow: none!important
  1088. }
  1089. }
  1090.  
  1091. @-moz-document url-prefix("https://avenoel.org/forum") {
  1092. html body {
  1093.     background-image: url(https://i.imgur.com/HjI1YxN.jpg);
  1094.     background-attachment: fixed;
  1095.     background-repeat: no-repeat;
  1096.     background-size: cover;
  1097.     background-color: #fff;
  1098.     min-width: 700px;
  1099.     text-shadow: none!important
  1100. }
  1101. }
  1102.  
  1103. @-moz-document url-prefix("https://avenoel.org/topic") {
  1104. html body {
  1105.     background-image: url(https://i.imgur.com/HjI1YxN.jpg);
  1106.     background-attachment: fixed;
  1107.     background-repeat: no-repeat;
  1108.     background-size: cover;
  1109.     background-color: #fff;
  1110.     min-width: 700px;
  1111.     text-shadow: none!important
  1112. }
  1113. }
  1114.  
  1115. @-moz-document url-prefix("https://avenoel.org/statistiques") {
  1116. html body {
  1117.     background-image: url(https://i.imgur.com/HjI1YxN.jpg);
  1118.     background-attachment: fixed;
  1119.     background-repeat: no-repeat;
  1120.     background-size: cover;
  1121.     background-color: #fff;
  1122.     min-width: 700px;
  1123.     text-shadow: none!important
  1124. }
  1125. }
  1126.  
  1127. @-moz-document url-prefix("https://avenoel.org/dons") {
  1128. html body {
  1129.     background-image: url(https://i.imgur.com/HjI1YxN.jpg);
  1130.     background-attachment: fixed;
  1131.     background-repeat: no-repeat;
  1132.     background-size: cover;
  1133.     background-color: #fff;
  1134.     min-width: 700px;
  1135.     text-shadow: none!important
  1136. }
  1137. }
  1138.  
  1139. @-moz-document url-prefix("https://avenoel.org/messagerie") {
  1140. html body {
  1141.     background-image: url(https://i.imgur.com/HjI1YxN.jpg);
  1142.     background-attachment: fixed;
  1143.     background-repeat: no-repeat;
  1144.     background-size: cover;
  1145.     background-color: #fff;
  1146.     min-width: 700px;
  1147.     text-shadow: none!important
  1148. }
  1149. }
  1150.  
  1151. @-moz-document url-prefix("https://avenoel.org/chat") {
  1152. html body {
  1153.     background-image: url("https://i.imgur.com/s6BVi0K.gif")!important;
  1154.     background-attachment: fixed;
  1155.     background-repeat: no-repeat;
  1156.     background-size: cover;
  1157.     background-position: center;
  1158. }
  1159. }
  1160.  
  1161. @-moz-document url("https://avenoel.org/favoris") {
  1162. html body {
  1163.     background-image: url(https://i.imgur.com/HjI1YxN.jpg);
  1164.     background-attachment: fixed;
  1165.     background-repeat: no-repeat;
  1166.     background-size: cover;
  1167.     background-color: #fff;
  1168.     min-width: 700px;
  1169.     text-shadow: none!important
  1170. }
  1171. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement