Advertisement
Guest User

Another file to help on...

a guest
Feb 26th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.07 KB | None | 0 0
  1. <style>
  2. @import 'https://fonts.googleapis.com/css?family=Pacifico|Dancing+script|Oswald:700';
  3. @import url(https://fonts.googleapis.com/css?family=Great+Vibes);
  4.  
  5.  
  6. body { background-color: #000001; background-image: url(https://static1.e621.net/data/cd/22/cd2259da59ca11222a8f47e807f9bede.png);
  7. background-attachment: fixed;
  8. background-position:Left;
  9. background-repeat: no-repeat;
  10. background-size: 100%;
  11. }
  12.  
  13. #sheet{
  14. position:fixed;
  15. height:100%;
  16. width:100%;
  17. top:0%;
  18. bottom:0%;
  19. left:0%;
  20. right:0%;
  21. background-color: black;
  22. background:radial-gradient( rgba(0,0, 0, 0.3) 60%, #690000);
  23. background:-webkit-radial-gradient( rgba(144, 81, 65, 0.6) 55%, #000);
  24. background:-moz-radial-gradient( rgba(0, 0, 0, 0) 40%, #000);
  25. }
  26.  
  27.  
  28.  
  29. #i{
  30. width:700px;
  31. height: 250px;
  32. background:black;
  33. padding:10px;
  34. border:10px solid #1227FF;-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
  35. border-radius: 100px 100px 100px 100px;
  36. }
  37.  
  38. .can{
  39. margin: auto;
  40. position: absolute;
  41. top: 0; left: 0; bottom: 0; right: 0;
  42. }
  43.  
  44.  
  45. .find{
  46. position:absolute;
  47. right:-75px;
  48. bottom:-90px;
  49. background-size: 350px:
  50. margin-top:0px;
  51. }
  52.  
  53. .the{
  54. position: absolute;
  55. bottom:-38px;
  56. width: 430px;
  57. margin:auto;
  58. left:0; right:0;
  59. font-family:'Great Vibes';
  60. font-size:20px;
  61. font-style:italic;
  62. color:#FFF;
  63. letter-spacing:3px;
  64. text-shadow:1px 1px 1px rgba(0,0,0,0.5);
  65. line-height: 24px;
  66. }
  67.  
  68. .right{
  69. position:absolute;
  70. top:-32px;
  71. left:330px;
  72. font-family:'Great Vibes';
  73. font-size:45px;
  74. font-style:italic;
  75. color:#fFF;
  76. letter-spacing:10px;
  77. text-shadow:1px 1px 1px rgba(0,0,0,0.5);
  78. line-height: 4px;
  79. }
  80.  
  81. .words{
  82. position:absolute;
  83. top:10px;
  84. left:88px;
  85. width:430px;
  86. height:240px;
  87. overflow:hidden;
  88. z-index:20;
  89. }
  90.  
  91. .to{
  92. width:430px;
  93. height:240px;
  94. overflow:auto;
  95. }
  96.  
  97. .tell{
  98. color:#666;
  99. font-size:10px;
  100. text-align:justify;
  101. line-height:14px;
  102. font-family:monospace;
  103. letter-spacing:.8px;
  104. margin: 5px;
  105. }
  106.  
  107. .you{
  108. position:absolute;
  109. margin:auto;
  110. top:0; bottom:0;
  111. width:60px;
  112. height:30px;
  113. left:20px;
  114. -ms-transform: rotate(45deg);
  115. -webkit-transform: rotate(45deg);
  116. transform: rotate(45deg);
  117. }
  118.  
  119. a.dream:link, a.dream:active, a.dream:visited{
  120. display: block;
  121. float: left;
  122. width: 18px;
  123. height:18px;
  124. margin: 1px;
  125. background-color:#f11b00;
  126. -webkit-transition: all 0.6s ease-out;
  127. -moz-transition: all 0.6s ease-out;
  128. }
  129.  
  130. a.dream:hover{
  131. transform: rotate(360deg);
  132. background-color:#4e3f64;
  133. box-shadow: 0px 0px 5px #999;
  134. }
  135.  
  136.  
  137. big{
  138. font-family:'Pacifico', cursive;
  139. font-style:italic;
  140. color: #978ca9;
  141. font-size:26px;
  142. line-height:27px;
  143. padding: 0px 3px 0px 0px;
  144. }
  145.  
  146. b {
  147. color: #42147A;
  148. font-weight:bold;
  149. letter-spacing: 1px;
  150. }
  151.  
  152. i{
  153. color:#978ca9;
  154. font-style:italic;
  155. }
  156.  
  157. u{
  158. font-style:italic;
  159. text-decoration:noneunderline;
  160. }
  161.  
  162. a:active, a:link, a:visited{
  163. color:#6C6BC6;
  164. text-decoration:none;
  165. }
  166.  
  167. a:hover{
  168. cursor:help;
  169. color:#4e3f64;
  170. text-decoration:line-through;
  171. }
  172.  
  173. h1 {
  174. font: normal 18px 'cambria';
  175. text-align:center;
  176. border-bottom: 1px solid #978ca9;}
  177.  
  178. .effect{
  179. height:450px;
  180. Width:250px;
  181. background-image: url(https://s-media-cache-ak0.pinimg.com/564x/d4/aa/b2/d4aab2cb0d378ababffbd3812b4607cd.jpg);
  182. backgorund-repeat; no repeat;
  183. background-size: cover;
  184. border:10px solid #00D2E3;
  185. -webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
  186. border-radius:100px;
  187. -webkit-transition: all 1.6s ease-out;
  188. -moz-transition: all 1.6s ease-out;
  189. }
  190.  
  191. .effect:hover{
  192. border-radius:100px;
  193. height:450px;
  194. Width:250px;
  195. background-image: url(https://lh3.googleusercontent.com/-wTt-mpeZOd0/V4EV8bEETtI/AAAAAAAAAQw/mOjr5IZ8CKISZk_ATclStDKPejd1rkzTg/w359-h604-p/Ydkpvl1GXOg.jpg);
  196. background-size: cover;
  197. border:10px solid #2E2E2E;
  198. -webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
  199. border-radius:100px;
  200. -webkit-transition: all 1.6s ease-out;
  201. -moz-transition: all 1.6s ease-out;
  202. transform: rotate(360deg);}
  203.  
  204.  
  205. ::-webkit-scrollbar {width: 3px;}
  206. ::-webkit-scrollbar-thumb:vertical {
  207. height: 10px;background-color: #00D2E3}
  208. ::-webkit-scrollbar-thumb:horizontal {
  209. height: 10px;background-color: #690000;border: 0px ;width: 15px;}
  210.  
  211. #editthis{ position:fixed;height: 55px;width: 55px; Bottom:220; left:320; Top: 440; margin: auto; z-index:99; }
  212.  
  213. #music1{ position:fixed; padding:0px; -webkit-transition: all 1.5s ease-in-out; -moz-transition: all 1.5s ease-in-out; -o-transition: all 1.5s ease-in-out;}
  214.  
  215. #music1:hover #music2{ opacity:0; margin-top:0px; z-index:-1; transform: rotate(360deg);}
  216.  
  217. #music1:hover #music3{ opacity:0.7; margin-top:0px; z-index:-99;}
  218.  
  219. #music1:hover #musiclist{ opacity:1;}
  220.  
  221. #music2{ opacity:1;
  222. background-color: #f11b00;
  223. transform: rotate(45deg);
  224. -webkit-transform: rotate(45deg);
  225. padding:3px;
  226. width: 18px;
  227. height:18px;
  228. -webkit-transition: all 0.5s ease-in-out;
  229. -moz-transition: all 0.5s ease-in-out;
  230. -o-transition: all 0.5s ease-in-out;
  231. -ms-transform: rotate(45deg);
  232. -webkit-transform: rotate(45deg);}
  233.  
  234. #music3{ opacity:0; position:fixed; background-color:#f11b00; background-image: url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #a9d3d4; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  235.  
  236. </style>
  237.  
  238. <div id="sheet"><div>
  239. <div id="i" class="can">
  240. <div id="bar"></div>
  241. <div id="bar2"></div>
  242. <div id="bar3"></div>
  243.  
  244. <div class="find"><div class="effect"></div></div>
  245. <div class="the">
  246. <div id="editthis"><div id="music1"><div id="music2">
  247. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8; transform: rotate(-45deg);
  248. -webkit-transform: rotate(-45deg);
  249. transform: rotate(-45deg);"></div>
  250.  
  251. <div id="music3"><Div style="margin-top:0px;">
  252.  
  253. <audio controls style="opacity: 0;"><source src="http://k003.kiwi6.com/hotlink/rk8juoj3wt/Clint_Eastwood.mp3"></audio>
  254.  
  255. </div></div></div></div>
  256.  
  257. <div class="gone">DICKS!</div>
  258.  
  259. </div><div class="right">Rane</div>
  260. <div class="words">
  261. <div id="basics" class="to"><div class="tell"><p>
  262. <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">About the Character</b><br>
  263. <i><font color= white><font size=3>Rane</font> </i><br>
  264.  
  265.  
  266.  
  267. <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">Age:</b> 17 | <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">Height:</b> 5'6 | <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">Eyes:</b>Ice Blue| <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">Hair: </b> Dark Black with blue stripes| <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">Breed: </b> Pussy~ <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">Orientation:</b> Bi (Fem lean) | <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">Status:</b> <a href="https://roleplay.chat/profile.php?user=Lord+Prometheus" target="_blank">Taken</a>| <br><br>
  268.  
  269. <I> <br><center> <b style="letter-spacing:6px;font-size:10px; color:#f11b00;"><u>"Life ripples out like the water of a pond, how far the ripples go and what they touch we truly never know."</b></u>"</I><p></font></center>
  270.  
  271. <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">Mistress:</b> Owner of none, <i>Want to be my pet?</i>
  272. </div></div>
  273.  
  274. <div id="OOC" class="to"><div class="tell">
  275. <div style="font-family:Dancing Script;font-size:15px;font-style:italic;color:#f11b00;letter-spacing:3px;text-shadow:1px 1px 1px rgba(0,0,0,0.5);"><center>OOC</center></div><p>
  276.  
  277. <b style="letter-spacing:6px;font-size:10px; color:#f11b00;"></b> PM Friendly <br>
  278. <b style="letter-spacing:6px;font-size:13px; color:#f11b00;"></b> No smut starting posts<br>
  279. <b style="letter-spacing:6px;font-size:13px; color:#f11b00;"></b> Story starting posts are okay as long as
  280. they establish the setting <br>
  281. <b style="letter-spacing:6px;font-size:13px; color:#f11b00;"></b> I will not play a character of your choice.<br>
  282. <b style="letter-spacing:6px;font-size:13px; color:#f11b00;"></b> I will ignore pure smut.<br>
  283. <b style="letter-spacing:6px;font-size:13px; color:#f11b00;"></b>You have been warned.
  284. <b style="letter-spacing:6px;font-size:13px; color:#f11b00;"></b> Send me a ♥ if you've read this. Otherwise, you will just be pointed here.
  285. No ♥ no response.<p>
  286.  
  287.  
  288.  
  289. </div></div>
  290. <div id="Friends" class="to"><div class="tell">
  291.  
  292. <div style="font-family:Dancing Script;font-size:15px;font-style:italic;color:#f11b00;letter-spacing:3px;text-shadow:1px 1px 1px rgba(0,0,0,0.5);"><center>Friends</center></div>
  293.  
  294. <center><u>The Favored</u></center>
  295. <br><br>
  296. <center>
  297. <a target="_blank" href="https://roleplay.chat/profile.php?user=Lord+Prometheus" target="_blank"><img src="https://s-media-cache-ak0.pinimg.com/originals/f7/17/88/f7178851ac4e8b26f372297b06de9b37.jpg" height="50" width="50" title="The guy who helped make this..." border="1"></a>
  298. <a href="" target="_blank"><img src="IMG HERE" height="50" width="50" title="..." border="1"></a>
  299. <a href="" target="_blank"><img src="IMG HERE" height="50" width="50" title="..." border="1"></a>
  300. <a href="" target="_blank"><img src="IMG HERE" height="50" width="50" title="..." border="1"></a>
  301. <br><br>
  302. <a target="_blank" href="" target="_blank"><img src="" height="50" width="50" title="..." border="1"></a>
  303. <a target="_blank" href="" target="_blank"><img src="" height="50" width="50" title="...." border="1"></a>
  304. <a target="_blank" href="" target="_blank"><img src="" height="50" width="50" title="..." border="1"></a>
  305. <a href="" target="_blank"><img src="*" height="50" width="50" title="" border="1"></a>
  306. </center>
  307.  
  308.  
  309.  
  310. </div></div>
  311. <div id="Gallery" class="to"><div class="tell">
  312.  
  313. <div style="font-family:Dancing Script;font-size:15px;font-style:italic;color:#f11b00;letter-spacing:3px;text-shadow:1px 1px 1px rgba(0,0,0,0.5);"><center>Gallery</center></div><p>
  314.  
  315. <img src="http://68.media.tumblr.com/328ade7db5d344816d771568b71a5ba9/tumblr_ntyb3esoK71sf1787o8_1280.png" height="100" width="100" title="" border="1">
  316. <img src="http://68.media.tumblr.com/3a689bb706fa57a16a23128c43fd2a1d/tumblr_n69ogwqRHM1sh56xlo8_1280.jpg" height="100" width="100" title="" border="1">
  317. <img src="https://cdnio.luscious.net/376/lusciousnet_a2ac0d26f4dee4606235223_1636987171.jpg" height="100" width="100" title="" border="1">
  318. <img src="https://img.rule34.xxx//images/1570/500c10a0920cbdc4d472512d0e4614b7ea3ff6d5.png" height="100" width="100" title="" border="1">
  319. <img src="https://s-media-cache-ak0.pinimg.com/736x/6a/2d/e3/6a2de39db1be57d120e77970c8e02544.jpg" height="100" width="100" title="" border="1">
  320. <img src="http://x.imagefapusercontent.com/u/SluttySkunky/5133408/984514478/sexyfur_1406763456_fivel_ychkisha.png" height="100" width="100" title="" border="1">
  321. <img src="https://lh3.googleusercontent.com/-7DkbPUhNfR0/V7creP2zgOI/AAAAAAAABLQ/Z1lso-KV57odtuVvGpIeo72010PHQEMtwCL0B/w692-h389-n-no/8bbbec52-698a-4531-92bb-4fd2794dbb5c" height="100" width="100" title="" border="1">
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. </div></div>
  331. <div id="Personality" class="to"><div class="tell">
  332. <div style="width:120px;height:120px;background:url(IMG HERE);background-size:100%;display:inline-block;overflow:hidden;text-align:center;color:#fff;line-height:120px;font-size:18px;margin:0 2px 0 0;">
  333.  
  334.  
  335.  
  336. </div>
  337.  
  338. <div style="width:215px;height:120px;display:inline-block;overflow:hidden;font-size:7px;letter-spacing:3px;color:#fff;"><div style="font-family:Dancing Script;font-size:20px;font-style:italic;color:#f11b00;text-shadow:1px 1px 1px rgba(0,0,0,0.5);margin-top:3px;">Personality</div><p>
  339.  
  340. <div style="background:#eee;height:16px;line-height:16px;margin:0 0 5px 0;"><div style="background:#f11b00;height:16px;width:220px;padding-left:3px;">Deviant</div></div>
  341. <div style="background:#eee;height:16px;line-height:16px;margin:0 0 5px 0;"><div style="background:#f11b00;height:16px;width:220px;padding-left:3px;">Lustful</div></div>
  342. <div style="background:#eee;height:16px;line-height:16px;margin:0 0 5px 0;"><div style="background:#f11b00;height:16px;width:220px;padding-left:3px;">Mischievous</div></div>
  343. <div style="background:#eee;height:16px;line-height:16px;margin:0 0 5px 0;"><div style="background:#f11b00;height:16px;width:100px;padding-left:3px;">Dominant</div></div>
  344. <div style="background:#eee;height:16px;line-height:16px;"><div style="background:#f11b00;height:16px;width:220px;padding-left:3px;">Submissive</div></div>
  345.  
  346. </div>
  347. <div style="font-family:Dancing Script;font-size:20px;font-style:italic;color:#f11b00;letter-spacing:3px;text-shadow:1px 1px 1px rgba(0,0,0,0.5); text-align:center;">Wip</div><p>
  348.  
  349. <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">ADD ME</b> - INFO<br>
  350. <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">ADD ME</b> - INFO<br>
  351. <b style="letter-spacing:6px;font-size:8px; color:#f11b00;">ADD ME </b> - INFO </a> )
  352.  
  353.  
  354.  
  355.  
  356. </div></div></div>
  357. <div class="you">
  358. <a href="#basics" class="dream"></a>
  359. <a href="#OOC" class="dream"></a>
  360. <a href="#Friends" class="dream"></a>
  361. <a href="#Gallery" class="dream"></a>
  362. <a href="#Personality" class="dream"></a>
  363. <a href="#Basics" class="dream"></a>
  364. </div></div>
  365.  
  366. //
  367.  
  368.  
  369. /* */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement