Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Song+Myung);
  3. @import url(//fonts.googleapis.com/css?family=Oswald);
  4. @import url(//fonts.googleapis.com/css?family=Josefin+Sans);
  5. @import url(//fonts.googleapis.com/css?family=Courgette);
  6. @import url(//fonts.googleapis.com/css?family=Poiret One);
  7.  
  8.  
  9.  
  10.  
  11. .pfor { display: none; }
  12. #profile { background-color: transparent; border: none; overflow: auto;}
  13. /*body*/
  14.  
  15. body {
  16. background-color: #110f0b;
  17. }
  18.  
  19. body, a {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur829.cur), auto;}
  20.  
  21. b, strong { font-family: Song Myung; font-size: 14px;line-height: 15px; font-weight: bold;
  22. color: #28220f;
  23. }
  24.  
  25. i, em {color:#da9e78; font-family: josefin sans; font-size:14px;}
  26.  
  27. /*scroll*/
  28. ::-webkit-scrollbar {
  29. width: 5px;
  30. height: 0px;
  31. background:;
  32. }
  33.  
  34. ::-webkit-scrollbar-thumb {
  35. background-color: #272111;
  36. -webkit-border-radius: 10px;
  37. border-radius: 10px;
  38. z-index: 999;
  39. }
  40.  
  41.  
  42.  
  43.  
  44. /*aesthetics*/
  45. #background img{
  46. position: absolute;
  47. width: 100%;
  48. height:100%;
  49. top:0px;
  50. left: 0px;
  51. z-index: 2;
  52. }
  53.  
  54.  
  55. /*navigation*/
  56. #navi {
  57. position: fixed;
  58. left:74%;
  59. right:26%;
  60. top:52%;
  61. bottom: 48%;
  62. width: 5px;
  63. height: 2000px;
  64. padding:5px;
  65. z-index: 6;
  66. display: inline-block;
  67. float: left;
  68. }
  69.  
  70. #navi a:link, #navi a:visited {
  71. text-decoration:none;
  72. font-weight:normal !important;
  73. padding:5px;
  74. margin-left: 10px;
  75. width: 1px;
  76. margin: 0px 0px 10px 0px;
  77. height: 40px;
  78. -webkit-transition: all 0.5s ease;
  79. -moz-transition: all 0.5s ease;
  80. -o-transition: all 0.5s ease;
  81. background-color: #272111;
  82. opacity: 0.4;
  83. float: left;
  84. }
  85.  
  86. #navi a:hover {
  87. background-color:#606044;
  88. opacity: 0.4;
  89. text-decoration:none;
  90. float: left;
  91. }
  92.  
  93. /*music*/
  94. #music1{
  95. position:fixed;
  96. left: 33.5%;
  97. right: 66.5%;
  98. top: 82%;
  99. bottom: 20%;
  100. padding:2px;
  101. -webkit-transition: all 0.5s ease-in-out;
  102. -moz-transition: all 0.5s ease-in-out;
  103. -o-transition: all 0.5s ease-in-out;
  104. z-index: 90;
  105. }
  106.  
  107. #music1:hover #music2{
  108. opacity:0;
  109. margin-top:-25px;
  110. z-index:-1;
  111. }
  112.  
  113. #music1:hover #music3{
  114. opacity:1;
  115. margin-top:-2px;
  116. z-index:99;
  117. }
  118.  
  119. #music1:hover #musiclist{
  120. opacity:1;
  121. }
  122.  
  123. #music2{
  124. /* First gif image*/
  125. opacity:1;
  126. background-color:#transparent;
  127. padding:6px;
  128. -webkit-transition: all 0.5s ease-in-out;
  129. -moz-transition: all 0.5s ease-in-out;
  130. -o-transition: all 0.5s ease-in-out;}
  131.  
  132. #music3{
  133. /* Music player */
  134. opacity:0;
  135. position:fixed;
  136. background-color:#transparent;
  137. background-image:
  138. url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png');
  139. background-repeat: no-repeat;
  140. background-size: 25px;
  141. width:25px;
  142. height:25px;
  143. z-index:99
  144. margin-left:0px;
  145. overflow:hidden;
  146. -webkit-transition: all 0.5s ease-in-out;
  147. -moz-transition: all 0.5s ease-in-out;
  148. -o-transition: all 0.5s ease-in-out;}
  149.  
  150. /*content*/
  151. .box {
  152. position: fixed;
  153. top:54%;
  154. bottom: 46%;
  155. left: 43%;
  156. right: 57%;
  157. width: 29.8%;
  158. height: 33.5%;
  159. padding: 5px;
  160. font-size: 14px;
  161. line-height: 13px;
  162. text-align: center;
  163. font-family: oswald;
  164. color: #606044;
  165. overflow: auto;
  166. opacity: 0;
  167. transition: all 0.7s ease-in-out;
  168. -webkit-transition: all 0.7s ease-in-out;
  169. -moz-transition: all 0.7s ease-in-out;
  170. -o-transition: all 0.7s ease-in-out;
  171. -ms-transition: all 0.7s ease-in-out;
  172. z-index:2;
  173. }
  174.  
  175. .box:target {
  176. top:54%;
  177. left: 43%;
  178. overflow: auto;
  179. opacity: 1;
  180. transition: all 0.7s ease-in-out;
  181. -webkit-transition: all 0.7s ease-in-out;
  182. -moz-transition: all 0.7s ease-in-out;
  183. -o-transition: all 0.7s ease-in-out;
  184. -ms-transition: all 0.7s ease-in-out;
  185. z-index:4;
  186. }
  187.  
  188. /*tables*/
  189. td.one{
  190. width: 500px;
  191. font-family: Song Myung;
  192. font-size: 14px;
  193. text-align: left;
  194. word-spacing: 1px;
  195. letter-spacing: 0px;
  196. line-height: 9px;
  197. font-weight: bold;
  198. color: #28220f;
  199.  
  200.  
  201. }
  202.  
  203. td.two{
  204. width: 261px;
  205. font-family: oswald;
  206. font-size: 14px;
  207. text-align: right;
  208. word-spacing: 1px;
  209. letter-spacing: 0px;
  210. line-height: 9px;
  211. color: #606044;
  212. }
  213.  
  214. /*link*/
  215. a:link,a:active,a:visited {
  216. color: #606044;
  217. font-family: Courgette;
  218. font-size: 14px;
  219. line-height: 10px;
  220. letter-spacing: 0px;
  221. display: ;
  222. font-weight: bold;
  223. margin-bottom: px;
  224. word-spacing: 0px;
  225. text-transform: none;
  226. text-align: center;
  227. text-decoration: none;
  228. transition: all .3s ease-in-out;
  229. -webkit-transition: all .3s ease-in-out;
  230. -moz-transition: all .3s ease-in-out;
  231. -o-transition: all .3s ease-in-out;
  232. -ms-transition: all .3s ease-in-out;
  233. z-index: 20;
  234. }
  235.  
  236. a:hover {
  237. color: #000000;
  238. font-family: Courgette;
  239. font-size: 14px;
  240. line-height: 10px;
  241. letter-spacing: 0px;
  242. display: ;
  243. font-weight: bold;
  244. margin-bottom: px;
  245. word-spacing: 0px;
  246. text-align: center;
  247. text-decoration: none;
  248. transition: all .3s ease-in-out;
  249. -webkit-transition: all .3s ease-in-out;
  250. -moz-transition: all .3s ease-in-out;
  251. -o-transition: all .3s ease-in-out;
  252. -ms-transition: all .3s ease-in-out;
  253. text-shadow: 1px 0px 0px #606044,
  254. 0px 1px 0px #606044,
  255. -1px 0px 0px #606044,
  256. 0px -1px 0px #606044,
  257. 0px 0px 20px #606044;
  258.  
  259. z-index: 20;
  260. }
  261.  
  262. h1 {
  263. font-family: Poiret One;
  264. color: #000000;
  265. text-shadow: 1px 0px 0px #392e1c,
  266. 0px 1px 0px #392e1c,
  267. -1px 0px 0px #392e1c,
  268. 0px -1px 0px #392e1c,
  269. 0px 0px 20px #392e1c;
  270. font-size: 15px;
  271. line-height: 12px;
  272. text-align: center;
  273. letter-spacing: 1px;
  274. border-left: 4px solid #392e1c;
  275. border-right: 4px solid #392e1c;
  276. }
  277. </style>
  278. <div id="navi">
  279. <a href="#nung" class="text" ></a>
  280. <a href="#song" class="text"></a>
  281. <a href="#sam" class="text" ></a>
  282. <a href="#si" class="text"></a>
  283. </div>
  284.  
  285. <div id="background"><img src="http://i.picpar.com/2cPc.png"></div>
  286.  
  287. <div id="nung" class="box">
  288. <h1>Stats</h1>
  289. <table>
  290. <tr><td class="one">
  291. Designation
  292. </td><td class="two">
  293. Orc
  294. </td></tr><tr>
  295.  
  296. <tr><td class="one">
  297. Serial
  298. </td><td class="two">
  299. O24R576C8
  300. </td></tr><tr>
  301.  
  302. <tr><td class="one">
  303. Model Type
  304. </td><td class="two">
  305. Combat
  306. </td></tr><tr>
  307.  
  308. <tr><td class="one">
  309. Age
  310. </td><td class="two">
  311. <s>24</s> 1
  312. </td></tr><tr>
  313.  
  314. <tr><td class="one">
  315. Height
  316. </td><td class="two">
  317. 8'2"
  318. </td></tr><tr>
  319.  
  320. <tr><td class="one">
  321. Weight
  322. </td><td class="two">
  323. 1465lbs
  324. </td></tr><tr>
  325.  
  326. <tr><td class="one">
  327. Fuctionality
  328. </td><td class="two">
  329. <s>100$</s> unknown.
  330. </td></tr><tr>
  331.  
  332. <tr><td class="one">
  333. Operator
  334. </td><td class="two">
  335. <a href="https://roleplay.chat/profile.php?user=Aliice">Aliice</a>
  336. </td></tr><tr>
  337.  
  338. <tr><td class="one">
  339. Matrix
  340. </td><td class="two">
  341. <s>Stable</s> Operable
  342. </td></tr><tr>
  343.  
  344.  
  345. </table>
  346. </div>
  347.  
  348. <div id="song" class="box">
  349. <h1>History</h1>
  350. Nothing before Aliice can be retrieved at this time. Please try again later.
  351. </div>
  352.  
  353. <div id="sam" class="box" text-align: justify;>
  354. <h1>Aquaintences</h1>
  355. <a href=""><img src="http://i.picpar.com/7cPc.png" title="Vaeldra"></a><br>[Description]<br><br
  356. <a href="hyper link"><img src="https://vignette.wikia.nocookie.net/mafiagame/images/2/23/Unknown_Person.png/revision/latest/scale-to-width-down/464?cb=20151119092211" width= 80px; title="Aliice"></a><br>[Description]<br><br>
  357. </div>
  358.  
  359.  
  360. <div id="si" class="box">
  361. <h1>Out of Character</h1>
  362. 01. I'm not your buddy, guy. But we can probably change that in time. PM Friendly.<br>
  363. 02. Discord available to those that show a prolonged interest, if requested.<br>
  364. 03. Character is an original design, brain baby of moi.<br>
  365. 04. Muse can be sometimes sporadic, be patient.<br>
  366. 05. Smut <i>could</i> happen? Very mood based.<br><br>
  367.  
  368. reg<b>bold</b><i>italics</i><a href="">link</a><h1>Header</h1>
  369. </div>
  370.  
  371. <div id="music1">
  372. <div id="music2">
  373.  
  374.  
  375. <img src="http://68.media.tumblr.com/tumblr_m7vxuuzOHZ1r6o8v2.gif" style="opacity: 1;"></div>
  376.  
  377. <div id="music3">
  378. <Div style="margin-top:4px;">
  379.  
  380. <audio controls style="opacity: 0;"><source src="https://my.mixtape.moe/uzrtoy.mp3
  381. "></audio>
  382. </div>
  383.  
  384. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement