Advertisement
Guest User

Untitled

a guest
Jan 19th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.98 KB | None | 0 0
  1. #header
  2. {
  3.     background: #90BEE5 url(%%mudkip%%) bottom left no-repeat;
  4. }
  5.  
  6. #header-bottom-left
  7. {
  8.     display: table-cell;
  9.     vertical-align: bottom;
  10.  
  11.     height: 55px;
  12.  
  13.     padding-left: 65px;
  14. }
  15.  
  16. #header-img-a
  17. {
  18.     display: none;
  19. }
  20.  
  21. #header-bottom-left .redditname
  22. {
  23. }
  24.  
  25. #header-bottom-left .redditname a
  26. {
  27.     font-size: 0;
  28. }
  29.  
  30. #header-bottom-left .redditname a:before
  31. {
  32.     display: inline-block;
  33.     content: url(%%mudtek%%);
  34.  
  35.     margin-right: 5px;
  36. }
  37.  
  38. .tabmenu a
  39. {
  40.     border-top-left-radius: 6px;
  41.     border-top-right-radius: 6px;
  42. }
  43.  
  44. .comment .tagline
  45. {
  46.     font-size: 0;
  47. }
  48.  
  49. .comment .tagline > *
  50. {
  51.     display: inline-block;
  52.  
  53.     margin-right: 5px;
  54.  
  55.     font-size: 10px;
  56. }
  57.  
  58. .comment .tagline .score.dislikes
  59. {
  60.     display: none;
  61. }
  62.  
  63. .comment .tagline .score.unvoted
  64. {
  65.     display: none;
  66. }
  67.  
  68. .comment .tagline .score.likes
  69. {
  70.     display: inline-block;
  71. }
  72.  
  73. .comment .tagline .author,
  74. .comment .tagline .author + .flair,
  75. .comment .tagline .author + .RESUserTag,
  76. .comment .tagline .author + .RESUserTag + a + .flair
  77. {
  78.     display: inline-block;
  79.  
  80.     height: 14px;
  81.     line-height: 14px;
  82.  
  83.     padding: 0 2px;
  84.  
  85.     border: 2px solid rgb(116, 180, 201);
  86.     border-radius: 2px;
  87. }
  88. .comment .tagline .author.submitter,
  89. .comment .tagline .author.submitter + .flair,
  90. .comment .tagline .author.submitter + .RESUserTag,
  91. .comment .tagline .author.submitter + .RESUserTag + a + .flair {
  92.     border-color: rgb(101, 156, 101);
  93. }
  94.  
  95. .comment .tagline .author,
  96. .comment .tagline .author + .RESUserTag {
  97.     margin-right: 0;
  98. }
  99.  
  100. .comment .tagline .author {
  101.     background: rgb(116, 180, 201) !important;
  102.  
  103.     color: #ffffff;
  104. }
  105.  
  106. .comment .tagline .author.submitter {
  107.     background-color: rgb(101, 156, 101) !important;
  108. }
  109.  
  110. .comment .tagline .flair,
  111. .comment .tagline .RESUserTag {
  112.     position: relative;
  113.     margin-left: -2px;
  114.     background: white;
  115. }
  116.  
  117. .userTagLink.hasTag {
  118.     border: none !important;
  119.     font-family: Arial;
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement