Advertisement
BloodyCrown69

Profile Code 1

Nov 16th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Federant|Audiowide|Abril+Fatface');
  3.  
  4. body {
  5.  
  6. color: white;
  7. background-color: black;
  8. font-family: "Ariel";
  9. font-size: 16px;
  10. }
  11.  
  12. #credit {
  13. Position: fixed; bottom: 10px; left: 10px;
  14. font-family: "Audiowide";
  15. font-size: 14px;
  16. z-index: 99;
  17.  
  18. }
  19.  
  20. #CenterBG {
  21. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  22. width: 360px;
  23. height: 510px;
  24. background-color: black;
  25.  
  26. background-position: center;
  27. background-attachment:fixed;
  28. border-top: 3px solid black;
  29. border-bottom: 3px solid black;
  30. z-index:2;
  31. }
  32.  
  33. #LeftBG {
  34. position: fixed; left: -800px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  35. width: 420px;
  36. height: 570px;
  37. padding: 10px;
  38. background-color: black;
  39.  
  40. background-position: center;
  41. background-attachment:fixed;
  42. border: 3px solid black;
  43. z-index:1;
  44. }
  45.  
  46. #RightBG {
  47. position: fixed; left: 0px; right: -800px; top: 0px; bottom: 0px; margin: auto;
  48. width: 420px;
  49. height: 570px;
  50. padding: 10px;
  51. background-color: black;
  52.  
  53. background-position: center;
  54. background-attachment:fixed;
  55. border: 3px solid black;
  56. z-index:1;
  57. }
  58.  
  59. #Title {
  60. position: fixed; left: 0px; right: 0px; top: -425px; bottom: 0px; margin: auto;
  61. width: 300px;
  62. height: 35px;
  63. text-align: center;
  64. font-size: 30px;
  65. color: black;
  66. font-family: "Tehoma";
  67. text-shadow: 2px 0 0 #917c9b, -2px 0 0 #917c9b, 0 2px 0 #917c9b, 0 -2px 0 #917c9b, 1px 1px black, -1px -1px 0 #917c9b, 1px -1px 0 #917c9b, -1px 1px 0 black;
  68. z-index: 5;
  69. }
  70.  
  71. #MainPic {
  72. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  73. width: 300px;
  74. height: 470px;
  75. border: 3px solid silver;
  76. z-index: 2;
  77. }
  78.  
  79. #OOCBox {
  80. position: fixed; left: -800px; right: 0px; top: 0px; bottom: -290px; margin: auto;
  81. width: 380px;
  82. height: 240px;
  83. padding: 10px;
  84. border: 3px solid silver;
  85. background-color: black;
  86.  
  87. z-index: 5;
  88. overflow: auto;
  89. }
  90.  
  91. #Tab {
  92. position: fixed; left: -800px; right: 0px; top: -290px; bottom: 0px; margin: auto;
  93. width: 380px;
  94. height: 240px;
  95. padding: 10px;
  96. border: 3px solid silver;
  97. background-color: black;
  98.  
  99. z-index: 5;
  100. display: none;
  101. overflow: auto;
  102. }
  103.  
  104. #one #tab {
  105. display: block;
  106. }
  107.  
  108. #one:target #tab, #two:target #tab, #three:target #tab, #four:target #tab, #five:target #tab, #six:target #tab {
  109. display: block;
  110. z-index: 11;
  111. }
  112.  
  113. #LeftNav {
  114. position: fixed; left: -350px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  115. width: 20px;
  116. height: 300px;
  117. z-index: 5;
  118. }
  119.  
  120. #RightNav {
  121. position: fixed; left: 0px; right: -350px; top: 0px; bottom: 0px; margin: auto;
  122. width: 20px;
  123. height: 300px;
  124. z-index: 5;
  125. }
  126.  
  127. .NaviTab{
  128. display: inline-block;
  129. border: 3px solid black;
  130. background-color:Silver;
  131.  
  132. width: 14px;
  133. height: 80px;
  134. z-index: 5;
  135. margin: 10 0 10 0;
  136. -webkit-transition: 0.5s linear;
  137. -moz-transition: 0.5s linear;
  138. -o-transition: 0.5s linear;
  139. transition: 0.5s linear;
  140. }
  141.  
  142. .NaviTab:hover {
  143. background-color: black;
  144. }
  145.  
  146. .frienditempic {
  147. border: 7px solid silver;
  148. width: 75px;
  149. height: 75px;
  150. margin: 5px;
  151. padding: 0;
  152. border-radius: 50%;
  153. -webkit-transition: 0.5s linear;
  154. -moz-transition: 0.5s linear;
  155. -o-transition: 0.5s linear;
  156. transition: 0.5s linear;
  157. }
  158.  
  159. .frienditempic:hover {
  160. border: 7px solid Silver;
  161. border-radius: 0;
  162. }
  163.  
  164. #MarqueeBox{
  165. position: fixed; left: 0px; right: -800px; top: 0px; bottom: 0px; margin: auto;
  166. width: 380px;
  167. height: 530px;
  168. padding: 10px;
  169. border: 3px solid silver;
  170. background-color: black;
  171.  
  172. z-index: 5;
  173. }
  174.  
  175. .Marquee {
  176. height: 482px;
  177. width: 400px;
  178. margin: 0 auto;
  179. position: relative;
  180. overflow: hidden;
  181. }
  182.  
  183. .MoveIt {
  184. width: 400px;
  185. height: 10000px;
  186. position: absolute;
  187. overflow-y:hidden;
  188. top: 0;
  189. left: 0;
  190. -moz-animation: MoveIt 25s linear infinite;
  191. -webkit-animation: MoveIt 25s linear infinite;
  192. animation: MoveIt 25s linear infinite;
  193. }
  194.  
  195. .MoveIt img {
  196. display:inline-block;
  197. vertical-align:middle;
  198. height: 230px;
  199. width: auto;
  200. border: 3px solid silver;
  201. margin: 10 20 10 20;
  202. }
  203.  
  204. .MoveIt:hover {
  205. -moz-animation-play-state: paused;
  206. -webkit-animation-play-state: paused;
  207. animation-play-state: paused;
  208. }
  209.  
  210. @keyframes MoveIt {
  211. 0% {
  212. -moz-transform: translateY(515px);
  213. -webkit-transform: translateY(515px);
  214. transform: translateY(515px);
  215. }
  216. 100% {
  217. -moz-transform: translateY(-1280px);
  218. -webkit-transform: translateY(-1280px);
  219. transform: translateY(-1280px);
  220. }
  221. }
  222.  
  223.  
  224. h1, h2, h3 {padding: 0px; margin: 0 0 8 0; text-align: center; color: black; font-family: "Abril Fatface"; border-bottom: dashed silver 3px; text-shadow: 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  225. }
  226.  
  227. a {color: Silver; font-family: "Abril Fatface"; font-size: 16px; text-decoration:none;
  228. -webkit-transition: 0.5s linear;
  229. -moz-transition: 0.5s linear;
  230. -o-transition: 0.5s linear;
  231. transition: 0.5s linear;}
  232. a:visited {color: silver;}
  233. a:hover {color: silver;}
  234.  
  235. a.credit:link {color:silver; font-family: "Audiowide"; font-size: 16px;}
  236. a.credit:visited {color:silver;}
  237. a.credit:hover {color:silver;}
  238. a.credit {text-decoration:none;}
  239.  
  240. b {color: silver;}
  241.  
  242.  
  243. ::-webkit-scrollbar {
  244. width: 8px;
  245. height: 1px;
  246. }
  247.  
  248. ::-webkit-scrollbar-track {
  249. border-radius: 5px;
  250. }
  251.  
  252. ::-webkit-scrollbar-thumb {
  253. background: black;
  254. }
  255. </style>
  256. <body>
  257.  
  258. <div id="CenterBG"></div>
  259. <div id="LeftBG"></div>
  260. <div id="RightBG"></div>
  261.  
  262. <div id="Title"></div>
  263. <img id="MainPic" src ="https://i.imgur.com/Y91amTn.jpg"alt="Main Picture"></div>
  264.  
  265. <div id="MarqueeBox">
  266. <h1>Gallery</h1>
  267. <div class="Marquee">
  268. <div class="MoveIt">
  269. <center>
  270. <img src="https://i.imgur.com/qHjKveJl.png" alt="Gallery Picture"/><br>
  271. <img src="https://i.imgur.com/xhpIeI5l.png" alt="Gallery Picture"/><br>
  272. <img src="https://i.imgur.com/6oCcd42l.png" alt="Gallery Picture"/><br>
  273.  
  274. </center>
  275. </div>
  276. </div>
  277.  
  278. <div id="one">
  279. <div id="tab">
  280. <h1>Statistics</h1>
  281. <b>Name:</b><span style=float:right>Seir</span><br>
  282. <b>Alias:</b><span style=float:right>None</span><br>
  283. <b>Class:</b><span style=float:right>Sorcerer(Secret)</span><br>
  284. <b>Sub Class:</b><span style=float:right>Fighter(Brawler)</span><br>
  285. <b>Race:</b><span style=float:right>Arch Demon</span><br>
  286. <b>Age:</b><span style=float:right>Young for an Arch Demon</span><br>
  287. <b>Body Weight/Height:</b><span style=float:right>5ft / 101lbs</span><br>
  288. <b>Gender:</b><span style=float:right>Male</span><br>
  289. <b>Size:</b><span style=float:right>Medium</span><br>
  290. <b>Background:</b><span style=float:right>Prince</span><br>
  291. <b>Arcane Methods:</b><span style=float:right>Undisclosed</span><br>
  292. <b>Language:</b><span style=float:right>Common, Abyssal, Infernal, Orcish, Giant, Draconic, Elemental, Fey, Elven, Dwarvish, Gnomish, and Undercommon</span><br>
  293. <b>Background:</b><span style=float:right>Prince</span><br>
  294. <b>Hobbies:</b><span style=float:right>Gambling</span>
  295. </div></div>
  296.  
  297. <div id="two">
  298. <div id="tab">
  299. <h1>Personality</h1>
  300. Lorem ipsum... <b>bold example.</b> <i>italics example.</i> <a target="_blank" target="www.example.com">Link example.</a>
  301. </div></div>
  302.  
  303. <div id="three">
  304. <div id="tab">
  305. <h1>History</h1>
  306. Lorem ipsum... <b>bold example.</b> <i>italics example.</i> <a target="_blank" target="www.example.com">Link example.</a>
  307. </div></div>
  308.  
  309. <div id="four">
  310. <div id="tab">
  311. <h1>Abilities</h1>
  312. Lorem ipsum... <b>bold example.</b> <i>italics example.</i> <a target="_blank" target="www.example.com">Link example.</a>
  313. </div></div>
  314.  
  315. <div id="five">
  316. <div id="tab">
  317. <h1>Associates</h1>
  318. <center>
  319. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  320. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  321. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  322. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  323. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  324. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  325. </center>
  326. </div></div>
  327.  
  328. <div id="six">
  329. <div id="tab">
  330. <h1>Inventory</h1>
  331. <center>
  332. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  333. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  334. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  335. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  336. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  337. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  338. </center>
  339. </div></div>
  340.  
  341. <div id="OOCBox">
  342. <h1>Out of Character</h1>
  343. <b>OOC is not IC. I tend to shit post, but can get serious. Sexual rp is usually boring to me, so its unexpected. I work odd hours. It is highly unlikely to get Discord and other means of communication from me. I will roleplay with anyone, but our characters might not get along. It is unlikely I will block you, but if you get rude, I get rude back. More will be added when I get a chance.</b>
  344. </div>
  345.  
  346.  
  347. <div id="LeftNav">
  348. <a href="#one"><div class="NaviTab"></div></a>
  349. <a href="#two"><div class="NaviTab"></div></a>
  350. <a href="#three"><div class="NaviTab"></div></a></div>
  351.  
  352. <div id="RightNav">
  353. <a href="#four"><div class="NaviTab"></div></a>
  354. <a href="#five"><div class="NaviTab"></div></a>
  355. <a href="#six"><div class="NaviTab"></div></a></div>
  356.  
  357. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  358. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement