Advertisement
Guest User

2

a guest
Jan 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.70 KB | None | 0 0
  1. #search input[type="text"] {
  2. width: 317px;
  3. }
  4.  
  5.  
  6. /*===== "Submit Buttons" =====*/
  7. /*NOTE: "submit-link" "submit-text"*/
  8.  
  9. .sidebox.submit .morelink {
  10. border: 1px solid #6ab101;
  11. background: #ffbc7a; /* Old browsers */
  12. background: -moz-linear-gradient(top, #ffbc7a 0%, #f7c76f 49%, #f4b953 51%, #f7d49b 100%); /* FF3.6-15 */
  13. background: -webkit-linear-gradient(top, #ffbc7a 0%,#f7c76f 49%,#f4b953 51%,#f7d49b 100%); /* Chrome10-25,Safari5.1-6 */
  14. background: linear-gradient(to bottom, #ffbc7a 0%,#f7c76f 49%,#f4b953 51%,#f7d49b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  15. }
  16. .sidebox.submit .morelink:hover {
  17. border: 1px solid #6ab101;
  18. background: #ffbd7f; /* Old browsers */
  19. background: -moz-linear-gradient(top, #ffbd7f 0%, #f4d59f 49%, #f2ca85 51%, #f4d8ab 100%); /* FF3.6-15 */
  20. background: -webkit-linear-gradient(top, #ffbd7f 0%,#f4d59f 49%,#f2ca85 51%,#f4d8ab 100%); /* Chrome10-25,Safari5.1-6 */
  21. background: linear-gradient(to bottom, #ffbd7f 0%,#f4d59f 49%,#f2ca85 51%,#f4d8ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  22. }
  23.  
  24. .sidebox.submit .morelink a {
  25. color: #f7ecdc;
  26. text-shadow:3px 3px 7px #6f6f6f;
  27. }
  28. .sidebox.submit .morelink a:hover {
  29. color: #fbe7c9;
  30. text-shadow:3px 3px 7px #6f6f6f;
  31. }
  32. /*-------------------------*/
  33.  
  34.  
  35.  
  36. /*===== "Side Bar" =====*/
  37. div.titlebox span.number {
  38. display:block; /*Adds Break to 'x Tsunderes.'*/
  39. }
  40.  
  41. .side {
  42. width: 317px;
  43. }
  44.  
  45. div.side {
  46. background: #f1f4f7;
  47. border-radius: 7px;
  48. border: 0px solid #90c320;
  49. padding: 3px;
  50. background-color: transparent;
  51. background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.10));
  52. background: -moz-linear-gradient(top,rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.10));
  53. background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.10));
  54. background: -o-linear-gradient(top,rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.10));
  55. }
  56.  
  57. .side .spacer .titlebox {
  58. color: black;
  59. background: transparent;
  60. border-radius: 7px;
  61. border: 2px solid #90c320;
  62. padding: 7px;
  63. /* background: -webkit-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  64. background: -moz-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  65. background: -ms-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  66. background: -o-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5)); */
  67. }
  68.  
  69. .icon-menu a { /*'Moderation Tool' Background behind texts*/
  70. background:transparent;
  71. }
  72.  
  73. .spacer .collapsible {
  74. color: black;
  75. background: transparent;
  76. border-radius: 7px;
  77. border: 2px solid #90c320;
  78. padding: 4px;
  79. /* background: -webkit-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  80. background: -moz-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  81. background: -ms-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  82. background: -o-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5)); */
  83. }
  84.  
  85. .titlebox form.toggle, .leavemoderator {
  86. background:transparent;
  87. }
  88.  
  89. .sidebox.create {
  90. display: none; /*Hides 'Create Subreddit' button */
  91. }
  92.  
  93. .spacer .sidecontentbox {
  94. color: black;
  95. background: transparent;
  96. border-radius: 7px;
  97. border: 2px solid #90c320;
  98. padding: 4px;
  99. /* background: -webkit-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  100. background: -moz-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  101. background: -ms-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5));
  102. background: -o-linear-gradient(top,rgb(255, 233, 199),rgba(255, 247, 236, 0.5)); */
  103. }
  104.  
  105. .titlebox .bottom {
  106. display: none; /*Creator Name'*/
  107. }
  108. /*-------------------------*/
  109.  
  110.  
  111.  
  112.  
  113. /*===== "Links and Posts" =====*/
  114. a[href*="/r/SUBREDDIT NAME"].title:link {
  115. color: #FF0000;
  116. }
  117.  
  118. .sitetable .link {
  119. color: #FFFFFF;
  120. background: transparent;
  121. margin-bottom: 3px;
  122. border-radius: 7px;
  123. padding: 4px 0px 2px 0px;
  124. background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0));
  125. background: -moz-linear-gradient(left,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0));
  126. background: -ms-linear-gradient(left,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0));
  127. background: -o-linear-gradient(left,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0));
  128. }
  129.  
  130. .sitetable .link:hover { /*afff0033 00e0ff33 61ecff33*/
  131. background: -webkit-linear-gradient(left,rgba(255, 233, 199, 0.3),rgba(255, 247, 236, 0));
  132. background: -moz-linear-gradient(left,rgba(255, 233, 199, 0.3),rgba(255, 247, 236, 0));
  133. background: -ms-linear-gradient(left,rgba(255, 233, 199, 0.3),rgba(255, 247, 236, 0));
  134. background: -o-linear-gradient(left,rgba(255, 233, 199, 0.3),rgba(255, 247, 236, 0));
  135. }
  136.  
  137. .sitetable .link .rank {
  138. display: none;
  139. }
  140.  
  141. .likes .down {
  142. opacity: 0.5;
  143. }
  144.  
  145. .thing .title {
  146. color: #6db700 !important;
  147. }
  148.  
  149. .thing .title.loggedin:visited,.thing .title:visited {
  150. color: #e0a76f !important;
  151. }
  152.  
  153. .thing.stickied a.title, .thing.stickied a.title:visited, .thing.stickied a.title.visited {
  154. color: #198ce5 !important;
  155. }
  156.  
  157. .tagline .stickied-tagline {
  158. color: #198ce5 !important;
  159. }
  160.  
  161. .link {
  162. margin-bottom: 15px;
  163. }
  164.  
  165. .expando-button {
  166. display: none;
  167. }
  168.  
  169. /*-------------------------*/
  170.  
  171.  
  172.  
  173.  
  174. /*===== "Self-posts a gradient background" =====*/
  175. .link .expando .usertext .md {
  176. border: 2px solid #90c320 !important;
  177. background: none;
  178. background-color: #transparent !important;
  179. background-image: -webkit-linear-gradient(top,rgb(255, 221, 131),rgba(255,254,230,0.7));
  180. background-image: -moz-linear-gradient(top,rgb(255, 221, 131),rgba(255,254,230,0.7));
  181. background-image: -ms-linear-gradient(top,rgb(255, 221, 131),rgba(255,254,230,0.7));
  182. background-image: -o-linear-gradient(top,rgb(255, 221, 131),rgba(255,254,230,0.7));
  183. }
  184. /*-------------------------*/
  185.  
  186.  
  187.  
  188.  
  189. /*===== "Comments" =====*/
  190. /*.comment .entry {
  191. background: transparent;
  192. border-radius: 5px;
  193. padding: 4px;
  194. background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0.20),rgba(255, 255, 255, 0));
  195. background: -moz-linear-gradient(left,rgba(255, 255, 255, 0.20),rgba(255, 255, 255, 0));
  196. background: -ms-linear-gradient(left,rgba(255, 255, 255, 0.20),rgba(255, 255, 255, 0));
  197. background: -o-linear-gradient(left,rgba(255, 255, 255, 0.20),rgba(255, 255, 255, 0));
  198. } */
  199. /*-------------------------*/
  200.  
  201.  
  202.  
  203.  
  204. /*===== "Spoilers" =====*/
  205. a[href="/s"] {
  206. color: #ffffff;
  207. background: #000000;
  208. background-repeat: no-repeat;
  209. padding: 0px 0px 0px 6px;
  210. cursor: text
  211. }
  212. a[href="/s"]:hover {
  213. color: #ff0000
  214. }
  215. a[href="/s"]::after {
  216. content: attr(title);
  217. background: #000000;
  218. color: #000000;
  219. padding: 0px 10px 0px 10px
  220. }
  221. a[href="/s"]:hover::after, a[href="/s"]:active::after {
  222. color: white
  223. }
  224.  
  225. /*a[href="/s"],
  226. .md p > a[href="/s"] {
  227. text-decoration: none !important;
  228. cursor: default;
  229. background: #000;
  230. color: #fff !important;
  231. display: inline-block;
  232. }
  233. a[href="/s"]::after,
  234. .md p > a[href="/s"]::after {
  235. content: attr(title);
  236. color: #000;
  237. padding: 0 0.5em;
  238. visibility: visible;
  239. }
  240. a[href="/s"]:hover,
  241. .md p > a[href="/s"]:hover {
  242. color: #FF0000 !important;
  243. }
  244. a[href="/s"]:hover::after,
  245. a[href="/s"]:active::after,
  246. .md p > a[href="/s"]:hover::after,
  247. .md p > a[href="/s"]:active::after {
  248. color: #fff;
  249. }*/
  250. /*-------------------------*/
  251.  
  252.  
  253.  
  254.  
  255. #header-bottom-right
  256.  
  257. {
  258. bottom: 0px !important;
  259. border-left: 1px solid #FFB264;
  260. border-top: 1px solid #FFB264;
  261. border-right: 0px;
  262. border-bottom: 0px;
  263. background: #ffbc7a; /* Old browsers */
  264. background: -moz-linear-gradient(top, #ffbc7a 0%, #f7c76f 49%, #f4b953 51%, #f7d49b 100%); /* FF3.6-15 */
  265. background: -webkit-linear-gradient(top, #ffbc7a 0%,#f7c76f 49%,#f4b953 51%,#f7d49b 100%); /* Chrome10-25,Safari5.1-6 */
  266. background: linear-gradient(to bottom, #ffbc7a 0%,#f7c76f 49%,#f4b953 51%,#f7d49b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  267. }
  268.  
  269. #header-bottom-right a
  270.  
  271. {
  272. color: #f7ecdc;
  273. }
  274.  
  275. #header-bottom-right span.userkarma {
  276. color: #f7ecdc;
  277. }
  278. #header-img.default-header {
  279. display: none;
  280. }
  281.  
  282. .res-navTop { top:139px !important;}
  283. .morelink .nub {background:transparent;}
  284. .tagline a {color:#6ab101;}
  285.  
  286.  
  287. .linkinfo {
  288. background-color: #f1e2d1;
  289. border: 1px solid #FFB264;
  290. }
  291.  
  292. .nub { display: none; }
  293.  
  294.  
  295.  
  296. .res-commentBoxes .comment {background-color:transparent !important;}
  297. .res-commentBoxes .comment .comment {background-color:transparent !important;}
  298. .res-commentBoxes .comment .comment .comment {background-color:transparent !important;}
  299. .res-commentBoxes .comment .comment .comment .comment {background-color:transparent !important;}
  300. .res-commentBoxes .comment .comment .comment .comment .comment {background-color:transparent !important;}
  301. .res-commentBoxes .comment .comment .comment .comment .comment .comment {background-color:transparent !important;}
  302. .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment {background-color:transparent !important;}
  303. .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment {background-color:transparent !important;}
  304. .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color:transparent !important;}
  305. .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color:transparent !important;}
  306. .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color:transparent !important;}
  307.  
  308.  
  309.  
  310. /****************************************************************/
  311.  
  312.  
  313.  
  314. .flairoptionpane
  315. {
  316. height: 500px !important;
  317. max-height: 500px !important;
  318.  
  319.  
  320. }
  321.  
  322.  
  323.  
  324. .flairselector.drop-choices.active
  325. {
  326. height: auto !important;
  327. }
  328.  
  329.  
  330.  
  331.  
  332. /****************************************************************/
  333.  
  334. /*Change the color of a self post title*/
  335. a[href*="/r/Oreimo"].title:link {
  336. color: #EF0000;
  337. }
  338.  
  339.  
  340. /*Change "Moderators to something else*/
  341. .sidecontentbox .helplink + .title h1 { font-size: 0 !important }
  342.  
  343. .sidecontentbox .helplink + .title h1:before { font-size: 10pt !important; content: "ayaya advocates" }
  344.  
  345.  
  346. /****************************************************************/
  347.  
  348.  
  349.  
  350. .arrow.up
  351. {
  352. background: url(%%yes-black%%) no-repeat 0 0;
  353. background-position: center;
  354. width:24px;
  355. height:24px;
  356. }
  357.  
  358. .arrow.upmod
  359. {
  360. background: url(%%yes%%) no-repeat 0 0;
  361. background-position: center;
  362. width:24px;
  363. height:24px;
  364. }
  365.  
  366. .res .arrow.up
  367. {
  368. background: url(%%yes-black%%) no-repeat 0 0;
  369. background-position: center;
  370. width:24px;
  371. height:24px;
  372. }
  373.  
  374. .res .arrow.upmod
  375. {
  376. background: url(%%yes%%) no-repeat 0 0;
  377. background-position: center;
  378. width:24px;
  379. height:24px;
  380. }
  381.  
  382.  
  383.  
  384. .arrow.down
  385. {
  386. background: url(%%down%%) no-repeat 0 0;
  387. background-position: center;
  388. width:24px;
  389. height:24px;
  390. }
  391.  
  392. .arrow.downmod
  393. {
  394. background: url(%%downmod%%) no-repeat 0 0;
  395. background-position: center;
  396. width:24px;
  397. height:24px;
  398. }
  399.  
  400.  
  401.  
  402. .res .arrow.down
  403. {
  404. background: url(%%down%%) no-repeat 0 0;
  405. background-position: center;
  406. width:24px;
  407. height:24px;
  408. }
  409.  
  410. .res .arrow.downmod
  411. {
  412. background: url(%%downmod%%) no-repeat 0 0;
  413. background-position: center;
  414. width:24px;
  415. height:24px;
  416. }
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428. /*change ayaya text to image logo*/
  429.  
  430. .redditname a {
  431. background:url(%%minlogo1%%);
  432. height: 64px;
  433. width: 64px;
  434.  
  435.  
  436. position: relative;
  437. float: left;
  438. bottom: 0;
  439. }
  440.  
  441. #header-bottom-left {
  442.  
  443. }
  444.  
  445. .redditname a {
  446. text-indent:-9001px;
  447. }
  448.  
  449. #header-img-a, .redditname a, .tabmenu {
  450. display: inline;
  451. float: left;
  452.  
  453. }
  454.  
  455. #header .tabmenu li a {
  456. color: #f7ecdc;
  457. text-shadow:
  458. -1px -1px 0 #FFB264,
  459. 1px -1px 0 #FFB264,
  460. -1px 1px 0 #FFB264,
  461. 1px 1px 0 #FFB264;
  462.  
  463. background: #f2cd96; /* Old browsers */
  464. background: -moz-linear-gradient(top, #f2cd96 0%, #efb962 49%, #f2ca85 50%, #ffb26b 100%); /* FF3.6-15 */
  465. background: -webkit-linear-gradient(top, #f2cd96 0%,#efb962 49%,#f2ca85 50%,#ffb26b 100%); /* Chrome10-25,Safari5.1-6 */
  466. background: linear-gradient(to bottom, #f2cd96 0%,#efb962 49%,#f2ca85 50%,#ffb26b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  467. border-top: 1px solid #FFB264;
  468. border-left: 1px solid #FFB264;
  469. border-right: 1px solid #FFB264;
  470. border-bottom: 0px;
  471. }
  472.  
  473.  
  474. #header .tabmenu li.selected a {
  475.  
  476. background: #ffa95e; /* Old browsers */
  477. background: -moz-linear-gradient(top, #ffa95e 0%, #f2c67b 49%, #efbb67 51%, #f2d09d 100%); /* FF3.6-15 */
  478. background: -webkit-linear-gradient(top, #ffa95e 0%,#f2c67b 49%,#efbb67 51%,#f2d09d 100%); /* Chrome10-25,Safari5.1-6 */
  479. background: linear-gradient(to bottom, #ffa95e 0%,#f2c67b 49%,#efbb67 51%,#f2d09d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  480. }
  481.  
  482.  
  483.  
  484.  
  485.  
  486. /* Selfpost Icon Changer */
  487. .thumbnail.self.loggedin
  488. {
  489. background: url(%%selfpost%%) no-repeat;
  490. background-position: 0px 0px;
  491. height: 99px; width: 92px;
  492. }
  493. .thumbnail.self
  494. {
  495. background: url(%%selfpost%%) no-repeat;
  496. background-position: 0px 0px;
  497. height: 99px; width: 92px;
  498. }
  499.  
  500. .thumbnail.default.loggedin
  501. {
  502. background: url(%%imagemissing%%) no-repeat;
  503. background-position: 0px 0px;
  504. height: 64px; width: 52px;
  505. }
  506.  
  507. .thumbnail.default
  508. {
  509. background: url(%%imagemissing%%) no-repeat;
  510. background-position: 0px 0px;
  511. height: 64px; width: 52px;
  512. }
  513.  
  514.  
  515. /*Header Management*/
  516. #header
  517. { /*Note: repeat-x #ECBC58*/
  518. background: url(%%header%%) repeat-x;
  519. background-color: #ECBC58;
  520. background-position:left bottom;
  521. height: 300px;
  522. border: 0px;
  523. }
  524. #header-img
  525. {
  526. display: none;
  527. }
  528.  
  529.  
  530. #header-bottom-left
  531. {
  532. position: absolute;
  533. bottom: 0;
  534.  
  535. }
  536.  
  537.  
  538. /*Background*/
  539. body
  540. {
  541. background: #FFF8EF url(%%bananas%%);
  542. }
  543.  
  544. /*Titlebox*/
  545. .titlebox .word{display: none;}
  546. .titlebox .subscribers .number:after
  547. {
  548. content: ' weebs.';
  549. }
  550. .titlebox .users-online .number:after
  551. {
  552. content: ' are being cute!';
  553. }
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. /* 0000000000000 Contest ---- */
  563.  
  564.  
  565.  
  566.  
  567. /*============= RES comment Highlight fix ===============*/
  568.  
  569. .entry.RES-keyNav-activeElement.lcTagged
  570. {
  571. background-color: transparent !important;
  572. }
  573.  
  574. .entry.likes.RES-keyNav-activeElement
  575. {
  576. background-color: transparent !important;
  577. }
  578.  
  579. .res .RES-keyNav-activeElement,
  580. .res .RES-keyNav-activeElement .md-container {
  581. background: transparent!important;
  582. }
  583.  
  584. .res .RES-keyNav-activeElement {
  585. outline: 1px dashed #aaa;
  586. }
  587.  
  588.  
  589. /*===== Fix for right sidebar (height fix) =====*/
  590. #header-bottom-right {
  591. height: 15px;
  592. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement