DamonsPoems

Fixed it up Chief

Feb 4th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.55 KB | None | 0 0
  1. <style>.stats-wrapper {
  2. display: grid;
  3. grid-template-columns: 1fr;
  4. grid-auto-flow: row dense;
  5. grid-gap: 3px;
  6. width: 250px;
  7. margin: 50px auto;
  8. position: relative;
  9. left: -10px;
  10. top: -30px;
  11. border: 3px solid white;
  12. border-radius:10px;
  13. }
  14. @media (min-width: 480px) {
  15. .stats-wrapper {
  16. grid-template-columns: 1fr;
  17. }
  18. }
  19. .stat {
  20. background: #30425c;
  21. color: #fff;
  22. display: flex;
  23. align-items: center;
  24. padding-right: 10px;
  25. border-radius:10px;
  26. }
  27. .stat-label {
  28. background: #657e95;
  29. display: inline-block;
  30. padding: 0 10px;
  31. position: relative;
  32. font-weight: bold;
  33. height: 36px;
  34. line-height: 36px;
  35. min-width: 60px;
  36. border-radius:10px 00px 00px 0px;
  37.  
  38. }
  39. .stat-label:before {
  40. content: '';
  41. position: absolute;
  42. top: 0;
  43. right: -20px;
  44. display: inline-block;
  45. width: 0;
  46. height: 0;
  47. border-style: solid;
  48. border-width: 36px 0 0 20px;
  49. border-color: transparent transparent transparent #657e95;
  50. }
  51. .stat-value {
  52. margin-left: 30px;
  53. text-align: right;
  54. min-width: 20px;
  55. }
  56. .stat-bar {
  57. display: inline-block;
  58. height: 5px;
  59. background: #fff;
  60. margin-left: 10px;
  61. border-radius:10px;
  62. }
  63.  
  64. .logo_div, .fpix_header, .topad, .fpix_asl_table, .profile_text,
  65. .nc_profile, #left_container, #profilephoto, #flash_close_butt,
  66. #start_chat_but, .uppermenu, #buyers_ad, #flashcontent, .yellow_but,
  67. .bottombar, .byline, .top-links { visibility: hidden; display: none;}
  68.  
  69. body{background-color: #F5f5f5;}
  70.  
  71. ::-webkit-scrollbar { width: 11px; }
  72.  
  73. ::-webkit-scrollbar-track-piece { background-color: #CCC; }
  74.  
  75. ::-webkit-scrollbar-thumb:vertical {
  76. width: 1px;
  77. border: 5px solid #DDD;
  78. background-color: #FFF;
  79. }
  80.  
  81. ::-webkit-scrollbar:horizontal { height: 11px; }
  82.  
  83. ::-webkit-scrollbar-thumb:horizontal {
  84. width: 1px;
  85. border: 5px solid #DDD;
  86. background-color: #FFF;
  87. }
  88.  
  89. b{color: #AAA;}
  90. i{color: #BBB;}
  91. u{text-decoration: none; border-bottom: 1px solid #CCC;}
  92. strike{color: #DDD;}
  93.  
  94. li{margin-left: 25px;}
  95.  
  96. h1, h2{
  97. font-family: 'Poiret One', cursive;
  98. letter-spacing: 2px;
  99. margin: 0; padding: 0;
  100. }
  101.  
  102. h1{font-size: 12px;}
  103. h2{font-size: 9px;}
  104.  
  105.  
  106. #tupp, #leftSide, #rightSide, #avatarbox{
  107. position: absolute;
  108. border: 1px solid #DDD;
  109. -webkit-filter: grayscale(100%);
  110. }
  111.  
  112. #tupp{
  113. position: fixed;
  114. left: 0; right: 0;
  115. top: 0; bottom: 0;
  116. margin: auto;
  117. width: 900px;
  118. height: 500px;
  119. border: none;
  120. }
  121.  
  122. #leftSide, #rightSide{
  123. height: 400px;
  124. width: 432px;
  125. bottom: 10px;
  126. }
  127.  
  128. #leftSide, #rightSide{background-color: #FFF;}
  129.  
  130. #leftSide{left: 10px;}
  131. #rightSide{right: 10px;}
  132.  
  133. #avatarbox{
  134. right: 10px;
  135. top: 10px;
  136. width: 150px;
  137. height: 150px;
  138. background-color: #FFF;
  139. overflow: hidden;
  140. }
  141.  
  142. #avatarbox img{
  143. margin: 10px 0 0 10px;/* T ? ? L */
  144. height: 130px;
  145. border: 0;
  146. background-color: #CCC;
  147. }
  148.  
  149. #title{
  150. position: absolute;
  151. left: 0; right: 0;
  152. top: 0; margin: 10px 0;
  153. text-align: center;
  154. font-size: 50px;
  155. font-family: 'Poiret One', cursive;
  156. color: #CCC;
  157. text-transform: uppercase;
  158. letter-spacing: 1px;
  159. }
  160.  
  161. #smallBio{
  162. position: absolute;
  163. right: 10px;
  164. bottom: 10px;
  165. border: 1px solid #DDD;
  166. height: 215px;
  167. width: 150px;
  168. overflow: hidden;
  169. }
  170.  
  171. #bigBio{
  172. position: absolute;
  173. left: 10px;
  174. top: 10px;
  175. width: 245px;
  176. height: 378px;
  177. border: 1px solid #DDD;
  178. overflow: auto;
  179. }
  180.  
  181. .text{
  182. margin: 10px;
  183. text-align: right;
  184. text-transform: uppercase;
  185. font-family: Calibri;
  186. font-size: 10px;
  187. text-align: justify;
  188. color: #BBB;
  189. }
  190.  
  191. #smallBio{
  192. text-align: right;
  193. text-transform: uppercase;
  194. font-family: Calibri;
  195. font-size: 10px;
  196. text-align: justify;
  197. color: #BBB;
  198. }
  199.  
  200. #smallBio .text b{
  201. text-transform: uppercase;
  202. display: inline-block;
  203. width: 40px;
  204. padding-right: 10px;
  205. text-align: right;
  206. width: 100%;
  207. }
  208.  
  209. #friendFooter{
  210. position: absolute;
  211. left: 10px;
  212. bottom: 10px;
  213. border: 1px solid #DDD;
  214. width: 400px;
  215. padding-right: 10px;
  216. height: 100px;
  217. white-space: nowrap;
  218. overflow-y: hidden;
  219. }
  220.  
  221. #friendFooter{overflow-y:hidden;overflow-x:scroll;}
  222.  
  223. .friendBox{
  224. width: 186px;
  225. height: 66px;
  226. border: 1px solid #CCC;
  227. margin: 10px 0 0 10px;
  228. display: inline-block;
  229. vertical-align: top;
  230. font-size: 10px;
  231. font-family: Calibri;
  232. }
  233.  
  234. .friendIcon{
  235. width: 56px;
  236. position: relative;
  237. margin-top: 5px;
  238. margin-left: 5px;
  239. padding-right: 5px;
  240. border-right: 1px solid #CCC;
  241. filter: grayscale(100%);
  242. -webkit-filter: grayscale(100%);
  243. }
  244.  
  245. .friendIcon img{width: 100%;}
  246.  
  247. .friendName{
  248. margin-left: 75px;
  249. margin-top: -55px;
  250. text-transform: uppercase;
  251. letter-spacing: 1px;
  252. padding-bottom: 5px;
  253. color: #AAA;
  254. }
  255.  
  256. .friendBio{
  257. margin-left: 70px;
  258. margin-top: 2px;
  259. font-size: 10px;
  260. text-align: center;
  261. font-family: calibri;
  262. color: #CCC;
  263. }
  264.  
  265. #header{
  266. position: absolute;
  267. left: 10px;
  268. top: 10px;
  269. width: 410px;
  270. height: 100px;
  271. border: 1px solid #DDD;
  272. overflow: hidden;
  273. }
  274.  
  275. #header img{
  276. position: absolute;
  277. margin-left: 10px;
  278. margin-top: 10px;
  279. width: 390px;
  280. -webkit-filter: grayscale(100%);
  281. }
  282.  
  283. #mainTextbox{
  284. margin-top: 125px;
  285. margin-left: 10px;
  286. width: 410px;
  287. height: 150px;
  288. border: 1px solid #DDD;
  289. overflow: auto;
  290. }
  291.  
  292. .tag{
  293. width: 125px;
  294. height: 26px;
  295. margin-top: 10px;
  296. margin-bottom: 14px;
  297. line-height: 25px;
  298. padding-right: 10px;
  299. text-align: right;
  300. border: 1px solid #CCC;
  301.  
  302. }
  303.  
  304. .tag b{
  305. display: inline-block;
  306. text-align: left;
  307. position: relative;
  308. left: 0;
  309. float: left;
  310. margin-left: 10px;
  311. }
  312.  
  313. /* please don't change/edit or remove the following c: */
  314. #credit{
  315. position: fixed;
  316. right: 10px;
  317. bottom: 10px;
  318. width: 50px;
  319. height: 20px;
  320. line-height: 20px;
  321. overflow: hidden;
  322. font-size: 10px;
  323. border: 1px solid #EEE;
  324. text-align: center;
  325. letter-spacing: 2px;
  326. font-family: 'Poiret One', cursive;
  327. color: #DDD;
  328. font-weight: bold;
  329. text-transform: uppercase;
  330. }
  331.  
  332. #credit:hover{
  333. color: #000;
  334. letter-spacing: 3px;
  335. background-color: #FFF;
  336. border-color: #AAA;
  337. }
  338.  
  339. #credit, #creditOne, #creditTwo{
  340. transition: all .5s ease-in-out;
  341. -webkit-transition: all .5s ease-in-out;
  342. -moz-transition: all .5s ease-in-out;
  343. -o-transition: all .5s ease-in-out;
  344. -ms-transition: all .5s ease-in-out;
  345. }
  346.  
  347. #credit:hover #creditOne{margin-top: -20px;}
  348. #credit:hover{cursor: hand;}</style>
  349. <body><div id="tupp"><div id="title">Suro Hikata</div><div id="leftSide"><div id="header"></div><div id="friendFooter"><!-- / / / / / F R I E N D / / / / / --> <div class="friendBox"><div class="friendIcon"><img src="https://i.pinimg.com/236x/63/13/96/631396e40f8c833ab84a9e4cc1437eaf.jpg"; height=60><!-- Avatar --> </div> <div class="friendName">Alec Sakamoto</div> <!-- Name/Username --> <div class="friendBio"> <!-- Add smaller than 2 lines --> Close Friend <br> </div> </div> </div> <div id="mainTextbox"> <div class="text"> <h1>Power</h1>
  350. His ability called The Gamer, His ability is quite powerful and is considered a 'cheatsy' ability as he can learn skills quite easily from skill books and level them up quickly. Most of the active skills are voice activated. <br>
  351.  
  352. His ability works like this:<br><br>
  353. ► Certain actions in his daily life get turned into skills.<br><br>
  354. ► Objects turn into items.<br><br>
  355. ► His body works like that of a game character.<br><br>
  356. ► After sleeping in a bed he restores HP, MP and all status effects.<br><br>
  357. ► Certain technique books are treated as skill books.<br><br>
  358. ► Allies can be added to form a party.<br><br>
  359. ►This ability can be temporarily extended to others through the use of the party system.<br><br>
  360. ►It also can generate certain items from monsters even if the monsters don't have physical bodies. These items include crafting and healing items. This is considered turning an illusion into reality.<br><br>
  361. ►It also has the effect of making training areas into full battle areas, as well as making a boss mob appear in all instant dungeon.
  362. ►Just by looking at some person or thing, The system automatically informs him of name and level (usually). Using Observe, he can quantify attributes accurately and without bias.<br><br>
  363. ►EXP points can be gained by defeating enemies (monsters, ability users, etc.) to completing tasks.Limitations: His ability, while very powerful, does have some limitations to it.<br><br>
  364. ► He can't gain certain skills or techniques until he has reached a certain level in a certain area<br><br>
  365. ► He can't 'absorb' books based on theories.<br><br>
  366. ► He can't combine abilities that don't mesh together.<br><br>
  367. ► If stamina (vitality) is more than 4 times lower than his intelligence a deteriorating effect can appear which takes 1 stamina (vitality) point every 24 hours.<br><br>
  368.  
  369. Status Window: This is a voice command that brings up a window that shows his status (name, class, Health Points (HP), Mana Points (MP), level, attributes, title, money and attribute points). Attributes that can be increased via points gained from leveling.<br><br>
  370.  
  371. ► Strength (STR)<br><br>
  372.  
  373. ► Vitality (VIT)<br><br>
  374.  
  375. ► Dexterity (DEX)<br><br>
  376.  
  377. ► Intelligence (INT)<br><br>
  378.  
  379. ► Wisdom (WIS)<br><br>
  380. ►► Magic Resistance increases by 1% every 10 WIS points.<br><br>
  381. ►► Mana Regeneration increases by 1% every 10 WIS points.<br><br>
  382.  
  383. ► Luck (LUK)Attributes that can not be directly increased via points gained from leveling.<br><br>
  384.  
  385. ► Physical resistance<br><br>
  386.  
  387. ► Mana (MP)<br><br>
  388.  
  389. ► Mana Regeneration (MR)<br><br>
  390.  
  391. ► Magic Resistance<br><br>
  392.  
  393. ► Health (HP)<br><br>
  394.  
  395. Inventory Window: This is a voice command that brings up a window that shows all the items he has obtained and stored including the clothes he wears and the weapons he has obtained and equipped. This is seen as a dimensional magic ability.<br><br>
  396.  
  397. Skill List Window: This is a voice command that brings up a window that shows a list of all the skills he has learned. When the skill icon is selected it shows all the current information about that skill.<br><br>
  398.  
  399. Options Window: This is a voice command that brings up the options menu.<br> </div> </div> </div> <div id="rightSide"> <div id="avatarbox"> <img src="http://safebooru.org//images/2640/52bb4ae52e1df83e3e374f377c53be52d368fc63.jpg"; width=130> </div> <div id="smallBio"> <center> <div class="tag"><b>Name</b> Suro Hikata</div> <div class="tag"><b>age</b> 22 </div> <div class="tag"><b>Sexuality</b> Straight</div> <div class="tag"><b>R/S</b> Single</div> <div class="tag"><b>Occupation</b> Gamer</div> </center> </div> <div id="bigBio"> <div class="text"> <div class="stats-wrapper"><div class="stat"><label class="stat-label" style="border-radius: 10px 0px 0px 0px;">STR</label><span class="stat-value">10</span><span class="stat-bar" style="width: 10%"></span></div><div class="stat"><label class="stat-label">VIT</label><span class="stat-value">10</span><span class="stat-bar" style="width: 10%"></span></div><div class="stat"><label class="stat-label">DEX</label><span class="stat-value">10</span><span class="stat-bar" style="width: 10%"></span></div><div class="stat"><label class="stat-label">INT</label><span class="stat-value">10</span><span class="stat-bar" style="width: 10%"></span></div><div class="stat"><label class="stat-label">WIS</label><span class="stat-value">10</span><span class="stat-bar" style="width: 10%"></span></div><div class="stat"><label class="stat-label" style="border-radius: 0px 0px 0px 10px;">LUK</label><span class="stat-value">15</span><span class="stat-bar" style="width: 15%"></span></div></div> </div> </div> </div></div></body>
Advertisement
Add Comment
Please, Sign In to add comment