Advertisement
Guest User

Untitled

a guest
May 6th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. html {
  2. background: url(http://2.bp.blogspot.com/-RD6V1J6eeB4/UAzKRlk8W2I/AAAAAAAAB6o/4Elh4AXhXiA/s1600/world%20of%20warcraft%20demon%20illidan%20stormrage%20wow%20wallpaper%20background%20desktop%20mmo%20online%20blizzard%20game.jpg);
  3. background-size: 100% 100%;
  4. background-repeat: no-repeat;
  5. background-position: right top;
  6. background-attachment: fixed;
  7. }
  8. #statbar-container {
  9. position: relative;
  10.  
  11. margin: auto;
  12. position: fixed;
  13. right: 0px;
  14. z-index: 1;
  15. }
  16. .topbanner-normal {
  17. position: relative;
  18. margin-top: 45px;
  19. }
  20. .statbar-tooltip {
  21. background:rgba(0,0,0,0.6);
  22. opacity: 1;
  23. }
  24. .minibox {
  25. border-style: solid;
  26. border-width: 2px;
  27. border-color: #c61a1a;
  28. }
  29. #nav > li {
  30. border-style: solid;
  31. border-width: 1px;
  32. border-color: #c61a1a;
  33. }
  34. #statbar-xp-progress {
  35.  
  36. background-image: url('http://i.imgur.com/R8oVgPp.png');
  37. }
  38. .news_head, .news_head_tavern {
  39. border-bottom: 1px solid #c61a1a;
  40. background: rgba(0,0,0,0.6);
  41. }
  42. .shout_head {
  43. background:rgba(0,0,0,0.6);
  44. border-bottom: 1px solid #c61a1a;
  45. }
  46. .shout_body {
  47. background:rgba(0,0,0,0.6);
  48. color: white;
  49. }
  50. #mapContainer {
  51.  
  52. background: #c61a1a;
  53. box-shadow: 0 0 12px #000;
  54. }
  55. .innerColumn {
  56.  
  57.  
  58. }
  59.  
  60. div.innerColumnHeader {
  61.  
  62. color: black;
  63. }
  64. div.innerColumnHeader > strong {
  65. font-weight: bold;
  66.  
  67. }
  68. div.innerColumnHeader > a {
  69. color: black;
  70.  
  71. }
  72. .orange.awesome, .orange.awesome:visited {
  73. background-color: #c61a1a;
  74. }
  75.  
  76. #pC {
  77. background: url(http://images.designtrends.com/wp-content/uploads/2015/11/15044444/Plain-Dark-Grey-Background.jpg);
  78. -webkit-border-radius: 15px;
  79. -moz-border-radius: 15px;
  80. border-radius: 15px;
  81. }
  82. #pC::before {
  83. display: none;
  84. }
  85. #pF {
  86. display: none;
  87. }
  88.  
  89. .news_body, .news_body_tavern {
  90. background: rgba(0,0,0,0.6);
  91. }
  92. #worldName, #worldCoord {
  93. color: white;
  94. }
  95. #pCC > h1 {
  96. font-size: 23px;
  97. color: white;
  98. text-shadow: transparent 0 0 0,#aaa 0 1px 1px;
  99. font-weight: bold;
  100. }
  101. #pCC > h2 {
  102. color: white;
  103. }
  104.  
  105. a {
  106. color: white;
  107. }
  108.  
  109. p {
  110. color: white;
  111. }
  112. td.header {
  113. color: black;
  114. }
  115. td.header > a {
  116. color: black;
  117. }
  118. .float_right {
  119. color: white;
  120. }
  121. #pCC {
  122.  
  123. color: white;
  124. }
  125. .ui-tabs > table > td {
  126. color: black;
  127. }
  128. td.header-dark {
  129. color: black;
  130.  
  131. }
  132. .float_right > a {
  133. color: black;
  134. }
  135. span.small > a {
  136. color: black;
  137. }
  138. p.centered {
  139. color: white;
  140. }
  141. .auction-filter {
  142. color: black;
  143. }
  144.  
  145. .news_left_column h1 {
  146.  
  147. text-shadow: 0 0 0px #ebddbd;
  148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement