Advertisement
soaheb

Untitled

Mar 30th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. /* moderator tools to easily id untagged posts */
  2. /*.moderator.listing-page .linklisting .thing{ background-color:#FF8E8E;}
  3. .moderator.listing-page .linklisting .thing:hover{background-color:#FF8E8E;}
  4. .moderator.listing-page .linklisting .RES-keyNav-activeElement {background-color:#FF8E8E!important;}
  5.  
  6. .moderator.listing-page .linklisting .linkflair {background-color: #ffffff;}
  7. .moderator.listing-page .linklisting .linkflair:hover {background-color: #d9d9d9!important;}
  8. .moderator.listing-page .linklisting .linkflair .RES-keyNav-activeElement {background-color: #ffffff!important;}
  9. */
  10.  
  11.  
  12.  
  13. /*
  14. #header-bottom-right {
  15. height: 18px!important;
  16. padding: 1px !important;
  17. letter-spacing: 1px;
  18. line-height: 16px;
  19. top: 105px!important;
  20. bottom: auto;
  21. background-color: #3ed161;
  22. color: #ebe412;
  23. }
  24. */
  25.  
  26.  
  27. /*
  28. .titlebox h6 { display: none }
  29. .listing-page .titlebox h6,
  30. .wiki-page .titlebox h6,
  31. .single-page .titlebox h6 {
  32. position: absolute;
  33. top: 230px;
  34. left: 0px;
  35. display: block;
  36. margin: 0 340px 0 15px;
  37. }
  38. .listing-page .titlebox h6 a,
  39. .wiki-page .titlebox h6 a,
  40.  
  41. .single-page .titlebox h6 a {
  42. display:inline-block;
  43. margin-right:10px;
  44. padding:3px 5px;
  45. font-weight:bold;
  46. font-size:100%;
  47. color:#ffffff;
  48. background-color: #8cc363!important;
  49. background-image: -webkit-linear-gradient(top,#8cc363,#4ca20b);
  50. background-image: -moz-linear-gradient(top,#8cc363,#4ca20b);
  51. background-image: -ms-linear-gradient(top,#8cc363,#4ca20b);
  52. background-image: -o-linear-gradient(top,#8cc363,#4ca20b);
  53. border-width:1px;
  54. border-style:solid;
  55. border-color:#327E04;
  56. border-radius:1px;
  57. -moz-border-radius:1px;
  58. -webkit-border-radius:1px;
  59. }
  60.  
  61. .listing-page .titlebox h6 a:hover,
  62. .wiki-page .titlebox h6 a:hover,
  63. .single-page .titlebox h6 a:hover {
  64. background-color: #3691D7!important;
  65. background-image: -webkit-linear-gradient(bottom,#304A12,#76B72C);
  66. background-image: -moz-linear-gradient(bottom,#304A12,#76B72C);
  67. background-image: -ms-linear-gradient(bottom,#304A12,#76B72C);
  68. background-image: -o-linear-gradient(bottom,#304A12,#76B72C);
  69. color:#FFF;
  70. }
  71.  
  72. */
  73.  
  74.  
  75. /*.submit-link:hover, .submit-text:hover{ background-position: 0 0; }*/
  76.  
  77.  
  78. /*.submit-page .infobar {
  79. padding: 10px 10px 10px 10px;
  80. font-weight: bold;
  81. color: #419532;
  82. text-align: center;
  83. text-indent: -9999px;
  84.  
  85. }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement