Advertisement
Guest User

Kyoshitsu

a guest
Dec 28th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 12.43 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. .topic-message .message-header .message-username a {
  22.     font-size: 18px;
  23.     font-weight: 500;
  24.     color: #3F4447;
  25.     font-family: "Calibri";
  26. }
  27.  
  28. .spoiler .spoiler-btn {
  29.     color: #5C6BC0;
  30.     cursor: pointer;
  31.     display: block;
  32.     -moz-box-sizing: border-box;
  33.     box-sizing: border-box;
  34.     height: 22px;
  35.     width: 62px;
  36.     padding-top: 28px;
  37.     overflow: hidden;
  38.     background: #3330 url("https://i.imgur.com/hMxKhyq.png") no-repeat;
  39. }
  40.  
  41. .topics-date {
  42.     width: 130px;
  43.     text-align: center;
  44. }
  45.  
  46. .text-muted {
  47.     font-family: "Calibri";
  48.     color: #BDBDBD;
  49.     font-size: 12px;
  50.     text-shadow: 1px 1px 1px #030303
  51. }
  52.  
  53. h2, .h2 {
  54.     padding-top: 7px;
  55.     font-size: 20px;
  56.     font-family: "Calibri";
  57.     color: #424242;
  58.     text-shadow: 1px 1px 1px white;
  59. }
  60.  
  61. .topic-title {
  62.     text-align: center;
  63.     margin: 0 0 25px;
  64. }
  65.  
  66. .topic-message aside .message-infos u {
  67.     color: #7f7f7f;
  68.     text-decoration: none;
  69.     font-size: 13px;
  70.     font-family: "Calibri";
  71. }
  72.  
  73. .grey-btn.btn {
  74.     background: #6C7984;
  75.     color: #FFF;
  76.     text-transform: uppercase;
  77.     font-size: 0.9em;
  78. }
  79.  
  80. .topic-message aside.message-aside .message-avatar img {
  81.     width: 100%;
  82.     height: 100%;
  83.     overflow: hidden;
  84.     border-radius: 5%;
  85. }
  86.  
  87. .message-quote img {
  88.     box-sizing: border-box;
  89.     background-image: url('https://i.imgur.com/kcLdzqM.png');
  90.     /*background-image: url('https://i.imgur.com/XmNEX3c.png');*/
  91.     max-width: 20px;
  92.     max-height: 20px;
  93.     width: auto;
  94.     height: auto;
  95.     padding-right: 20px;
  96.     border-radius: 50px!important;
  97. }
  98.  
  99. .message-edit :hover, .message-edit img {
  100.     background-image: url('https://i.imgur.com/6A4DhhL.png');
  101.     /*background-image: url('https://i.imgur.com/SISUz5j.png');*/
  102.     max-width: 20px;
  103.     max-height: 20px;
  104.     padding-right: 20px!important;
  105.     border-radius: 50px!important;
  106. }
  107.  
  108. .message-delete img {
  109.     /*background-image: url('https://i.imgur.com/7IZebGW.png');*/
  110.     background-image: url('https://i.imgur.com/YwEBmiA.png');
  111.     max-width: 20px;
  112.     max-height: 20px;
  113.     padding-right: 20px!important;
  114.     border-radius: 50px!important;
  115. }
  116.  
  117. input.ddb-bouton {
  118.     background-image: url('https://i.imgur.com/LVuIrQB.png');
  119.     /*      background-image: url('https://i.imgur.com/edig0o9.png');*/
  120.     max-width: 20px;
  121.     max-height: 20px;
  122.     padding-right: 20px!important;
  123.     border-radius: 50px!important;
  124.     margin-top: 1px!important;
  125. }
  126.  
  127. .message-header .glyphicon-envelope:before {
  128.     content: "\2709";
  129.     display: inline-block;
  130.     padding-top: 10px;
  131.     color: transparent;
  132.     text-shadow: none;
  133.     background-image: url(https://i.imgur.com/vYvpEaa.png);
  134.     /*background-image: url(https://i.imgur.com/P4cckW6.png);*/
  135.     width: 20px;
  136.     height: 20px;
  137.     border-radius: 50px!important;
  138. }
  139.  
  140. section .pagination li.subactive {
  141.     border-bottom: 2px solid #5C6BC0;
  142. }
  143.  
  144. .topics td {
  145.     padding: 2px!important;
  146.     font-size: 13px;
  147.     font-family: "Calibri"!important;
  148.     color: #424242;
  149.     font-weight: normal!important;
  150. }
  151.  
  152. .navbar-nav > li > a {
  153.     color: #FAFAFA!important;
  154.     font-family: "Calibri";
  155.     font-size: 18px;
  156. }
  157.  
  158. .navbar {
  159.     border-radius: 0!important;
  160.     font-size: 1.3em;
  161.     font-weight: 700;
  162.     border-bottom: 4px solid #5C6BC0!important;
  163. }
  164.  
  165. .footer {
  166.     border-top: 4px solid #5C6BC0!important;
  167.     position: absolute;
  168.     bottom: 0;
  169.     width: 100%;
  170.     padding: 10px;
  171.     font-size: .8em;
  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. section.aside {
  184.     font-size: 0.9em;
  185. }
  186.  
  187. section.aside ul li:before {
  188.     content: "✮ ";
  189.     color: #5C6BC0!important;
  190.     display: inline;
  191. }
  192.  
  193. body {
  194.     background-image: url("https://i.imgur.com/7kc7CZQ.jpg");
  195.     background-attachment: fixed;
  196.     background-repeat: no-repeat;
  197.     background-size: cover;
  198.     font-family: "Calibri";
  199.     font-size: 14px;
  200.     color: #424242;
  201. }
  202.  
  203. .topic-message .message-content {
  204.     min-height: 170px;
  205.     font-family: "Calibri";
  206.     font-size: 14px;
  207.     color: #3F4447;
  208. }
  209.  
  210. section.aside ul li a {
  211.     color: #424242;
  212.     font-family: "Calibri"!important;
  213.     font-size: 14px;
  214.     font-weight: normal!important;
  215. }
  216.  
  217. section.aside ul li a:hover {
  218.     color: #a6b0d9;
  219. }
  220.  
  221. .main-container .container-content section {
  222.     background: #f3efed;
  223.     border: 1px solid #5E6FB5;
  224.     box-shadow: 8px 8px 12px #000;
  225. }
  226.  
  227. .breadcrumb {
  228.     border: 1px solid rgba(255, 255, 255, 0.1);
  229.     box-shadow: 3px 3px 3px #d4d4d4;
  230.     background: #f9f7f6;
  231.     padding: 0 0 0 15px;
  232.     text-transform: capitalize;
  233. }
  234.  
  235. .breadcrumb > .active {
  236.     font-family: "Calibri";
  237.     font-size: 14px;
  238.     color: #5C6BC0;
  239.     font-weight: bold;
  240.     text-transform: capitalize;
  241. }
  242.  
  243. .table-striped > tbody > tr:nth-of-type(2n + 1) {
  244.     background-color: #ede8e4;
  245. }
  246.  
  247. .table > thead {
  248.     background: #5e6fb5d4;
  249.     letter-Spacing: 0.2pt;
  250.     color: #FAFAFA;
  251.     font-size: 12px;
  252.     font-family: "Calibri";
  253.     text-shadow: 2px 2px 3px #000;
  254. }
  255.  
  256. tbody tr td {
  257.     overflow: hidden;
  258.     color: #424242;
  259. }
  260.  
  261. a {
  262.     font-size: 14px;
  263.     color: #5C6BC0;
  264.     text-decoration: none;
  265.     font-family: "Calibri";
  266.     font-weight: 600;
  267. }
  268.  
  269. a:hover, a:focus {
  270.     color: #a6b0d9;
  271.     text-decoration: underline;
  272. }
  273.  
  274. .topics-author {
  275.     text-align: center;
  276.     width: 120px;
  277. }
  278.  
  279. .topics-author a {
  280.     font-size: 14px!important;
  281.     color: #424242;
  282.     font-family: "Calibri"!important;
  283.     font-weight: normal!important;
  284. }
  285.  
  286. tr.active, tr.active td {
  287.     background: #a6b0d930 !important;
  288. }
  289.  
  290. .bbcodes {
  291.     border: 1px solid #dddddd;
  292.     background: #f9f7f6;
  293. }
  294.  
  295. .post-content {
  296.     border: 1px solid #5C6BC0;
  297. }
  298.  
  299. h3, .h3 {
  300.     font-size: 20px;
  301.     font-family: "Calibri";
  302.     color: #424242;
  303.     text-shadow: 1px 1px 1px white;
  304. }
  305.  
  306. .form-control {
  307.     height: 30px;
  308.     color: #3F4447;
  309.     background-color: #f9f7f6;
  310.     border: 1px solid #dddddd;
  311.     font-family: "Calibri";
  312.     font-size: 14px;
  313.     box-shadow: 3px 3px 4px #d4d4d4;
  314. }
  315.  
  316. .btn:hover, .btn:focus, .btn.focus {
  317.     color: #f6f6f6;
  318. }
  319.  
  320. .topic-message {
  321.     color: #3F4447;
  322.     font-family: "Calibri";
  323. }
  324.  
  325. .topic-message .message-header .message-username a {
  326.     color: #3F4447;
  327. }
  328.  
  329. .topic-message .message-header .message-username a {
  330.     font-size: 18.5px;
  331.     font-weight: 500;
  332.     color: #3F4447;
  333.     font-family: "Calibri";
  334.     text-shadow: 1px 1px 2px #dddddd;
  335. }
  336.  
  337.  
  338. /* ouin */
  339. .topic-message {
  340.     background: #f3efed;
  341.     border: 1px solid #dddddd;
  342.     box-shadow: 6px 6px 8px #aaa;
  343. }
  344.  
  345. .topic-message .message-header {
  346.     position: relative;
  347.     padding-bottom: 45px;
  348.     border-bottom: 1px dotted #dddddd;
  349. }
  350.  
  351. .message-permalink {
  352.     position: absolute;
  353.     bottom: 0;
  354.     color: #848484;
  355.     font-size: 12px;
  356.     font-family: "Calibri";
  357. }
  358.  
  359. .preview {
  360.     border: 1px solid #dddddd;
  361.     color: #3F4447;
  362.     background: #f3efed;
  363.     box-shadow: 6px 6px 8px #aaa;
  364.     font-family: "Calibri", sans-serif;
  365.     font-size: 14px;
  366.     border-radius: 10px;
  367. }
  368.  
  369. .topic-message.odd {
  370.     background: #f3efed;
  371.     border: 1px solid #dddddd;
  372. }
  373.  
  374. .topic-message .message-header .message-username a {
  375.     color: #3F4447;
  376. }
  377.  
  378. .bbcodes button:hover {
  379.     color: #f9f7f6;
  380. }
  381.  
  382. .bbcodes button {
  383.     color: #888888;
  384. }
  385.  
  386. .fancybox-skin {
  387.     background: #f9f7f6;
  388.     color: #f9f7f6;
  389. }
  390.  
  391. .chat-box .chat-message {
  392.     color: #3F4447;
  393.     overflow: hidden;
  394.     font-family: "Calibri";
  395.     font-size: 14px;
  396. }
  397.  
  398. .chat-box .chat-message .chat-message-username a {
  399.     color: #5C6BC0;
  400.     font-family: "Calibri";
  401.     font-size: 14px;
  402. }
  403.  
  404. .chat-form {
  405.     background: #f9f7f6;
  406. }
  407.  
  408. .profile h3, .h3 {
  409.     color: #FAFAFA;
  410.     font-size: 20px;
  411.     font-family: "Calibri";
  412.     text-shadow: 1px 1px 1px #030303;
  413. }
  414.  
  415. .profile h4, h4 {
  416.     color: #FAFAFA;
  417.     font-size: 20px;
  418.     font-family: "Calibri";
  419.     text-shadow: 1px 1px 1px #030303;
  420. }
  421.  
  422. .profile .profile-title h2 {
  423.     color: #F5F5F5;
  424.     font-size: 36px;
  425.     margin: 0;
  426.     text-shadow: 1px 1px 1px #000000;
  427. }
  428.  
  429. .profile .profile-title, .profile .profile-wrapper, .profile .profile-footer, .profile .profile-biography {
  430.     background: #212121;
  431.     border: 1px solid rgba(0, 0, 0, 0.9);
  432.     box-shadow: 6px 6px 12px #000000;
  433.     font-family: "Calibri";
  434.     font-size: 14px;
  435.     color: #F5F5F5;
  436.     text-shadow: 1px 1px 1px #000000;
  437. }
  438.  
  439. .profile-avatar {
  440.     overflow: hidden;
  441.     border-radius: 5%;
  442.     margin-left: 50px;
  443.     width: 200px;
  444.     height: 200px;
  445. }
  446.  
  447. .profile .profile-title {
  448.     color: #FAFAFA;
  449. }
  450.  
  451. .profile-secondary-title {
  452.     color: #0000;
  453.     text-shadow: none;
  454. }
  455.  
  456. .profile p img {
  457.     text-align: justify;
  458. }
  459.  
  460. .message-content-quote {
  461.     background: #eae4e0;
  462.     border-left: 2.5px solid #b4ada8;
  463.     color: #b4ada8;
  464. }
  465.  
  466. .odd .message-content-quote {
  467.     background: #eae4e0;
  468.     border-left: 2.5px solid #b4ada8;
  469.     color: #b4ada8;
  470. }
  471.  
  472. .message-content-quote i {
  473.     color: #9E9E9E;
  474.     border-left: 0px dotted #0000;
  475.     font-size: 13px;
  476. }
  477.  
  478. .message-content-quote a {
  479.     color: #9E9E9E;
  480.     border-left: 0px dotted #0000;
  481.     font-size: 14px;
  482. }
  483.  
  484. .spoiler .spoiler-content {
  485.     color: #3F4447;
  486.     background: inherit!important;
  487.     border-left: 2.5px solid #b4ada8;
  488.     font-family: "Calibri";
  489.     font-size: 14px;
  490. }
  491.  
  492. .topic-message.odd .spoiler-content {
  493.     color: #3F4447;
  494.     background: #F5F5F5;
  495.     border-left: 2.5px solid #d4d4d4;
  496. }
  497.  
  498. .grey-btn.btn {
  499.     margin-top: 2px;
  500.     padding-left: 8px!important;
  501.     padding-right: 8px!important;
  502.     padding-top: 4px!important;
  503.     padding-bottom: 4px!important;
  504.     color: #FAFAFA;
  505.     background-color: #5E6FB5;
  506.     border-color: transparent;
  507.     font-family: "Calibri";
  508.     font-size: 12px;
  509.     height: auto;
  510.     text-transform: uppercase;
  511.     text-shadow: 1px 1px 1px #030303;
  512.     box-shadow: 3px 3px 4px #d4d4d4;
  513. }
  514.  
  515. .btn-primary {
  516.     padding-left: 8px!important;
  517.     padding-right: 8px!important;
  518.     padding-top: 4px!important;
  519.     padding-bottom: 4px!important;
  520.     color: #FAFAFA;
  521.     background-color: #5E6FB5;
  522.     border-color: transparent;
  523.     font-family: "Calibri";
  524.     text-shadow: 1px 1px 1px #030303;
  525.     box-shadow: 3px 3px 4px #aaa;
  526.     font-size: 13px;
  527.     text-transform: uppercase;
  528. }
  529.  
  530. .btn-primary:focus, .btn-primary.focus {
  531.     padding-left: 8px!important;
  532.     padding-right: 8px!important;
  533.     padding-top: 4px!important;
  534.     padding-bottom: 4px!important;
  535.     color: #FAFAFA;
  536.     background-color: #404e90;
  537.     border-color: #404e90;
  538.     font-family: "Calibri";
  539.     text-shadow: 1px 1px 1px #030303;
  540.     box-shadow: 3px 3px 4px #aaa;
  541.     font-size: 13px;
  542.     text-transform: uppercase;
  543. }
  544.  
  545. .btn-primary:hover {
  546.     padding-left: 8px!important;
  547.     padding-right: 8px!important;
  548.     padding-top: 4px!important;
  549.     padding-bottom: 4px!important;
  550.     color: #FAFAFA;
  551.     background-color: #404e90;
  552.     border-color: #404e90;
  553.     font-family: "Calibri";
  554.     text-shadow: 1px 1px 1px #030303;
  555.     box-shadow: 3px 3px 4px #aaa;
  556.     font-size: 13px;
  557.     text-transform: uppercase;
  558. }
  559.  
  560. section .pagination a {
  561.     color: #404e90;
  562.     text-decoration: none;
  563.     text-shadow: 1px 1px 1px #dddddd;
  564. }
  565.  
  566. .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  567.     color: #5E6FB5;
  568.     background-color: transparent;
  569.     border-color: #ddd;
  570. }
  571.  
  572. section .pagination a:hover {
  573.     background: inherit;
  574. }
  575.  
  576. .btn-danger {
  577.     padding-left: 8px!important;
  578.     padding-right: 8px!important;
  579.     padding-top: 4px!important;
  580.     padding-bottom: 4px!important;
  581.     color: #FAFAFA;
  582.     background-color: #404e90;
  583.     border-color: #404e90;
  584.     font-family: "Calibri";
  585.     text-shadow: 1px 1px 1px #030303;
  586.     box-shadow: 3px 3px 4px #aaa;
  587.     font-size: 13px;
  588.     text-transform: uppercase;
  589. }
  590.  
  591. .btn-danger:hover {
  592.     padding-left: 8px!important;
  593.     padding-right: 8px!important;
  594.     padding-top: 4px!important;
  595.     padding-bottom: 4px!important;
  596.     color: #FAFAFA;
  597.     background-color: #404e90;
  598.     border-color: #404e90;
  599.     font-family: "Calibri";
  600.     text-shadow: 1px 1px 1px #030303;
  601.     box-shadow: 3px 3px 4px #aaa;
  602.     font-size: 13px;
  603.     text-transform: uppercase;
  604. }
  605.  
  606. .btn-danger:focus, .btn-danger.focus {
  607.     padding-left: 8px!important;
  608.     padding-right: 8px!important;
  609.     padding-top: 4px!important;
  610.     padding-bottom: 4px!important;
  611.     color: #FAFAFA;
  612.     background-color: #404e90;
  613.     border-color: #404e90;
  614.     font-family: "Calibri";
  615.     text-shadow: 1px 1px 1px #030303;
  616.     box-shadow: 3px 3px 4px #aaa;
  617.     font-size: 13px;
  618.     text-transform: uppercase;
  619. }
  620.  
  621. .spoiler .spoiler-btn {
  622.     color: #5C6BC0;
  623.     cursor: pointer;
  624. }
  625.  
  626. .navbar-logo img {
  627.     background-image: url(https://i.imgur.com/XiPGfxj.png)!important;
  628.     max-width: 200px;
  629.     max-height: 41px;
  630.     width: 100%;
  631.     height: auto;
  632.     padding-bottom: 41px!important;
  633. }
  634. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement