Advertisement
Demi-monde

Untitled

Jan 29th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3.  
  4. @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
  5.  
  6. @font-face { font-family:"tokyo"; src: url('https://dl.dropbox.com/s/jgq18n62iha87v6/Tokyo-Regular.ttf'); }
  7.  
  8. @font-face { font-family: "Mont"; src: url('https://dl.dropboxusercontent.com/s/vycatbfi5hvz7he/Mont-Heavy.otf') ;}
  9.  
  10.  
  11. body{
  12. background-color: #151515;
  13. font-family: 'roboto', sans-serif;
  14. color:#4c4c4c;
  15. letter-spacing:1px;
  16. line-height:110%px;
  17. background-image:url(https://assets.tumblr.com/images/x.gif?v=1);
  18. }
  19.  
  20. a,a:link, a:active, a:visited{
  21. color: lightblue;
  22. text-decoration:none;
  23. -webkit-transition: all 0.2s linear;
  24. -moz-transition: all 0.2s linear;
  25. transition: all 0.2s linear;
  26. text-transform:uppercase;
  27. }
  28.  
  29. a:hover {
  30. color:red;
  31. -webkit-transition: all 0.2s linear;
  32. -moz-transition: all 0.2s linear;
  33. transition: all 0.2s linear;
  34. }
  35.  
  36. b,bold,strong{
  37. color:#cc0000;
  38. text-transform:uppercase;
  39. }
  40.  
  41. em,i,italic{
  42. color:lightblue;
  43. }
  44.  
  45.  
  46. .p { padding-top: 5px;}
  47. .ol, ul { margin-left: 20px; padding: 0px;list-style-type: square; }
  48. .ul { list-style-type: square; }
  49.  
  50. ::-webkit-scrollbar-thumb {
  51. display: none;
  52. }
  53.  
  54. ::-webkit-scrollbar {
  55. display: none;
  56. }
  57.  
  58. ::-moz-selection { background: red; }
  59. ::selection { background: red; }
  60.  
  61.  
  62. #bg{
  63. padding:30px;
  64. z-index:99;
  65. margin: auto;
  66. left:0px;
  67. top:0px;
  68. bottom:0px;
  69. right:0px;
  70. width:530px;
  71. position:absolute;
  72. height:450px;
  73. overflow-y:scroll;
  74. background-color:#000;
  75. overflow-x:hidden;
  76. border-radius:10px;
  77. box-shadow: 3px 3px 12px rgba(0,0,0,.4);}
  78.  
  79. @import "compass/css3";
  80.  
  81. .wave{
  82. width: 550px;
  83. position: absolute;
  84. height: 550px;
  85. transform:rotate(12deg);
  86. margin-top:-25px;
  87. }
  88.  
  89. .wavefill{
  90. fill:#1d1d1d;
  91. }
  92.  
  93. #wave{
  94. margin-left:140px;
  95. margin-top:-30px;
  96. width: 510px;
  97. height:510px;
  98. overflow: hidden;
  99. position:absolute;
  100. }
  101.  
  102. .sideimage {position:fixed;z-index:9999; width:220px; height:560px;margin-left:230px; margin-top:-55px; }
  103.  
  104. .sideimage img {width:auto; height:560px; position:fixed;}
  105.  
  106. #sidebar { width:210px; height:510px; position: fixed; margin-top:-30px; margin-left:320px; overflow:hidden; border-radius:0px 10px 10px 0px;}
  107.  
  108. .sidebar {font-family:"mont";
  109. -webkit-text-stroke: 1px #cc0000;
  110. -webkit-text-fill-color: rgba(0, 0, 0, 0); font-size:42px; width:200px; height:330px; text-align:justify; line-height:110%; margin-top:3px; margin-left:10px; word-spacing:-10px; text-transform:uppercase; }
  111.  
  112. .content {
  113. margin: auto;
  114. left:-320px;
  115. top:20px;
  116. bottom:0px;
  117. right:0px;
  118. position:absolute;
  119. width:400px;
  120. height:450px;
  121. color:#4c4c4c;
  122. z-index:999;
  123. border-radius:10px;
  124. }
  125.  
  126. #sub{
  127. margin-top:210px;
  128. color:Red;
  129. letter-spacing: 2.5px;
  130. font-family:"mont";
  131. text-align:left;
  132. padding:0px;
  133. font-size:30px;
  134. width:370px;
  135. height:52px;
  136. margin-left:110px;
  137. line-height:80%;
  138. overflow:hidden;
  139. position:fixed;
  140. text-transform:uppercase;
  141. }
  142.  
  143. #tit{
  144. font-family:"mont";
  145. margin-top:-30px;
  146. -webkit-text-stroke: 2px red;
  147. -webkit-text-fill-color: rgba(0, 0, 0, 0);
  148. font-size:60px;
  149. line-height:110%;
  150. word-spacing:10px;
  151. text-transform:uppercase;
  152. text-align:left;
  153. padding:0px;
  154. font-size:30px;
  155. width:370px;
  156. height:52px;
  157. margin-left:110px;
  158. overflow:hidden;
  159. position:fixed;
  160.  
  161. }
  162.  
  163. #desc{
  164. margin-top:10px;
  165. margin-left:110px;
  166. width:250px;
  167. height:147px;
  168. background-color:#151515;
  169. color:#c4c4c4;
  170. padding:15px;
  171. position:fixed;
  172. font-size:9px;
  173. overflow-y:auto;
  174. text-align:justify;
  175. line-height:150%;
  176. border-radius:10px;
  177. box-shadow: 3px 3px 12px rgba(0,0,0,.4);}
  178.  
  179. #desc b{
  180. background-color:red;
  181. color:#fff;
  182. padding:3px;
  183. margin-right:5px;
  184. line-height:220%;
  185. font-size:8px;
  186. }
  187.  
  188. #desc span{
  189. font-size:15px;
  190. font-family:"mont";
  191. color:lightblue;
  192. float:center;
  193. padding:10px 5px 5px 5px;
  194. }
  195.  
  196. #desc p{
  197. margin-top:5px;
  198. margin-bottom:-5px;
  199. }
  200.  
  201.  
  202. #desc1{
  203. margin-left:110px;
  204. margin-top:280px;
  205. width:250px;
  206. height:130px;
  207. background-color:#151515;
  208. color:#c4c4c4;
  209. padding:15px;
  210. position:fixed;
  211. font-size:9px;
  212. overflow-y:auto;
  213. text-align:justify;
  214. line-height:150%;
  215. border-radius:10px;
  216. box-shadow: 3px 3px 12px rgba(0,0,0,.4);}
  217.  
  218. #desc1 b{
  219. background-color:red;
  220. color:#fff;
  221. padding:3px;
  222. margin-right:5px;
  223. line-height:220%;
  224. font-size:8px;
  225. }
  226.  
  227. #desc1 span{
  228. font-size:15px;
  229. font-family:"mont";
  230. color:lightblue;
  231. float:center;
  232. padding:10px 5px 0px 0px;
  233. }
  234.  
  235. #desc1 p{
  236. margin-top:5px;
  237. margin-bottom:-5px;
  238. }
  239.  
  240.  
  241. #leftimage {
  242. width:auto;
  243. height:510px;
  244. margin-top:15px;
  245. position:fixed;
  246. margin-left:-70px;
  247. }
  248.  
  249. #leftimage img{
  250. width:auto;
  251. height:510px;
  252. }
  253.  
  254.  
  255.  
  256. </style>
  257.  
  258. <!-----------------------------NAVIGATION TAB----------------------------->
  259. <div class="content">
  260.  
  261.  
  262. <div id="leftimage"><img src="https://i.imgur.com/7pRRzKL.png"></div>
  263.  
  264. <div id="sub">The strongest Avenger</div>
  265.  
  266. <div id="tit">T H O R</div>
  267.  
  268. <div id="desc">
  269. <span>UPDATE</span>
  270. <p>Thor is currently alive and staying in his quarters at the Avenger's compound. However, he's always on the move thanks to his ability to summon the Bitfrost whenever he needs. He's still recovering from his fall from grace over the last five years, but the friends he has make the journey a little easier.
  271. <p>
  272. "<i>Rage and vengeance, anger, loss, regret -they’re all tremendous motivators, they really clear the mind so I’m good to go!</i>"
  273. </div>
  274.  
  275. <div id="desc1">
  276. <span>OOC</span>
  277. <ul>
  278. <li>This is character is based on the <b>MCU's</b> version of Thor. I don't mind discussing different plots, changes, or crossovers!</li>
  279.  
  280. <li>None of the gifs or artwork is mine.</li>
  281.  
  282. <li>Story over smut, and don't be afraid to PM me.</li>
  283.  
  284. <li>This profile was coded by <a href="https://roleplay.chat/profile.php?user=Koriandr.">Koriandr.</a> Thank you so much.</li></ul>
  285. </div>
  286.  
  287.  
  288. </div>
  289.  
  290. <div id="bg">
  291.  
  292. <div id="wave">
  293. <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 496.88 599.63" xml:space="preserve" class="wave">
  294. <path class="wavefill" d="M141.09.43c-40.93,54.16-46.63,129.3-27.29,194.38s60.89,121.4,107.45,170.8c28.34,30.07,59.23,58.67,79.33,94.78a196.54,196.54,0,0,1,19.34,139.24l280.08,0V0Z" transform="translate(-103.12)"/>
  295. </svg>
  296. </div>
  297.  
  298.  
  299. <div class="sideimage"><img src="https://i.imgur.com/U2Vzywk.png" draggable="false"></div>
  300.  
  301. <div id="sidebar">
  302. <div class="sidebar">
  303. M I G H T Y
  304. S T R O N G
  305. M I G H T Y
  306. S T R O N G
  307. M I G H T Y
  308. S T R O N G
  309. M I G H T Y
  310. S T R O N G
  311. </div>
  312. </div>
  313.  
  314.  
  315. </div><!----ENTRIES END---->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement