Advertisement
Falkstids

Assasin of black

Apr 12th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Josefin+Slab');
  4.  
  5. :-webkit-scrollbar
  6. {
  7. width: 10px;
  8. background-color: transparent;
  9. }
  10.  
  11.  
  12. body{
  13. background-color:#fff;
  14. transition:1s ease;
  15. overflow:hidden;
  16. transition-delay:999999s;
  17. }
  18.  
  19. body:hover{
  20. background-color:#2e2e2e;
  21. transition-delay:1s;
  22. }
  23.  
  24. #mainimg{
  25. background-image:url('http://i.imgur.com/cY4fQ3s.png');
  26. background-size:100%;
  27. background-repeat:no-repeat;
  28. width:300px;
  29. height:400px;
  30. position:absolute;
  31. top:50%;
  32. left:50%;
  33. margin-top:-200px;
  34. margin-left:-250px;
  35. -webkit-filter: brightness(0%);
  36. transition:1s ease;
  37. z-index:10;
  38. transition-delay:999999s;
  39. }
  40.  
  41. body:hover > #mainimg{
  42. -webkit-filter: brightness(100%);
  43. transition-delay:1s;
  44.  
  45. }
  46.  
  47. #backgroundimg {
  48. background-image:url('http://i.imgur.com/755U1Mm.png');
  49. background-size:100%;
  50. background-repeat:no-repeat;
  51. width:300px;
  52. height:400px;
  53. position:absolute;
  54. top:50%;
  55. left:50%;
  56. margin-top:-200px;
  57. margin-left:-250px;
  58. transition:1s ease;
  59. z-index:9;
  60. transition-delay:999999s;
  61. }
  62.  
  63. body:hover > #backgroundimg{
  64. position:absolute;
  65. top:50%;
  66. left:50%;
  67. margin-top:-210px;
  68. margin-left:-270px;
  69. transition-delay:1s;
  70. }
  71.  
  72. #box{
  73. width:370px;
  74. height:180px;
  75. background-color:#ac2323;
  76. position:absolute;
  77. top:50%;
  78. left:50%;
  79. margin-top:-77px;
  80. margin-left:-150px;
  81. opacity:0;
  82. border:1px solid #fff;
  83. transition:1s ease;
  84. transition-delay:999999s;
  85. }
  86.  
  87. body:hover > #box{
  88. opacity:1;
  89. transition-delay:1s;
  90. }
  91.  
  92. #one{
  93. width:150px;
  94. height:150px;
  95. background-color:#ac2323;
  96. position:absolute;
  97. right:0%;
  98. top:0%;
  99. margin-top:10px;
  100. margin-right:0px;
  101. z-index:5;
  102. opacity:1;
  103. color:#fff;
  104. font-family: 'Josefin Slab', serif;
  105. font-size:9pt;
  106. overflow:auto;
  107. padding:10px;
  108. }
  109.  
  110. #one:target;{
  111. z-index:7
  112. }
  113.  
  114.  
  115.  
  116. #two, #three, #four {
  117. width:150px;
  118. height:150px;
  119. background-color:#ac2323;
  120. position:absolute;
  121. right:0%;
  122. top:0%;
  123. margin-top:10px;
  124. margin-right:10px
  125. opacity:0;
  126. z-index:5;
  127. color:#fff;
  128. font-family: 'Josefin Slab', serif;
  129. font-size:9pt;
  130. overflow:auto;
  131. text-align:right;
  132. padding:10px;
  133. line-height:5px;
  134. }
  135.  
  136. #two:target, #three:target, #four:target {
  137. opacity:1;
  138. z-index:7;
  139. }
  140.  
  141. span{
  142. background:#ac2323;
  143. border:solid 1px #fff;
  144. color: #fff;
  145. font-size: 13px;
  146. height: 30px;
  147. letter-spacing: 1px;
  148. font-family: 'Josefin Slab', serif;
  149. line-height: 30px;
  150. text-align: center;
  151. text-transform: uppercase;
  152. display:none;
  153. padding:0 20px;
  154. transform:skewX(10deg) rotate(280deg);
  155. }
  156.  
  157.  
  158.  
  159. #navi1{
  160. width:50px;
  161. height:30px;
  162. background-color:#ac2323;
  163. position:absolute;
  164. top:50%;
  165. left:50%;
  166. margin-top:113px;
  167. margin-left:50px;
  168. transform:skewX(20deg) rotate(90deg);
  169. opacity:0;
  170. transition:1s ease;
  171. z-index:9;
  172. transition-delay:999999s;
  173. }
  174.  
  175. body:hover > #navi1{
  176. opacity:1;
  177. transition-delay:1.3s;
  178. }
  179.  
  180. #navi1 a{
  181. width:50px;
  182. height:30px;
  183. background-color:#ac2323;
  184. position:absolute;
  185. border-top:1px solid #fff;
  186. border-left: 1px solid transparent;
  187. border-right: 1px solid #fff;
  188. border-bottom: 1px solid #fff;
  189. transition: 1s ease;
  190. }
  191.  
  192. #navi1 a:hover{
  193. background-color:#fff;]
  194. }
  195.  
  196. #navi1 a:hover span{
  197. display:block;
  198. position:fixed;
  199. top: 0px;
  200. left:40px;
  201. }
  202.  
  203.  
  204. #navi2{
  205. width:50px;
  206. height:30px;
  207. background-color:transparent;
  208. position:absolute;
  209. top:50%;
  210. left:50%;
  211. margin-top:113px;
  212. margin-left:85px;
  213. transform:skewX(20deg) rotate(90deg);
  214. opacity:0;
  215. transition:1s ease;
  216. z-index:9;
  217. transition-delay:999999s;
  218. }
  219.  
  220. body:hover > #navi2{
  221. opacity:1;
  222. transition-delay:1.5s;
  223. }
  224.  
  225. #navi2 a{
  226. width:50px;
  227. height:30px;
  228. background-color:#ac2323;
  229. position:absolute;
  230. border-top:1px solid #fff;
  231. border-left: 1px solid transparent;
  232. border-right: 1px solid #fff;
  233. border-bottom: 1px solid #fff;
  234. transition: 1s ease;
  235. }
  236.  
  237. #navi2 a:hover{
  238. background-color:#fff;
  239. }
  240.  
  241. #navi2 a:hover span{
  242. display:block;
  243. position:fixed;
  244. top: 0px;
  245. left:35px;
  246. }
  247.  
  248. #navi3{
  249. width:50px;
  250. height:30px;
  251. background-color:transparent;
  252. position:absolute;
  253. top:50%;
  254. left:50%;
  255. margin-top:113px;
  256. margin-left:120px;
  257. transform:skewX(20deg) rotate(90deg);
  258. opacity:0;
  259. transition:1s ease;
  260. z-index:9;
  261. transition-delay:999999s;
  262. }
  263.  
  264. body:hover > #navi3{
  265. opacity:1;
  266. transition-delay:1.7s;
  267. }
  268. #navi3 a{
  269. width:50px;
  270. height:30px;
  271. background-color:#ac2323;
  272. position:absolute;
  273. border-top:1px solid #fff;
  274. border-left: 1px solid transparent;
  275. border-right: 1px solid #fff;
  276. border-bottom: 1px solid #fff;
  277. transition: 1s ease;
  278. }
  279.  
  280. #navi3 a:hover{
  281. background-color:#fff;
  282. }
  283.  
  284. #navi3 a:hover span{
  285. display:block;
  286. position:fixed;
  287. top: 0px;
  288. left:25px;
  289. }
  290.  
  291. #navi4{
  292. width:50px;
  293. height:30px;
  294. background-color:transparent;
  295. position:absolute;
  296. top:50%;
  297. left:50%;
  298. margin-top:113px;
  299. margin-left:155px;
  300. transform:skewX(20deg) rotate(90deg);
  301. opacity:0;
  302. transition:1s ease;
  303. z-index:9;
  304. transition-delay:999999s;
  305. }
  306.  
  307. body:hover > #navi4{
  308. opacity:1;
  309. transition-delay:1.9s;
  310. }
  311. #navi4 a{
  312. width:50px;
  313. height:30px;
  314. background-color:#ac2323;
  315. position:absolute;
  316. border-top:1px solid #fff;
  317. border-left: 1px solid transparent;
  318. border-right: 1px solid #fff;
  319. border-bottom: 1px solid #fff;
  320. transition: 1s ease;
  321. }
  322.  
  323. #navi4 a:hover{
  324. background-color:#fff;
  325. }
  326.  
  327. #navi4 a:hover span{
  328. display:block;
  329. position:fixed;
  330. top: 0px;
  331. left:40px;
  332. }
  333.  
  334. h1{
  335. color:#fff;
  336. font-family: 'Josefin Slab', serif;
  337. font-size:12pt;
  338. line-height:0px;
  339. text-align:left;
  340. text-shadow: 1px 1px #000;
  341. font-weight:600;
  342. }
  343.  
  344. b{
  345. color:#000;
  346. font-family: 'Josefin Slab', serif;
  347. font-size:9pt;
  348. }
  349.  
  350. a {
  351. color:#2e2e2e;
  352. font-family: 'Josefin Slab', serif;
  353. font-size:9pt;
  354. text-decoration:none;
  355. transition:1s ease;
  356. }
  357.  
  358. a:hover {
  359. color:#fff;
  360. }
  361.  
  362. </style>
  363.  
  364. <div id="mainimg">
  365. </div>
  366.  
  367. <div id="backgroundimg">
  368. </div>
  369.  
  370. <div id="box">
  371. <div id="two">
  372. <h1>Stats</h1><br>
  373. <font style="float:left;"><b>Thing</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; †</font> Thing
  374. </div>
  375. <div id="three">
  376. <h1>Abilities</h1>
  377. </div>
  378. <div id="four">
  379. <h1>Story</h1>
  380. </div>
  381. <div id="one">
  382. <h1>OOC</h1>
  383. <b>00</b> This code was made for me by <a href="https://roleplay.chat/profile.php?user=King+Hassan"> papa assassin </a> PM him if you have inquiries over codes and commissions.<br>
  384. </div>
  385. </div>
  386.  
  387. <div id="navi1">
  388. <a href="#one"><span>OOC</span> </a>
  389. </div>
  390. <div id="navi2">
  391. <a href="#two"><span>Stats</span> </a>
  392. </div>
  393. <div id="navi3">
  394. <a href="#three"><span>Abilities</span> </a>
  395. </div>
  396. <div id="navi4">
  397. <a href="#four"><span>Story</span> </a>
  398. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement