Advertisement
DamionHellspawn

Ban's new profile code

Jul 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Anton|Knewave|Nova+Slim|Oswald|Roboto+Condensed');
  4.  
  5. body
  6. {overflow-x:hidden;
  7. background-image:
  8. url('https://www.transparenttextures.com/patterns/brick-wall.png');
  9. background-position: bottom right;
  10. background-repeat: repeat;
  11. background-attachment: fixed;
  12. background-color:#fff;}
  13.  
  14. ::-webkit-scrollbar-thumb:vertical {background-color:#000; height:3px; }
  15. ::-webkit-scrollbar { height:3px; width:1px; background-color:transparent; }
  16.  
  17. ::selection {
  18. color: #29272A;
  19. background: #eee;}
  20.  
  21. a {color: #30262e;
  22. text-decoration: none;
  23. text-transform:uppercase;
  24. font-family: 'Oswald', sans-serif;
  25. font-size:12px;
  26. -webkit-transition: all 0.5s ease-in-out;
  27. -moz-transition: all 0.5s ease-in-out;
  28. -o-transition: all 0.5s ease-in-out;
  29. -ms-transition: all 0.5s ease-in-out;
  30. transition: all 0.5s ease-in-out;}
  31.  
  32. a:hover {color: black;
  33. text-decoration: none;
  34. -webkit-transition: all 0.5s ease-in-out;
  35. -moz-transition: all 0.5s ease-in-out;
  36. -o-transition: all 0.5s ease-in-out;
  37. -ms-transition: all 0.5s ease-in-out;
  38. transition: all 0.5s ease-in-out;}
  39.  
  40. b {
  41. color:#000;
  42. font-family: 'Anton', sans-serif;
  43. text-transform: uppercase;
  44. font-size:12px;
  45. font-weight: 1;}
  46.  
  47. em {
  48. color:#ccc;
  49. font-family: 'Lobster Two', cursive;
  50. text-transform: lowercase;
  51. font-size:15px;
  52. letter-spacing: 1;}
  53.  
  54. h1 {
  55. padding:1px;
  56. margin-top: 10px;
  57. margin-bottom: 10px;
  58. color:#000;
  59. text-shadow: 0 0 3px #b03a3a;
  60. font-size:30px;
  61. font-family: 'Knewave', cursive;
  62. text-transform:uppercase;
  63. font-weight: 1;
  64. text-align: center;}
  65.  
  66. h2 {
  67. background-color: transparent;
  68. border-left: 20px solid #000;
  69. padding:10px;
  70. margin-top: 1;
  71. color:#b03a3a;
  72. font-size:11px;
  73. font-family: 'Oswald', sans-serif;
  74. text-transform:uppercase;
  75. font-weight: 1;
  76. letter-spacing:5;
  77. text-align:left;}
  78.  
  79. hr {
  80. border:0;
  81. margin-top:5px;
  82. margin-bottom:5px;
  83. width:100%;
  84. height:2px;
  85. -moz-box-sizing:border-box;
  86. box-sizing:border-box;
  87. background-color:#000;}
  88.  
  89. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;}
  90.  
  91. #bitch{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  92.  
  93. #sidebar {
  94. position:absolute;
  95. top: 0px;
  96. right: 0px;
  97. height:100%;
  98. width:300px;
  99. background:#ddd;
  100. border-left: 50px solid #000;
  101. background-image: url('https://www.transparenttextures.com/patterns/axiom-pattern.png');}
  102.  
  103. .ban {
  104. overflow:hidden;
  105. position:absolute;
  106. bottom:0px;
  107. left: -500px;
  108. height:800px;
  109. width:600px;
  110. z-index: -1;
  111. filter: drop-shadow( -5px 0px 0px #b03a3a);
  112. background-image: url('http://i.picpar.com/wVQc.png');
  113. background-position:top center;
  114. background-attachment: absolute;
  115. background-repeat: no-repeat;
  116. -webkit-background-size: cover;
  117. -moz-background-size: cover;
  118. -o-background-size: cover;
  119. background-size: cover;}
  120.  
  121. .icon {
  122. overflow:hidden;
  123. position:absolute;
  124. bottom:552px;
  125. left: 100px;
  126. height:100px;
  127. width:100px;
  128. border: 1px solid #fff;
  129. background-image: url('http://i.picpar.com/0VQc.png');
  130. background-position:top center;
  131. background-attachment: absolute;
  132. background-repeat: no-repeat;
  133. -webkit-background-size: cover;
  134. -moz-background-size: cover;
  135. -o-background-size: cover;
  136. background-size: cover;}
  137.  
  138. .icon2 {
  139. overflow:hidden;
  140. position:absolute;
  141. bottom:300px;
  142. left: 100px;
  143. height:100px;
  144. width:100px;
  145. border: 1px solid #000;
  146. background-image: url('http://i.picpar.com/5VQc.png');
  147. background-position:top center;
  148. background-attachment: absolute;
  149. background-repeat: no-repeat;
  150. -webkit-background-size: cover;
  151. -moz-background-size: cover;
  152. -o-background-size: cover;
  153. background-size: cover;}
  154.  
  155. #middlebg {
  156. position: absolute;
  157. width:200px;
  158. height:430px;
  159. right: 221px;
  160. bottom: -1px;
  161. padding: 10px;
  162. margin: 1px;
  163. opacity: 1;}
  164.  
  165. .middleblock {
  166. z-index: 9;
  167. background-color: #000;
  168. border: 1px solid #fff;
  169. width: 110px;
  170. height: 135px;
  171. bottom: 410px;
  172. margin-left: 95px;
  173. position: absolute;}
  174.  
  175. #menu-dropdown {
  176. width: 80px;
  177. height: 160px;
  178. overflow: hidden;
  179. margin: 10px 0px 0px 16px;}
  180.  
  181. #menu-dropdown span {
  182. display: block;
  183. width: 80px;
  184. height: 20px;
  185. background-color: #b03a3a;
  186. color: #fff;
  187. font-family: 'Nova Slim', serif;
  188. text-transform: uppercase;
  189. font-size: 8px;
  190. text-align: center;
  191. line-height: 20px;
  192. letter-spacing: 1px;
  193. margin-bottom: 2px;}
  194.  
  195. .menubar-drop {
  196. background-color: #transparent;
  197. width: 80px;
  198. height: 20px;
  199. color: white;
  200. font-family: arial;
  201. text-transform: uppercase;
  202. font-size: 8px;
  203. text-align: center;}
  204.  
  205. .menubar-drop a {
  206. display: block;
  207. font-size: 8px;
  208. margin-top: 3px;
  209. width: 80px;
  210. height: 20px;
  211. background-color: #ccc;
  212. text-decoration: none;
  213. font-family: 'Nova Slim', serif;
  214. color: #000;
  215. line-height: 20px;
  216. -webkit-transition: all .8s ease-in-out;
  217. -moz-transition: all .8s ease-in-out;
  218. -o-transition: all .8s ease-in-out;}
  219.  
  220. .menubar-drop a:hover {
  221. background-color: #b03a3a;
  222. color: #fff;}
  223.  
  224. #container {
  225. position:absolute;
  226. bottom: 200px;
  227. left:50%;
  228. margin-left:-600px;
  229. height:400px;
  230. width:600px;
  231. background:#000;
  232. border: 50px solid #000;
  233. background-image: url('https://www.transparenttextures.com/patterns/bo-play.png');
  234. box-shadow:-10px -10px 0px #b03a3a;}
  235.  
  236. .smolban {
  237. overflow:hidden;
  238. position:absolute;
  239. bottom:-1px;
  240. right:-20px;
  241. height:300px;
  242. width:193px;
  243. z-index: 1;
  244. filter: drop-shadow( -5px 0px 0px #b03a3a);
  245. background-image: url('http://i.picpar.com/9VQc.png');
  246. background-position:top center;
  247. background-attachment: absolute;
  248. background-repeat: no-repeat;
  249. -webkit-background-size: cover;
  250. -moz-background-size: cover;
  251. -o-background-size: cover;
  252. background-size: cover;}
  253.  
  254. .fox {
  255. overflow:hidden;
  256. position:absolute;
  257. bottom:-100px;
  258. left:-100px;
  259. height:200px;
  260. width:200px;
  261. z-index: 1;
  262. filter: drop-shadow( -5px 0px 0px #b03a3a);
  263. background-image: url('http://i.picpar.com/MVQc.png');
  264. background-position:top center;
  265. background-attachment: absolute;
  266. background-repeat: no-repeat;
  267. -webkit-background-size: cover;
  268. -moz-background-size: cover;
  269. -o-background-size: cover;
  270. background-size: cover;}
  271.  
  272. #box {
  273. background-color: #eee;
  274. border: 1px solid #b03a3a;
  275. border-right: 1px solid #000;
  276. border-left: 1px solid #000;
  277. box-shadow:-5px -5px 0px #b03a3a;
  278. text-transform: uppercase;
  279. text-align: center;
  280. color: #000;
  281. font-size:10px;
  282. font-family: 'Roboto Condensed', sans-serif;
  283. position: absolute;
  284. width:400px;
  285. height:240px;
  286. left: 20px;
  287. top: 20px;
  288. line-height: 12px;
  289. padding: 10px;
  290. margin: 1px;
  291. overflow:auto;
  292. opacity: 1;}
  293.  
  294. #box2 {
  295. background-color: #eee;
  296. border: 1px solid #b03a3a;
  297. box-shadow:-5px -5px 0px #b03a3a;
  298. border-right: 1px solid #000;
  299. border-left: 1px solid #000;
  300. position: absolute;
  301. width:400px;
  302. height:60px;
  303. left: 20px;
  304. bottom: 20px;
  305. line-height: 12px;
  306. padding: 10px;
  307. margin: 1px;
  308. overflow:auto;
  309. opacity: 1;}
  310.  
  311. .abox, .abox2, .abox3 {
  312. background-color: #eee;
  313. border: 1px solid #b03a3a;
  314. border-right: 1px solid #000;
  315. border-left: 1px solid #000;
  316. box-shadow:-5px -5px 0px #b03a3a;
  317. text-transform: uppercase;
  318. text-align: left;
  319. color: #000;
  320. font-size:10px;
  321. font-family: 'Roboto Condensed', sans-serif;
  322. position: absolute;
  323. width:400px;
  324. height:240px;
  325. left: 20px;
  326. top: 20px;
  327. line-height: 12px;
  328. padding: 10px;
  329. margin: 1px;
  330. overflow:auto;
  331. opacity: 1;}
  332.  
  333. .slide {z-index: -1; opacity: 0;}
  334.  
  335. .slide:target {left: 0; opacity: 1; z-index: 1000;}
  336.  
  337. </style>
  338.  
  339. <div id="bitch" oncontextmenu="return false;">
  340.  
  341. <div id= "sidebar">
  342. <div class= "ban"></div>
  343. <div class= "icon"></div>
  344. <div class= "icon2"></div>
  345.  
  346. <div class="middleblock">
  347. <div id="menu-dropdown">
  348. <span>menu</span>
  349. <div class="menubar-drop">
  350. <a href="#1">History</a>
  351. <a href="#2">Abilities</a>
  352. <a href="#3">Out of Character</a>
  353. <a href="#4">Reset</a>
  354. </div>
  355. </div>
  356. </div>
  357. </div>
  358. </div>
  359.  
  360. <div id= "container">
  361. <div class= "smolban"></div>
  362. <div class= "fox"></div>
  363.  
  364. <div id= "box">
  365. <h1>statistics!</h1>
  366. <font style=float:left><b>Name</b> </font> <font style=float:right>Ban</font><br>
  367. <font style=float:left><b>Nicknames</b> </font> <font style=float:right>Undead Ban, Fox's Sin of Greed, Lord Ban, Fairy King Ban</font><br>
  368. <font style=float:left><b>Gender</b> </font> <font style=float:right>Male</font><br>
  369. <font style=float:left><b>Race</b> </font> <font style=float:right>Human (Immortal) </font><br>
  370. <font style=float:left><b>Age</b> </font> <font style=float:right>1500+ (chronologically) 23 (biologically)</font><br>
  371. <hr>
  372. <font style=float:left><b>Birthday</b> </font> <font style=float:right>February 14</font><br>
  373. <font style=float:left><b>Height</b> </font> <font style=float:right>210cm (6'11")</font><br>
  374. <font style=float:left><b>Weight</b> </font> <font style=float:right>70 kg (154 Ibs)</font><br>
  375. <font style=float:left><b>Hair color</b> </font> <font style=float:right>Pale blue</font><br>
  376. <font style=float:left><b>Eye color</b> </font> <font style=float:right>Red</font><br>
  377. <hr>
  378. <font style=float:left><b>Affiliation</b> </font> <font style=float:right>Seven Deadly Sins, Holy Knights, Boar Hat, Liones</font><br>
  379. <font style=float:left><b>Occupation</b> </font> <font style=float:right>Member of the Seven Deadly Sins, Chef of the Boar Hat</font><br>
  380. <font style=float:left><b>Symbol of Beast</b> </font> <font style=float:right>Fox</font><br>
  381. <font style=float:left><b>Orientation</b> </font> <font style=float:right>Heterosexual</font><br>
  382. <font style=float:left><b>Relationship</b> </font> <font style=float:right>Boar's Sin; Merlin</font><br>
  383. </div>
  384.  
  385. <div id= "box2">
  386. <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
  387.  
  388. <a target="_blank" href="https://roleplay.chat/profile.php?user=ElizabethLiones" title="3rd princess of Liones">
  389. <img style="filter: drop-shadow( 0px 0px 2px #000); border: 3px solid #000; border-radius: 10%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  390.  
  391. <a target="_blank" href="https://roleplay.chat/profile.php?user=sorcerous" title="Caught in a Hex">
  392. <img style="filter: drop-shadow( 0px 0px 2px #000); border: 3px solid #000; border-radius: 10%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  393.  
  394. <a target="_blank" href="" title="words go here">
  395. <img style="filter: drop-shadow( 0px 0px 2px #000); border: 3px solid #000; border-radius: 10%; height:50px;" src="http://i.picpar.com/FVIc.png"></a>
  396.  
  397. </marquee>
  398. </div>
  399.  
  400. <div id="1" class="slide">
  401. <div class="abox">
  402. <h1>character history!</h1>
  403. Banγ€Œγƒγƒ³γ€ is a member of the Seven Deadly Sins and is the Fox's Sin of Greed. After the group's disbandment, Ban was initially imprisoned in the Baste Dungeon, but escaped when he discovered that Meliodas was still alive. His Sacred Treasure is the Holy Rod Courechouse. On top of being immortal, he is known for his ability, Snatch.
  404. </div></div>
  405.  
  406. <div id="2" class="slide">
  407. <div class="abox2">
  408. <h1>abilities.</h1>
  409. <li><b>ability one.</b> words words words</li>
  410. <li><b>ability one.</b> words words words</li>
  411. <li><b>ability one.</b> words words words</li>
  412. <li><b>ability one.</b> words words words</li>
  413. <h2>subtitle goes here</h2>
  414. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  415. </div></div>
  416.  
  417. <div id="3" class="slide">
  418. <div class="abox3">
  419. <h1>out of character!</h1>
  420. <b>001.</b> profile design by <a href= "https://roleplay.chat/profile.php?user=UFO" target="_blank">ufo @ rpc</a> for Ban. do not steal or redistribute. contact ufo for a profile of your own!<br>
  421. <b>002.</b> ooc here.<br>
  422. <b>003.</b> ooc here.<br>
  423. <b>004.</b> ooc here.<br>
  424. </div></div>
  425.  
  426. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement