Advertisement
Alxiea

Ari's profile

Jan 8th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.61 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Audiowide|Alegreya+SC|Alice);
  3.  
  4. body {
  5. background-color: #6d81a3;
  6. background-position: top;
  7. background-image: url("https://i.imgur.com/zttdn4a.jpg");
  8. background-attachment: fixed;
  9. background-position: cover;
  10. font-family: "Alice";
  11. color: lightpink;
  12. font-size: 16px;
  13. }
  14.  
  15. #BGBox {
  16. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  17. width: 975px;
  18. height: 500px;
  19. border: solid lightpink 5px;
  20. background-color: #000000;
  21. z-index: 1;
  22. }
  23.  
  24. #TitleTop {
  25. position: fixed; left: 0px; right: -325px; top: -575px; bottom: 0px; margin: auto;
  26. font-size: 50px;
  27. line-height: 35px;
  28. height: 40px;
  29. width: 650px;
  30. text-align: left;
  31. color: lightpink;
  32. font-family: "Alegreya SC";
  33. text-shadow: 2px 2px 1px #5c7290, -2px -2px 1px #5c7290, -2px 2px 1px #5c7290, 2px -2px 1px #5c7290;
  34. z-index: 11;
  35. }
  36.  
  37. #TitleBottom {
  38. position: fixed; left: -325px; right: 0px; top: 0px; bottom: -575px; margin: auto;
  39. font-size: 50px;
  40. line-height: 35px;
  41. height: 40px;
  42. width: 650px;
  43. text-align: right;
  44. color: lightpink;
  45. font-family: "Alegreya SC";
  46. text-shadow: 2px 2px 1px #5c7290, -2px -2px 1px #5c7290, -2px 2px 1px #5c7290, 2px -2px 1px #5c7290;
  47. z-index: 11;
  48. }
  49.  
  50. #PictureLeft {
  51. position: fixed; left: -650px; right: 0px; top: -300px; bottom: 0px; margin: auto;
  52. height: 350px;
  53. border: double #5c7290 10px;
  54. background-color: lightpink;
  55. z-index: 10;
  56. }
  57.  
  58. #PictureRight {
  59. position: fixed; left: 0px; right: -650px; top: 0px; bottom: -300px; margin: auto;
  60. height: 350px;
  61. border: double #5c7290 10px;
  62. background-color: lightpink;
  63. z-index: 10;
  64. }
  65.  
  66. #NavigationTop{
  67. position: fixed; left: 0px; right: 0px; top: -460px; bottom: 0px; margin: auto;
  68. width: 300px;
  69. height: 20px;
  70. line-height: 20px;
  71. z-index: 5;
  72. text-align: center;
  73. }
  74.  
  75. #NavigationBottom{
  76. position: fixed; left: 0px; right: 0px; top: 0px; bottom: -460px; margin: auto;
  77. width: 300px;
  78. height: 20px;
  79. line-height: 20px;
  80. z-index: 5;
  81. text-align: center;
  82. }
  83.  
  84. .NaviTab{
  85. display: inline-block;
  86. background-color: lightpink;
  87. background-image: url("https://i.imgur.com/4pQ5YKL.png");
  88. width: 65px;
  89. height: 10px;
  90. z-index: 5;
  91. margin: 0 10px 0 10px;
  92. border: double #5c7290 5px;
  93. -webkit-transition: 0.5s linear;
  94. -moz-transition: 0.5s linear;
  95. -o-transition: 0.5s linear;
  96. transition: 0.5s linear;
  97. pointer-events: auto;
  98. }
  99.  
  100. .NaviTab:hover {
  101. background-color: white;
  102. }
  103.  
  104. #tab {
  105. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  106. width: 300px;
  107. height: 400px;
  108. padding: 10px;
  109. border: solid lightpink 3px;
  110. background-color: #000000;
  111. background-image: url("");
  112. z-index: 11;
  113. overflow: auto;
  114. display: none;
  115. }
  116.  
  117. #one #tab {
  118. display: block;
  119. }
  120.  
  121. #one:target #tab, #two:target #tab, #three:target #tab, #four:target #tab, #five:target #tab, #six:target #tab {
  122. display: block;
  123. z-index: 12;
  124. }
  125.  
  126. #Stats {
  127. position: fixed; left: -650px; right: 0px; top: 0px; bottom: -285px; margin: auto;
  128. width: 265px;
  129. height: 155px;
  130. padding: 10px;
  131. border: solid lightpink 3px;
  132. background-color: #000000;
  133. background-image: url("");
  134. z-index: 11;
  135. overflow: auto;
  136. }
  137.  
  138. #OOC {
  139. position: fixed; left: 0px; right: -650px; top: -285px; bottom: 0px; margin: auto;
  140. width: 265px;
  141. height: 155px;
  142. padding: 10px;
  143. border: solid lightpink 3px;
  144. background-color: #000000;
  145. background-image: url("");
  146. z-index: 11;
  147. overflow: auto;
  148. }
  149.  
  150. .frienditempic {
  151. border: 5px solid #5c7290;
  152. width: 75px;
  153. height: 75px;
  154. margin: 5px;
  155. padding: 0;
  156. border-radius: 50%;
  157. -webkit-transition: 0.5s linear;
  158. -moz-transition: 0.5s linear;
  159. -o-transition: 0.5s linear;
  160. transition: 0.5s linear;
  161. }
  162.  
  163. .frienditempic:hover {
  164. border: 5px solid white;
  165. border-radius: 0;
  166. }
  167.  
  168. .gallerypic {
  169. border: 5px solid lightpink;
  170. width: 95%;
  171. margin: 2px;
  172. }
  173.  
  174. #credit {
  175. Position: fixed; bottom: 10px; left: 10px;
  176. font-family: "Audiowide";
  177. font-size: 14px;
  178. z-index: 99;
  179. text-shadow: 2px 0 0 #4C9DCC, -2px 0 0 #4C9DCC, 0 2px 0 #4C9DCC, 0 -2px 0 #4C9DCC, 1px 1px #4C9DCC, -1px -1px 0 #4C9DCC, 1px -1px 0 #4C9DCC, -1px 1px 0 #4C9DCC;
  180. }
  181.  
  182. a.credit {color:#f0f0f0; font-family: "Audiowide"; font-size: 16px; text-decoration:none;}
  183. a.credit:visited {color:#f0f0f0;}
  184. a.credit:hover {color:#6f52be;}
  185.  
  186. b {color:#f0f0f0;}
  187.  
  188. a {color: white; font-family: "Alegreya SC"; font-size: 20px; -webkit-transition: 0.5s linear;
  189. -moz-transition: 0.5s linear;
  190. -o-transition: 0.5s linear;
  191. transition: 0.5s linear;}
  192. a:visited {color: white;}
  193. a:hover {color:#5c7290;}
  194.  
  195. h1 {
  196. font-family: "Alegreya SC";
  197. overflow: hidden;
  198. text-align: center;
  199. font-size: 25px;
  200. padding: 0px;
  201. margin: 0px;
  202. }
  203.  
  204. h1:before,
  205. h1:after {
  206. border-top: 3px solid #5c7290;
  207. content: "";
  208. display: inline-block;
  209. height: .05em;
  210. position: relative;
  211. vertical-align: middle;
  212. width: 50%;
  213. margin-bottom: .05em;
  214. }
  215.  
  216. h1:before {
  217. right: 0.5em;
  218. margin-left: -50%;
  219. }
  220.  
  221. h1:after {
  222. left: 0.5em;
  223. margin-right: -50%;
  224. }
  225. /*Credit for the original header style goes to https://css-tricks.com/line-on-sides-headers/*/
  226.  
  227. ::-webkit-scrollbar {
  228. width: 3px;
  229. height: 1px;
  230. }
  231.  
  232. ::-webkit-scrollbar-track {
  233. border-radius: 5px;
  234. }
  235.  
  236. ::-webkit-scrollbar-thumb {
  237. background: lightpink;
  238. }
  239.  
  240. </style>
  241. <body>
  242.  
  243. <div id="TitleTop">lorem ipsum dolor sit amet</div>
  244. <div id="TitleBottom">lorem ipsum dolor sit amet</div>
  245. <div id="BGBox"></div>
  246. <img id="PictureLeft" src="LEFT PICTURE URL HERE" alt="picture left" />
  247. <img id="PictureRight" src="RIGHT PICTURE URL HERE" alt="picture right" />
  248.  
  249. <div id="Stats">
  250. <h1>Stats</h1>
  251.  
  252. <b> Name: <span style=float:right>Arisu Kiyomi Miki </span><br>
  253. <b> Nickname(s) <span style=float:right> Ari, Su, Foxy, Lady,</span><br><span style=float:right> Flower- By Shale</span><br><br><br>
  254. <b>Age: <span style=float:right>21</span><br>
  255. <b>Birthday: <span style=float:right>April 14th</span><br>
  256. <b>Gender: <span style=float:right>Female</span><br>
  257. <b>Sexuality: <span style=float:right>Straight</span><br>
  258. <b>Status: <span style=float:right>Seeking a mate</span><br>
  259. <b>Height: <span style=float:right>5'4"</span><br>
  260. <b>Weight: <span style=float:right>120 lbs </span><br>
  261. <b>Hair: <span style=float:right>Brown</span><br>
  262. <b>Eyes: <span style=float:right>Purple, but varies</span><br>
  263. <b>Lycanthrope Species: <span style=float:right>Fox </span>
  264. <br>
  265. <b>Family: <span style=float:right>Brothers: Airo, Zada </span><br>
  266. <b>Tattoo(s): <span style=float:right>WIP</span><br>
  267. <b>Scar(s): <span style=float:right>WIP</span><br>
  268. <b>Resident: <span style=float:right>Rowan Lakes</span><br>
  269. <b>Occupation: <span style=float:right>Homemaker</span><br>
  270. </div>
  271.  
  272. <div id="OOC">
  273. <h1>Out of Character</h1>
  274. <b>01.</b> OOC line here.<br>
  275. <b>02.</b> OOC line here.<br>
  276. <b>03.</b> OOC line here.<br>
  277. <b>04.</b> OOC line here.<br>
  278. <b>05.</b> OOC line here.
  279. </div>
  280.  
  281. <div id="one">
  282. <div id="tab">
  283. <h1>Personality</h1>
  284. <b><i> Arisu is a very proper lady, and refuses to be anything else, but that way a lady should act. She can come off as quite firm handed, but only due to wanting to bring out the most proficient aspects of those that are around her. She can be very tricky to deal with being a fox, but to her it isn't so much trickery as it is one being quite wise in an approach. She often enjoys 'training' other animals to bring out the best in them. It's not often that she shows others her more gentler side, but if one could manage to get close enough to her she'll begin to open up like a gentle flower. Now, when it comes to fighting she thinks that it's such a barbaric way to handle things, and will only shift fully to protect herself or those that she cares about. In which once she's that angry she unleashes a fierceness that would even make her wonder on how much of a lady she really is. She also dislikes it when her clothing gets ruined or anything spilt on her dresses and will often storm away from the situation that caused it. </i></b> <p>
  285.  
  286. <a target="_blank" href="www.example.com">Link example.</a>
  287. </div></div>
  288.  
  289. <div id="two">
  290. <div id="tab">
  291. <h1>History</h1>
  292. Lorem ipsum...
  293. </div></div>
  294.  
  295. <div id="three">
  296. <div id="tab">
  297. <h1>Abilities</h1>
  298. <b>Ability Name:</b> Description here.<br>
  299. <b>Ability Name:</b> Description here.<br>
  300. <b>Ability Name:</b> Description here.<br>
  301. <b>Ability Name:</b> Description here.<br>
  302. <b>Ability Name:</b> Description here.<br>
  303. <b>Ability Name:</b> Description here.<br>
  304. <b>Ability Name:</b> Description here.<br>
  305. <b>Ability Name:</b> Description here.<br>
  306. <b>Ability Name:</b> Description here.<br>
  307. <b>Ability Name:</b> Description here.
  308. </div></div>
  309.  
  310. <div id="four">
  311. <div id="tab">
  312. <h1>Gallery</h1>
  313. <center>
  314. <img class="gallerypic" src ="PICHERE" alt="Gallery Picture"/>
  315. <img class="gallerypic" src ="PICHERE" alt="Gallery Picture"/>
  316. <img class="gallerypic" src ="PICHERE" alt="Gallery Picture"/>
  317. <img class="gallerypic" src ="PICHERE" alt="Gallery Picture"/>
  318. <img class="gallerypic" src ="PICHERE" alt="Gallery Picture"/>
  319. </center>
  320. </div></div>
  321.  
  322. <div id="five">
  323. <div id="tab">
  324. <h1>Inventory</h1>
  325. <center>
  326. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="item picture">
  327. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="item picture">
  328. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="item picture">
  329. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="item picture">
  330. </center>
  331. </div></div>
  332.  
  333. <div id="six">
  334. <div id="tab">
  335. <h1>Associates</h1>
  336. <center>
  337. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend picture"></a>
  338. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend picture"></a>
  339. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend picture"></a>
  340. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend picture"></a>
  341. </center>
  342. </div></div>
  343.  
  344. <div id="NavigationTop">
  345. <a href="#one"><div class="NaviTab"></div></a>
  346. <a href="#two"><div class="NaviTab"></div></a>
  347. <a href="#three"><div class="NaviTab"></div></a>
  348.  
  349. </div>
  350. <div id="NavigationBottom">
  351. <a href="#four"><div class="NaviTab"></div></a>
  352. <a href="#five"><div class="NaviTab"></div></a>
  353. <a href="#six"><div class="NaviTab"></div></a>
  354. </div>
  355.  
  356. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  357. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement