Guest User

Untitled

a guest
Oct 22nd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.40 KB | None | 0 0
  1. .deleted .grayed,.deleted>.entry .expand,.deleted>.entry em{
  2.     display:none
  3. }
  4.  
  5. .deleted>.entry .tagline:before{
  6.     content:"Comment deleted or removed"
  7. }
  8.  
  9. .leavemoderator,.flairtoggle,.side .tagline{
  10.     display:none
  11. }
  12.  
  13. .side .md p{
  14.     line-height:18px;
  15.     text-align:justify
  16. }
  17.  
  18. .side .md blockquote{
  19.     margin:8px 0
  20. }
  21.  
  22. .side .md blockquote p{
  23.     margin:8px
  24. }
  25.  
  26. .side .md blockquote ul li{
  27.     line-height:18px
  28. }
  29.  
  30. .side .md h1{
  31.     font-size:16pt;
  32.     font-weight:bold;
  33.     border-bottom:1px solid #999
  34. }
  35.  
  36. .side .spacer .md blockquote h1{
  37.     margin:8px;
  38.     color:#000!important;
  39.     background-color:transparent!important
  40. }
  41.  
  42. .side .md blockquote a[href$="#ex"]{
  43.     color:inherit;
  44.     border-bottom:1px dotted
  45. }
  46.  
  47. .side .md blockquote a[href$="#ex"]:hover{
  48.     cursor:help
  49. }
  50.  
  51. #userbarToggle{
  52.     color:gray!important;
  53.     background-color:#2B2B2B!important;
  54.     border-right:1px solid #2B2B2B!important
  55. }
  56.  
  57. .report-button:hover:after{
  58.     position:absolute;
  59.     display:block;
  60.     z-index:1000;
  61.     padding:5px;
  62.     border:1px solid #333;
  63.     background-color:#FFF;
  64.     content:"Please only report posts that actually violate the subreddit's rules.";
  65.     text-align:center;
  66.     font-size:10px;
  67.     font-weight:normal;
  68.     margin-left:5px;
  69.     margin-top:5px
  70. }
  71.  
  72. .commentarea .arrow.down:hover:after{
  73.     position:absolute;
  74.     display:block;
  75.     z-index:1000;
  76.     padding:5px;
  77.     background-color:#FEF0F0;
  78.     border:1px solid #FF9185;
  79.     content:"Doesn't contribute to discussion.";
  80.     text-align:center;
  81.     font-size:10px;
  82.     font-weight:normal;
  83.     margin-left:25px;
  84.     margin-top:5px
  85. }
  86.  
  87. .commentarea .usertext-edit:before{
  88.     content:"Explain your answers! Top-level responses that just answer a question with no justification or explanation will be removed and should be reported.";
  89.     display:block;
  90.     text-align:center;
  91.     margin-top:-5px;
  92.     margin-bottom:4px;
  93.     margin-right:-5px;
  94.     padding:4px;
  95.     color:#000!important;
  96.     background-color:#f6e69f;
  97.     border:1px solid orange;
  98.     font-size:11px;
  99.     font-weight:bold
  100. }
  101.  
  102. .commentarea .child .usertext-edit:before{
  103.     content:"";
  104.     display:none
  105. }
  106.  
  107. img.approval-checkmark[title="approved by AutoModerator"]{
  108.     background:#ff6
  109. }
  110.  
  111. a[href="#s"],a[href="#spoiler"]{
  112.     display:inline-block;
  113.     background:black!important;
  114.     color:white!important;
  115.     cursor:default;
  116.     padding:1px 2px
  117. }
  118.  
  119. a[href="#s"]::after,a[href="#spoiler"]::after{
  120.     content:attr(title);
  121.     background:black!important;
  122.     color:black!important;
  123.     visibility:visible;
  124.     padding:0px 8px
  125. }
  126.  
  127. a[href="#s"]:hover,a[href="#spoiler"]:hover{
  128.     color:darkorange!important;
  129.     cursor:default
  130. }
  131.  
  132. a[href="#s"]:hover::after,a[href="#s"]:active::after,a[href="#spoiler"]:hover::after,a[href="#spoiler"]:active::after{
  133.     color:white!important
  134. }
  135.  
  136. a[href$="/spoiler"]{
  137.     background:#000!important;
  138.     color:#000!important;
  139.     border:1px solid black;
  140.     padding-right:1px
  141. }
  142.  
  143. a[href$="/spoiler"]:hover{
  144.     color:#FFF!important
  145. }
  146.  
  147. a[href$="/spoiler"]::before{
  148.     background:#FFF!important;
  149.     color:#000!important;
  150.     padding:0px 1px;
  151.     margin:0px;
  152.     margin-right:1px
  153. }
  154.  
  155. a[href$="/spoiler"]::before{
  156.     content:"Spoiler"
  157. }
  158.  
  159. a[href$="/spoiler"][title]::before{
  160.     content:attr(title) " Spoiler"
  161. }
  162.  
  163. .linkflairlabel{
  164.     max-width:none;
  165.     font-size:inherit;
  166.     border:none;
  167.     background-color:transparent;
  168.     padding:0;
  169.     display:inline;
  170.     margin-right:5px;
  171.     color:darkred
  172. }
  173.  
  174. .linkflair-green .linkflairlabel{
  175.     color:darkgreen
  176. }
  177.  
  178. #header{
  179.     background-color:#555555
  180. }
  181.  
  182. a#sr-more-link{
  183.     background-color:#2B2B2B;
  184.     color:#ababab
  185. }
  186.  
  187. .sr-bar a{
  188.     color:#ababab
  189. }
  190.  
  191. #sr-header-area{
  192.     background-color:#2B2B2B
  193. }
  194.  
  195. .dropdown.srdrop .selected{
  196.     color:#ababab
  197. }
  198.  
  199. .pagename a{
  200.     color:#ffcb16;
  201.     line-height:100%;
  202.     font-size:1.0em
  203. }
  204.  
  205. .tabmenu li.selected a{
  206.     padding:2px 6px 0 6px;
  207.     color:black;
  208.     font-size:18px;
  209.     background-color:white;
  210.     border:1px solid #2c2c2c;
  211.     border-bottom:1px solid white;
  212.     border-top-left-radius:6px;
  213.     border-top-right-radius:6px;
  214.     z-index:100
  215. }
  216.  
  217. .tabmenu li a{
  218.     padding:2px 6px 2px 6px;
  219.     background-color:#2b2b2b;
  220.     border-top-left-radius:4px;
  221.     border-top-right-radius:4px;
  222.     text-decoration:none;
  223.     color:#ababab
  224. }
  225.  
  226. div#header-bottom-right a{
  227.     text-decoration:none;
  228.     color:#ababab
  229. }
  230.  
  231. body{
  232.     font:normal x-small verdana,arial,helvetica,sans-serif
  233. }
  234.  
  235. .link .score.likes{
  236.     color:#ffcb16
  237. }
  238.  
  239. .link .score{
  240.     margin-top:1px;
  241.     margin-left:1px
  242. }
  243.  
  244. span.flair-a{
  245.     display:none
  246. }
  247.  
  248. #header-bottom-right{
  249.     background-color:#2B2B2B
  250. }
  251.  
  252. .user{
  253.     color:white
  254. }
  255.  
  256. .linkinfo{
  257.     border:1px solid #242424;
  258.     background-color:#fefff3
  259. }
  260.  
  261. body{
  262.     position:relative
  263. }
  264.  
  265. div.content{
  266.     margin-top:47px
  267. }
  268.  
  269. .pagename{
  270.     font-size:12pt
  271. }
  272.  
  273. .titlebox form{
  274.     position:static
  275. }
  276.  
  277. .titlebox .usertext-body .md ol{
  278.     background-color:#f6e69f;
  279.     color:#000!important;
  280.     font-size:0.9em;
  281.     border:1px solid orange;
  282.     position:absolute;
  283.     top:87px;
  284.     left:20px;
  285.     right:320px;
  286.     z-index:50;
  287.     margin:0;
  288.     padding:4px;
  289.     list-style:none;
  290.     display:block;
  291.     white-space:nowrap;
  292.     overflow:hidden
  293. }
  294.  
  295. .titlebox .usertext-body .md ol li{
  296.     margin:3px
  297. }
  298.  
  299. .titlebox .bottom{
  300.     display:none
  301. }
  302.  
  303. .arrow.up{
  304.     background-image:url(http://d.thumbs.redditmedia.com/cwjhlYIBCpCOvpj3.png);
  305.     background-position:0 0
  306. }
  307.  
  308. .arrow.down{
  309.     background-image:url(http://e.thumbs.redditmedia.com/iSOIYHkaEHY8bgFR.png);
  310.     background-position:0 0
  311. }
  312.  
  313. .arrow.upmod{
  314.     background-image:url(http://e.thumbs.redditmedia.com/-OIzYwBKFUV01m_j.png);
  315.     background-position:0 0
  316. }
  317.  
  318. .arrow.downmod{
  319.     background-image:url(http://b.thumbs.redditmedia.com/YakJ7aI0bBcrp5oy.png);
  320.     background-position:0 0
  321. }
  322.  
  323. .commentarea .arrow.down{
  324.     background-image:url(http://c.thumbs.redditmedia.com/fv5Sv4bc4KpAGnPD.png);
  325.     background-position:4px 3px
  326. }
  327.  
  328. .commentarea .arrow.downmod{
  329.     background-image:url(http://b.thumbs.redditmedia.com/xwhFEncNagfIq9A1.png);
  330.     background-position:4px 3px
  331. }
  332.  
  333. .side h6+blockquote{
  334.     display:block;
  335.     background-color:#FEF0F0;
  336.     border:1px solid #FF9185;
  337.     color:#000!important
  338. }
  339.  
  340. .side h5+blockquote{
  341.     display:block;
  342.     background-color:#EAEAFF;
  343.     border:1px solid #0088FF;
  344.     color:#000!important
  345. }
  346.  
  347. .side h4+blockquote{
  348.     display:block;
  349.     background-color:#E9FFE6;
  350.     border:1px solid #9EF886;
  351.     color:#000!important
  352. }
  353.  
  354. body.res-nightmode .sidebox{
  355.     padding-left:0!important
  356. }
  357.  
  358. body.res-nightmode .sidebox.submit{
  359.     background-image:none!important
  360. }
  361.  
  362. body.res-nightmode .sidebox,body.res-nightmode .subredditbox,body.res-nightmode .subreddit-info,body.res-nightmode .raisedbox,body.res-nightmode .login-form-side{
  363.     border:0!important;
  364.     border-radius:0!important;
  365.     -moz-border-radius:0!important;
  366.     -webkit-border-radius:0!important
  367. }
  368.  
  369. body.res-nightmode .sidebox.submit .morelink a{
  370.     color:#DDD!important
  371. }
  372.  
  373. body.res-nightmode .sidebox.submit:hover{
  374.     background-color:#444!important
  375. }
  376.  
  377. body.res-nightmode .sidebox.submit:hover .nub{
  378.     border-left-color:#444
  379. }
  380.  
  381. .sidebox.submit .spacer,.sidebox.create{
  382.     display:none
  383. }
  384.  
  385. a.author[href$="/JeremiahSlaczka"]:before{
  386.     content:url(http://e.thumbs.redditmedia.com/4hjcJjeRgKjMtsrv.png)
  387. }
  388.  
  389. a.author[href$="/MariusFahlbusch"]:before{
  390.     content:url(http://e.thumbs.redditmedia.com/zV4LQieNnzWzqOBF.png)
  391. }
  392.  
  393. body.wiki-page div.toc ul{
  394.     max-width:500px
  395. }
  396.  
  397. body.wiki-page div.wiki-page-content .md.wiki h1{
  398.     font-size:2em
  399. }
  400.  
  401. body.wiki-page div.wiki-page-content .md.wiki h2{
  402.     font-size:1.2em
  403. }
  404.  
  405. body.wiki-page-automoderator textarea{
  406.     font-family:monospace
  407. }
  408.  
  409. .stickied .title{
  410.     color:blue!important;
  411.     font-weight:normal!important
  412. }
Advertisement
Add Comment
Please, Sign In to add comment