KarachanStyler

Baja

Apr 26th, 2018
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.96 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Open+Sans|Lato');
  2. * {
  3.     font-family: Lato, Roboto, "Helvetica Neue", Helvetica, Arial, "Arial Unicode MS"!important;
  4. }
  5. body::after {
  6.         position: fixed !important;
  7.         content: url('https://i.imgur.com/MvrMYbM.png');
  8.         bottom: 0px !important;
  9.         right: 0px !important;
  10.         opacity:1;
  11.         z-index:-1;
  12. }
  13.  
  14. body {
  15.         background: url('https://i.imgur.com/rgwd9BU.png');
  16.         color: #000000;
  17. }
  18.  
  19. .haze {
  20.     color: rgb(255, 255, 255);
  21.     background-color: #365F55;
  22. }
  23.  
  24. h2.boardHeader {
  25.     background: #D0D4ED;
  26.     border: 1px solid #AAA;
  27. }
  28.  
  29. .ladda-button {
  30.     border: 1px solid #551eed;
  31.     color: #551eed;
  32. }
  33.  
  34. .ladda-button:hover {
  35.     border: 1px solid #AAA;
  36. }
  37.  
  38. .ladda-button[data-loading] {
  39.     background-color: rgba(0, 0, 0, 0.5)!important;
  40.     border: 1px solid #adb9ff;
  41. }
  42.  
  43. .ladda-progress {
  44.     background: #b7a9d8!important;
  45. }
  46.  
  47. .ladda-button[data-color="mint"] {
  48.     background-color: #adb9ff;
  49. }
  50.  
  51. .ladda-button[data-color="mint"]:hover {
  52.     background-color: #b7a9d8;
  53. }
  54.  
  55. .btn {
  56.     border: 1px solid #551eed;
  57.     background-color: #adb9ff;
  58.     color: #551eed;
  59. }
  60.  
  61. .btn:hover {
  62.     background-color: #b7a9d8;
  63. }
  64.  
  65. .BBButton {
  66.     border: 1px solid #551eed;
  67.     background-color: #adb9ff;
  68.     color: #551eed;
  69. }
  70.  
  71. .BBButton:hover {
  72.     background-color: #b7a9d8;
  73. }
  74.  
  75. .tmoved {
  76.     color: yellow;
  77. }
  78.  
  79. a,a:visited {
  80.     color: #551eed;
  81.     text-decoration: none;
  82. }
  83.  
  84. a.replylink:not(:hover) {
  85.     color: #551eed!important;
  86. }
  87.  
  88. a:hover {
  89.     color: #8969e0!important;
  90. }
  91.  
  92. hr {
  93.     border: none;
  94.     border-top: 1px solid #D0D4ED;
  95. }
  96.  
  97. input,textarea,select {
  98.     background-color: #e8eeff;
  99.     color: #000;
  100. }
  101.  
  102. .submit {
  103.     color: #000;
  104. }
  105.  
  106. #postFile {
  107.     color: #551eed;
  108. }
  109.  
  110. div.boardBanner {
  111.     color: #000;
  112.     font-family: Lato;
  113. }
  114.  
  115. div.boardBanner>div.boardTitle {
  116.     font-family: Tahoma,sans-serif;
  117. }
  118.  
  119. div.sideArrows {
  120.     color: #f6ff54;
  121. }
  122.  
  123. div.post {
  124.     overflow: hidden;
  125.     margin-top: -1px;
  126. }
  127.  
  128. div.op {
  129.     -webkit-border-radius: 5px;
  130.     -o-border-radius: 5px;
  131.     -moz-border-radius: 5px;
  132.     border-radius: 5px;
  133.  
  134.  
  135. }
  136.  
  137. div.reply {
  138.     background: -moz-linear-gradient(bottom, #00ff37  40%, #ed6363 75%) !important;
  139.     background: linear-gradient(to top, #c0c4e0  25%, #ced1e8 95%) !important;
  140.  
  141.     color: #000000 !important;
  142.     -webkit-border-radius: 5px;
  143.     -o-border-radius: 5px;
  144.     -moz-border-radius: 5px;
  145.     padding: 2px!important;
  146. }
  147.  
  148. div.post div.postInfo {
  149.     padding: 3px;
  150.     margin-left: -2px;
  151.     margin-top: -2px;
  152. }
  153.  
  154. div.post div.postInfo span.postNum a {
  155.     text-decoration: none;
  156.     color: #551eed;
  157. }
  158.  
  159. div.post div.postInfo span.postNum a:hover,.posteruid .hand:hover {
  160.     color: #8969e0!important;
  161. }
  162.  
  163. div.op div.postInfo {
  164.     padding: 5px;
  165. }
  166.  
  167. div.post div.postInfo span.nameBlock span.name {
  168.     color: #2d3a4f;
  169.     font-weight: bold;
  170. }
  171.  
  172. div.post div.postInfo span.nameBlock span.postertrip {
  173.     color: #77101e;
  174. }
  175.  
  176. .quoteLink,.quotelink,.deadlink {
  177.     color: #551eed!important;
  178. }
  179.  
  180. div.postingMode {
  181.     -webkit-border-radius: 5px;
  182.     -o-border-radius: 5px;
  183.     -moz-border-radius: 5px;
  184.     border-radius: 5px;
  185.     color: #00003d;
  186. }
  187.  
  188. div.pagelist {
  189.     box-shadow: 1px 1px 3px 0px #000000;
  190.     border-radius: 2px;
  191. }
  192.  
  193. div.pagelist div.pages a {
  194.     text-decoration: none!important;
  195. }
  196.  
  197. div.pagelist strong {
  198.     color: rgb(212, 212, 212);
  199. }
  200.  
  201. div.pagelist div.cataloglink {
  202.     border-left: 1px solid #700000;
  203. }
  204.  
  205. .extended-small .thread {
  206.     border: 2px solid rgba(111, 111, 111, 0.34);
  207.     background: rgba(155, 157, 168, 0.12);
  208. }
  209.  
  210. table.postForm>tbody>tr>td:first-child {
  211.     background-color: #adb9ff;
  212.     color: #551eed;
  213.     border: 0px solid #444;
  214. }
  215.  
  216. table.logForm>tbody>tr>td:first-child {
  217.     background-color: #adb9ff;
  218.     color: #551eed;
  219.     border: 0px solid #444;
  220. }
  221.  
  222. ul.rules {
  223.     color: #551eed;
  224. }
  225.  
  226. #postForm input[type=text],input[type=password],textarea {
  227.     border: 1px solid #adb9ff;
  228.     font-family: Lato;
  229. }
  230.  
  231. #postForm input[type=text]:focus,input[type=password]:focus,input:not([type]):focus,textarea:focus {
  232.     border: 1px solid #551eed!important;
  233.     font-family: Lato;
  234. }
  235.  
  236. input {
  237.     font-family: Lato;
  238. }
  239.  
  240. .postblock {
  241.     background-color: #551eed;
  242.     color: #551eed;
  243.     border: 1px solid #551eed;
  244. }
  245.  
  246. .highlightPost {
  247.     background: #1E1E1E!important;
  248.     border-color: #d69595!important;
  249. }
  250.  
  251. .op:target, .op.highlight, .reply:target,.reply.highlight {
  252.     border: 2px dashed #551eed!important;
  253. }
  254.  
  255. span.spoiler {
  256.     color: #000!important;
  257.     background: #000!important;
  258. }
  259.  
  260. span.spoiler:hover,span.spoiler:focus {
  261.     color: #fff!important;
  262. }
  263.  
  264. s,s a:not(:hover) {
  265.     color: #000!important;
  266.     background: #000!important;
  267.     text-decoration: none;
  268. }
  269.  
  270. s:hover,s:focus,s:hover a {
  271.     color: #ffffff!important;
  272. }
  273.  
  274. .useremail:not(:hover) .name,.useremail:not(:hover) .postertrip {
  275.     color: #51B2D8!important;
  276. }
  277.  
  278. .useremail:hover * {
  279.     color: #8969e0!important;
  280. }
  281.  
  282. input[type="password"] {
  283.     border: 1px solid #551eed;
  284. }
  285.  
  286. #quote-preview {
  287.     background: -moz-linear-gradient(bottom, #B7A9D8  40%, #2E2E2E 75%) !important;
  288.     background: linear-gradient(to top, #B7A9D8  25%, #B7A9D8 95%) !important;
  289.  
  290.     color: #000000 !important;
  291.     -webkit-border-radius: 5px;
  292.     -o-border-radius: 5px;
  293.     -moz-border-radius: 5px;
  294.     border-radius: 5px;
  295. }
  296.  
  297. .next > form:nth-child(1) > input:nth-child(1) {
  298.     color: #551eed;
  299.     padding: 2px 5px;
  300.     background-color: #adb9ff;
  301. }
  302.  
  303. .prev > form:nth-child(1) > input:nth-child(1) {
  304.     color: #551eed;
  305.     padding: 2px 5px;
  306.     background-color: #adb9ff;
  307. }
  308.  
  309. #captcha > td:nth-child(2) > div:nth-child(2) {
  310.     border: 1px solid rgb(170, 170, 170)!important;
  311. }
  312.  
  313. .blockquoteReply > div:nth-child(2) {
  314.     border: 1px solid rgb(170, 170, 170)!important;
  315. }
  316.  
  317. .captchaClickHere {
  318.     background-image: url('data:image/png;base64,iVII=');
  319. }
  320.  
  321. .reloadCaptcha {
  322.     border: 1px solid rgb(170, 170, 170)!important;
  323. }
  324.  
  325. .fastform > .blockquoteReply > .captchaBlock {
  326.     border: 1px solid rgb(170, 170, 170);
  327. }
  328.  
  329. #FLupfile {
  330.     color: #551eed;
  331. }
  332.  
  333. ::-webkit-input-placeholder { /* WebKit browsers */
  334.     color:    #000;
  335. }
  336. :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  337.     color:    #000;
  338. }
  339. ::-moz-placeholder { /* Mozilla Firefox 19+ */
  340.     color:    #000;
  341. }
  342. :-ms-input-placeholder { /* Internet Explorer 10+ */
  343.     color:    #000;
  344. }
  345.  
  346. #menu {
  347.     background: #000;
  348.     color: #551eed;
  349. }
  350.  
  351. #menu .coll {
  352.     background: #adb9ff;
  353.     border: 1px solid #d8a787;
  354. }
  355.  
  356. #menu .coll:hover {
  357.     background: #8969e0;
  358.     border: 1px solid #d8a787;
  359. }
  360.  
  361. #menu li:hover {
  362.     color: #8969e0;
  363.     text-decoration: underline;
  364. }
  365.  
  366. #menu li a {
  367.     text-decoration: none;
  368. }
  369.  
  370. #menu li a:hover {
  371.     color: #8969e0!important;
  372.     background: #206098;
  373.     -webkit-border-radius: 5px;
  374.     -o-border-radius: 5px;
  375.     -moz-border-radius: 5px;
  376.     border-radius: 5px;
  377. }
  378.  
  379. #menu h2 {
  380.     background-color: #adb9ff;
  381.     color: #000;
  382.     border-radius: 2px;
  383. }
  384.  
  385. .skandalBox {
  386.     background: none repeat scroll 0% 0% #D0D4ED;
  387.     border: 1px solid #551eed;
  388. }
  389.  
  390. .skandalBox h2 {
  391.     background-color: #adb9ff;
  392.     border: 1px solid #551eed;
  393.     color: #000;
  394. }
  395.  
  396. .skandalBox button {
  397.     border: 1px solid #551eed;
  398.     background: #adb9ff;
  399. }
  400.  
  401. .skandalBox button:hover {
  402.     background: none repeat scroll 0% 0% #D0D4ED;
  403. }
  404.  
  405. table:not(#postForm)>thead>tr>td {
  406.     background-color: #adb9ff;
  407.     color: #551eed;
  408.     border: 1px solid #444;
  409. }
  410.  
  411. table:not(#postForm)>tbody>tr>th {
  412.     background-color: #adb9ff;
  413.     color: #551eed;
  414.     border: 1px solid #444;
  415. }
  416.  
  417. table:not(#postForm):not(#fastReplyButtons) tbody tr:nth-of-type(odd) {
  418.     background-color: rgba(38, 38, 38, 0.9);
  419. }
  420.  
  421. .box-outer {
  422.     background: -moz-linear-gradient(bottom, D0D4ED  40%, #D8DCF2 75%) !important;
  423.     background: linear-gradient(to top, #D0D4ED  25%, #D8DCF2 95%) !important;
  424.     box-shadow: 5px 5px 10px #D8DCF2;
  425.     color: #000000 !important;
  426.     -webkit-border-radius: 5px;
  427.     -o-border-radius: 5px;
  428.     -moz-border-radius: 5px;
  429.     padding: 2px!important;
  430. }
  431.  
  432. h1 {
  433.     margin: 5px 0px;
  434.     /*background-color: #551eed;*/
  435.     border-radius: 5px;
  436.     color: #FFF;
  437.     text-align: center;
  438.     padding: 5px;
  439. }
  440.  
  441. .boxbar {
  442.     background: rgb(96, 160, 220);
  443.     color: #000;
  444. }
  445.  
  446. .top-box {
  447.     background: #191919;
  448. }
  449.  
  450. a:visited {
  451.     color: #551eed;
  452. }
  453.  
  454. .content {
  455.     color: #551eed;
  456.     border: 1px solid #D0D4ED;
  457. }
  458.  
  459. .content h3 {
  460.     background: #D0D4ED;
  461.     color: #551eed;
  462. }
  463.  
  464. .lnkSmall {
  465.     color: rgb(96, 160, 220);
  466. }
  467.  
  468. .lnkSmall:hover {
  469.     color: #8969e0!important;
  470.     text-decoration: none;
  471. }
  472.  
  473. .lnkSmall:visited {
  474.     color: #000000;
  475. }
  476.  
  477. .postnew {
  478.     background-color: #3F3F4A!important;
  479. }
  480.  
  481. #settingsDiv {
  482.     background: #6F3C4E;
  483.     border: 1px solid rgb(48, 112, 169);
  484.     border-radius: 5px;
  485. }
  486.  
  487. #settingsTitle {
  488.     background: #D0D4ED;
  489.     border-bottom: 1px solid rgb(17, 17, 17);
  490. }
  491.  
  492. #watcher_box {
  493.     border: solid 1px;
  494.     background: rgba(25, 25, 25, 0.5);
  495. }
  496.  
  497. #watcher_title {
  498.     background: rgb(25, 25, 25);
  499.     border-bottom: 1px solid rgb(17, 17, 17);
  500. }
  501.  
  502. .meny h2 {
  503.     background: #F3DBA7!important;
  504. }
  505.  
  506. .meny li:hover {
  507.     background: #F3DBA7;ą
  508. }
  509.  
  510. .meny a {
  511.     color: #455700!important;
  512.     font-family: sans-serif!important;
  513.     font-size: 86%;
  514. }
  515.  
  516. .meny-left .meny-arrow {
  517.     border-left: 16px solid #f1dba6!important;
  518. }
  519.  
  520. .meny {
  521.     background: #FFFEED!important;
  522.     background-image: url(data:image/png;base64,iC)!important;
  523.     background-repeat: repeat-x!important;
  524.     background-attachment: fixed!important;
  525.     background-position: top!important;
  526.     color: #835B36!important;
  527. }
  528.  
  529. div.sub-menu {
  530.     box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  531.     background: #D0D4ED;
  532. }
  533.  
  534. .modal-cont {
  535.     background: #D0D4ED!important;
  536.     border: 1px solid #551eed;
  537. }
  538.  
  539. .modal-cont label {
  540.     color: #551eed!important;
  541. }
  542.  
  543. .modal-cont input[type="button"] {
  544.     background: #adb9ff!important;
  545.     color: #000!important;
  546.     font-weight: bold;
  547. }
  548.  
  549. #menu .modal-nav li {
  550.     border-right: 1px solid #000;
  551.     border-bottom: 1px solid #000;
  552.     background-color: #adb9ff;
  553. }
  554.  
  555. #menu .modal-nav li:hover {
  556.     background-color: #D0D4ED;
  557.     text-decoration: none;
  558. }
  559.  
  560. #menu .modal-nav li:not(.tab-opened) {
  561.     color: #000;
  562. }
  563.  
  564. #menu .modal-nav li:not(.tab-opened):hover {
  565.     color: #551eed;
  566. }
  567.  
  568. .group-options a:hover, .group a:hover {
  569.     background: #551eed!important;
  570.     color: #FFF!important;
  571. }
  572.  
  573. .group-options a, .group a {
  574.     color: #551eed!important;
  575. }
  576.  
  577. @media only screen and (max-width: 1024px) {
  578.  
  579.     #open {
  580.     color: #adb9ff!important;
  581.     z-index: 6;
  582.     }
  583.     a.tab {
  584.     color: #000!important;
  585.     }
  586.     #menu-close {
  587.     color: #000!important;
  588.     }
  589.     .group a {
  590.     background: #adb9ff!important;
  591.     color: #FFF;
  592.     }
  593.     #menu {
  594.     background: #000!important;
  595.     color: #551eed!important;
  596.     }
  597.     a.tab:hover, a.tab-opened {
  598.     background: #551eed!important;
  599.     }
  600.     #just-a-menu-bg {
  601.     background: #adb9ff!important;
  602.     }
  603.     .group-options a, .group a {
  604.     color: #000!important;
  605.     }
  606. }
  607.  
  608. form.fastform{
  609.  
  610. }
  611.  
  612. .ui-corner-all {
  613.     background: #D0D4ED;
  614.     border: solid 1px #551eed;
  615. }
  616.  
  617. .ui-widget-header {
  618.     background: #adb9ff;
  619.     color: #000;
  620.     border-radius: 2px;
  621. }
  622.  
  623. .ui-dialog {
  624.     padding: 0px;
  625. }
  626.  
  627. #charsCounterNormal {
  628.     color: #551eed;
  629. }
  630.  
  631. #charsCounterFastReply {
  632.     color: #551eed;
  633. }
  634.  
  635. .s {
  636.     text-decoration: line-through;
  637. }
Add Comment
Please, Sign In to add comment