Rahzgul

decimate 3

Dec 30th, 2022
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Chivo+Mono:wght@600&family=Rubik+80s+Fade&family=Rubik+Vinyl&family=Seymour+One&display=swap');
  3.  
  4. body {
  5. background: #814141;}
  6.  
  7. ::-webkit-scrollbar {
  8. width: 1em;
  9. }
  10.  
  11. ::-webkit-scrollbar-thumb {
  12. background: rgba(139, 0, 0, 0.08);
  13. height: 1em;
  14. border: solid .1em #AA336A;
  15. border-radius: 1em;
  16. }
  17.  
  18.  
  19.  
  20. #center {
  21. position: fixed;
  22. margin: auto;
  23. top: 0;
  24. left: 0;
  25. bottom: 0;
  26. right: 0;
  27. height: 35vw;
  28. width: 30vw;
  29. }
  30.  
  31. .box_border {
  32. position: absolute;
  33. top: 18vw;
  34. left: -32vw;
  35. height: 23vw;
  36. width: 30vw;
  37. border: solid .1em rgba(74, 4, 4, 0.19);
  38.  
  39. }
  40.  
  41. .box_inside {
  42. position: absolute;
  43. top: .5em;
  44. left: .5em;
  45. height: 22vw;
  46. width: 29vw;
  47. background: rgba(74, 4, 4, 0.2);
  48.  
  49. }
  50.  
  51. .fullon {
  52. position: absolute;
  53. top: 0;
  54. left: 0;
  55. height: 40vw;
  56. width: 50vw;
  57. overflow: hidden;
  58. }
  59.  
  60.  
  61.  
  62. #stat_holder {
  63. position: absolute;
  64. top: 2vw;
  65. left: 12vw;
  66. height: 20vw;
  67. width: 30vw;
  68. background: rgba(74, 4, 4, 0.);
  69. }
  70.  
  71.  
  72.  
  73.  
  74. .stat_holder {
  75. position: absolute;
  76. top: -1vw;
  77. left: -11vw;
  78. height: 12vw;
  79. width: 15vw;
  80. background: rgba(74, 4, 4, 0.1);
  81. overflow: auto;
  82. }
  83.  
  84. .stat_box {
  85. position: absolute;
  86. padding-left: .1vw;
  87. color: #A95C68;
  88. text-align: justify;
  89. font-size: 1em;
  90. font-weight: 400;
  91. width: 15vw;
  92. letter-spacing: .1em;
  93. text-shadow: .1em .1em 0em rgba(95, 133, 117, 0.1);
  94. border-radius: .1em;
  95. overflow: auto;
  96. opacity: 1;
  97. transform: scale(0.9);
  98. }
  99.  
  100. .lore_holder {
  101. position: absolute;
  102. top: -1vw;
  103. left:4.5vw;
  104. height: 12vw;
  105. width: 12vw;
  106. background: rgba(74, 4, 4, 0.1);
  107. overflow: auto;
  108. }
  109.  
  110. .lore_box {
  111. position: absolute;
  112. padding-left: .1vw;
  113. font-family: 'Anton', sans-serif;
  114. color: #4A0404;
  115. text-align: justify;
  116. font-size: 1.2em;
  117. font-weight: 400;
  118. width: 12vw;
  119. letter-spacing: .1em;
  120. text-shadow: .1em .1em 0em rgba(95, 133, 117, 0.1);
  121. border-radius: .1em;
  122. overflow: auto;
  123. opacity: 1;
  124. transform: scale(0.9);
  125. }
  126.  
  127. .ooc_holder {
  128. position: absolute;
  129. top: 12vw;
  130. left: -10vw;
  131. height: 7vw;
  132. width: 25vw;
  133. background: rgba(74, 4, 4, 0.1);
  134. overflow: auto;
  135. }
  136.  
  137. .ooc_box {
  138. position: absolute;
  139. padding-left: .1vw;
  140. color: #4A0404;
  141. text-align: center;font-family: 'Bebas Neue', cursive;
  142. font-size: 1.2em;
  143. font-weight: 400;
  144. width: 23vw;
  145. letter-spacing: .1em;
  146. text-shadow: .1em .1em 0em rgba(95, 133, 117, 0.1);
  147. border-radius: 1em;
  148. overflow: hidden;
  149. opacity: 1;
  150. }
  151.  
  152. i {font-family: 'Chivo Mono', monospace;
  153. display: inline-block;
  154. margin-bottom: .1em;
  155. color: #E0BFB8;
  156. padding: .3em;
  157. padding-left: 1em;
  158. padding-right: 1em;
  159. border: solid .1em #4A0404;
  160. border-radius: .6em;
  161. text-transform: uppercase;
  162. }
  163.  
  164. a:link {font-family: 'Chivo Mono', monospace;
  165. display: inline-block;
  166. text-decoration:none;
  167. margin-bottom: .1em;
  168. color: #4A0404;
  169. padding: .3em;
  170. padding-left: 1em;
  171. padding-right: 1em;
  172. border: solid .1em #4A0404;
  173. border-radius: .6em;
  174. text-shadow: .2em .1em 1em rgba(74, 4, 4, 0.8);
  175. text-transform: uppercase;
  176. }
  177.  
  178. b {font-family: 'Seymour One', sans-serif;
  179. display: inline-block;
  180. margin-left: -1em;
  181. margin-bottom: .1em;
  182. margin-right: 1em;
  183. padding: .3em;
  184. padding-left: 1em;
  185. padding-right: 1em;
  186. background: #4A0404;
  187. color: #E0BFB8;
  188. border: solid .1em #4A0404;
  189. border-radius: .6em;
  190. text-transform: uppercase;
  191. }
  192.  
  193. U { font-family: 'Bebas Neue', cursive;
  194. text-decoration:none;
  195. text-transform:uppercase;
  196. width:9em;
  197. text-align: left;
  198. color: #bec0a9;
  199. background-color:#800000;
  200. padding-left: 1em;
  201. padding-top: .1em;
  202. font-size: 1.3em;
  203. line-height:1.5em;
  204. letter-spacing:.7em;
  205. display:inline-block;
  206. border:1em solid #;}
  207.  
  208. S { text-decoration:none;
  209. width: 30em;
  210. text-align: right;
  211. font-family: 'Bebas Neue', cursive;
  212. color: #bec0a9;
  213. text-shadow:.1em .2em 0em #0c0c0c;
  214. padding:.4em;
  215. font-size:1.5m;
  216. line-height:.9em;
  217. letter-spacing:.6em;
  218. display:inline-block;
  219. border-bottom:.1em solid #800000;
  220. border-top: .1em solid #800000;
  221. border-right: .1em solid #000;}
  222.  
  223. .image{
  224. position: absolute;
  225. background-image:url(https://cdnb.artstation.com/p/assets/images/images/012/458/605/large/alexandra-zhukova-twe-dl-3.jpg?1534899588);
  226. background-attchment:fixed;
  227. background-repeat: no-repeat;
  228. background-size: 100%;
  229. left: -32vw;
  230. width: 30vw;
  231. height: 13vw;
  232. bottom: 16vw;
  233. z-index: 11;
  234. opacity: 1;
  235. border: solid .5em #000;
  236. filter: drop-shadow(0 0 0.75rem #000);
  237. }
  238.  
  239.  
  240.  
  241. .name{
  242. position: absolute;
  243. font-family: 'Rubik 80s Fade', cursive;
  244. font-size:5em;
  245. letter-spacing: 0.1vw;
  246. font-weight: bold;
  247. left: -30vw;
  248. top: 0vw;
  249. z-index:7;
  250. opacity: 1;
  251. background: #transparent;
  252. background:url('https://64.media.tumblr.com/1d7bb162d4c6933ff5997073396374e8/a6bbf6a1aea6b686-40/s540x810/21657a3ae35b268c7b948a1e43d2a9772ac7cd2f.gif') ;
  253. -webkit-text-fill-color: transparent;
  254. -webkit-background-clip: text;
  255. display:block; text-align: center;
  256.  
  257.  
  258.  
  259. }
  260.  
  261. .name2{
  262. position:absolute;
  263. font-family: 'Rubik 80s Fade', cursive;
  264. font-size:5em;
  265. letter-spacing: 0.1vw;
  266. font-weight: bold;
  267. left: -30vw;
  268. top: 0vw;
  269. color:#800000;
  270. text-shadow: 0px 0 #800000, 0 1px #800000, 1px 0 #800000, 0 -1px #800000, 0px 0px 15px #000000;
  271. z-index:6;
  272. opacity: 1;
  273.  
  274.  
  275. }
  276.  
  277. .title{
  278. position: absolute;
  279. left:-25vw;
  280. bottom: 30vw;font-family: 'Rubik Vinyl', cursive;
  281. font-size:3em;
  282. letter-spacing: .1vw;
  283. font-weight: bold;
  284. color: #4A0404;
  285. text-shadow: 0px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0px 0px 15px #FF3131;
  286. z-index:9;
  287. opacity:1;
  288.  
  289. }
  290.  
  291. .toptitle{
  292. position: absolute;
  293. left:7vw;
  294. bottom: 30vw;
  295. font-family: 'Bonheur Royale', cursive;
  296. font-size:3em;
  297. letter-spacing: .1vw;
  298. font-style: italic;
  299. font-weight: bold;
  300. color: #FFC0CB;
  301. z-index:9;
  302. opacity:1;
  303.  
  304. }
  305.  
  306. </style>
  307.  
  308.  
  309. <div id="center">
  310.  
  311. <div class="box_border">
  312. <div class="box_inside">
  313.  
  314. <div class="fullon"></div>
  315.  
  316.  
  317.  
  318.  
  319. <div id="stat_holder">
  320.  
  321.  
  322.  
  323. <div class="stat_holder">
  324.  
  325.  
  326.  
  327. <div class="stat_box">
  328.  
  329. <span style="float:left;"><u>Darius</u></span> <span style="float:right;"><s> Male</s></span><br><br>
  330. <span style="float:left;"><u>Matured</u></span> <span style="float:right;"><s>Unbiased</s></span><br><br>
  331. <span style="float:left;"><u>Noxus</u></span> <span style="float:right;"><s> Champion</s></span><br><br>
  332. <span style="float:left;"><u>General</u></span> <span style="float:right;"><s> Taller than you</s></span><br><br>
  333. <span style="float:left;"><u>Unbound</u></span> <span style="float:right;"><s> Bigger too</s></span><br>
  334.  
  335. </div>
  336.  
  337. </div>
  338.  
  339. <div class="lore_holder">
  340.  
  341.  
  342.  
  343. <div class="lore_box">
  344.  
  345. <a target="_blank" href="https://roleplay.chat/profile.php?user=Irelia">Irelia</a> is the best because she made me this. No one loves me as much as her and she's totally my favorite person ever. <br> <b>I'm testing</b> <i>hello</i>
  346.  
  347. </div>
  348.  
  349. </div>
  350.  
  351.  
  352. <div class="ooc_holder">
  353.  
  354.  
  355.  
  356. <div class="ooc_box">
  357.  
  358. PM friendly.<br> Quality > Quantity.<br> Para & ↑ preferred.<br> Literacy is required. <br> IC ≠ OOC.<br> Drama IC only.<br> Respect is a two-way street.<br> </div></div>
  359. </div>
  360.  
  361. </div>
  362. </div>
  363.  
  364. <div class="toptitle"></div>
  365. <div class="name">Darius</div>
  366. <div class="name2">Darius</div>
  367. <div class="title">Hand of Noxus</div>
  368. <div class="image"></div>
Advertisement
Add Comment
Please, Sign In to add comment