hero0fwar

Reddit Sticky Post

Feb 6th, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1.  
  2. .titlebox .usertext-body .md > p:first-child
  3. {
  4. position: absolute;
  5. display: block;
  6. top: 85px;
  7. left: 0;
  8. background-repeat: no-repeat;
  9. background-position: left center;
  10. padding: 40px 20px;
  11. margin-left: 10px;
  12. z-index: 0;
  13. }
  14.  
  15. .titlebox .usertext-body .md > p:first-child > a
  16. {
  17. margin-left: -15px;
  18. margin-right: 20px;
  19. padding: 7px 7px;
  20. color: #FFFFFF;
  21. background-color: #D2232A;
  22. background-image: url(%%red-line%%);
  23. background-repeat: repeat-x;
  24.  
  25. -webkit-box-shadow: 4px 4px 5px #CCC;
  26. -moz-box-shadow: 4px 4px 5px #CCC;
  27. box-shadow: 4px 4px 5px #CCC;
  28.  
  29. -webkit-border-radius: 5px;
  30. -moz-border-radius: 5px;
  31. border-radius: 5px;
  32.  
  33. }
  34.  
  35. .titlebox .usertext-body .md > p:first-child > a[title] em
  36. {
  37. padding-left: 30px;
  38. background-repeat: no-repeat;
  39. background-position: center left;
  40. }
  41.  
  42.  
  43. .titlebox .usertext-body .md > p:first-child > a[title="Other"] em
  44. {
  45. background-image: url(%%other-icon%%);
  46. }
  47.  
  48. .titlebox .usertext-body .md > p:first-child > a[title="Charlie"] em
  49. {
  50. background-image: url(%%charlie-flair%%);
  51. }
  52.  
  53. .titlebox .usertext-body .md > p:first-child > a[title="Notice"] em
  54. {
  55. background-image: url(%%alert-icon%%);
  56. }
  57.  
  58. .titlebox .usertext-body .md > p:first-child > a:hover
  59. {
  60. color: #000;
  61. -webkit-box-shadow: 1px 1px 5px #666;
  62. -moz-box-shadow: 1px 1px 5px #666;
  63. box-shadow: 1px 1px 5px #666;
  64. }
  65.  
  66. .titlebox .usertext-body .md > p:first-child > a strong
  67. {
  68. color: #002200;
  69. font-weight: normal;
  70. padding: 4px;
  71. }
  72.  
  73. .titlebox .usertext-body .md > p:first-child > a em
  74. {
  75. font-style: normal;
  76. color: #FFF;
  77. padding: 20px 10px;
  78. }
  79.  
  80. .content { margin-top: 60px; }
Add Comment
Please, Sign In to add comment