Advertisement
Lizellea

Tarot fix?

Sep 2nd, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Italianno);
  4. @import url(https://fonts.googleapis.com/css?family=IM+Fell+English+SC);
  5. @import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
  6.  
  7. body{
  8. background-size: 100% 100%;
  9. background-color:#000;
  10. background-position:center;
  11. background-repeat:no-repeat;
  12. background-attachment:fixed;
  13. background-image:url(http://i.imgur.com/6WSccB0.png);}
  14.  
  15. ::-webkit-scrollbar { width: 2px; }
  16.  
  17. ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; }
  18.  
  19. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #transparent; }
  20.  
  21. #image {
  22. position:fixed;
  23. left:0;
  24. bottom:0;
  25. opacity:.0;
  26. -webkit-animation: fade 8s 1s;
  27. -moz-animation: fade 8s 1s;
  28. -ms-animation: fade 8s 1s;
  29. -o-animation: fade 8s 1s;
  30. animation: fade 8s 1s;
  31. -webkit-animation-fill-mode: forwards;
  32. animation-fill-mode: forwards;
  33. }
  34.  
  35. @-webkit-keyframes fade{
  36. from{
  37. opacity:.0;
  38. }
  39. to{
  40. opacity:1.0;
  41. }}
  42. #image img{
  43. height: 100%;
  44. }
  45.  
  46. .boxie {
  47. background-color: #;
  48. border: 1px solid #;
  49. color: #7D88C7;
  50. text-shadow: 0 0 0.9em #;
  51. font-size: 16px;
  52. font-weight:bold;
  53. font-family: IM Fell English SC;
  54. height: 320px;
  55. left: 43%;
  56. opacity: 0;
  57. overflow: auto;
  58. padding: 5px;
  59. position: fixed;
  60. text-align: left;
  61. top: 305px;
  62. width: 461px;
  63. -webkit-transition: all 2.5s ease-in-out;
  64. transition: all 2.5s ease-in-out;
  65. -moz-transition: all 1s ease-out;
  66. -ms-transition: all 1s ease-out;
  67. -o-transition: all 1s ease-out;
  68. }
  69. .boxie:target {
  70. background-color: #;
  71. border: 1px solid #;
  72. height: 450px;
  73. left: 43%;
  74. opacity: 1;
  75. overflow: auto;
  76. padding: 5px;
  77. position: fixed;
  78. top: 20%;
  79. width: 400px;
  80. z-index: 40;
  81. -webkit-transition: all 1s ease-in-out;
  82. -moz-transition: all 1s ease-in-out;
  83. -ms-transition: all 1s ease-in-out;
  84. -o-transition: all 1s ease-in-out;
  85. transition: all 1s ease-in-out;
  86. -webkit-transform: rotateY(-360deg);
  87. -moz-transform: rotateY(-360deg);
  88. -ms-transform: rotateY(-360deg);
  89. -o-transform: rotateY(-360deg);
  90. transform: rotateY-360deg);
  91. }
  92.  
  93. #nav a, #nav a:link, #nav a:visited {
  94. display:block;
  95. background: #;
  96. background-size: 100% 100%;
  97. background-color:#;
  98. background-image:url(http://i.imgur.com/Lja16aY.gif);
  99. background-position: center;
  100. background-repeat:no-repeat;
  101. color: #000;
  102. height: 80px;
  103. width:55px;
  104. margin-left:0px;
  105. margin-top:0px;
  106. padding:0px;
  107. opacity:0;
  108. -webkit-animation: fade 8s 1s;
  109. -moz-animation: fade 8s 1s;
  110. -ms-animation: fade 8s 1s;
  111. -o-animation: fade 8s 1s;
  112. animation: fade 8s 1s;
  113. -webkit-animation-fill-mode: forwards;
  114. animation-fill-mode: forwards;
  115. -webkit-transition: all 2.5s ease-in-out;
  116. -moz-transition: all 2.5s ease-in-out;
  117. -ms-transition: all 2.5s ease-in-out;
  118. -o-transition: all 2.5s ease-in-out;
  119. transition: all 2.5s ease-in-out;}
  120.  
  121. @keyframes buttonfade{
  122. from{opacity:0;}
  123. to{opacity:1;}
  124. }
  125.  
  126. #nav a:active, #nav a:hover {
  127. display:block;
  128. height: 80px;
  129. width:55px;
  130. padding:0px;
  131. text-decoration:none;
  132. background: #;
  133. background-size: 100% 100%;
  134. background-color:#;
  135. background-image:url(http://i.imgur.com/Lja16aY.gif);
  136. background-position: center;
  137. background-repeat:no-repeat;
  138. color: #fff;
  139. margin-left:0px;
  140. margin-top:0px;
  141. -webkit-transition-duration: 0.25s;
  142. -moz-transition-duration: 0.25s;
  143. -ms-transition-duration: 0.25s;
  144. -o-trainsition-duration: 0.25s;
  145. -webkit-transition: all 1s ease-in-out;
  146. transition: all 1s ease-in-out;
  147. -webkit-transform: rotateX(-360deg);
  148. -moz-transform: rotateY(-360deg);
  149. -ms-transform: rotateY(-360deg);
  150. -o-transform: rotateY(-360deg);
  151. transform: rotateX(-360deg);
  152. }
  153. .button{
  154. position:absolute;
  155. width:80px;
  156. background:;
  157. height:80px;
  158. overflow:hidden;
  159. }
  160.  
  161.  
  162. h1{
  163. color: #ccc;
  164. text-shadow: -0.2vw 0.2vw 0.2vw #;
  165. font-family: Italianno;
  166. font-size: 25px;
  167. letter-spacing: 0.5vw;
  168. text-align: center;}
  169.  
  170. b {
  171. font-family:'Cinzel Decorative';
  172. color:#fff;
  173. font-size: 15px;
  174. }
  175.  
  176. a {
  177. color: #D798BD;
  178. font-family: IM Fell English SC;
  179. font-size: 16px;
  180. text-decoration: none;
  181. transition: all 0.8s ease-in-out;
  182. -moz-transition: all 0.8s ease-in-out;
  183. -webkit-transition: all 0.8s ease-in-out;}
  184. a:hover {
  185. color: #fff;
  186. text-decoration: none;
  187. transition: all 0.4s ease-in-out;
  188. -moz-transition: all 0.4s ease-in-out;
  189. -webkit-transition: all 0.4s ease-in-out;}
  190.  
  191. #credit{ position: fixed; right: 10px; bottom: 0px; font-family: Arail; font-variant: normal; font-weight: normal; font-size: 15px; color: #ccc;z-index:1;}
  192.  
  193. </style>
  194. <div id="credit">
  195. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  196. </div>
  197.  
  198. <div id="image">
  199. <img src="http://i.imgur.com/zuO3s9f.png">
  200. </div>
  201.  
  202. <div id="nav">
  203. <div class="button" style="top:67%; left:20%;"> <a href="#1"></a> </div>
  204. <div class="button" style="top:60%; left:24%;"> <a href="#2"></a> </div>
  205. <div class="button" style="top:55%; left:28%;"> <a href="#3"></a> </div>
  206. <div class="button" style="top:60%; left:32%;"> <a href="#4"></a> </div>
  207. <div class="button" style="top:67%; left:36%;"> <a href="#reset"></a> </div>
  208. </div>
  209.  
  210. <div id="1" class="boxie">
  211. <h1>They're singing our song, my dear.</h1>
  212.  
  213. ⧉ Tarot Rosencratz. <i>Known by most.</i><br><br>
  214.  
  215. ⧉ Unknown. <i>Said to be over two centuries years old.</i><br><br>
  216.  
  217. ⧉ <a href="" title="An Arriviste is a Grand Sorcerer who has obtained true mastery over a certain property or element. In most cases, they ascend to the state of an Arriviste when they have become a medium for the property they have become attuned with. In most cases, the Arriviste's counter part will manifest in the state that said property is. These counter-parts are their own entity, but an extension of the Grand Sorcerer's ability to manipulate said property or element.">Arriviste.</a><br><br>
  218.  
  219. ⧉ Open-Sexuality. <i>Any will do. Has a fondness for those that are petite and those that are thick.</i><br><br>
  220.  
  221. ⧉ Event Horizon Store-Owner. <i>A store that sells mythological, paranormal, and supernatural weapons. Sort of like an antique store for weapon junkies and ghost/demon/whatever hunters.</i><br><br>
  222.  
  223. ⧉ Blackwater, England. <i>Somewhere within the mountains, where a main who has gone mad and existed for more than two centuries resides.</i><br><br>
  224.  
  225.  
  226.  
  227.  
  228.  
  229. </div>
  230.  
  231. <div id="2" class="boxie">
  232. words
  233. </div>
  234.  
  235. <div id="3" class="boxie">
  236. words
  237.  
  238. </div>
  239.  
  240. <div id="4" class="boxie">
  241.  
  242. <h1>Have you ever walked outside to smell the rain?</h1>
  243.  
  244. <b>Bold</b> <i>Italics</i> <a href="profile.php?user=" target="_blank">Link</a>. Words<br><br>
  245.  
  246. ⧉ Tarot and his Conductor do not care about what you want. All he cares about is that you enjoy yourself when writing or talking with him. Tarot and his Conductor are people-pleasers. So, they really do care about what you want, as long as drama is not a part of it. Save that for roleplay.<br><br>
  247.  
  248. ⧉ Tarot and his Conductor often write paragraphs and up for serious interactions. Anything less will more than likely be for idle banter or bullshittery. They are also prone to being IC unless the use of ⧉ is in effect at the end of something that is being said. That being said, they are more PM Friendly and Post-Friendly than when it comes to roleplaying. They are not against roleplaying in main, however.<br><br>
  249.  
  250. ⧉ Tarot can be used for any form of a setting if planning is required. He is mainly for anything of the fantasy variety, but slice of life can be just as easily done. As for the question of clean versus dirty for being desired, either or is welcomed as well. Long-terms being preferred over Short-terms, but not entirely against.<br><br>
  251.  
  252. ⧉ Tarot and his Conductor do use Skype. Discord is a very iffy thing to the both of them. He might convert to it when enough people complain about how wonderful it is.<br><br>
  253.  
  254. ⧉ More will be added as time goes on.<br><br>
  255.  
  256. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement