Guest User

Dark Kyōshitsu 1.0 Forum Avenoel mafumafu

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