Advertisement
Guest User

Dark Origami

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