Advertisement
ClaudiaPapillon

Metapod

Jun 11th, 2014
1,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3.  
  4. #profile { border: hidden; background-color: transparent; }
  5.  
  6. .pfor {display:none;}
  7.  
  8. body{
  9. background-color:#E7FBAA;
  10. background-image:url(http://i261.photobucket.com/albums/ii58/FARMMR/tartan_92e5308be79fc9c10a2d1ce7525bef0f.png);
  11. background-position:center right;
  12. background-attachtment:fixed;
  13. Cursor:url(http://i261.photobucket.com/albums/ii58/FARMMR/kanacurs.png);
  14. }
  15.  
  16. #credit {
  17. position: absolute;
  18. bottom: 0px;
  19. left: 10px;
  20. }
  21.  
  22. #top{
  23. position:fixed;
  24. left: 0px;
  25. top:90px;
  26. width:600px;
  27. background-color:#174900;
  28. font-family: Arial;
  29. font-size:18px;
  30. font-weight:bold;
  31. text-indent:235px;
  32. text-align:center;
  33. text-shadow: -1px 0 #D4FF01, 0 1px #D4FF01,
  34. 1px 0 #D4FF01, 0 -1px #D4FF01;
  35. color: #007400;
  36. border-top: 5px #86BA08 solid;
  37. border-right: 5px #86BA08 solid;
  38. padding: 10px;
  39. -webkit-border-radius: 0px 60px 0px 0px;
  40. border-radius: 0px 60px 0px 0px;
  41. }
  42.  
  43. #kana{
  44. position: absolute;
  45. bottom:40px;
  46. right:90px;
  47. }
  48.  
  49. #box{
  50. position:absolute;
  51. top:135px;
  52. left:0px;
  53. width:620px;
  54. height:400px;
  55. background-color: #FFF;
  56. -webkit-border-radius: 0px 0px 90px 0px;
  57. border-radius: 0px 0px 90px 0px;
  58. border-bottom: 5px #86BA08 solid;
  59. border-right: 5px #86BA08 solid;
  60. }
  61.  
  62. #crack {
  63. position: absolute;
  64. left: 25px;
  65. top: 15px;
  66. height: 150px;
  67. width:150px;
  68. text-align:left;
  69. font-size:12px;
  70. font-family:century gothic;
  71. font-style:italic;
  72. color:#3B5400;
  73. overflow: auto;
  74. }
  75.  
  76. #coke{
  77. position:aboslute;
  78. right:25px;
  79. top:25px;
  80. float:right;
  81. height:320px;
  82. width: 400px;
  83. margin: 15px 25px 15px 15px;
  84. text-align:justify;
  85. font-size:12px;
  86. font-family:century gothic;
  87. color:#3B5400;
  88. overflow:auto;
  89. }
  90.  
  91. #meth{
  92. position: absolute;
  93. left: 25px;
  94. bottom: 63px;
  95. height: 150px;
  96. width:150px;
  97. text-align:left;
  98. font-size:12px;
  99. font-family:century gothic;
  100. font-style:italic;
  101. color:#3B5400;
  102. overflow: auto;
  103. }
  104.  
  105. ::-webkit-scrollbar {width: 5px;}
  106. ::-webkit-scrollbar-thumb:vertical {
  107. height: 10px;background-color: #D2FFBE;border: 1px solid #92DB81 ;-webkit-border-radius: 0px;}
  108.  
  109. a, a:visited {
  110. text-decoration: none;
  111. font-weight: bold;
  112. font-family: verdana;
  113. font-size: 12px;
  114. text-transform: lowercase;
  115. letter-spacing: 0px;
  116. color: #83B9500;
  117. -webkit-transition: all 0.7s ease-in-out;
  118. -moz-transition: all 0.7s ease-in-out;
  119. -ms-transition: all 0.7s ease-in-out;
  120. -o-transition: all 0.7s ease-in-out;
  121. transition: all 0.7s ease-in-out;
  122. }
  123.  
  124. a:hover {
  125. color: #007400;
  126. cursor: help;
  127. -webkit-transition: all 0.7s ease-in-out;
  128. -moz-transition: all 0.7s ease-in-out;
  129. -ms-transition: all 0.7s ease-in-out;
  130. -o-transition: all 0.7s ease-in-out;
  131. transition: all 0.7s ease-in-out;
  132. }
  133.  
  134. h3{
  135. line-height:2px;
  136. font-family: times new roman;
  137. font-size:16;
  138. letter-spacing:-1px;
  139. color:#789848;
  140. text-align: center;
  141. text-transform: uppercase;
  142. }
  143.  
  144. ul {
  145. list-style-image: url(http://i261.photobucket.com/albums/ii58/FARMMR/11.png);
  146. list-style-position: outside;
  147. }
  148.  
  149. b {
  150. color: #444D16;
  151. }
  152. </style>
  153.  
  154.  
  155.  
  156. <div id="box">
  157. <div id="crack">
  158.  
  159.  
  160.  
  161. </div>
  162. <div id="coke">
  163.  
  164.  
  165.  
  166. </div>
  167.  
  168. <div id="meth">
  169.  
  170.  
  171.  
  172. </div>
  173. </div>
  174.  
  175.  
  176.  
  177. <div id="top">
  178.  
  179. </div>
  180.  
  181.  
  182. <div id="kana">
  183. <img src="http://i261.photobucket.com/albums/ii58/FARMMR/Kanashii.png">
  184. </div>
  185.  
  186.  
  187. <div id="credit">
  188. <a href="http://roleplaychat.org/profile.php?user=Claudia%20Papillon" target="_blank"><img src="http://i261.photobucket.com/albums/ii58/FARMMR/claudiasig.png" width="150"></a>
  189. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement