Guest User

Untitled

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