Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 12.49 KB | None | 0 0
  1. body {
  2.     font-family: sans-serif;
  3.     background-color: #d1cdb7;
  4.  
  5.     /* Borrowed from https://metakirby5.github.io/yorha/ */
  6.    -webkit-background-size: 0.3rem 0.3rem;
  7.    -moz-background-size: 0.3rem 0.3rem;
  8.    background-size: 0.3rem 0.3rem;
  9.    background-image: -webkit-linear-gradient(left, #ccc8b1 1px, transparent 1px), -webkit-linear-gradient(top, #ccc8b1 1px, transparent 1px);
  10.    background-image: -moz-linear-gradient(left, #ccc8b1 1px, transparent 1px), -moz-linear-gradient(top, #ccc8b1 1px, transparent 1px);
  11.    background-image: -o-linear-gradient(left, #ccc8b1 1px, transparent 1px), -o-linear-gradient(top, #ccc8b1 1px, transparent 1px);
  12.    background-image: -ms-linear-gradient(left, #ccc8b1 1px, transparent 1px), -ms-linear-gradient(top, #ccc8b1 1px, transparent 1px);
  13.    background-image: linear-gradient(to right, #ccc8b1 1px, transparent 1px), linear-gradient(to bottom, #ccc8b1 1px, transparent 1px);
  14. }
  15.  
  16. .side {
  17.     padding-left: 10px;
  18.     margin-right: 0px;
  19.     padding-right: 5px;
  20.     background-color: #d1cdb7;
  21. }
  22.  
  23. .md a {
  24.     text-decoration: underline;
  25. }
  26.  
  27. h2, .link .score, .link .title, body, a, .link .buttons li a, .tagline, .md, .tagline a, .domain a,
  28. .tagline .stickied-tagline, .sidecontentbox .title h1, .sidecontentbox .more a, .titlebox h1 a,
  29. .titlebox form.toggle, .leavemoderator, .footer, .flat-vert .title, .titlebox .bottom, .sidebox .subtitle, .link .rank,
  30. .gold-accent.comment-visits-box, .submit_text h1, .linefield .title, .tagline .submitter, .tagline .moderator, .tagline .author,
  31. .res #userbarToggle, .md a, .search-result :link, .search-result :link>mark, .search-expando-button {
  32.     color: #4A4436;
  33. }
  34.  
  35. .search-result-icon-external {
  36.     display: none;
  37. }
  38.  
  39. .search-result-group-header {
  40.     border-style: none;
  41. }
  42.  
  43. .thing .title:visited {
  44.     color: gray;
  45. }
  46.  
  47. .res #userbarToggle {
  48.     border-style: none;
  49. }
  50.  
  51. #header-bottom-right {
  52.     border-radius: 0px;
  53. }
  54.  
  55. .footer .col {
  56.     border-color: #4D4A41;
  57. }
  58.  
  59. .rounded {
  60.     border-radius: 0px;
  61. }
  62.  
  63. .titlebox form.toggle, .leavemoderator, .icon-menu a {
  64.     background-color: inherit;
  65. }
  66.  
  67. .organic-listing {
  68.     border: none;
  69. }
  70.  
  71. .md td {
  72.     background-color: #D7D1B9;
  73. }
  74.  
  75.  
  76. .comment, .link, .link.promotedlink.promoted, .link.promotedlink.external, input[type=text], textarea, #search input[type=text],
  77. .sidecontentbox, .titlebox, .footer, .linkinfo, .create .spacer, .gold-accent.comment-visits-box, .roundfield,
  78. input[type=url], .content.submit .info-notice, .linefield, .infobar, .search-result-group, .usertext .markhelp {
  79.     background-color: #D7D1B9;
  80.  
  81.     border-color: #4D4A41;
  82.     border-left-style: solid;
  83.     border-left-width: 5px;
  84.  
  85.     padding-left: 3px;
  86.     box-shadow: 2px 2px 0px 0px #908A7A;
  87.     border-radius: 0px;
  88. }
  89.  
  90. .search-result-group {
  91.     padding-left: 6px;
  92.     margin-left: 10px;
  93. }
  94.  
  95. .search-expando.collapsed:before {
  96.     background: none;
  97. }
  98.  
  99. .login-form-side {
  100.     background-color: #D7D1B9;
  101.  
  102.     border-color: #4D4A41;
  103.     border-left-style: solid;
  104.     border-left-width: 5px;
  105.  
  106.     box-shadow: 2px 2px 0px 0px #908A7A;
  107.     border-radius: 0px;
  108. }
  109.  
  110. .create .spacer {
  111.     padding-left: 44px;
  112. }
  113.  
  114. .linkinfo .shortlink input, .thing .usertext textarea, .login-form-side input[type=text], .login-form-side input[type=password], select {
  115.     background-color: #D7D1B9;
  116.  
  117.     border-color: #4D4A41;
  118.     border-style: solid;
  119.     border-width: 1px;
  120.  
  121.     padding-left: 3px;
  122.     box-shadow: 2px 2px 0px 0px #908A7A;
  123.     border-radius: 0px;
  124.  
  125.     outline: none;
  126. }
  127.  
  128.  
  129. .comment {
  130.     margin-bottom: 20px;
  131. }
  132.  
  133. .comment .child {
  134.     border-left-style: none;
  135. }
  136.  
  137. .morelink, .tabmenu li, .fancy-toggle-button .add, .fancy-toggle-button .remove, button, .res .res-fancy-toggle-button, .res .RESSubscriptionButton,
  138. .nextprev a, .next-suggestions a, .combined-search-page .search-subscribe-button .add {
  139.     background-image: none;
  140.     text-transform: uppercase;
  141.     letter-spacing: 1px;
  142.     border: none;
  143.     border-radius: 0px;
  144.     outline: none;
  145.  
  146.     background-color: #B5AE9B;
  147.     color: #4B483F;
  148. }
  149.  
  150. .res .markdownEditor .edit-btn:not(.btn-macro) {
  151.     border: none;
  152.     border-radius: 0px;
  153.     outline: none;
  154.  
  155.     background-color: #B5AE9B;
  156.     color: #4B483F;
  157. }
  158.  
  159. .flairselector li {
  160.     border: none;
  161.     border-radius: 0px;
  162.     outline: none;
  163.  
  164.     background-color: #B5AE9B;
  165.     color: #4B483F;
  166.  
  167.     margin: 2px;
  168. }
  169.  
  170. .tabmenu li a, .tabmenu li.selected a, .tabmenu.formtab .selected a {
  171.     background-color: inherit;
  172.     color: inherit;
  173.     border-style: none;
  174.     font-size: 100%;
  175. }
  176.  
  177. .tabmenu.formtab a {
  178.     border-style: none;
  179. }
  180.  
  181. .formtabs-content {
  182.     border-style: none;
  183. }
  184.  
  185. .tabmenu li {
  186.     margin: 0px;
  187.     padding: 3px;
  188. }
  189.  
  190. .morelink a {
  191.     color: #4B483F;
  192. }
  193.  
  194. .morelink:hover, .tabmenu li:hover, .tabmenu .selected, .fancy-toggle-button .add:hover, .fancy-toggle-button .remove:hover,
  195. .drop-choices a.choice:hover, button:hover, .res .res-fancy-toggle-button:hover, .res .RESSubscriptionButton:hover,
  196. .nextprev a:hover, .next-suggestions a:hover {
  197.     background-image: none;
  198.     background-color: #5D5B4F;
  199.     box-shadow: 2px 2px 0px 0px #A4A18E;
  200.     color: #D3CDB5;
  201. }
  202.  
  203. .res .markdownEditor .edit-btn:not(.btn-macro):hover {
  204.     background-color: #5D5B4F;
  205.     box-shadow: 2px 2px 0px 0px #A4A18E;
  206.     color: #D3CDB5;
  207. }
  208.  
  209. .flairselector li:hover {
  210.     background-color: #5D5B4F;
  211.     border-style: none;
  212. }
  213.  
  214. .flairselector li a {
  215.     color: #4B483F !important;
  216. }
  217.  
  218. .flairselector li:hover a {
  219.     color: #D3CDB5 !important;
  220. }
  221.  
  222. .morelink:hover a, .tabmenu li:hover a, .tabmenu li.selected a {
  223.     color: #D3CDB5;
  224. }
  225.  
  226. .morelink .nub {
  227.     display: none;
  228. }
  229.  
  230. .sponsor-300-250 {
  231.     box-shadow: 2px 2px 0px 0px #A4A18E;
  232. }
  233.  
  234. ::-webkit-input-placeholder {
  235.    color: #4B483F;
  236. }
  237.  
  238. :-moz-placeholder { /* Firefox 18- */
  239.    color: #4B483F;  
  240. }
  241.  
  242. ::-moz-placeholder {  /* Firefox 19+ */
  243.    color: #4B483F;  
  244. }
  245.  
  246. :-ms-input-placeholder {  
  247.    color: #4B483F;  
  248. }
  249.  
  250. .sidecontentbox .content {
  251.     border: none;
  252. }
  253.  
  254. .link .usertext-body .md {
  255.     border: none;
  256.     background-color: inherit;
  257. }
  258.  
  259. #header-bottom-right, .res #userbarToggle {
  260.     background-color: #B5AE9B;
  261. }
  262.  
  263.  
  264. #header {
  265.     background-color: #000;
  266.     background-image: url(%%primary-header-bg%%);
  267.     background-repeat: no-repeat;
  268.     background-position: left;
  269.     height: 190px;
  270.    
  271.     position: relative;
  272.     border: none;
  273. }
  274.  
  275. #sr-header-area {
  276.     background-color: #B5AE9B;
  277.     z-index: 2;
  278.     position: relative;
  279.     top: 0;
  280. }
  281.  
  282. span.pagename.redditname a {
  283.     color: transparent;
  284.     display: inline-block;
  285.     width: 499px;
  286.     height: 95px;
  287.     background-image: url(%%na-logo%%);
  288.     background-size: 100%;
  289.     background-repeat: no-repeat;
  290.     position: absolute;
  291.     bottom: 47px;
  292. }
  293.  
  294. #header-img {
  295.     background-image: url(%%new-snoo%%) !important;
  296.     background-position: center center !important;
  297.     height: 100px !important;
  298.     margin-bottom: 8px !important;
  299.     width: 150px !important;
  300.     z-index: 1;
  301. }
  302.  
  303. #header-bottom-left {
  304.     position: absolute;
  305.     bottom: 0;
  306. }
  307.  
  308. .arrow {
  309.     height: 20px;
  310.     width: 13px;
  311. }
  312.  
  313. .arrow.upmod {
  314.     background-image: url(%%chosen-up%%);
  315.     background-position: 0 0;
  316. }
  317. .arrow.downmod {
  318.     background-image: url(%%chosen-down%%);
  319.     background-position: 0 0;
  320. }
  321.  
  322. .arrow.up {
  323.     background-image: url(%%grey-up%%);
  324.     background-position: 0 0;
  325. }
  326.  
  327. .arrow.down {
  328.     background-image: url(%%grey-down%%);
  329.     background-position: 0 0;
  330. }
  331.  
  332. .link .score.likes {
  333.     color: #E67066;
  334. }
  335.  
  336. .link .score.dislikes {
  337.     color: #7A355D;
  338. }
  339.  
  340. .drop-choices {
  341.     background-color: #D7D1B9;
  342. }
  343.  
  344. .expando-button.collapsed.selftext, .expando-button.collapsed.selftext:hover,
  345. .expando-button.expanded.selftext, .expando-button.expanded.selftext:hover,
  346. .expando-button.collapsed.video, .expando-button.collapsed.video:hover,
  347. .expando-button.expanded.video, .expando-button.expanded.video:hover {
  348.     background-image: url(%%nier-expando%%);
  349. }
  350.  
  351. a[href="#spoiler"], a[href="/spoiler"]
  352. {
  353.     color: #5D5B4F !important;
  354.     background-color: #5D5B4F !important;
  355. }
  356.  
  357. a[href="#spoiler"]:hover, a[href="/spoiler"]:hover
  358. {
  359.     cursor: default;
  360.     color: #4A4436 !important;
  361.     background-color: #D7D1B9 !important;
  362. }
  363.  
  364. .pagename {
  365.     color: Transparent;
  366. }
  367.  
  368. .res .RES-keyNav-activeElement, .res .RES-keyNav-activeElement .md-container {
  369.     background-color: #C4BCA1 !important;
  370. }
  371.  
  372. .res .res-commentBoxes .comment {
  373.     background-color: #D7D1B9 !important;
  374.  
  375.     border-color: #4D4A41 !important;
  376.     border-left-style: solid !important;
  377.     border-left-width: 5px !important;
  378.  
  379.     padding-left: 3px !important;
  380.     box-shadow: 2px 2px 0px 0px #908A7A !important;
  381.     border-radius: 0px !important;
  382. }
  383.  
  384. .flairselector h2 {
  385.     background-color: Transparent;
  386. }
  387.  
  388. .flair {
  389.     background-image: url(%%flair%%);
  390.     background-repeat: no-repeat;
  391.  
  392.     border-style: solid;
  393.     border-width: 3px;
  394.     border-color: #B5AE9B;
  395.     border-radius: 0px;
  396.  
  397.     background-color: #B5AE9B;
  398.     color: Transparent;
  399.     overflow: hidden;
  400.  
  401.     margin: 2px;
  402.  
  403.     vertical-align: middle;
  404.  
  405.     padding: 0px;
  406. }
  407.  
  408. .flair-2B {
  409.     width: 32px;
  410.     height: 32px;
  411.     background-position: 0 0;
  412. }
  413.  
  414. .flair-9S {
  415.     width: 32px;
  416.     height: 32px;
  417.     background-position: 0 -32px;
  418. }
  419.  
  420. .flair-A2 {
  421.     width: 32px;
  422.     height: 32px;
  423.     background-position: 0 -64px;
  424. }
  425.  
  426. .flair-Accord {
  427.     width: 32px;
  428.     height: 32px;
  429.     background-position: 0 -96px;
  430. }
  431.  
  432. .flair-Adam {
  433.     width: 32px;
  434.     height: 32px;
  435.     background-position: 0 -128px;
  436. }
  437.  
  438. .flair-Angelus {
  439.     width: 32px;
  440.     height: 32px;
  441.     background-position: 0 -160px;
  442. }
  443.  
  444. .flair-Arioch {
  445.     width: 32px;
  446.     height: 32px;
  447.     background-position: 0 -192px;
  448. }
  449.  
  450. .flair-Caime {
  451.     width: 32px;
  452.     height: 32px;
  453.     background-position: 0 -224px;
  454. }
  455.  
  456. .flair-Cent {
  457.     width: 32px;
  458.     height: 32px;
  459.     background-position: 0 -256px;
  460. }
  461.  
  462. .flair-Commander {
  463.     width: 32px;
  464.     height: 32px;
  465.     background-position: 0 -288px;
  466. }
  467.  
  468. .flair-Decadus {
  469.     width: 30px;
  470.     height: 32px;
  471.     background-position: 0 -320px;
  472. }
  473.  
  474. .flair-Devola {
  475.     width: 32px;
  476.     height: 32px;
  477.     background-position: 0 -352px;
  478. }
  479.  
  480. .flair-Dito {
  481.     width: 32px;
  482.     height: 32px;
  483.     background-position: 0 -384px;
  484. }
  485.  
  486. .flair-Emil {
  487.     width: 28px;
  488.     height: 32px;
  489.     background-position: 0 -416px;
  490. }
  491.  
  492. .flair-Eve {
  493.     width: 32px;
  494.     height: 32px;
  495.     background-position: 0 -448px;
  496. }
  497.  
  498. .flair-Five {
  499.     width: 32px;
  500.     height: 32px;
  501.     background-position: 0 -480px;
  502. }
  503.  
  504. .flair-Four {
  505.     width: 32px;
  506.     height: 32px;
  507.     background-position: 0 -512px;
  508. }
  509.  
  510. .flair-Kaine {
  511.     width: 32px;
  512.     height: 32px;
  513.     background-position: 0 -544px;
  514. }
  515.  
  516. .flair-KingOfFacade {
  517.     width: 32px;
  518.     height: 32px;
  519.     background-position: 0 -576px;
  520. }
  521.  
  522. .flair-Leonard {
  523.     width: 32px;
  524.     height: 32px;
  525.     background-position: 0 -608px;
  526. }
  527.  
  528. .flair-Manah {
  529.     width: 32px;
  530.     height: 32px;
  531.     background-position: 0 -640px;
  532. }
  533.  
  534. .flair-Mikhail2 {
  535.     width: 32px;
  536.     height: 32px;
  537.     background-position: 0 -672px;
  538. }
  539.  
  540. .flair-No7 {
  541.     width: 32px;
  542.     height: 32px;
  543.     background-position: 0 -704px;
  544. }
  545.  
  546. .flair-Octa {
  547.     width: 32px;
  548.     height: 32px;
  549.     background-position: 0 -736px;
  550. }
  551.  
  552. .flair-One {
  553.     width: 32px;
  554.     height: 32px;
  555.     background-position: 0 -768px;
  556. }
  557.  
  558. .flair-Operator {
  559.     width: 32px;
  560.     height: 32px;
  561.     background-position: 0 -800px;
  562. }
  563.  
  564. .flair-Pascal {
  565.     width: 32px;
  566.     height: 32px;
  567.     background-position: 0 -832px;
  568. }
  569.  
  570. .flair-Popola {
  571.     width: 32px;
  572.     height: 32px;
  573.     background-position: 0 -864px;
  574. }
  575.  
  576. .flair-Seere {
  577.     width: 32px;
  578.     height: 32px;
  579.     background-position: 0 -896px;
  580. }
  581.  
  582. .flair-Three {
  583.     width: 32px;
  584.     height: 32px;
  585.     background-position: 0 -928px;
  586. }
  587.  
  588. .flair-Two {
  589.     width: 32px;
  590.     height: 32px;
  591.     background-position: 0 -960px;
  592. }
  593.  
  594. .flair-Weiss {
  595.     width: 32px;
  596.     height: 32px;
  597.     background-position: 0 -992px;
  598. }
  599.  
  600. .flair-Yonah {
  601.     width: 32px;
  602.     height: 32px;
  603.     background-position: 0 -1024px;
  604. }
  605.  
  606. .flair-Zero {
  607.     width: 32px;
  608.     height: 32px;
  609.     background-position: 0 -1056px;
  610. }
  611.  
  612. .flair-oldnier {
  613.     width: 32px;
  614.     height: 32px;
  615.     background-position: 0 -1088px;
  616. }
  617.  
  618. .flair-youngishnier {
  619.     width: 32px;
  620.     height: 32px;
  621.     background-position: 0 -1120px;
  622. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement