Guest User

Untitled

a guest
Nov 21st, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. #profile-container {background:none;}.
  2.  
  3.  
  4. body {background-color: white;
  5.  
  6. background-image: url("");
  7.  
  8. background-repeat: no-repeat;
  9.  
  10. background-attachment: fixed;
  11.  
  12. background-position: top-right;}
  13.  
  14.  
  15.  
  16. #container {
  17.  
  18. width: 400px;
  19.  
  20. height: 500px;
  21.  
  22. position: fixed;
  23.  
  24. top: 50px;
  25.  
  26. left: 100px;
  27.  
  28. border: 4px solid #8A5D06;
  29. overflow: auto;
  30.  
  31. border-top-right-radius: 16px 16px;
  32.  
  33. border-bottom-right-radius: 16px 16px;
  34.  
  35. font-size: 10px;
  36.  
  37. color: #000000;
  38.  
  39. }
  40.  
  41. #infobar {
  42.  
  43. width: 200px;
  44.  
  45. height: 500px;
  46.  
  47. position: fixed;
  48.  
  49. top: 50px;
  50.  
  51. left: 505px;
  52.  
  53. border: 4px solid #8A5D06;
  54. border-top-left-radius: 16px 16px;
  55.  
  56. border-bottom-left-radius: 16px 16px;
  57.  
  58. font-size: 10px;
  59.  
  60. color: #000000;
  61.  
  62. }
  63.  
  64. #weapon {
  65.  
  66. position: fixed;
  67.  
  68. bottom: 10px;
  69.  
  70. left: 10px;
  71.  
  72. border: 4px solid #8A5D06;
  73. }
  74.  
  75. p {
  76.  
  77. margin: 10px 10px 10px 10px;
  78.  
  79. }
  80.  
  81. h1{
  82.  
  83. font-family: 'times new roman';
  84.  
  85. font-size: 20px;
  86.  
  87. color: #FFFFFF;
  88.  
  89. background-color: #E2B254;
  90. line-height: 18px;
  91.  
  92. letter-spacing: 1px;
  93.  
  94. font-variant: small-caps;
  95.  
  96. }
  97.  
  98. h3 {
  99.  
  100. font-family: 'times new roman';
  101.  
  102. font-size: 12px;
  103.  
  104. color: #FFFFFF;
  105.  
  106. background-color: #E2B254;
  107. line-height: 12px;
  108.  
  109. letter-spacing: 2px;
  110.  
  111. font-variant: small-caps;
  112.  
  113. text-align: center;
  114.  
  115. }
  116.  
  117. a, a:visited {
  118.  
  119. color: #636c75;
  120.  
  121. text-decoration: none;
  122.  
  123. }
  124.  
  125. a:hover {
  126.  
  127. color: #9aa3ad;
  128.  
  129. text-decoration: none;
  130.  
  131. }
  132.  
  133. b {
  134.  
  135. color: #ff4200;
  136.  
  137. }
  138.  
  139. i {
  140.  
  141. color: #ff9a00;
  142.  
  143. }
Add Comment
Please, Sign In to add comment