Advertisement
Guest User

Editcodeofacode

a guest
Aug 25th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond%7COswald:700';
  4.  
  5. #profile { border: hidden; background-color: transparent; }
  6.  
  7. .pfor {display:none;}
  8.  
  9. body{
  10. background-color:#000;
  11. background-image:url();
  12. background-attachment:fixed;
  13. background-position center;
  14. }
  15.  
  16. #hold{
  17. width:430px;
  18. height:380px;
  19. border-top:2px solid #FF6F8D;
  20. border-left:2px solid #FF6F8D;
  21. }
  22.  
  23. .on{
  24. margin: auto;
  25. position: absolute;
  26. top: 0; left: 0; bottom: 0; right: 0;
  27. }
  28.  
  29. .tight{
  30. position:absolute;
  31. top:-88px;
  32. right:-280px;
  33. width:401px;
  34. height:490px;
  35. background:url(https://i.imgur.com/5Wodegs.png) no-repeat;
  36. background-size:100%;
  37. }
  38.  
  39. .to{
  40. position:absolute;
  41. bottom:-52px;
  42. left:-2px;
  43. width:50px;
  44. height:50px;
  45. border-left:2px solid #FF6F8D;
  46. border-bottom:2px solid #FF6F8D;
  47. border-radius: 0px 0px 0px 100px;
  48. }
  49.  
  50. .my{
  51. position:absolute;
  52. top:-38px;
  53. right:-2px;
  54. font-family: 'Oswald', sans-serif;
  55. font-size: 30px;
  56. letter-spacing: 2px;
  57. color: #FF6F8D;
  58. text-shadow:-4px 0px 0px #c57;
  59. box-shadow:0px 0px 5px #c57;
  60. }
  61.  
  62. .hand{
  63. position:absolute;
  64. bottom:-52px;
  65. left:44px;
  66. height:26px;
  67. width:170px;
  68. border-bottom:2px solid #FF6F8D;
  69. box-shadow:0px 0px 5px #c57;
  70. }
  71.  
  72. .itll{
  73. position:absolute;
  74. top:0px;
  75. left:0px;
  76. width:312px;
  77. height:360px;
  78. background:black;
  79. -moz-box-shadow: inset 0 0 120px #eee;
  80. -webkit-box-shadow: inset 0 0 120px #eee;
  81. box-shadow: inset 0 0 120px #eee;
  82. border-right:2px solid #FF6F8D;
  83. border-bottom:2px solid #FF6F8D;
  84. border-radius:0px 0px 10px 0px;
  85. }
  86.  
  87. .be{
  88. position:absolute;
  89. width:301px;
  90. height:350px;
  91. top:2px;
  92. left:2;
  93. overflow:hidden;
  94. }
  95.  
  96. .alright{
  97. width:301px;
  98. height:350px;
  99. overflow:auto;
  100. }
  101.  
  102. .be{
  103. position:absolute;
  104. width:301px;
  105. height:350px;
  106. top:2px;
  107. left:2;
  108. overflow:hidden;
  109. }
  110.  
  111. .alright{
  112. width:301px;
  113. height:350px;
  114. overflow:auto;
  115. }
  116.  
  117. .okay{
  118. color:#FF0000;
  119. font-size:16px;
  120. text-align:justify;
  121. line-height:17px;
  122. font-family: 'Cormorant Garamond', serif;
  123. margin: 4px;
  124. text-shadow:0px 0px 5px #c57;
  125. box-shadow:0px 0px 20px #c57;
  126. }
  127.  
  128. .streetcred{
  129. position:absolute;
  130. top:120px;
  131. left:280px;
  132. font-family: 'Cormorant Garamond', serif;
  133. font-weight:500;
  134. font-size:16px;
  135. letter-spacing:1px;
  136. color:#FF6F8D;
  137. transform: rotate (90deg);
  138. -webkit-transform: rotate(90deg);
  139. -ms-transform: rotate (90deg);
  140. text-shadow:0px 0px 5px #c57;
  141. }
  142.  
  143. a.hoi:link, a.hoi:active, a.hoi:visited{
  144. font-family: 'Oswald', sans-serif;
  145. text-decoration: none;
  146. font-size: 24px;
  147. line-height: 24px;
  148. letter-spacing: -1px;
  149. color: #FF6F8D;
  150. margin-right:12px;
  151. }
  152.  
  153. a.hoi:hover{
  154. text-shadow:-4px 0px 0px #f25;
  155. }
  156.  
  157. a:active, a:link, a:visited{
  158. color:#1100FF;
  159. text-decoration:none;
  160. }
  161.  
  162. a:hover{
  163. cursor:help;
  164. color:#fff;
  165. text-decoration:line-through;
  166. }
  167.  
  168. b {
  169. color: #7A0093;
  170. }
  171.  
  172. i{
  173. color:#FFF600;
  174. font-weight:light;
  175. letter-spacing: 1px;
  176. font-style:italic;
  177. }
  178.  
  179. h1{
  180. font-size: 16px;
  181. width: 100%;
  182. font-family: 'Oswald', sans-serif;
  183. font-weight: normal;
  184. line-height: 16px;
  185. text-transform: uppercase;
  186. text-align: left;
  187. text-indent:20px;
  188. color: #14D014;
  189. border-bottom: 1px solid #744;
  190. text-shadow:0px 0px 5px #c57;
  191. }
  192.  
  193. h1:first-letter{
  194. color: #FF6F8D;
  195. font-size: 20px;
  196. font-weight: bold;
  197. text-shadow: 0px 0px 3px #edb;
  198. }
  199. ::-webkit-scrollbar {width: 5px;}
  200. ::-webkit-scrollbar-thumb:vertical {
  201. height: 10px;background-color: #edd;}
  202. ::-webkit-scrollbar-thumb:horizontal {
  203. height: 10px;background-color: #edd;border: 0px ;width: 12px;}
  204.  
  205. .musicplayer{ position: fixed; top: 100; left: 500; height: 12; width: 34px; padding: 5px; padding-top: 5; overflow: hidden; z-index: 2000; text-align: center; }
  206.  
  207. .song{ float: center; margin-top: -23px; margin-left: -1px; height: 40px; width: 40px; overflow: hidden; opacity: 0; }
  208. </style>
  209. <div id="hold" class="on">
  210. <div class="tight"></div>
  211. <div class="to"></div>
  212. <div class="my"> </div>
  213. <div class="itll"><div class="be">
  214. <div id="dont" class="alright">
  215. <div class="okay">
  216.  
  217. <h1>Out of character</h1>
  218.  
  219. <font style=float:left><b>Name</b></font> <font style=float:right>Villicolor</font><br>
  220. <font style=float:left><b>Gender</b></font> <font style=float:right>Male</font><br>
  221. <font style=float:left><b>Age</b></font> <font style=float:right>Young</font><br>
  222. <font style=float:left><b>Height</b></font> <font style=float:right>4 ft</font><br>
  223. <font style=float:left><b>Weight</b></font> <font style=float:right>8.5 lbs</font><br>
  224. <font style=float:left><b>Type</b></font> <font style=float:right>Water / Dragon</font><br>
  225. <font style=float:left><b>Species</b></font> <font style=float:right>Rainbow Glow Pokemon</font><br>
  226. <font style=float:left><b>Ability</b></font> <font style=float:right>Drizzle</font><br>
  227. <font style=float:left><b>Level</b></font> <font style=float:right>Low</font><br>
  228. <font style=float:left><b>Trainer</b></font> <font style=float:right>None</font><br>
  229. <font style=float:left><b>Item</b></font> <font style=float:right>None</font><br><br><br>
  230. <b>[DEX ENTRY #866]</b> <br><i>The small oval wings on it's collar allow it to literally fly through the water, even aiding it to jump out of the water and glide through the air with them for a short distance. Villicolor's body glows in the dark, different segments flash randomly when it feels alerted or nervous.</i>
  231. </div></div>
  232. <div id="you" class="alright">
  233. <div class="okay">
  234. <h1>Moveset</h1>
  235. <b>Sharpen</b> - <i>The user makes its edges more jagged, which raises its Attack stat.</i> <br>
  236. <b>Leer</b> - <i>The user gives opposing Pokémon an intimidating leer that lowers the Defense stat.</i> <br>
  237. <b>Aqua Jet</b> - <i>The user lunges at the target at a speed that makes it almost invisible. This move always goes first. - Has a priority of +1.</i> <br>
  238. <b>Unlearned</b> - <i></i> <br>
  239.  
  240. </div></div>
  241. <div id="let" class="alright">
  242. <div class="okay">
  243. <h1>Known</h1>
  244. <font style=float:right><a href="https://roleplay.chat/profile.php?user=Archdeus" target="_blank">Father - Creator - </a></font><br>
  245. <font style=float:right><a href="" target="_blank">Wild Flower</a></font><br>
  246. <font style=float:right><a href="" target="_blank">Wild Flower</a></font><br>
  247. <font style=float:right><a href="" target="_blank">Wild Flower</a></font><br>
  248.  
  249. </div></div>
  250. <div id="go" class="alright">
  251. <div class="okay">
  252. <h1>Out of Character</h1>
  253. :droplet:<b>Super DM kind!</b> <br>
  254. :droplet:<b>Ka'lien Region Fakemon</b> <br>
  255. :droplet:<b>Writer is <i>not</i> Character</b> <br>
  256. :droplet:<b>Please, no drama OOC</b> <br>
  257. :droplet:<b>He smol, but he attacc</b> <br>
  258. :droplet:<b></b> <br>
  259. :droplet:<b></b> <br>
  260.  
  261. </div></div>
  262. </div></div>
  263. <div class="hand">
  264. <a href="#dont" class="hoi">I</a>
  265. <a href="#you" class="hoi">II</a>
  266. <a href="#let" class="hoi">III</a>
  267. <a href="#go" class="hoi">IV</a>
  268. </div>
  269. <div class="streetcred">@<a href="http://pastebin.com/u/ClaudiaPapillon" target="_blank">ClaudiaP</a></div>
  270. </div>
  271. <div class="musicplayer">
  272. <img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif%22%3E
  273. <div class="song">
  274. <audio controls>
  275. <source src="http://k003.kiwi6.com/hotlink/n2vro1ykrd/Last_of_Me.mp3%22%3E
  276. </audio></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement