Advertisement
Guest User

Dark Kyoshitsu

a guest
Dec 28th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 15.67 KB | None | 0 0
  1. @-moz-document domain("avenoel.org") {
  2. .glyphicon-star:before {
  3.     content: "\e006";
  4.     display: inline-block;
  5.     background-image: url(https://i.imgur.com/RkQVl5p.png);
  6.     width: 16px;
  7.     height: 16px;
  8.     padding-top: 3px!important;
  9.     color: transparent!important;
  10.     text-shadow: none;
  11. }
  12.  
  13. .glyphicon-star:hover {
  14.     background-image: url(https://i.imgur.com/RkQVl5p.png)!important;
  15.     visibility: visible;
  16.     transition: all 2s;
  17.     color: transparent;
  18.     transform: rotate(360deg)
  19. }
  20.  
  21. .h1, h1 {
  22.     text-align: center;
  23.     font-size: 30px;
  24.     font-family: "Calibri";
  25.     color: #BDBDBD;
  26.     text-shadow: 1px 1px 1px #030303;
  27. }
  28.  
  29. .topic-message .message-header .message-date {
  30.     display: block;
  31.     font-size: 11px;
  32.     color: #939dd5;
  33.     text-shadow: 1px 1px 1px #030303;
  34. }
  35.  
  36. .topic-message aside.message-aside .message-infos {
  37.     margin: 0;
  38.     font-size: 12px;
  39.     color: #BDBDBD;
  40.     text-shadow: 1px 1px 1px #030303;
  41. }
  42.  
  43. .topic-message .message-header .message-username a {
  44.     color: #3F4447;
  45. }
  46.  
  47. .topic-message .message-header .message-username a {
  48.     font-size: 18px;
  49.     font-weight: 500;
  50.     color: #3F4447;
  51.     font-family: "Calibri";
  52.     text-shadow: 1px 1px 1px #030303;
  53. }
  54.  
  55. .spoiler .spoiler-btn {
  56.     color: #5C6BC0;
  57.     cursor: pointer;
  58.     display: block;
  59.     -moz-box-sizing: border-box;
  60.     box-sizing: border-box;
  61.     height: 17px;
  62.     width: 51px;
  63.     padding-top: 28px;
  64.     overflow: hidden;
  65.     background: #3330 url("https://i.imgur.com/mYDmnwI.png") no-repeat;
  66. }
  67.  
  68. .topics-date {
  69.     width: 130px;
  70.     text-align: center;
  71. }
  72.  
  73. h2, .h2 {
  74.     color: #BDBDBD;
  75.     padding-top: 7px;
  76.     font-size: 20px;
  77.     font-family: "Calibri";
  78.     text-shadow: 1px 1px 1px #030303;
  79. }
  80.  
  81. .topic-title {
  82.     text-align: center;
  83.     margin: 0 0 25px;
  84. }
  85.  
  86. .topic-message aside .message-infos u {
  87.     color: white;
  88.     text-shadow: 1px 1px 1px #030303;
  89.     font-size: 13px;
  90.     font-family: "Calibri";
  91. }
  92.  
  93. .grey-btn.btn {
  94.     background: #6C7984;
  95.     color: #FFF;
  96.     text-transform: uppercase;
  97.     font-size: 0.9em;
  98. }
  99.  
  100. .topic-message aside.message-aside .message-avatar img {
  101.     width: 100%;
  102.     height: 100%;
  103.     overflow: hidden;
  104.     border-radius: 5%;
  105. }
  106.  
  107. .message-quote img {
  108.     box-sizing: border-box;
  109.     background-image: url('https://i.imgur.com/kcLdzqM.png');
  110.     /*background-image: url('https://i.imgur.com/XmNEX3c.png');*/
  111.     max-width: 20px;
  112.     max-height: 20px;
  113.     width: auto;
  114.     height: auto;
  115.     padding-right: 20px;
  116.     border-radius: 50px!important;
  117. }
  118.  
  119. .message-edit :hover, .message-edit img {
  120.     background-image: url('https://i.imgur.com/6A4DhhL.png');
  121.     /*background-image: url('https://i.imgur.com/SISUz5j.png');*/
  122.     max-width: 20px;
  123.     max-height: 20px;
  124.     padding-right: 20px!important;
  125.     border-radius: 50px!important;
  126. }
  127.  
  128. .message-delete img {
  129.     /*background-image: url('https://i.imgur.com/7IZebGW.png');*/
  130.     background-image: url('https://i.imgur.com/YwEBmiA.png');
  131.     max-width: 20px;
  132.     max-height: 20px;
  133.     padding-right: 20px!important;
  134.     border-radius: 50px!important;
  135. }
  136.  
  137. input.ddb-bouton {
  138.     background-image: url('https://i.imgur.com/LVuIrQB.png');
  139.     /*      background-image: url('https://i.imgur.com/edig0o9.png');*/
  140.     max-width: 20px;
  141.     max-height: 20px;
  142.     padding-right: 20px!important;
  143.     border-radius: 50px!important;
  144.     margin-top: 1px!important;
  145. }
  146.  
  147. .message-header .glyphicon-envelope:before {
  148.     content: "\2709";
  149.     display: inline-block;
  150.     padding-top: 10px;
  151.     color: transparent;
  152.     text-shadow: none;
  153.     background-image: url(https://i.imgur.com/vYvpEaa.png);
  154.     /*background-image: url(https://i.imgur.com/P4cckW6.png);*/
  155.     width: 20px;
  156.     height: 20px;
  157.     border-radius: 50px!important;
  158. }
  159.  
  160. .add-sticker-p {
  161.     cursor: pointer;
  162.     background-image: url(https://i.imgur.com/ljZnVqf.png);
  163.     /*background-image: url(https://i.imgur.com/iUhZmxg.png);*/
  164.     max-height: 20px;
  165.     max-width: 20px;
  166.     color: transparent!important;
  167.     vertical-align: middle;
  168. }
  169.  
  170. .glyphicon-download:before {
  171.     content: "\e026";
  172.     color: transparent!important;
  173.     text-shadow: none;
  174. }
  175.  
  176. section .pagination li.subactive {
  177.     border-bottom: 2px solid #5C6BC0;
  178.     text-shadow: 1px 1px 1px #030303;
  179. }
  180.  
  181. .topics td {
  182.     padding: 2px!important;
  183.     line-height: 1.4;
  184.     font-size: 13px;
  185.     font-family: "Calibri ";
  186. }
  187.  
  188. .navbar {
  189.     border-radius: 0!important;
  190.     font-size: 1.3em;
  191.     font-weight: 700;
  192.     border-bottom: 4px solid #5C6BC0!important;
  193.     text-shadow: 1px 1px 1px #030303;
  194. }
  195.  
  196. .navbar-nav > li > a {
  197.     color: #FAFAFA!important;
  198.     font-family: "Calibri";
  199.     font-size: 18px;
  200. }
  201.  
  202. .footer {
  203.     border-top: 4px solid #5C6BC0!important;
  204.     position: absolute;
  205.     bottom: 0;
  206.     width: 100%;
  207.     padding: 10px;
  208.     background: #212121;
  209.     text-align: center;
  210. }
  211.  
  212. .footer a {
  213.     color: #5C6BC0;
  214.     font-family: "Calibri";
  215.     font-size: 12px!important;
  216.     text-shadow: 1px 1px 1px #030303;
  217. }
  218.  
  219. .footer a:hover {
  220.     color: #c05c6b;
  221.     font-family: "Calibri";
  222.     font-size: 12px!important;
  223.     text-shadow: 1px 1px 1px #030303;
  224. }
  225.  
  226. .text-muted {
  227.     font-family: "Calibri";
  228.     color: #BDBDBD;
  229.     font-size: 12px;
  230.     text-shadow: 1px 1px 1px #030303;
  231. }
  232.  
  233. section.aside {
  234.     font-size: 0.9em;
  235. }
  236.  
  237. section.aside ul li a {
  238.     color: #BDBDBD;
  239.     font-family: "Calibri";
  240.     font-size: 14px;
  241.     text-shadow: 1px 1px 1px #030303;
  242. }
  243.  
  244. section.aside ul li a:hover {
  245.     color: #5c6bc0!important;
  246.     font-family: "Calibri";
  247.     font-size: 14px;
  248.     text-shadow: 1px 1px 1px #030303;
  249. }
  250.  
  251. section.aside ul li:before {
  252.     content: "★";
  253.     color: #5c6bc0!important;
  254.     display: inline;
  255.     font-family: "Calibri";
  256.     font-size: 14px;
  257.     text-shadow: 1px 1px 1px #030303;
  258. }
  259.  
  260. body {
  261.     background-image: url("https://i.imgur.com/P1J1cMO.jpg");
  262.     background-attachment: fixed;
  263.     background-repeat: no-repeat;
  264.     background-size: cover;
  265.     font-family: "Calibri";
  266.     font-size: 14px;
  267.     color: #BDBDBD;
  268.     text-align: justify;
  269.     text-shadow: 1px 1px 1px #030303;
  270. }
  271.  
  272. a {
  273.     color: #939dd5;
  274.     font-family: "Calibri";
  275.     font-size: 14px;
  276.     text-decoration: none;
  277. }
  278.  
  279. a:hover {
  280.     color: #5C6BC0;
  281.     font-family: "Calibri";
  282.     font-size: 14px;
  283.     text-decoration: none;
  284. }
  285.  
  286. .topic-message .message-content {
  287.     font-family: "Calibri";
  288.     font-size: 14px;
  289.     color: #BDBDBD;
  290.     text-shadow: 1px 1px 1px #030303;
  291. }
  292.  
  293. section.aside ul li a:hover {
  294.     color: #a6b0d9;
  295.     text-shadow: 1px 1px 1px #030303;
  296. }
  297.  
  298. .main-container .container-content section {
  299.     background: #22272f;
  300.     border: 1px solid black;
  301.     box-shadow: 0px 3px 3px black;
  302. }
  303.  
  304. .breadcrumb {
  305.     border: 1px solid black;
  306.     box-shadow: 3px 2px 3px black;
  307.     background: #22272f;
  308.     padding: 0 0 0 15px;
  309.     text-transform: capitalize;
  310. }
  311.  
  312. .breadcrumb > .active {
  313.     font-family: "Calibri";
  314.     font-size: 14px;
  315.     color: #BDBDBD;
  316.     font-weight: bold;
  317.     text-transform: capitalize;
  318.     text-shadow: 1px 1px 1px #030303;
  319. }
  320.  
  321. .table-striped > tbody > tr:nth-of-type(2n + 1) {
  322.     background-color: #1c2029;
  323. }
  324.  
  325. .table > thead {
  326.     background: #5e6fb5d4;
  327.     letter-Spacing: 0.2pt;
  328. }
  329.  
  330. .table > thead > tr > th {
  331.     color: #ffff;
  332.     font-size: 12px;
  333.     font-family: "Calibri";
  334.     font-weight: bold;
  335.     text-shadow: 1px 1px 3px #030303;
  336. }
  337.  
  338. td a {
  339.     font-size: 14px;
  340.     color: #BDBDBD;
  341.     text-decoration: none;
  342.     font-family: "Calibri";
  343.     text-shadow: 1px 1px 1px #212121;
  344. }
  345.  
  346. td a:hover, a:focus {
  347.     color: #5C6BC0;
  348.     text-decoration: none;
  349.     font-family: "Calibri";
  350.     text-shadow: 1px 1px 1px #212121;
  351. }
  352.  
  353. .topics-author a {
  354.     font-size: 14px;
  355.     color: #BDBDBD;
  356.     font-family: "Calibri";
  357.     text-shadow: 1px 1px 1px #212121;
  358. }
  359.  
  360. tr.active, tr.active td {
  361.     background: #2e3560a3!important;
  362.     color: #BDBDBD;
  363. }
  364.  
  365. .bbcodes {
  366.     border: 1px solid #030303;
  367.     background: #1c2029;
  368. }
  369.  
  370. .post-content {
  371.     border: 1px solid #5C6BC0;
  372. }
  373.  
  374. .topics-date {
  375.     width: 130px;
  376.     text-align: center;
  377.     font-size: 14px;
  378.     color: #BDBDBD;
  379.     font-family: "Calibri"!important;
  380.     text-shadow: 1px 1px 1px #030303;
  381. }
  382.  
  383. .topics-amount {
  384.     width: 50px;
  385.     text-align: center;
  386.     color: #BDBDBD;
  387.     font-family: "Calibri"!important;
  388.     text-shadow: 1px 1px 1px #030303;
  389. }
  390.  
  391. h3, .h3 {
  392.     color: #BDBDBD;
  393.     font-size: 20px;
  394.     font-family: "Calibri";
  395.     text-shadow: 2px 2px 1px #030303;
  396. }
  397.  
  398. .form-control {
  399.     height: 30px;
  400.     color: #BDBDBD;
  401.     text-shadow: 1px 1px 1px #030303;
  402.     background-color: #1c2029;
  403.     border: 0px solid #030303;
  404.     font-family: "Calibri";
  405.     font-size: 13px;
  406.     box-shadow: inset 1.5px 0px 2px #030303;
  407. }
  408.  
  409.  
  410. /*.form-control:focus {
  411.     color: #FAFAFA;
  412.     text-shadow: 1px 1px 1px #030303;
  413.     background-color: #3F4447;
  414.     border: 0px solid #030303;
  415.     font-family: "Calibri";
  416.     font-size: 13px;
  417.     box-shadow: 3px 3px 3px #030303;
  418. }*/
  419. .btn:hover, .btn:focus, .btn.focus {
  420.     color: #f6f6f6;
  421. }
  422.  
  423. .topic-message {
  424.     color: #3F4447;
  425.     font-family: "Calibri";
  426. }
  427.  
  428. .topic-message .message-header .message-username a {
  429.     color: #3F4447;
  430. }
  431.  
  432. .topic-message .message-header .message-username a {
  433.     font-size: 18.5px;
  434.     font-weight: 500;
  435.     color: #3F4447;
  436.     font-family: "Calibri";
  437.     text-shadow: 1px 1px 1px #030303;
  438. }
  439.  
  440. .topic-message {
  441.     background: #282e35;
  442.     border: 1px solid black;
  443.     box-shadow: 3px 3px 3px black;
  444.     border-radius: 5px;
  445. }
  446.  
  447. .topic-message.odd {
  448.     background: #282e35;
  449.     border: 1px solid black;
  450.     border-radius: 5px;
  451. }
  452.  
  453. .topic-message .message-header {
  454.     position: relative;
  455.     padding-bottom: 45px;
  456.     border-bottom: 1px dotted black;
  457. }
  458.  
  459. .message-permalink {
  460.     position: absolute;
  461.     bottom: 0;
  462.     color: #939dd5;
  463.     text-decoration: none;
  464.     font-size: 11px;
  465.     font-family: "Calibri";
  466. }
  467.  
  468. .message-permalink:hover {
  469.     position: absolute;
  470.     bottom: 0;
  471.     color: #5C6BC0;
  472.     text-decoration: none;
  473.     font-size: 11px;
  474.     font-family: "Calibri";
  475. }
  476.  
  477. .topic-message .message-footer .message-edited {
  478.     font-style: normal!important;
  479.     color: #BDBDBD;
  480.     font-size: 11px;
  481.     font-family: "Calibri";
  482. }
  483.  
  484. .topic-message .message-footer .message-edited a {
  485.     font-style: normal!important;
  486.     color: #939dd5;
  487.     font-size: 11px;
  488.     font-family: "Calibri";
  489. }
  490.  
  491. .preview {
  492.     border: 1px solid black;
  493.     color: #BDBDBD;
  494.     background-color: #282e35;
  495.     box-shadow: 3px 3px 3px black;
  496.     font-family: "Calibri";
  497.     text-shadow: 1px 1px 1px #030303;
  498.     font-size: 14px;
  499.     border-radius: 10px;
  500. }
  501.  
  502. .topic-message .message-header .message-username a {
  503.     color: #FAFAFA;
  504.     font-family: "Calibri";
  505.     text-shadow: 1px 1px 1px #030303;
  506.     font-size: 18px;
  507. }
  508.  
  509. .bbcodes button:hover {
  510.     color: #FAFAFA;
  511.     text-shadow: 1px 1px 1px #030303;
  512. }
  513.  
  514. .bbcodes button {
  515.     color: #BDBDBD;
  516.     text-shadow: 1px 1px 1px #030303;
  517. }
  518.  
  519. .fancybox-skin {
  520.     background: #333941;
  521.     color: #BDBDBD;
  522. }
  523.  
  524. .chat-box .chat-message {
  525.     color: #BDBDBD;
  526.     overflow: hidden;
  527.     font-family: "Calibri";
  528.     font-size: 14px;
  529. }
  530.  
  531. .chat-box .chat-message .chat-message-username a {
  532.     color: #7c88cc;
  533.     font-family: "Calibri";
  534.     text-shadow: 1px 1px 1px #030303;
  535. }
  536.  
  537. .chat-form {
  538.     background: #22272f;
  539. }
  540.  
  541. .profile .profile-title, .profile .profile-wrapper, .profile .profile-footer, .profile .profile-biography {
  542.     background: #212121;
  543.     border: 1px solid rgba(0, 0, 0, 0.9);
  544.     box-shadow: 0px 3px 3px #000000;
  545.     font-family: "Calibri";
  546.     font-size: 14px;
  547.     color: #BDBDBD;
  548.     text-shadow: 1px 1px 1px #030303;
  549. }
  550.  
  551. .profile h3, .h3 {
  552.     color: #FAFAFA;
  553.     font-size: 20px;
  554.     font-family: "Calibri";
  555.     text-shadow: 1px 1px 1px #030303;
  556. }
  557.  
  558. .profile h4, h4 {
  559.     color: #FAFAFA;
  560.     font-size: 20px;
  561.     font-family: "Calibri";
  562.     text-shadow: 1px 1px 1px #030303;
  563. }
  564.  
  565. .profile-avatar {
  566.     overflow: hidden;
  567.     border-radius: 5%;
  568.     margin-left: 50px;
  569.     width: 200px;
  570.     height: 200px;
  571. }
  572.  
  573. .profile .profile-title {
  574.     color: #FAFAFA;
  575. }
  576.  
  577. .profile-secondary-title {
  578.     color: #0000;
  579.     text-shadow: none;
  580. }
  581.  
  582. .profile p img {
  583.     text-align: justify;
  584. }
  585.  
  586.  
  587. /* > */
  588. .message-content-quote {
  589.     background-color: #1c2029;
  590.     border-left: 3.5px solid #2e3560;
  591.     color: #2e3560;
  592.     font-family: "Calibri";
  593.     font-size: 15px!important;
  594.     font-weight: bold!important;
  595.     text-shadow: 1px 1px 1px #030303;
  596. }
  597.  
  598.  
  599. /* > */
  600. .odd .message-content-quote {
  601.     background-color: #1c2029;
  602.     border-left: 3.5px solid #2e3560;
  603.     color: #2e3560;
  604.     font-family: "Calibri";
  605.     font-size: 15px!important;
  606.     font-weight: bold!important;
  607.     text-shadow: 1px 1px 1px #030303;
  608. }
  609.  
  610. .message-content-quote i {
  611.     color: #979797;
  612.     border-left: 0px dotted #0000;
  613.     font-size: 13px;
  614.     font-family: "Calibri";
  615.     text-shadow: 1px 1px 1px #030303;
  616.     font-weight: normal!important;
  617.     font-style: italic;
  618. }
  619.  
  620. .message-content-quote a {
  621.     font-style: normal;
  622.     color: #979797;
  623.     border-left: 0px dotted #0000;
  624.     font-size: 13px;
  625.     font-family: "Calibri";
  626.     text-shadow: 1px 1px 1px #030303;
  627.     font-weight: normal!important;
  628. }
  629.  
  630. .spoiler .spoiler-content {
  631.     color: #979797;
  632.     background-color: #1c2029;
  633.     border-left: 3.5px solid #2e3560;
  634.     font-family: "Calibri";
  635.     font-size: 14px;
  636. }
  637.  
  638. .topic-message.odd .spoiler-content {
  639.     color: #9E9E9E;
  640.     background: #333941;
  641.     border-left: 3.5px solid #9E9E9E;
  642. }
  643.  
  644. .grey-btn.btn {
  645.     padding-left: 8px!important;
  646.     padding-right: 8px!important;
  647.     padding-top: 4px!important;
  648.     padding-bottom: 4px!important;
  649.     color: #FAFAFA;
  650.     background-color: #495599;
  651.     border-color: transparent;
  652.     font-family: "Calibri";
  653.     font-size: 13px;
  654.     height: auto;
  655.     text-transform: uppercase;
  656.     text-shadow: 1px 1px 1px #030303;
  657.     box-shadow: 3px 3px 3px #030303;
  658. }
  659.  
  660. .btn-primary {
  661.     padding-left: 8px!important;
  662.     padding-right: 8px!important;
  663.     padding-top: 4px!important;
  664.     padding-bottom: 4px!important;
  665.     color: #FAFAFA;
  666.     background-color: #495599;
  667.     border-color: transparent;
  668.     font-family: "Calibri";
  669.     font-size: 13px;
  670.     height: auto;
  671.     text-transform: uppercase;
  672.     text-shadow: 1px 1px 1px #030303;
  673.     box-shadow: 3px 3px 3px #030303;
  674. }
  675.  
  676. .btn-primary:focus, .btn-primary.focus {
  677.     padding-left: 8px!important;
  678.     padding-right: 8px!important;
  679.     padding-top: 4px!important;
  680.     padding-bottom: 4px!important;
  681.     color: #FAFAFA;
  682.     background-color: #495599!important;
  683.     border-color: transparent;
  684.     font-family: "Calibri";
  685.     font-size: 13px;
  686.     height: auto;
  687.     text-transform: uppercase;
  688.     text-shadow: 1px 1px 1px #030303;
  689.     box-shadow: 3px 3px 3px #030303;
  690. }
  691.  
  692. .btn-primary:hover {
  693.     padding-left: 8px!important;
  694.     padding-right: 8px!important;
  695.     padding-top: 4px!important;
  696.     padding-bottom: 4px!important;
  697.     color: #FAFAFA;
  698.     background-color: #5c6bc0;
  699.     border-color: transparent;
  700.     font-family: "Calibri";
  701.     font-size: 13px;
  702.     text-transform: uppercase;
  703.     text-shadow: 1px 1px 1px #030303;
  704.     box-shadow: 3px 3px 3px #030303;
  705. }
  706.  
  707. section .pagination a {
  708.     color: #5c6bc0;
  709.     text-decoration: none;
  710.     font-family: Calibri;
  711.     font-size: 14px;
  712.     text-shadow: 1px 1px 1px #030303;
  713. }
  714.  
  715. .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  716.     color: #939dd5;
  717.     background-color: transparent;
  718.     border-color: #030303;
  719. }
  720.  
  721. section .pagination a:hover, a:focus {
  722.     background: inherit;
  723. }
  724.  
  725. .btn-danger {
  726.     padding-left: 8px!important;
  727.     padding-right: 8px!important;
  728.     padding-top: 4px!important;
  729.     padding-bottom: 4px!important;
  730.     background-color: #ac5260;
  731.     border-color: transparent;
  732.     font-family: "Calibri";
  733.     font-size: 13px;
  734.     text-transform: uppercase;
  735.     text-shadow: 1px 1px 1px #030303;
  736.     box-shadow: 3px 3px 3px #030303;
  737. }
  738.  
  739. .btn-danger:hover {
  740.     padding-left: 8px!important;
  741.     padding-right: 8px!important;
  742.     padding-top: 4px!important;
  743.     padding-bottom: 4px!important;
  744.     background-color: #c05c6b;
  745.     border-color: transparent;
  746.     font-family: "Calibri";
  747.     font-size: 13px;
  748.     text-transform: uppercase;
  749.     text-shadow: 1px 1px 1px #030303;
  750.     box-shadow: 3px 3px 3px #030303;
  751. }
  752.  
  753. .bottombar ul {
  754.     background: #2e3560a3;
  755. }
  756.  
  757. .bottombar ul .bottombar-user-avatar {
  758.     height: 35px;
  759.     border-radius: 50%;
  760. }
  761.  
  762. .navbar .navbar-user .navbar-user-avatar {
  763.     height: 35px;
  764.     border-radius: 50%;
  765. }
  766.  
  767. #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .background {
  768.     fill: #2e3560a3;
  769. }
  770.  
  771. .navbar-logo img {
  772.     background-image: url(https://i.imgur.com/XiPGfxj.png)!important;
  773.     max-width: 200px;
  774.     max-height: 41px;
  775.     width: 100%;
  776.     height: auto;
  777.     padding-bottom: 41px!important;
  778. }
  779. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement