thisisnotras

Sol Profile In Progress

Jul 10th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Trade+Winds);
  4.  
  5. @import url(https://fonts.googleapis.com/css?family=Jura);
  6.  
  7. @import url(https://fonts.googleapis.com/css?family=Handlee);
  8.  
  9.  
  10. body {
  11. }
  12.  
  13. #whole, #whole2{
  14. position: fixed;
  15. top: 0px;
  16. left: 0px;
  17. right: 0px;
  18. bottom: 0px;
  19. background: #2E2D3B;
  20. -webkit-transition: all 1s;
  21. transition: all 1s;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. width: 4px;
  26. background-color: gray;
  27. }
  28.  
  29.  
  30. ::-webkit-scrollbar-thumb {
  31. border-radius: 0px;
  32. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  33. background-color: #28263B;
  34. }
  35.  
  36.  
  37.  
  38.  
  39. #imageonright, #imageonright2 {
  40. position: absolute;
  41. right: 0px;
  42. top: 0px;
  43. bottom: 0px;
  44. width: 50%;
  45. background-image: url(http://i64.tinypic.com/2u9mzw3.jpg);
  46. background-repeat: no-repeat;
  47. background-size: 100% auto;
  48. background-position: top 30% center;
  49. overflow: hidden;
  50. }
  51.  
  52. #imageonright{
  53. -webkit-transition: all 1s;
  54. transition: all 1s;
  55. z-index: 1;
  56. -webkit-transition: all .7s .5s;
  57. transition: all .7s .5s;}
  58.  
  59. #imageonright:hover ~ #lefthalf{
  60. opacity: .5;
  61. -webkit-transition: all 1s;
  62. transition: all 1s;
  63. }
  64.  
  65. #faderdiv {
  66. position: absolute;
  67. -webkit-filter: blur(10px);
  68. background: #2E2D3B;
  69. opacity: 1;
  70. -webkit-transition: all 1s;
  71. transition: all 1s;
  72. }
  73.  
  74. .topfade {
  75. left: 0px;
  76. right: 0px;
  77. top: -20px;
  78. height: 40px;
  79. }
  80.  
  81. .leftfade {
  82. top: 0px;
  83. bottom: 0px;
  84. left: -20px;
  85. width: 40px;
  86. }
  87.  
  88. .bottomfade {
  89. left: 0px;
  90. right: 0px;
  91. bottom: -20px;
  92. height: 40px;
  93. }
  94.  
  95. #nonfadediv{
  96. position: absolute;
  97. z-index: 1;
  98. background: #2E2D3B;
  99. opacity: 1;
  100. -webkit-transition: all 1s;
  101. transition: all 1s;
  102. }
  103.  
  104. .topnonfade{
  105. left: 0px;
  106. right: 0px;
  107. top: -30px;
  108. height: 40px;
  109. }
  110.  
  111. .leftnonfade{
  112. top: 0px;
  113. bottom: 0px;
  114. left: -30px;
  115. width: 40px;
  116. }
  117.  
  118. .bottomnonfade{
  119. left: 0px;
  120. right: 0px;
  121. bottom: -30px;
  122. height: 40px;
  123. }
  124.  
  125. #lefthalf{
  126. position: absolute;
  127. left: 0px;
  128. top: 0px;
  129. bottom: 0px;
  130. width: 50%;
  131. border: 0px solid white;
  132. z-index: 3;
  133. overflow: none;
  134. transition: all 1s;
  135. -webkit-transition: all 1s;
  136. z-index: 2;
  137. }
  138.  
  139. #columns{
  140. position: absolute;
  141. top: 0px;
  142. bottom: 0px;
  143. left: 0px;
  144. right: 0px;
  145. margin: auto;
  146. width: 300px;
  147. height: 80%;
  148. border: 0px solid black;
  149. overflow: hidden;
  150. border-radius: 30px 30px 30px 30px;
  151. -webkit-transition: all 1s;
  152. transition: all 1s;
  153. }
  154.  
  155. #columns:nth-child(1){
  156. margin-left: 100px;
  157. }
  158. #columns:nth-child(2){
  159. margin-left: 450px;
  160. }
  161. #columns:nth-child(3){
  162. margin-left: 900px;
  163. }
  164.  
  165. #backgroundfiller{
  166. position: absolute;
  167. top: 0px;
  168. left: 0px;
  169. right: 0px;
  170. bottom: 0px;
  171. background: black;
  172. opacity: .5;
  173. }
  174.  
  175. #bigtab{
  176. position: absolute;
  177. height: 98%;
  178. width: 90%;
  179. top: 0px;
  180. bottom: 0px;
  181. left: 0px;
  182. right: 0px;
  183. margin: auto;
  184. border: 0px solid black;
  185. font-family: 'Handlee', cursive;
  186. font-family: 'Jura', sans-serif;
  187. font-size: 10pt;
  188. text-align: left;
  189. box-sizing: border-box;
  190. padding-left: 20px;
  191. color: gray;
  192. text-shadow: 1px 1px 8px gray;
  193. overflow: auto;
  194. zoom: 120%;
  195. }
  196.  
  197. h1 { font-size: 16pt;
  198. font-family: 'Trade Winds', cursive;
  199. color: #d4cece;
  200. font-weight: 800;
  201. margin-bottom: 8px;
  202. margin-top: 43px;
  203. -webkit-transition: all 1s;
  204. transition: all 1s;}
  205.  
  206. a.contents { color: #d4cece;
  207. font-weight: 800;
  208. text-decoration: none;
  209. transition: all 1s;
  210. -webkit-transition: all 1s; }
  211.  
  212. a.contents:hover {
  213. text-shadow: 1px 1px 8px white; }
  214.  
  215. #columns:nth-child(1) a{
  216. cursor:help;
  217. }
  218.  
  219.  
  220.  
  221. #imageonright2{
  222. z-index:1;
  223. opacity: 0;
  224. -webkit-transition: all .7s;
  225. transition: all .7s;}
  226.  
  227. #selectionone:target ~ #whole #imageonright2{
  228. opacity: 1;
  229. -webkit-transition: all 1s .5s;
  230. transition: all 1s .5s;}
  231.  
  232. #selectionone:target ~ #whole #imageonright{
  233. -webkit-transition: all .7s;
  234. transition: all .7s;
  235. opacity: 0;}
  236.  
  237. #imageonright2{
  238. background-image:url(http://i65.tinypic.com/auiqf.jpg);
  239. }
  240.  
  241. #selectionone:target ~ #whole #imageonright{
  242. -webkit-transition: all 1s;
  243. transition: all 1s;
  244. opacity: 0;
  245. }
  246.  
  247. #whole2{
  248. background-image:url(http://i65.tinypic.com/4pwgpj.jpg);
  249. background-color: #91271B;
  250. background-color: #5d140c;}
  251.  
  252. #selectionone:target ~ #whole{
  253. background-color: transparent;}
  254.  
  255. #selectionone:target ~ #whole #nonfadediv, #selectionone:target ~ #whole #faderdiv{
  256. opacity: 0;}
  257.  
  258. #selectionone:target ~ #whole a.contents{
  259. color: black;
  260. text-shadow: 0px 0px 8px #2d2a2a;}
  261.  
  262. #selectionone:target ~ #whole a.contents:hover{
  263. text-shadow: 1px 1px 8px red;}
  264.  
  265. #selectionone:target ~ #whole h1{
  266. color: black;
  267. text-shadow: 1px 1px 8px gray;}
  268.  
  269. #selectionone:target ~ #whole #bigtab{
  270. text-shadow: 1px 1px 8px #8e5751;
  271. text-shadow: 1px 1px 8px black;
  272. color: gray;
  273. color: #666262;}
  274.  
  275. .contentleader{
  276. color: #4F202B;
  277. text-shadow: 1px 1px 8px black; }
  278.  
  279. #selectionone:target ~ #whole .contentleader{
  280. color: black; text-shadow: 1px 1px 8px red;}
  281.  
  282. #optionselect{
  283. position: fixed;
  284. height: 40px;
  285. width: 150px;
  286. border: 0px solid black;
  287. right: 10px;
  288. top: 10px;
  289. opacity: .7;}
  290.  
  291. #optionselect a{
  292. text-decoration: none;
  293. float: left;
  294. height: 30px;
  295. width: 30px;
  296. border: 0px solid black;
  297. border-radius: 2px 2px 2px 2px;
  298. background: #101010;
  299. overflow: hidden;
  300. text-align: center;
  301. color: #818181;
  302. font-size: 18pt;
  303. text-shadow: 1px 1px 3px gray;
  304. box-sizing: border-box;
  305. padding-top: 1px;
  306. margin-right: 2px;
  307. font-family: 'Handlee', cursive;
  308. font-family: 'Jura', sans-serif;
  309. }
  310.  
  311. #optionselect a:nth-child(1){
  312. font-size:19pt;
  313. padding-top: 2px;}
  314.  
  315. #optionselect a:nth-child(3) *{
  316. zoom:110%;}
  317.  
  318. #optionselect audio{
  319. position: relative;
  320. margin-top: -3px;
  321. margin-left: -10.5px;
  322. }
  323.  
  324. .extensionss{
  325. position: fixed;
  326. margin-left: 190px;
  327. margin-top: -20px;
  328. width: 200px;
  329. background: black;
  330. color: white;
  331. display: none;
  332. overflow: hidden;
  333. opacity: 0;
  334. box-sizing: border-box;
  335. padding: 5;
  336. border-radius: 3px 3px 3px 3px;
  337. }
  338.  
  339. a.contents:hover + .extensionss
  340. {display: block;
  341. opacity: .9;
  342. z-index: 6;
  343. }
  344.  
  345.  
  346. </style>
  347.  
  348. <div id="selectionone">
  349. </div>
  350. <div id="whole2">
  351. </div>
  352. <div id="whole">
  353. <div id="imageonright2">
  354. </div>
  355. <div id="imageonright">
  356. <div id="faderdiv" class="topfade">
  357. </div>
  358. <div id="faderdiv" class="leftfade">
  359. </div>
  360. <div id="faderdiv" class="bottomfade">
  361. </div>
  362. <div id="nonfadediv" class="topnonfade">
  363. </div>
  364. <div id="nonfadediv" class="leftnonfade">
  365. </div>
  366. <div id="nonfadediv" class="bottomnonfade">
  367. </div>
  368.  
  369. </div>
  370.  
  371. <div id="lefthalf">
  372. <div id="columns">
  373. <div id="backgroundfiller">
  374. </div>
  375.  
  376. <div id="bigtab">
  377. <h1 style="margin-bottom: 3px; margin-top: 10px;" class="contentleader">Sol Rave</h1>
  378. <h1 style="font-size:9pt; font-weight: 400; margin-top: 3px;" class="contentleader">Legendary 'Grand Chimera'</h1>
  379.  
  380. <h1 style="font-size:9pt; font-weight: 400; margin-top: 26px;">Physical</h1>
  381. ▪ Gender <span style="padding-left: 35px;">▪ Male</span><br>
  382. ▪ Height <span style="padding-left: 40px;">▪ 15'3"</span><br>
  383. ▪ Build <span style="padding-left: 49px;">▪ Muscular/Heavy</span><br>
  384. ▪ Tail Length <span style="padding-left: 13px;">▪ 17'4"</span><br>
  385. ▪ Wingspan <span style="padding-left: 18px;">▪ 14'0"</span><br><br>
  386.  
  387. <h1 style="font-size:9pt; font-weight: 400; margin-top: 14px;">Personality</h1>
  388. ▪ Orientation <span style="padding-left: 13px;">▪ Pansexual</span><br>
  389. ▪ Anger<span style="padding-left: 46px;">▪ Builds Slowly</span><br>
  390. ▪ Humor<span style="padding-left: 43px;">▪ Very Specific</span><br>
  391. ▪ Arousal<span style="padding-left: 36px;">▪ Builds Slowly</span><br>
  392. ▪ Arrogance<span style="padding-left: 19px;">▪ Very High</span><br>
  393.  
  394. <h1 style="font-size:9pt; font-weight: 400; margin-top: 26px;">Abilities</h1>
  395. ▪ Eyes <span style="padding-left: 49px;">▪ <a class="contents">True Sight</a><div class="extensionss">True Sight -
  396. Eyes perceive the truth through illusions and work as a defensive mechanism against magical persuasion</div></span><br>
  397.  
  398. ▪ Ears <span style="padding-left: 53px;">▪ <a class="contents">Magical Echo</a><div class="extensionss">Magical Echo -
  399. Ears are capable of detecting the potency and location of magic being cast based on the 'frequency'.
  400. General hearing capacity is that of most canines.</div></span><br>
  401.  
  402. ▪ Nose <span style="padding-left: 49px;">▪ <a class="contents">Trace</a><div class="extensionss">Trace -
  403. Nose tracks on scent in a fashion similar to a canine, though with the ability to detect
  404. supernatural or magical hints through smell.</div></span><br>
  405.  
  406. ▪ Mouth <span style="padding-left: 43px;">▪ <a class="contents">Instant Cast</a><div class="extensionss">Instant Cast -
  407. Accesing the 'Ethereal Language', the user can cast spells of various levels without the aid of rituals
  408. or incantations. Often one word or none will do.</div></span><br>
  409.  
  410. ▪ Heart <span style="padding-left: 48px;">▪ <a class="contents">Immortality</a><div class="extensionss">Immortality -
  411. A heart that beats with the energy of creation. Upon death, his memory and body are eventually reconstituted
  412. in the ether and returned to physical form. The amount of time it consumes varies depending on the amount of
  413. of damage taken beforehand.</div></span><br>
  414.  
  415. ▪ Brain <span style="padding-left: 49px;">▪ <a class="contents">Knowledge</a><div class="extensionss">Knowledge -
  416. The information of any age is 'downloaded' into his mind through the connection he maintains to the ether.</div></span><br>
  417.  
  418. ▪ Horns <span style="padding-left: 43px;">▪ <a class="contents">Regeneration</a><div class="extensionss">Regeneration - His body heals from any but the most grievous wounds, relatively quickly. In addition, his physical stamina
  419. and endurance are very high.</div></span><br>
  420.  
  421. ▪ Arms <span style="padding-left: 49px;">▪ <a class="contents">Strength</a><div class="extensionss">Strength -
  422. Supernatural strength that increases depending on the demands of the situation, leading him to be capable
  423. of 'epic feats'.</div></span><br>
  424.  
  425. ▪ Tail <span style="padding-left: 61px;">▪ <a class="contents">Restriction</a><div class="extensionss">Binding -
  426. The wrap of his tail binds things with a fusion of physical strength and magical restriction to both immobilize
  427. and seal off/diminish magical capabilities.</div></span><br>
  428.  
  429. ▪ Wings <span style="padding-left: 42px;">▪ <a class="contents">Infinite Flight</a><div class="extensionss">Infinite Flight -
  430. His ability to fly is without limit, as his wings function with a mix of physical effect and magical levitation.
  431. To attain greater speeds, he requires more space for the movement of his wings.</div></span><br>
  432.  
  433.  
  434.  
  435. </div>
  436. </div>
  437. <div id="columns">
  438. <div id="backgroundfiller">
  439. </div>
  440. <div id="bigtab">
  441. <h1 style="margin-top:21px;">ooc</h1>
  442. ■ code is mine<br>
  443. ■ main alt is <a target="_blank" href="http://roleplaychat.org/profile.php?user=Digital" target="_blank" class="contents">Digital</a><br>
  444. ■ casual actions use (<b>-</b>) or (<b>/</b>)<br>
  445. ■ main rp uses quotes and etc<br>
  446. ■ sexual rp <a target="_blank" href="http://roleplay.chat/profile.php?user=Lette" target="_blank" style="text-decoration: none; font-weight: 600;" class="contents">isn't happening</a><br>
  447. ■ character art is owned by me<br>
  448. <h1 style="margin-top: 8px; margin-bottom: 5px;"> profile </h1>
  449. ■ is a wip<br>
  450. ■ <a target="_blank" href="http://google.com" target="_blank" class="contents">click</a> or
  451. <a class="contents" title="find out more info like this!">hover</a> on links<br>
  452. ■ displays better on larger monitors
  453. <h1 style="margin-top: 15px;">likes</h1>
  454. ■ discussing rp in advance<br>
  455. ■ long-term scenarios<br>
  456. ■ various themes and scenes<br>
  457. ■ good sense of humor<br>
  458. ■ openness to answering/asking questions<br>
  459. ■ honesty
  460. <h1 style="margin-top: 15px;">dislikes</h1>
  461. ■ ignorance<br>
  462. ■ assholes<br>
  463. ■ dishonesty
  464.  
  465. </div>
  466. </div>
  467.  
  468. </div>
  469. </div>
  470.  
  471. <div id="optionselect">
  472. <a href="#nadda">1</a>
  473. <a href="#selectionone">2</a>
  474. <a href=""><audio controls src="https://www.dropbox.com/s/7twblb3e5c32zeo/HALCYON.mp3?dl=1"></audio></a>
  475. </div>
Advertisement
Add Comment
Please, Sign In to add comment