Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.33 KB | None | 0 0
  1. a[href="/sidebar"]:after { content: url(%%sidebarpic%%) }
  2.  
  3. .srdrop.dropdown .selected,
  4. #srDropDownContainer {
  5. color: #fff;
  6. }
  7.  
  8. .user { color: #fff; }
  9.  
  10. .sidecontentbox .author { font-size: 0; }
  11.  
  12. /* ### CHANGING MOD'S NAMES ### */
  13. .sidecontentbox .author[href$="CHIEFAFRO"]:after {
  14. content: 'Damien ';
  15. font-size: 14px;
  16. }
  17. .sidecontentbox .author[href$="-Swift-"]:after {
  18. content: '-Swift- ';
  19. font-size: 14px;
  20. }
  21.  
  22. .sidecontentbox .author[href$="CheapFUTCoins963"]:after {
  23. content: 'CheapFUTCoins963';
  24. font-size: 14px;
  25. }
  26.  
  27. /* ### END OF CHANGING MOD'S NAMES ### */
  28.  
  29. /* CHANGING THE COLOUR OF THE CONSOLE POSTS */
  30.  
  31. #siteTable div.thing.stickied a.title {
  32. color: #228822 !important;
  33. }
  34. #siteTable div.thing a.title {
  35. color: black;
  36. }
  37. #siteTable div.thing a.title:visited {
  38. color: black;
  39. }
  40. #siteTable a.title[href*="pc"] {
  41. color: #FF3D0D !important;
  42. }
  43.  
  44. #siteTable a.title[href*="psn"] {
  45. color: #0000b2 !important;
  46. }
  47.  
  48. #siteTable a.title[href*="xbox"],
  49. #siteTable a.title[href*="xbl"],
  50. #siteTable a.title[href*="xbx"],
  51. #siteTable a.title[href*="360"] {
  52. color: #008000 !important;
  53. }
  54.  
  55. /* END OF COLOUR CHANGING */
  56.  
  57. /* START HIDING NSFW BUTTON */
  58.  
  59. .marknsfw-button {
  60. display: none;
  61. visibility: hidden;
  62. margin-left: -70px;}
  63.  
  64. /* END HIDING NSFW BUTTON */
  65.  
  66. #header-img{visibility:hidden!important;} /* Make it invisible */
  67.  
  68. /*ADDING TEXT TO THE SUBMISSION PAGE*/
  69. #link-desc:after, #text-desc:after {
  70. display: block;
  71. margin-top: 1em;
  72. font-weight: bold;
  73. color: #C11B17;
  74. content: "Please remember to tag your console in the post, use [PSN] or [XBL] or [Origin]";
  75. }
  76.  
  77. /*LINKED STICKIES TO THE HEADER LIKE TABS ====== HIDDEN
  78. .titlebox .usertext-body .md ol li a {
  79. border: 0px solid #FFFFFF;
  80. background-color: #000000;
  81. padding: 4px 4px 3px;
  82. color: #FF0000;
  83. text-decoration: none;
  84. font-weight: bold;
  85. font-size: x-small;
  86. }
  87. .titlebox .usertext-body .md ol li a:hover {
  88. border-color: #000000;
  89. background-color: #FF0000;
  90. color: #FFFFFF
  91. }
  92. .titlebox form {
  93. position: static;
  94. }
  95. .titlebox .usertext-body .md ol {
  96. list-style: none;
  97. position: absolute;
  98. /* ADJUST BOX PLACEMENT HERE */
  99. /*top: 101px;
  100. left: 242px;
  101. z-index: 200;
  102. margin: 0;
  103. padding: 0;
  104. display: table;
  105. }
  106. .titlebox .usertext-body .md ol li {
  107. display: inline;
  108. margin: 0 3px;
  109. }
  110. .titlebox .usertext-body .md ol ~ ol {
  111. top: 55px
  112. }*/
  113.  
  114. #header {
  115. background-color: #000000;
  116. background-image: url(%%banner%%);
  117. background-repeat: no-repeat;
  118. border-left: 0px;
  119. border-right: 0px;
  120. border-bottom: 1px solid #000000;
  121. display: block;
  122. height: 115px !important;
  123. }
  124.  
  125. #header-bottom-left .pagename {
  126. display: block;
  127. height: 95px;
  128. width: 200px;
  129. left: 75px;
  130. position: absolute;
  131. top: 20px;
  132. }
  133. #header-bottom-left .pagename a, span.pagename {
  134. font-size: 0px;
  135. color: #000000;
  136. display: block;
  137. width: 240px;
  138. height: 95px;
  139. position: absolute;
  140. }
  141. /* ### BODY ### */
  142.  
  143. body {
  144. margin-left: 50px;
  145. margin-right: 50px;
  146. background-color: #e5e0e0;
  147. }
  148.  
  149. /* ### END BODY ### */
  150.  
  151. /* ### HEADER ### */
  152.  
  153.  
  154. /* ### END HEADER ### */
  155.  
  156. /* ### TABMENU ### */
  157.  
  158. #header .tabmenu li.selected a {
  159. background-color: #7baff6;
  160. color: #628cc4;
  161.  
  162.  
  163. }
  164.  
  165. #header .tabmenu li a {
  166. background-color: #7baff6;
  167. color: White;
  168. }
  169.  
  170. #header-bottom-left .tabmenu {
  171. position:absolute;
  172. bottom:0px;
  173. }
  174. #header-bottom-left .tabmenu {
  175. position: absolute;
  176. bottom: 0px;
  177. left: 368px
  178. }
  179.  
  180. #sr-header-area a, #sr-header-area a:link, #sr-header-area a:visited, #sr-more-link a:visited, #sr-more-link a:link {
  181. color: white;
  182. font-size: 10px
  183. }
  184.  
  185. #sr-header-area a:hover, #sr-header-area a:active, #sr-bar a:active, #sr-more-link a:active {
  186. color: white;
  187. text-decoration: none
  188. }
  189.  
  190. #sr-header-area li.selected a, #sr-header-area li.selected a:visited, #sr-header-area li.selected a:hover, #sr-header-area li.selected a:active, #sr-header-area li.selected a:link, #sr-more-link a:selected {
  191. color: #0000FF;
  192. text-decoration: none
  193. }
  194. #sr-header-area, #sr-more-link {
  195. background-color: #6E9DDD;
  196. border-top: 0px;
  197. border-left: 0px;
  198. border-right: 0px;
  199. border-bottom: 0px solid #6E9DDD;
  200. color: #fff;
  201. }
  202. #header-bottom-right {
  203. color: #fff;
  204. background-repeat: repeat-x;
  205. background-color: #6E9DDD;
  206. border: 0px
  207. }
  208.  
  209. #header-bottom-right .separator { color: #fff; }
  210. #header-bottom-right a { color: #fff; }
  211. #sr-header-area .separator { color: #fff; }
  212. /* ### END TABMENU ### */
  213.  
  214. /* ### SIDEBAR ### */
  215.  
  216. .side {
  217. background-color: #f9f8f8;
  218. margin-top: 35px;
  219. padding: 12px;
  220. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  221. }
  222.  
  223. .side p { color: #5e5b5b; }
  224.  
  225. .nub, .titlebox form.toggle, .leavemoderator, .icon-menu li a, .sidebox .spacer {
  226. background-color: transparent !important;
  227. }
  228.  
  229. #search input[type="text"] {
  230. border: 1px solid #dbdbdb;
  231. color: #b2b2b2;
  232. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  233. }
  234.  
  235. #searchexpando { background: transparent; border: 0px; }
  236.  
  237. .morelink {
  238. z-index: 50;
  239. border: 0px;
  240. border-bottom: 3px solid #628cc4;
  241. border-radius: 2px;
  242. background: #7baff6;
  243. padding-top: 2px;
  244. padding-bottom: 2px;
  245. overflow: hidden;
  246. }
  247.  
  248. .morelink:hover {
  249. background: none;
  250. background-color: #628cc4 !important;
  251. color: #000;
  252. border-bottom: 3px solid #567aac;
  253. }
  254.  
  255. .morelink a {
  256. color: #f9f8f8 !important;
  257. font-size: 15px;
  258. font-family: verdana, sans-serif;
  259. }
  260.  
  261. .morelink a:hover {
  262. color: #f9f8f8 !important;
  263. }
  264.  
  265. .morelink .nub { display: none; }
  266.  
  267. /* Sidebar elements */
  268.  
  269. .titlebox .md h1 {
  270. background-color: #7baff6;
  271. color: #f9f8f8;
  272. padding: 5px;
  273. text-align: center;
  274. text-shadow: 0px 1px #7c7c7c;
  275. }
  276.  
  277. .titlebox .md h2 {
  278. background-color: #f9f8f8;
  279. color: #272727;
  280. padding: 5px;
  281. text-align: center;
  282. font-size: 17px;
  283. }
  284.  
  285. .titlebox .md h3 {
  286. color: #5a6eaa;
  287. text-align: center;
  288. font-size: 17px;
  289. }
  290.  
  291. .titlebox .md h4 {
  292. color: #5a6eaa;
  293. font-size: 17px;
  294. border-bottom: 1px solid #5a6eaa;
  295. }
  296.  
  297. .titlebox .md h5 {
  298. text-align: center;
  299. font-size: 17px;
  300. color: #272727;
  301. }
  302.  
  303. /* END Sidebar elements */
  304.  
  305. .sidecontentbox .content {
  306. border: 0px;
  307. }
  308.  
  309. .fancy-toggle-button .add, .fancy-toggle-button .remove, .RESshortcutside, .RESDashboardToggle {
  310. background: transparent !important;
  311. color: #7baff6 !important;
  312. border: 0px !important;
  313. }
  314.  
  315. .titlebox h1.redditname {
  316. text-align: center;
  317. font-size: 30px;
  318. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  319. }
  320.  
  321. hr {
  322. margin-top: 10px !important;
  323. margin-bottom: 10px !important;
  324. border-color: #f9f8f8 !important;
  325. }
  326.  
  327.  
  328. .side h6 { /* list button */
  329. position: relative;
  330. margin: 0 0 10px 0;
  331. padding: 5px;
  332. background: #7baff6;
  333. border: 1px solid #6e9ddd;
  334. font-size: 12px;
  335. color: #f9f8f8;
  336. cursor: pointer;
  337. font-size: 14px;
  338. }
  339. .side h6:after { /* "click to expand" text */
  340. content: "click to expand";
  341. position: absolute;
  342. top: 8px;
  343. right: 5px;
  344. font-size: 9px;
  345. font-weight: normal;
  346. color: #f9f8f8;
  347. }
  348. .side h6 + ul { /* styles (+ hides) the list */
  349. position: relative;
  350. margin: -40px 0 5px;
  351. padding: 28px 0 0;
  352. list-style: none;
  353. border: 1px solid #6e9ddd;
  354. display: none;
  355. }
  356. .side h6:active + ul, /* displays list when button is clicked */
  357. .side h6 + ul:hover { /* and when hovering over expanded list */
  358. display: block;
  359. }
  360. .side h6 + ul li { /* styles list items */
  361. position: relative;
  362. padding: 5px;
  363. border-top: 1px solid #DDD;
  364. font-size: 11px;
  365. }
  366.  
  367. /* ### END SIDEBAR ### */
  368. #reddit-field { display: none; }
  369. /* ### MESSAGE THE MODS ### */
  370. .sidecontentbox a.helplink {
  371. font-size: 0;
  372. }
  373. .sidecontentbox a.helplink:after {
  374. content: 'Message the moderators';
  375. font-size: small;
  376. font-family: verdana, sans-serif;
  377. }
  378.  
  379. a.helplink
  380. {
  381. border-bottom: 3px solid #628cc4;
  382. border-left: 1px solid #6e9ddd;
  383. border-right: 1px solid #6e9ddd;
  384. background-color: #7baff6;
  385. font-size:30px;
  386. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  387. color:white;
  388. padding: 5px 10px;
  389. border-radius: 2px;
  390. width: 280px;
  391. margin-bottom: 5px;
  392. text-align: center;
  393. }
  394.  
  395.  
  396. /* ### HIDING SUBREDDIT NAME FROM SIDEBAR ### */
  397. .titlebox .redditname { display: none; }
  398.  
  399. /* ### END OF HIDING SUBREDDIT NAME FROM SIDEBAR ### */
  400.  
  401. /*CHANGING "MODERATORS" IN THE SIDEBAR BOX*/
  402. .side .helplink + .title h1 { display: none; }
  403. .side .helplink + .title::before {
  404. content: 'MANAGERS';
  405. display: block;
  406. font-size: 130%;
  407. color: gray;
  408. text-transform: uppercase;
  409. }
  410.  
  411. /*CHANGE MODERATOR TO SOMETHING ELSE*/
  412. .sidecontentbox h1:not(:first-child):after {
  413. font-size: 10pt !important;
  414. content: "MANAGERS"
  415. }
  416.  
  417. a.helplink {
  418. font-size: 0pt;
  419. }
  420. a.helplink:after{
  421. content: "message the managers";
  422. font-size: 7pt;
  423. }
  424.  
  425. /*====================================================================================================================================================================== REPLACING READERS*/
  426.  
  427. /*REPLACING "READERS" WITH SOMETHING ELSE*/
  428. div.titlebox span.word {
  429. display: none
  430. }
  431. div.titlebox span.number:after {
  432. content: " Coin Traders"
  433. }
  434.  
  435. div.titlebox .users-online span.number:after {
  436. content: " Coin Traders in r/FUTselling"
  437. }
  438. .titlebox .bottom { text-indent:-9999px; }
  439. .titlebox .age { text-indent:-9999px; }
  440.  
  441. /* ### CONTENT ### */
  442.  
  443. .content {
  444. margin-top: 35px;
  445. }
  446.  
  447. .link {
  448. margin-bottom: 5px;
  449. background-color: #f9f8f8;
  450. border-bottom: 3px solid #d4d4d4;
  451. padding: 5px;
  452. overflow: hidden !important;
  453. }
  454.  
  455. .link .title a {
  456. color: #5a6eaa !important;
  457. }
  458.  
  459. .link .title a:visited {
  460. color: #485888 !important;
  461. }
  462.  
  463. /* Stickied posts */
  464. .link.stickied {
  465. padding: 5px;
  466. margin-bottom: 10px;
  467. }
  468.  
  469. .tagline .stickied-tagline {
  470. color: #6e9ddd;
  471. }
  472.  
  473. /* New voting arrows */
  474. .arrow.up {
  475. background-image: none !important;
  476. background: transparent !important;
  477. }
  478.  
  479. .arrow.up:after {
  480. content: '▲' !important;
  481. display: inline-block !important;
  482. color: #c6c6c6 !important;
  483. font-size: 15px;
  484. }
  485.  
  486. .arrow.upmod {
  487. background-image: none !important;
  488. background: transparent !important;
  489. }
  490.  
  491. .arrow.upmod:after {
  492. content: '▲' !important;
  493. display: inline-block !important;
  494. color: #ff8b60 !important;
  495. font-size: 15px;
  496. }
  497.  
  498. .arrow.down {
  499. background-image: none !important;
  500. background: transparent !important;
  501. }
  502.  
  503. .arrow.down:after {
  504. content: '▼' !important;
  505. display: inline-block !important;
  506. color: #c6c6c6 !important;
  507. font-size: 15px;
  508. }
  509.  
  510. .arrow.downmod {
  511. background-image: none !important;
  512. background: transparent !important;
  513. }
  514.  
  515.  
  516. .arrow.downmod:after {
  517. content: '▼' !important;
  518. display: inline-block !important;
  519. color: #9494ff !important;
  520. font-size: 15px;
  521. }
  522.  
  523. div.score.likes, div.score.unvoted, div.scores.dislikes, .dislikes div.score.dislikes {
  524. margin-top: 5px;
  525. }
  526.  
  527. /* END New voting arrows */
  528.  
  529. .nsfw-stamp acronym {
  530. border-radius: 0px;
  531. color: #b02929;
  532. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  533. }
  534.  
  535. ul.flat-list.buttons a {
  536. font-weight: normal;
  537. }
  538.  
  539. .flat-list.buttons a.comments {
  540. color: #5a6eaa !important;
  541. font-weight: bold !important;
  542. }
  543.  
  544. /* Text formatting */
  545.  
  546. blockquote {
  547. background-color: #f9f8f8;
  548. border: 1px solid #d0cece;
  549. border-left: 3px solid #5a6eaa !important;
  550. border-radius: 3px;
  551. }
  552.  
  553. strong {
  554. color: #5a6eaa;
  555. }
  556.  
  557. code {
  558. background-color: #eeeaea;
  559. padding: 5px;
  560. border-radius: 3px;
  561. margin-top: 5px;
  562. margin-bottom: 5px;
  563. display: block !important;
  564. }
  565.  
  566. /* END Text formatting */
  567.  
  568. .roundfield, .linefield {
  569. background-color: #f9f8f8;
  570. border-radius: 0px;
  571. }
  572.  
  573. .linefield .title {
  574. color: #272727;
  575. }
  576.  
  577. .thing .tagline .author.submitter, .thing .tagline .author.moderator { border-radius: 0px !important; }
  578.  
  579. /* ### END CONTENT ### */
  580.  
  581. /* ### COMMENT PAGE ### */
  582.  
  583. .linkinfo {
  584. background: transparent;
  585. border: 0px;
  586. }
  587.  
  588. .link .usertext .md {
  589. border: 1px solid #e0dfdf;
  590. border-radius: 0px;
  591. }
  592.  
  593. .sitetable .comment, .sitetable .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  594. background-color: #f9f8f8 !important;
  595. border-color: #eceaea !important;
  596. border-radius: 0px !important;
  597. }
  598.  
  599. .sitetable .comment .comment, .sitetable .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .sitetable .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  600. background-color: #f9f8f8 !important;
  601. border-color: #eceaea !important;
  602. border-radius: 0px !important;
  603. }
  604.  
  605. /* ### END COMMENT PAGE ### */
  606.  
  607. /* ### REDDIT ENHANCEMENT SUITE ### */
  608.  
  609. .res .RES-keyNav-activeElement,
  610. .res .keyHighlight,
  611. .res .commentarea .keyHighlight.entry .noncollapsed {
  612. outline: 0px solid !important;
  613. background: transparent !important;
  614. border-right: 3px solid #7baff6;
  615. }
  616.  
  617. .commentarea .RES-keyNav-activeElement .md,
  618. .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
  619. background: transparent !important;
  620. border: 0px !important;
  621. }
  622.  
  623. /* END of RES post highlight */
  624.  
  625. /* ### END REDDIT ENHANCEMENT SUITE ### */
  626.  
  627. /* ### LINK FLAIR ### */
  628.  
  629. .linkflairlabel {
  630. color: #000;
  631. border: 0px;
  632. border-radius: 0px;
  633. }
  634.  
  635. /* ### END LINK FLAIR ### */
  636.  
  637. /* ### USER FLAIR ### */
  638.  
  639. .flair {
  640. border-radius: 0px;
  641. }
  642.  
  643. /* ### END USER FLAIR ### */
  644.  
  645. /* ### OTHER ### */
  646.  
  647. .titlebox { padding-top: 5px; }
  648.  
  649. .loggedin:not(.subscriber) h1.redditname:before {
  650. content: 'Looks like you are not subscribed, subscribe!';
  651. position: absolute;
  652. right: 182px !important;
  653. top: 252px;
  654. color: #777;
  655. font-size: 10px;
  656. font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  657. }
  658.  
  659. .footer.rounded {
  660. border-radius: 0px;
  661. border: 1px solid #e0dfdf;
  662. background-color: #f9f8f8;
  663. }
  664.  
  665. .footer.rounded:before {
  666. display: block;
  667. content: 'This subreddit is using the Simplit theme made by /r/titleproblems <3';
  668. font-size: 12px;
  669. color: #7baff6;
  670. }
  671. /* If you remove this, please be sure to credit me in the sidebar, linking to /r/titleproblems. Thank you! */
  672.  
  673. /* stylesheet fix */
  674. #subreddit_stylesheet { display: block; overflow: hidden; }
  675. .sheets { margin: 0;}
  676. /* END stylesheet fix */
  677.  
  678. /* ### END OTHER ### */
  679. /* USER FLAIR START */
  680.  
  681. .flair-trusted {
  682. background: #76F56F;
  683. }
  684. .flair-moderator {
  685. background: #7baff6;
  686. color: white;
  687. font-family: verdana, sans-serif;
  688. }
  689. .flair-caution {
  690. background: #F23030;
  691. color: white;
  692. }
  693. .flair-middle-man {
  694. background: #EDE740;
  695. }
  696.  
  697. /* USER FLAIR END*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement