Advertisement
Guest User

Untitled

a guest
May 26th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. body {
  2. background-color:#000000;
  3. }
  4. * {
  5. padding: 0px;
  6. margin: 0px;
  7. }
  8. input[type="radio"]:checked+label{
  9. font-weight: bold;
  10. color: green;
  11. font-size: 15px;
  12. }
  13. .outerframe {
  14. font:10px arial,sans-serif;
  15. color:#e81ce8;
  16. position: absolute;
  17. text-shadow:
  18. -1px -1px 0 #000,
  19. 1px -1px 0 #000,
  20. -1px 1px 0 #000,
  21. 1px 1px 0 #000;
  22.  
  23. }
  24. .outerframe span{
  25. display:none;
  26. }
  27. .outerframe:hover span{
  28. display:block;
  29. }
  30. .Owner {
  31. color:#00ffff;
  32. }
  33. .user {
  34. color:#00ff00;
  35. }
  36. .group {
  37. color:#0000ff;
  38. }
  39. .innerframe {
  40. border-width:1px;
  41. margin:1px;
  42. }
  43. .innertext {
  44. padding:2px;
  45. }
  46. .innertext_towny{
  47. display:none;
  48. }
  49. .marker {
  50. position:absolute;
  51. border:1px solid #000000;
  52. color:#ffffff;
  53. padding:2px;
  54. background-color:red;
  55. z-index:100;
  56. }
  57. .topleft{
  58. position:absolute;
  59. top:0px;
  60. left:2px;
  61. background-color:#ffffff;
  62. display:none;
  63. }
  64. .bottomleft{
  65. position:absolute;
  66. bottom:0px;
  67. left:2px;
  68. background-color:#ffffff;
  69. display:none;
  70. }
  71. .bottomright{
  72. position:absolute;
  73. right:2px;
  74. bottom:0px;
  75. background-color:#ffffff;
  76. display:none;
  77. }
  78. .outerframe:hover .innertext{
  79. position:center;
  80. font-size:15px;
  81. top:10px;
  82. left:10px;
  83. background-color:black;
  84. border:1px solid black;
  85. padding:5px;
  86. z-index:200;
  87. border-radius: 25px;
  88. border: 3px solid #736f65;
  89. float: right;
  90. }
  91. .user {
  92. display:none;
  93.  
  94. }
  95. .outerframe:hover .user{
  96. display:inline;
  97. }
  98.  
  99. .outerframe:hover .innertext_towny{
  100. position:absolute;
  101. font-size:15px;
  102. top:10px;
  103. left:10px;
  104. background-color:black;
  105. border:1px solid black;
  106. padding:1px;
  107. z-index:200;
  108. display:block;
  109. }
  110. .coords {
  111. display:none;
  112. color:#ffffff;
  113. }
  114.  
  115. #outer_box {
  116. position:absolute;
  117. top:30px;
  118. left:30px;
  119. }
  120.  
  121. .map_image {
  122. position:absolute;
  123. }
  124. .outpost {
  125. background-color: rgba(0, 0, 0, 0.5);
  126. }
  127. .black {
  128. background-color: rgba(0, 0, 0, 0.7);
  129. }
  130. .black div, .red div {
  131. }
  132. .red {
  133. background-color: rgba(255, 0, 0, 0.7);
  134. color: #000000;
  135. }
  136. .yellow {
  137. background-color: rgba(255, 255, 0, 0.7);
  138. color: #000000;
  139. }
  140.  
  141. .hide {
  142. display:none;
  143. }
  144. .small {
  145. font-size:8px;
  146. }
  147. .whiteborder {
  148. border:1px solid #FFFFFF;
  149. }
  150. .redborder {
  151. border:1px solid red;
  152. }
  153.  
  154. .yellowborder {
  155. border:1px solid yellow;
  156. }
  157. .blackborder {
  158. border:1px solid #000000;
  159. }
  160. .innerframe {
  161. position: relative; top: 3px; bottom: 3px; left: 3px; right: 3px;
  162. }
  163. .outerframe {
  164. }
  165. .normallot {
  166. width:96px;
  167. height:96px;
  168. }
  169. .hidden {
  170. font-size:20px;
  171. background-color:#ffffff;
  172. display:none;
  173. border:1px solid black;
  174. padding:1px;
  175. }
  176.  
  177. .center {
  178. text-align:center;
  179. }
  180.  
  181. .size124_124 {width:124px; height:124px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement