Advertisement
Falkstids

Majstir Code

Sep 14th, 2019
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Aref+Ruqaa');
  2.  
  3. body{
  4. background-color:#424335;
  5. overflow:hidden;
  6. box-shadow: inset 0px 0px 60px 1px #000 ;
  7.  
  8.  
  9. }
  10.  
  11. ::-webkit-scrollbar
  12. {
  13. width: 0px;
  14. background-color: transparent;
  15. }
  16.  
  17.  
  18.  
  19. #sword{
  20. background-image:url(https://i.imgur.com/8xhqOyB.png);
  21. background-size:100%;
  22. width:55px;
  23. height:350px;
  24. position:absolute;
  25. top:50%;
  26. left:50%;
  27. margin-top:-175px;
  28. margin-left:-225px;
  29. filter:drop-shadow(0px 0px 5px #000);
  30. animation:sword 8s;
  31. animation-fill-mode: forwards;
  32. z-index:99;
  33. }
  34.  
  35. @keyframes sword{
  36. 0%{
  37. margin-top:-175px;
  38. margin-left:-225px;
  39. opacity:1;
  40. }
  41. 10%{
  42. margin-top:-190px;
  43. margin-left:-225px;
  44. opacity:1;
  45. }
  46. 20%{
  47. margin-top:-160px;
  48. margin-left:-225px;
  49. opacity:1;
  50. }
  51. 30%{
  52. margin-top:-190px;
  53. margin-left:-225px;
  54. opacity:1;
  55. }
  56. 40%{
  57. margin-top:-160px;
  58. margin-left:-225px;
  59. opacity:1;
  60. }
  61. 60%{
  62. margin-top:-175px;
  63. margin-left:-225px;
  64. opacity:1;
  65. }
  66. 90%{
  67. margin-left:240px;
  68. opacity:1;
  69. }
  70. 100%{
  71. margin-left:240px;
  72. opacity:0;
  73. }
  74. }
  75.  
  76. #backgroundbox{
  77. width:0px;
  78. height:300px;
  79. background-color:#4d3130;
  80. position:absolute;
  81. left:50%;
  82. top:50%;
  83. margin-left:-190px;
  84. margin-top:-150px;
  85. animation:fold 8s;
  86. animation-fill-mode: forwards;
  87. background-image:url(https://www.transparenttextures.com/patterns/arabesque.png);
  88. }
  89.  
  90. @keyframes fold{
  91.  
  92. 0%{
  93. width:0px;
  94. opacity:0;
  95. box-shadow:0px 0px 5px 0px #000;
  96. }
  97.  
  98. 60%{
  99. width:0px;
  100. opacity:1;
  101. box-shadow:0px 0px 5px 0px #000;
  102. }
  103. 90%{
  104. width:450px;
  105. opacity:1;
  106. box-shadow:0px 0px 0px 0px #000;
  107. }
  108.  
  109. 100%{
  110. opacity:1;
  111. width:450px;
  112. box-shadow:0px 0px 5px 0px #000;
  113. }
  114.  
  115. }
  116.  
  117. #image{
  118. background-image:url(https://i.imgur.com/OLThc1i.png);
  119. background-size:100%;
  120. width:300px;
  121. height:300px;
  122. position:absolute;
  123. top:50%;
  124. left:50%;
  125. margin-top:-150px;
  126. margin-left:50px;
  127. opacity:0;
  128. animation:image 8s;
  129. animation-fill-mode: forwards;
  130. }
  131.  
  132. @keyframes image{
  133. 0%{
  134. opacity:0;
  135. }
  136. 95%{
  137. opacity:0;
  138. }
  139. 100%{
  140. opacity:1;
  141. }
  142. }
  143.  
  144. #one{
  145. opacity:0;
  146. width:240px;
  147. height:265px;
  148. padding:5px;
  149. background-color:#4d3130;
  150. border:solid 1px white;
  151. position:absolute;
  152. left:15px;
  153. top:10px;
  154. z-index:10;
  155. box-shadow:0px 0px 10px 0px #000;
  156. animation: one 8s;
  157. animation-fill-mode: forwards;
  158. color:#fff;
  159. background-image:url(https://www.transparenttextures.com/patterns/arabesque.png);
  160. transition:1s;
  161. overflow:auto;
  162. color:#fff;
  163. font-size:11pt;
  164. font-family: 'Aref Ruqaa', serif;
  165. text-align:justify;
  166.  
  167. }
  168.  
  169. @keyframes one{
  170. 0%{
  171. opacity:0;
  172. }
  173.  
  174. 90%{
  175. opacity:0;
  176. }
  177.  
  178. 100%{
  179. opacity:1;
  180. }
  181. }
  182.  
  183. #one:target{
  184. opacity:1;
  185. z-index:11;
  186. }
  187.  
  188.  
  189. #two, #three, #four, #five{
  190. opacity:0;
  191. width:240px;
  192. height:265px;
  193. padding:5px;
  194. background-color:#4d3130;
  195. border:solid 1px white;
  196. position:absolute;
  197. left:15px;
  198. top:10px;
  199. z-index:9;
  200. color:#fff;
  201. box-shadow:0px 0px 10px 0px #000;
  202. background-image:url(https://www.transparenttextures.com/patterns/arabesque.png);
  203. transition:1s;
  204. font-size:11pt;
  205. font-family: 'Aref Ruqaa', serif;
  206. text-align:left;
  207. overflow:auto;
  208. }
  209.  
  210. #two:target, #three:target, #four:target, #five:target{
  211. opacity:1;
  212. z-index:11;
  213. }
  214.  
  215. #navi{
  216. width:50px;
  217. height:125px;
  218. background-color:transparent;
  219. position:absolute;
  220. top:15px;
  221. right:120px;
  222. z-index:99;
  223. float:left;
  224. opacity:0;
  225. animation:navi 8s;
  226. animation-fill-mode: forwards;
  227. }
  228.  
  229. @keyframes navi{
  230. 0%{
  231. opacity:0;
  232. }
  233. 90%{
  234. opacity:0;
  235. }
  236. 100%{
  237. opacity:1;
  238. }
  239. }
  240.  
  241. #navi a{
  242. width:15px;
  243. height:15px;
  244. transform:rotate(45deg);
  245. background-color:#4d3130;
  246. border:solid 2px white;
  247. display:block;
  248. margin-left:10px;
  249. margin-top:8px;
  250. transition:1s;
  251. }
  252.  
  253. #navi a:hover{
  254. background-color:#fff;
  255. }
  256.  
  257. h1{
  258. color:#fff;
  259. font-size:20pt;
  260. font-weight:500;
  261. text-align:center;
  262. font-family: 'Aref Ruqaa', serif;
  263. margin-top:0px;
  264. margin-bottom:5px;
  265. }
  266.  
  267. h2{
  268. font-size:50pt;
  269. font-weight:500;
  270. text-align:center;
  271. font-family: 'Aref Ruqaa', serif;
  272. background: url(https://cdn.discordapp.com/attachments/346731406237499393/409808563314098196/tumblr_oyufp9tpMj1wzypxlo1_500.gif) ;
  273. background-size:400px 400px;
  274. -webkit-background-clip: text;
  275. -webkit-text-fill-color: transparent;
  276. z-index:100;
  277. position:absolute;
  278. bottom:0px;
  279. right:0px;
  280. opacity:0;
  281. margin-bottom:-30px;
  282. margin-right:-30px;
  283. animation:text 8s;
  284. animation-fill-mode: forwards;
  285. }
  286.  
  287. @keyframes text{
  288. 0%{
  289. opacity:0;
  290. }
  291.  
  292. 95%{
  293. opacity:0;
  294. }
  295.  
  296. 100%{
  297. opacity:1;
  298. }
  299. }
  300.  
  301. a{
  302. text-decoration:none;
  303. color:#dadada;
  304. transition:1s;
  305. }
  306.  
  307. a:hover{
  308. color:gold;
  309. }
  310.  
  311.  
  312. <div id="sword"></div>
  313. <div id="backgroundbox">
  314. <div id="image"></div>
  315. <div id="one">
  316. <h1>Dossier - ملف</h1>
  317. <font style="float:left;">Name</font><font style="float:right;">Long forgotten</font></br>
  318. <font style="float:left;">Alias</font><font style="float:right;">Majstir, Swordmaster</font></br>
  319. <font style="float:left;">Age</font><font style="float:right;">Timeless</font></br>
  320. <font style="float:left;">Gender</font><font style="float:right;">Male</font></br>
  321. <font style="float:left;">Race</font><font style="float:right;"><del>Djinn</del>, Human</font></br>
  322. <font style="float:left;">Height</font><font style="float:right;">6'2"(187cm)</font></br>
  323. <font style="float:left;">Weight</font><font style="float:right;">191lbs(86kg)</font></br>
  324. <font style="float:left;">Skin</font><font style="float:right;">Tanned</font></br>
  325. <font style="float:left;">Eyes</font><font style="float:right;">Crimson</font></br>
  326. <font style="float:left;">Hair</font><font style="float:right;">Moss</font></br>
  327. <font style="float:left;">Orientation</font><font style="float:right;">Female(s)</font></br>
  328. <font style="float:left;">Alignment</font><font style="float:right;">Chaotic Neutral</font></br>
  329. <font style="float:left;">Occupation</font><font style="float:right;">Wandering Swordmaster</font></br>
  330. <font style="float:left;"></font><font style="float:right;">Killer of Gods</font></br>
  331. </div>
  332.  
  333. <div id="two">
  334. <h1>History - التاريخ</h1>
  335.  
  336. </div>
  337.  
  338. <div id="three">
  339. <h1>Abilities - قدرات</h1>
  340. </div>
  341.  
  342. <div id="four">
  343. <h1>Gallery - صالة عرض</h1>
  344. </div>
  345.  
  346. <div id="five">
  347. <h1>OOC - من الطابع</h1>
  348. <b>00</b> This profile was coded by me, if you wish to have a similar code, feel free to mail <a href="">Hound of Tindalos</a> for inquiries on prices and custom profiles.<br><br>
  349. <b>01</b> Pm Friendly to an extent<br><br>
  350. <b>02</b> Story heavy character, Romance and smut comes from long term relationships<br><br>
  351. <b>03</b> He is a Freed Genie so I guess he is overpowered, however he does not tend to use his powers and will always choose to look human to those he talks to.<br><br>
  352. <b>04</b> Golden Rule always applies <br><br>
  353. <b>05</b> Art is not mine, it is by the pixiv artist <a target="_blank" href="https://www.pixiv.net/member.php?id=97898">Mochio</a> and will be removed upon request, Face Claim is Ciggma Khint from Bravely Default<br><br>
  354. <b>06</b> Kinks vary, but they always end up falling into the darker scenarios.<br><br>
  355. </div>
  356.  
  357.  
  358. <div id="navi">
  359. <a href="#one"></a>
  360. <a href="#two"></a>
  361. <a href="#three"></a>
  362. <a href="#four"></a>
  363. <a href="#five"></a>
  364. </div>
  365. <h2>سيد السيف</h2>
  366. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement