thisisnotras

Jieret

May 16th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4. ::-webkit-scrollbar {
  5. width: 4px;
  6. background-color: transparent;
  7. }
  8.  
  9.  
  10. ::-webkit-scrollbar-thumb {
  11. border-radius: 0px;
  12. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  13. background-color: #FD640A;
  14. border-radius: 10px;
  15. }
  16.  
  17.  
  18.  
  19. body{
  20. overflow: hidden;
  21. background-image:url(http://i.imgur.com/1UsRYS0.png);
  22. background-color:#433836;
  23. }
  24.  
  25. @font-face{
  26. src:url(https://dl.dropboxusercontent.com/u/4556289/NOsferatu.TTF);
  27. font-family:'titlefont';
  28. }
  29.  
  30. @font-face{
  31. src:url(https://dl.dropboxusercontent.com/u/4556289/TreeFTR.ttf);
  32. font-family:'bodyfont';
  33. }
  34.  
  35. @font-face{
  36. src:url(https://dl.dropboxusercontent.com/u/4556289/thefire.ttf);
  37. font-family:'contentfont';
  38. }
  39.  
  40. #whole{
  41. position: absolute;
  42. top: 0px;
  43. left: 0px;
  44. right: 0px;
  45. bottom: 0px;
  46. background-image:url(http://i.imgur.com/8tEuGzs.png);
  47. background-repeat: no-repeat;
  48. background-size: auto 110%;
  49. background-position: bottom -10px left;
  50. box-sizing: border-box;
  51. border: 10px solid black;
  52. -webkit-transition: all 1s;
  53. transition: all 1s;
  54. }
  55.  
  56. #titlething{
  57. position: absolute;
  58. top: 0px;
  59. bottom: 0px;
  60. left: 35vw;
  61. margin: auto;
  62. height: 100px;
  63. width: 240px;
  64. font-family:'titlefont';
  65. font-size: 55pt;
  66. font-weight: 600;
  67. color: black;
  68. border: 0px solid black;
  69. text-align: right;
  70. font-style: italic;
  71. text-shadow: 4px 4px 1px rgba(159, 91, 23, .65);
  72. }
  73.  
  74. .shifter{
  75. animation: colorshift 6s infinite linear;
  76. -webkit-animation: colorshift 6s infinite linear;
  77. -webkit-transition: all 1s;
  78. transition: all 1s;
  79. }
  80.  
  81. @-webkit-keyframes colorshift{
  82. 0%{text-shadow: 4px 4px 1px rgba(159, 91, 23, .45);}
  83. 60%{text-shadow: 4px 4px 1px #354126; }
  84. 100%{text-shadow: 4px 4px 1px rgba(159, 91, 23, .45);}
  85. }
  86.  
  87. @keyframes colorshift{
  88. 0%{text-shadow: 4px 4px 1px rgba(159, 91, 23, .45);}
  89. 60%{text-shadow: 4px 4px 1px #354126;}
  90. 100%{text-shadow: 4px 4px 1px rgba(159, 91, 23, .45);}
  91. }
  92.  
  93. #otherdetails{
  94. position: absolute;
  95. height: 40px;
  96. top: 3px;
  97. bottom: 0px;
  98. margin: auto;
  99. left: 530px;
  100. width: 400px;
  101. border: 0px solid black;
  102. font-family:'bodyfont';
  103. font-size: 16pt;
  104. color: black;
  105. color: #774924;
  106. font-weight: 600;
  107. letter-spacing: 2px;
  108. text-align: left;
  109. margin: auto;
  110. box-sizing: border-box;
  111. padding-top: 3px;
  112. padding-left: 10px;
  113. text-shadow: 2px 2px 4px #313F26;
  114. font-style: italic;
  115. background: rgba(0, 0, 0, .6);
  116. border-radius: 20px 20px 20px 20px;
  117. -webkit-transition: all 2s;
  118. transition: all 2s;
  119. }
  120.  
  121. .inselect{
  122. cursor: default;
  123. float: left;
  124. margin-left: 10px;
  125. -webkit-transition: all 1s;
  126. transition: all 1s;
  127. z-index: 1;
  128. }
  129.  
  130. .inselect:hover,
  131. #div1:checked ~ #whole #div11,
  132. #div2:checked ~ #whole #div22,
  133. #div3:checked ~ #whole #div33,
  134. #div4:checked ~ #whole #div44{
  135. color: black;
  136. text-shadow: 1px 1px 2px rgba(159, 91, 23, .45);
  137. font-size: 17pt;
  138. margin-left: 6px;
  139. }
  140.  
  141. .inselect:nth-last-child(1){
  142. margin-left: 20px;
  143. }
  144.  
  145. .contentdrop{
  146. position: absolute;
  147. margin-left: -20px;
  148. margin-top: 15px;
  149. z-index: -0;
  150. height: 120px;
  151. width: 150px;
  152. border: 0px solid red;
  153. opacity: 0;
  154. -webkit-transition: all .5s;
  155. transition: all .5s;
  156. box-sizing: border-box;
  157. border-radius: 10px;
  158. box-shadow: 0px 0px 3px 2px #774924;
  159. background: rgba(0, 0, 0, 0.85);
  160. font-family: 'Times';
  161. font-size: 10pt;
  162. color: transparent;
  163. overflow: auto;
  164. text-align: left;
  165. text-shadow: 1px 1px 3px black;
  166. font-weight: 600;
  167. padding: 7px;
  168. padding-right: 3px;
  169. }
  170.  
  171. #div11 .contentdrop{
  172. margin-left: -30px;
  173. }
  174.  
  175. #div22 .contentdrop{
  176. margin-left: -40px;
  177. }
  178.  
  179. #div33 .contentdrop{
  180. margin-left: -28px;
  181. }
  182.  
  183. #div44 .contentdrop{
  184. margin-left: -40px;
  185. }
  186.  
  187. #blockdiv{
  188. position: absolute;
  189. top: 40px;
  190. height: 200px;
  191. left: -40px;
  192. right: -40px;
  193. border: 0px solid black;
  194. z-index: 2;
  195. }
  196.  
  197. #div1, #div2, #div3, #div4, #div5{
  198. opacity: 0;
  199. }
  200.  
  201. #div1:checked ~ #whole #div11 .contentdrop,
  202. #div2:checked ~ #whole #div22 .contentdrop,
  203. #div3:checked ~ #whole #div33 .contentdrop,
  204. #div4:checked ~ #whole #div44 .contentdrop{
  205. opacity: 1;
  206. -webkit-transition: all 1s, color 1s .3s;
  207. transition: all 1s, color 1s .3s;
  208. z-index: 20;
  209. color: #774924;
  210. }
  211.  
  212.  
  213. #audiocontain{
  214. position: absolute;
  215. top: 0px;
  216. bottom: 0px;
  217. left: 41vw;
  218. margin: auto;
  219. height: 100px;
  220. width: 200px;
  221. border: 1px solid black;
  222. z-index: 10;
  223. overflow: hidden;
  224. opacity: 0;
  225. }
  226.  
  227. #audiocontain audio{
  228. zoom: 1000%;
  229. }
  230.  
  231. #audiocontain:hover ~ #titlething .shifter{
  232. color: #B8B1AF;
  233. -webkit-transition: color 1s;
  234. transition: color 1s;
  235. }
  236.  
  237. #audioblock{
  238. position: absolute;
  239. top: 0px;
  240. bottom: 0px;
  241. height: 105px;
  242. width: 205px;
  243. left: 41vw;
  244. margin: auto;
  245. border: 3px solid red;
  246. z-index: 9;
  247. -webkit-transition: all 0.2s 0s, height 1s 9999s, width 1s 9999s;
  248. transition: all 0.2s 0s, height 1s 9999s, width 1s 9999s;
  249. opacity: 0;
  250. z-index: 20;
  251. height: 1px;
  252. width: 1px;
  253. }
  254.  
  255. #audiocontain:active ~ #audioblock{
  256. -webkit-transition: all 0s 0s;
  257. transition: all 0s 0s;
  258. height: 105px;
  259. width: 205px;
  260. left: 91vw;
  261. }
  262.  
  263. #othercontainer{
  264. position: absolute;
  265. margin-left: -250px;
  266. margin-top: -38px;
  267. opacity: 0;
  268. -webkit-transition: all 1s, opacity 0s 999999s, margin 2s 0s;
  269. transition: all 1s, opacity 0s 999999s, margin 2s 0s;
  270. z-index: 100;
  271. }
  272.  
  273. #audiocontain:active ~ #titlething #othercontainer{
  274. -webkit-transition: all 0s 0s;
  275. transition: all 0s 0s;
  276. margin-left: -100px;
  277. opacity: 1;
  278.  
  279. }
  280.  
  281. #audiocontain:active ~ #titlething #otherdetails{
  282. -webkit-transition: all 0s 0s;
  283. transition: all 0s 0s;
  284. opacity: 0;
  285. }
  286.  
  287. </style>
  288.  
  289. <input type="radio" name="selectswitch" id="div1">
  290. <input type="radio" name="selectswitch" id="div2">
  291. <input type="radio" name="selectswitch" id="div3">
  292. <input type="radio" name="selectswitch" id="div4">
  293. <input type="radio" name="selectswitch" id="div5">
  294.  
  295. <div id="whole">
  296.  
  297. <div id="audiocontain">
  298. <audio controls src="http://k003.kiwi6.com/hotlink/7qjat9ebd8/GROVES_-_Ride_Official_Audio_VOL.mp3" loop=3>
  299.  
  300. </div>
  301.  
  302. <div id="audioblock">
  303. </div>
  304.  
  305. <div id="titlething">
  306. <span class="shifter"> Jieret</span>
  307.  
  308. <div id="othercontainer">
  309. <div id="otherdetails">
  310. <label class="inselect" for="div1" id="div11">Sun God.
  311. <div class="contentdrop">
  312. Is a pagan Sun God and one of the earliest of the earth's Children.<br><br>
  313. Far stronger than he looks, but is generally possessed of a congenial temperament and tends to be reserved about displays of power.<br><br>
  314. As he isn't a currently celebrated God and has few Followers, he is considered a Lesser God and has far fewer Miracles that he can perform.
  315. </div>
  316. </label>
  317. <label class="inselect" for="div2" id="div22">Ageless.
  318. <div class="contentdrop">
  319. Stands at 6'1".<br>
  320. Slender build.<br>
  321. Fox in appearance.<br><br>
  322. Normal Clothing:<br>
  323. Tan jacket, no shirt. Jeans, usually either black or navy blue.
  324. </div>
  325. </label>
  326. <label class="inselect" for="div3" id="div33">All-loving.
  327. <div class="contentdrop">
  328. Enjoys intimacy with creatures of all ilk equally, but does not find everyone equally attractive.
  329. </div>
  330. </label>
  331. <label class="inselect" for="div4" id="div44">(OOC)
  332. <div class="contentdrop">
  333. Code is my own.<br>
  334. Art is owned.<br>
  335. PM friendly.
  336. </div>
  337. </label>
  338. <label for="div5" class="inselect">
  339. |x</label>
  340. <div id="blockdiv">
  341. </div>
  342. </div>
  343. </div>
  344. </div>
  345.  
  346. <div style="position: absolute;
  347. right: 0px;
  348. bottom: 0px;
  349. font-family:'Arial';
  350. font-size: 10pt;
  351. color: gray;
  352. font-weight: 800;
  353. background: black;
  354. opacity: 1;
  355. padding-left: 2px;">
  356. Profile plays music when the name is clicked.</div>
  357.  
  358. </div>
Advertisement
Add Comment
Please, Sign In to add comment