Advertisement
Guest User

askreddit legacy CSS

a guest
Apr 3rd, 2013
8,868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 16.59 KB | None | 0 0
  1. /*
  2.  
  3.     Mod tools reason leaver
  4.     ===================
  5.  
  6.     Valid Tokens:
  7.     =============
  8.     {subreddit} - The subreddit the post/comment was posted to.
  9.     {author} - The author of the link/comment
  10.     {kind} - The type of post, either 'submission' or 'comment'
  11.     {mod} - The name of the mod removing the post (you)
  12.     {title} - The title of the submission
  13.     {url} - url to the removed post
  14.  
  15.     * These tokens will be replaced with the relavent info when the message is sent.
  16.     * When the reason is sent via PM, a link to the removed post is added to the bottom of the message.
  17.  
  18. <removereasons>
  19.  
  20.     <pmsubject>
  21.         Your {kind} {title} was removed from {subreddit}.
  22.     </pmsubject>
  23.  
  24.     <reason>Hey {author}, your post has been removed from public listings because it violates [[Rule 1]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_1). You should have only your question in the title. Feel free to rephrase and resubmit it. Thanks.<input id="newrule-extra" value="" /></reason>
  25.     <reason>Hey, {author}, your post has been removed because it violates [[Rule 1]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_1). Your answer goes in the comments, not the text box.  Reply to this message when you've edited it and we'll put it back up. Thanks</reason>
  26.     <reason>Hey {author}, your post has been removed from public listings because it breaks [[Rule 2]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_2). Your post is something that could be found with a search engine, or otherwise doesn't allow for much diversity of discussion.You may find your post is be better suited in /r/self or /r/misc, or /r/answers. <input id="rule1-extra" value="" /></reason>
  27.     <reason>Hey {author}, your post has been removed from public listings because it breaks [[Rule 3]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_3). Please don't post [surveys](/r/samplesize), poll-type, '[Does anybody else](/r/doesanybodyelse)' or yes/no answer questions. <input id="rule3-extra" value=""></reason>
  28.     <reason>Hey, {author}, your {kind} has been removed from public listings because it Askreddit's [[Rule 4]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_4) or breaks reddit's rules on personal information</reason>
  29.     <reason>Hey {author}, your post has been removed from public listings because of [[Rule 5]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_5). Askreddit is not for advertising, publicity, promotion, or defamation of a person, idea, or project. <input id="rule5-extra" value=""></reason>    
  30.     <reason>Hey {author}, your post has been removed per [[Rule 6]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_6), seeking legal, mental health, or medical advice/consultation. <input id="input" value=""></reason>
  31.     <reason>Hey, {author}, your post has been removed from public listings because it violates [[Rule 7]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_7). Askreddit is not for soliciting homework help, favors, monetary donations, goods or services, or other forms of charity or assistance.</reason>
  32.     <reason>Hey {author}, your {kind} was removed because of [[Rule 8]](http://www.reddit.com/r/AskReddit/wiki/index#wiki_rule_8). Posts or comments with offensive text or NSFW images are subject to removal. <input id="rule8-extra" value=""></reason>
  33.     <reason>Hello {author}. I'm sorry to hear that you're in such a dark place. AskReddit can't help you and I've removed your thread. There's /r/suicidewatch on reddit which is filled with well-meaning people who will try and help, but aren't trained. The [befrienders](http://www.befrienders.org/) website is a global list of local suicide help charities. Please use it to find an organisation in your country, you should be able to call or email them for free and they'll speak to you and try and help you without being judgemental.</reason>
  34.     <reason><textarea id="suicide-extra" placeholder="Custom removal reason"></textarea></reason>
  35.  
  36. </removereasons>
  37.  
  38. */
  39.  
  40. /*from r/misc -canipaybycheck*/
  41. .side hr {
  42.     clear: both
  43.     }
  44. .side .md {
  45.     overflow: visible
  46.     }
  47. .side .md blockquote {
  48.     border-left: 0px solid #369;
  49.     padding-left: 0px;
  50.     margin: 0px;
  51.     margin-right: 0px
  52.     }
  53. .side .md blockquote p {
  54.     margin: 0px
  55.     }
  56. .side .md blockquote {
  57.     position: relative
  58.     }
  59. .side .md blockquote table {
  60.     width: 280px;
  61.     border-collapse: separate;
  62.     border-spacing: 3px
  63.     }
  64. .side .md blockquote hr, .side .md blockquote th {
  65.     display: none
  66.     }
  67. .side .md blockquote tr:nth-child(odd) td:nth-child(odd) {
  68.     background: #EFF7FF
  69.     }
  70. .side .md blockquote tr:nth-child(even) td:nth-child(even) {
  71.     background: #EFF7FF
  72.     }
  73. /* hide blockquote */
  74. .side .md blockquote blockquote blockquote {
  75.     margin-left: -999em;
  76.     position: absolute
  77.     }
  78. /* show hidden blockquote */
  79. .side .md blockquote blockquote:hover blockquote, .side .md blockquote blockquote blockquote:hover {
  80.     border-radius: 5px;
  81.     border: 1px solid #cccccc;
  82.     background: white;
  83.     position: absolute;
  84.     right: 145px;
  85.     top: 15px;
  86.     z-index: 99;
  87.     margin-left: 0;
  88.     width: 300px
  89.     }
  90. .side .md blockquote blockquote p {
  91.     cursor: default
  92.     }
  93. .side .md blockquote hr {
  94.     display: none
  95.     }
  96. .side .md blockquote p {
  97.     text-align: center;
  98.     border: 3px solid #AAA;
  99.     border-radius: 5px;
  100.     padding: 5px 0px;
  101.     display: block;
  102.     font-weight: bold;
  103.     background: #EEEEEE
  104.     }
  105. .side .md blockquote blockquote:last-child > p {
  106.     background: #AFA
  107.     }
  108. .side .md blockquote blockquote blockquote p {
  109.     text-align: center;
  110.     border: 0px solid #AAA;
  111.     border-bottom: 1px dashed #AAA;
  112.     border-radius: 0px;
  113.     padding: 5px 0px;
  114.     background: #FFFFFF !important
  115.     }
  116. .side .md blockquote td {
  117.     border: 0px solid;
  118.     font-weight: bold;
  119.     padding: 0px
  120.     }
  121. .side .md blockquote td:hover {
  122.     background: #CEE3F8 !important
  123.     }
  124. .side .md blockquote blockquote blockquote a {
  125.     text-align: left;
  126.     padding: 3px 0px 3px 3px;
  127.     border: 0px solid;
  128.     border-radius: 0px;
  129.     display: block
  130.     }
  131.  
  132.    
  133.  
  134. .linkflairlabel {color:green !important; font-weight:bold;}
  135.  
  136. /*replace "readers" with something else*/
  137. div.titlebox .subscribers span.word {display:none; }
  138. div.titlebox .subscribers span.number:after {content:" AskRedditors."; }
  139.  
  140. #siteTable_promoted{margin-top:25px}
  141. .menuarea{margin-top:20px!important}
  142.  
  143.  
  144.  
  145. /* monoclecode stolen from ROTD... */
  146. /* spoiler */
  147. a[href$="/spoiler"] {
  148.     background: none repeat scroll 0 0 #000000 !important;
  149.     color: #000000 !important
  150.     }
  151. a[href$="/spoiler"]:hover {
  152.     color: #ffffff !important
  153.     }
  154.  
  155. /*
  156. a.author[href$="/CowJam"]:after {content: "҉";color: #FF0000;}
  157. a.author[href$="/CowJam"]:before {content: "҉";color: #FF0000;}
  158. a.author[href$="/qgyh2"]:after {text-decoration: blink;padding-left:3px; content: "."; color: #FF9000; }
  159. a.author[href$="/qgyh2"]:after {text-decoration: blink;padding-left:3px; content: "."; color: #FF9000; }
  160. a.author[href$="/muffinheart"]:after {content: " ♥";color: #FF00FF;}
  161. a.author[href$="/krispykrackers"]:after {content: "♥♥♥";color: #EE2C2C;}
  162. a.author[href$="/krispykrackers"]:before {content: "♥♥♥";color: #EE2C2C;}  
  163. a.author[href$="/jedberg"]:after {content: "";color: #EE2C2C;}
  164. a.author[href$="/jedberg"]:before {content: "";color: #EE2C2C;}
  165. a.author[href$="/S2S2S2S2S2"]:after {content: "S2";color: #EE2C2C;}
  166. a.author[href$="/S2S2S2S2S2"]:before {content: "S2";color: #EE2C2C;}
  167. a.author[href$="/thatguitarist"]:before {content: "▶ ";color: #EE2C2C}  
  168. a.author[href$="/BritishEnglishPolice"]:before {content: "·";color: #EE2C2C}
  169. a.author[href$="/BritishEnglishPolice"]:after {content: "·";color: #EE2C2C}
  170. a.author[href$="/THEREFOREiEXIST"]:before {content: "·";color: #EE2C2C}
  171. a.author[href$="/THEREFOREiEXIST"]:after {content: "·";color: #EE2C2C}
  172. a.author[href$="/Atheist101"]:after {content: "ಠ_ಠ";color: #EE2C2C}
  173. a.author[href$="charliedayman"]{font-size:0;}
  174. a.author[href$="charliedayman"]:after {content: "chrlydymn"; font-size:7.5pt;}
  175. a.author[href$="/NinjaSupplyCompany"]:after {content: " ϡ "}
  176. a.author.moderator[href$="/jamt9000"]:before {content: "⸘ ";color: #EE2C2C;}
  177. a.author.moderator[href$="/jamt9000"]:after {content: "‽";color: #EE2C2C;}
  178. a.author[href$="/barbehque"]:before {content: "♨";color: #EE2C2C;}
  179. a.author[href$="/vampire_kitty"]:after {content: " ^‿^";color: #EE2C2C;}
  180. a.author[href$="/moolcool"]:after {content: " is well cool!";}
  181. a.author[href$="/SolInvictus"]:before {content: "Ω ";color: #EE2C2C;}
  182. a.author[href$="/PhilxBefore"]:before {content: "☠";color: #EE2C2C; font-size:12pt; font-weight:bold;}
  183. a.author[href$="/toro_de_rojo"]:after {content: "♬";color: #EE2C2C;}
  184. a.author[href$="/toro_de_rojo"]:before {content: "♬";color: #EE2C2C;}
  185. */
  186.  
  187. /* little hack to help a guy (fookinBonkers) who dun goofed and is getting death threats */
  188. .id-t3_ewbzv, #siteTable_t3_ewbzv{ display:none }
  189.  
  190. /* Encouraging better questions - jamt9000 */
  191. .submit #title-field .title, .submit #url-field .title {
  192.     display: block;
  193. }
  194. .submit #title-field .title:after{
  195.     content: "Your choice of title is important! Ideally it should be phrased as an open-ended question, not something with an obvious or yes/no answer like ''who else think x?''";
  196.     display:block;
  197.     font-size: 10pt;
  198. }
  199.  
  200. .id-t3_j8sk9 .md:before{
  201.     content: "Note from AskReddit moderators: sending abusive PMs and participating in witch hunts is NOT OK and reflects badly on the community and yourself.";
  202.     color: red;
  203.     font-size: 20pt;
  204. }
  205.  
  206. .flair {
  207. background:none;
  208. border:none;
  209. color:#FF0000;
  210. }
  211.  
  212.  
  213. .side .md p > em {
  214. display:inline-block;
  215. padding:5px;
  216. font-weight:900;
  217. color:white;
  218. background:#333333;
  219. border:1px solid 2px solid #5F99CF;
  220. -webkit-border-radius:5px;
  221. -moz-border-radius:5px;
  222. }
  223. .side .md p > em a {
  224. color:white;
  225. text-decoration:underline;
  226. }
  227.  
  228. /* SPOILER CODE */
  229. a[href$="/spoiler"] {
  230.     background: none repeat scroll 0 0 #000000 !important;
  231.     color: #000000 !important
  232.     }
  233. a[href$="/spoiler"]:hover {
  234.     color: #ffffff !important
  235.     }
  236.  
  237. .side .md p > em {
  238. display:inline-block;
  239. padding:5px;
  240. font-weight:900;
  241. color:white;
  242. background:#333333;
  243. border:1px solid 2px solid #5F99CF;
  244. -webkit-border-radius:5px;
  245. -moz-border-radius:5px;
  246. }
  247. .side .md p > em a {
  248. color:white;
  249. text-decoration:underline;
  250. }
  251.  
  252. /* SPOILER CODE */
  253. a[href$="/spoiler"] {
  254.     background: none repeat scroll 0 0 #000000 !important;
  255.     color: #000000 !important
  256.     }
  257. a[href$="/spoiler"]:hover {
  258.     color: #ffffff !important
  259.     }
  260.  
  261.  
  262. /* NEW CSS */
  263.  
  264. #header {
  265. -moz-box-shadow: 0px 0px 10px #888;
  266. -webkit-box-shadow: 0px 0px 10px #888;
  267. box-shadow: 0px 0px 10px #888;
  268. margin:0px;
  269. padding:0;
  270. border-bottom:none;
  271. width:100%;
  272. z-index:100;
  273. }
  274.  
  275. #sr-header-area {
  276. /* Orange on blue for highlighted link was hard to read - jamt9000
  277. color:white;
  278. background-color:#63A6E9;
  279. border-bottom:none;*/
  280. }
  281.  
  282. .sr-bar .separator {
  283. color:lightblue;
  284. }
  285.  
  286. .separator {
  287. color:lightblue;
  288. }
  289.  
  290. #sr-header-area a {
  291. /*color:white;
  292. font-weight:500;
  293. font-size:111%;*/
  294. }
  295.  
  296. body > .content {
  297. margin:10px 10px 0px 10px;
  298. border-left:1px solid #999;
  299. border-right:1px solid #999;
  300. padding: 25px 5px 10px 5px;
  301. border-bottom:1px solid #999;
  302. border-bottom-left-radius:9px;
  303. border-bottom-right-radius:9px;
  304. background-color:white;
  305. }
  306.  
  307. #siteTable {
  308. margin-top:20px;
  309. }
  310.  
  311. #sr-more-link {
  312. /*background-color:#63A6E9;*/
  313. }
  314. #sr {
  315. background-color:#63A6E9;
  316. }
  317. #sr-list-wrapper {
  318. background-color:#63A6E9;
  319. }
  320. .side {
  321. margin-right:10px;
  322. border-right:1px solid #999;
  323. padding-right:5px;
  324. padding-left:5px;
  325. border-left:1px solid #999;
  326. border-bottom:1px solid #999;
  327. border-radius-bottomleft:9px;
  328. -moz-border-bottom-left-radius:9px;
  329. -webkit-border-bottom-left-radius:9px;
  330. /*background-color:#dcecfc;*/
  331. }
  332.  
  333. .titlebox form.toggle {
  334. /*background-color:#dcecfc;*/
  335. }
  336.  
  337. .titlebox h1 a {
  338. /*color:white;*/
  339. color: #369;
  340. }
  341. .titlebox h1 a:before {
  342. content:'/r/';
  343. }
  344. .titlebox h1 {
  345. /*color:white;
  346. background-color:#4373a1;
  347. width:303px;
  348. padding:5px;
  349. margin-left:0px;
  350. padding-left:3px;
  351. position:relative;
  352. left:-5px;*/
  353. }
  354.  
  355. .titlebox .usertext .md {
  356.     margin: 0;
  357.     padding: 0;
  358.     overflow: visible
  359.     }
  360.  
  361.  
  362. #header .tabmenu {
  363.   position:absolute;
  364.   left:10px;
  365.   top:72px;
  366.   font-size:10pt;
  367.   height:30px;
  368.   overflow:hidden;
  369.   right:320px
  370. }
  371.  
  372. #header .tabmenu li {
  373.   float:left;
  374.   margin-left:-6px;
  375.   margin-bottom:10px
  376. }
  377.  
  378. #header .tabmenu li a {
  379.   display: inline-block;
  380.   font-weight: 500;
  381.   border:1px solid #999;
  382.   border-top-right-radius: 5px;
  383.   border-bottom-right-radius: 5px;
  384.   padding:5px 7px 5px 5px
  385. }
  386.  
  387. #header .tabmenu li:first-child {
  388.   margin-left:0
  389. }
  390.  
  391. #header .tabmenu li:not(.selected) a:hover {
  392.   background-color:#63A6E9;
  393.   color:white
  394. }
  395.  
  396. .morelink {
  397. border-radius:30px;
  398. border:2px solid #CEE3F8;
  399. }
  400.  
  401. .morelink a {
  402. /*
  403. More readable with default colour - jamt9000
  404. color: #999;*/
  405. }
  406.  
  407. .morelink a:hover {
  408. color: white;
  409. }
  410.  
  411. .morelink a[href$="submit"]:after{
  412.     content:"/question";
  413. }
  414.  
  415. .nub {
  416. display:none;
  417. }
  418.  
  419. .sidebox .spacer {
  420. /*background-color:#DCECFC;*/
  421. }
  422.  
  423. .sidecontentbox .content {
  424. background-color:white;
  425. border-radius:5px;
  426. border:1px solid #999;
  427. padding:10px;
  428. }
  429.  
  430. .titlebox a[href="http://webchat.freenode.net/?channels=#reddit"] {
  431. font-size:20px;
  432. color:#369;
  433. }
  434.  
  435. .titlebox h6 {
  436. color:white;
  437. /*background-color:#4373a1;*/
  438. width:305px;
  439. padding:2px;
  440. margin:5px 0px 5px 0px;
  441. padding-left:3px;
  442. position:relative;
  443. left:-5px;
  444. /*border-top:3px solid #999;
  445. border-bottom:3px solid #999;*/
  446. text-align:center;
  447. }
  448.  
  449. .titlebox a[href="http://webchat.freenode.net/?channels=#reddit"]:hover {
  450. text-decoration: underline;
  451. }
  452.  
  453. .titlebox hr {
  454. /*overflow:visible;
  455. width:309px;
  456. border:1px solid #999;
  457. margin-left:-5px;*/
  458. border: none;
  459. height: 1px;
  460. background-color: #999;
  461. }
  462.  
  463. .titlebox ul {
  464. list-style-type:circle;
  465. }
  466.  
  467. .titlebox blockquote {
  468. border:1px solid #999;
  469. border-radius:5px;
  470. background-color:white;
  471. margin:0px;
  472. }
  473.  
  474. .titlebox blockquote ul li {
  475. list-style-type:none;
  476. margin:0px;
  477. padding:3px;
  478. }
  479.  
  480. .titlebox blockquote ul li:nth-child(even) {
  481. background-color:#4373a1;
  482. }
  483.  
  484. .titlebox blockquote ul li:nth-child(odd) {
  485. background-color:#5484b2;
  486. }
  487.  
  488. .titlebox blockquote ul li a {
  489. color:white!important;
  490. }
  491.  
  492. .titlebox blockquote ul li a:hover {
  493. text-decoration:underline;
  494. }
  495.  
  496. .titlebox .usertext-body .md h5 a:hover {background:#fff7fa;}
  497. .titlebox form {position:static;}
  498. .titlebox .usertext-body .md h5 {
  499.     position: absolute;
  500.     top: 25px;
  501.     left: 220px;
  502.     margin: 0px;
  503.     margin-top: 4px;
  504.     padding: 5px;
  505.     display: inline-block;
  506.     list-style-type: none;
  507.     z-index:9999;
  508.     }
  509. .titlebox .usertext-body .md h5 a {
  510.     background-color:white;
  511.     font-family: verdana, sans-serif;
  512.     font-weight: 900;
  513.     font-size: 12px;
  514.     color: #F73;
  515.     text-align: left;
  516.     padding:5px;
  517.     margin: 0px;
  518.     text-decoration: none;
  519.     border-radius:5px;
  520.     border:1px solid #999;}
  521.  
  522. /*  RES showing arbirary nsfw images
  523. a[href*="imgur.com"].imgScanned:before{
  524.    content:"[Imgur is malfunctioning, may be NSFW] ";
  525.    color:red;
  526. }
  527. */
  528.  
  529.  
  530. /* removal reason flair - jamt9000 */
  531. /*
  532. .linkflair {
  533.     color: black;
  534.     font-weight: bold;
  535.     border-style: dashed;
  536.     border-width: 1px;
  537.     border-radius: 3px;
  538.     padding: 1px 10px;
  539. }
  540.  
  541. .linkflair-removed {
  542.     background-color: salmon;
  543.     border-color: red;
  544. }
  545.  
  546. .linkflair-warning {
  547.     background-color: lemonchiffon;
  548.     border-color: goldenrod;
  549. }
  550. */
  551.  
  552. /* slightly more padding inside expandos / self text - DEADB33F */
  553. .link .usertext .md {padding:5px 10px }
  554.  
  555. /* 678 */
  556.  
  557. /*announcement sticky*/
  558. div.content {
  559. /*This lowers the links to create space*/
  560. margin-top: 40px;
  561. }
  562. .titlebox form {
  563. /*Hack to enable repositioning of child elements*/
  564. position: static
  565. }
  566. .side h3:nth-of-type(1) {
  567. /*this code positions the sticky*/
  568. position:absolute;
  569. display: block;
  570. top: 100px;
  571. left: 0px;
  572. /*this code styles the sticky*/
  573. color: red;
  574. text-align: left;
  575. margin: 15px;
  576. border-radius: 8px;
  577. border-color: red;
  578. width: 50%;
  579. padding: 7px 0px 7px 40px;
  580.  
  581. }
  582. .side h3:nth-of-type(1) a { color: green; }
  583.  
  584.  
  585. .sidebox.submit .spacer { display:none; }
  586.  
  587.  
  588. /* submit page rule reminder */
  589. #link-desc:after, #text-desc:after {
  590.     display: block;
  591.     margin-top: 1em;
  592.     font-weight: bold;
  593.     font-size: 150%;
  594.     color: red;
  595. /*  text-decoration: blink; */
  596.     content: "Reminder: Any posts that contain a story in the title or self text will be removed."
  597. }
  598. /* Fixes for CSS edit page */
  599. div.stylesheet-customize-container div.sheets {
  600.     margin-right: 325px;
  601. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement