thisisnotras

Soma

May 16th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.94 KB | None | 0 0
  1. <style>
  2.  
  3. body{
  4. overflow: hidden;
  5. background: #2b0303;
  6. background-color: #100a0a;
  7. background-image:url(http://i.imgur.com/sH8hzKn.png);
  8. background-repeat: no-repeat;
  9. background-size: 100% auto;
  10. }
  11.  
  12. #whole{
  13. position: fixed;
  14. top: 0px;
  15. left: 0px;
  16. right: 0px;
  17. bottom: 0px;
  18. overflow: hidden;
  19. background-image:url(http://i.imgur.com/6cyy5hJ.png);
  20. background-repeat: no-repeat;
  21. background-size: auto 85%;
  22. background-position: bottom left;
  23. -webkit-filter:drop-shadow(-10px 10px 5px black);
  24. filter:drop-shadow(-10px 10px 5px black);
  25. }
  26.  
  27. body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-7/oth684.cur), progress !important;}
  28.  
  29. ::-webkit-scrollbar {
  30. width: 2px;
  31. background-color: transparent;
  32. }
  33.  
  34.  
  35. ::-webkit-scrollbar-thumb {
  36. border-radius: 0px;
  37. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  38. background-color: #800202;
  39. opacity: .3;
  40. }
  41.  
  42. @font-face{
  43. src:url(https://dl.dropboxusercontent.com/u/4556289/againts.ttf);
  44. font-family:'titlefont';
  45. }
  46.  
  47. @font-face{
  48. src:url(https://dl.dropboxusercontent.com/u/4556289/Savage.ttf);
  49. font-family:'linkfont';}
  50.  
  51. #restofprofile{
  52. position: absolute;
  53. left: 30%;
  54. top: 0px;
  55. bottom: 0px;
  56. right: 0px;
  57. }
  58.  
  59. #titlediv{
  60. position: absolute;
  61. top: 0px;
  62. left: 0px;
  63. right: 0px;
  64. bottom: 20%;
  65. margin: auto;
  66. height: 350px;
  67. width: 560px;
  68. font-family:'titlefont';
  69. font-size: 200pt;
  70. color: #2b0303;
  71. letter-spacing: 3px;
  72. text-shadow: 1px 1px 10px black;
  73. border: 0px solid white;
  74. text-align: center;
  75. overflow: hidden;
  76. -webkit-transition: all 1s;
  77. transition: all 1s;
  78. }
  79.  
  80. #titlediv:active{
  81. -webkit-transition: all 0s;
  82. transition: all 0s;
  83. text-shadow: 1px 1px 3px red;}
  84.  
  85. #titlediv:before{
  86. content: 'Seventh Hunter';
  87. position: absolute;
  88. bottom: 45px;
  89. left: 95px;
  90. font-family: 'titlefont';
  91. font-size: 30pt;
  92. color: black;
  93. text-shadow: 0px 0px 3px red;
  94. opacity: .6;
  95. text-align: center;
  96. z-index: 1;
  97. -webkit-transition: all 1s;
  98. transition: all 1s;}
  99.  
  100. #titlediv:hover:before{
  101. opacity: .9;
  102. }
  103.  
  104. #audiodiv{
  105. position: absolute;
  106. zoom: 1900%;
  107. width: 31px;
  108. overflow: hidden;
  109. top: 0px;
  110. left: 0px;
  111. opacity: 0;
  112. }
  113.  
  114.  
  115. #factscontainer{
  116. position: absolute;
  117. bottom: 25%;
  118. left: 0px;
  119. right: 0px;
  120. margin: auto;
  121. border: 0px solid gray;
  122. height: 50px;
  123. width: 550px;
  124. opacity: 0;
  125. -webkit-transition: all 0s 99999s;
  126. transition: all 0s 99999s;
  127. }
  128.  
  129. #titlediv:active ~ #factscontainer{
  130. -webkit-transition: all 0s 0s;
  131. transition: all 0s 0s;
  132. opacity: 1;}
  133.  
  134. #divspread{
  135. position: absolute;
  136. width: 550px;
  137. height: 50px;
  138. top: 0px;
  139. left: 0px;
  140. opacity: 1;
  141. border: 0px solid red;
  142. -webkit-transition: all 1s ease-out;
  143. transition: all 1s ease-out;
  144. }
  145.  
  146. #titlediv:active ~ #factscontainer #divspread{
  147. -webkit-transition: all 0s;
  148. transition: all 0s;
  149. top: 100%;
  150. opacity: 0;}
  151.  
  152. .divlinks{
  153. position: absolute;
  154. top: 0px;
  155. height: 30px;
  156. width: 145px;
  157. border: 0px solid white;
  158. font-size: 30pt;
  159. letter-spacing: 3px;
  160. font-family:'linkfont';
  161. color: black;
  162. font-weight: 800;
  163. text-shadow: 0px 0px 7px red;
  164. opacity: .7;
  165. text-decoration: none;
  166. font-style: italic;
  167. -webkit-transition: all 1s;
  168. transition: all 1s;}
  169.  
  170. .divlinks:nth-child(4){
  171. left: 0px;}
  172.  
  173. .divlinks:nth-child(5){
  174. left: 200px;}
  175.  
  176. .divlinks:nth-child(6){
  177. left: 400px;}
  178.  
  179. .divlinks:hover{
  180. -webkit-transition: all 1s;
  181. transition: all 1s;
  182. text-shadow: 1px 1px 4px black;
  183. color: red;
  184. opacity: .4;}
  185.  
  186. #contentbox{
  187. position: fixed;
  188. margin-top: 60px;
  189. margin-left: 0px;
  190. height: 100px;
  191. width: 500px;
  192. overflow: hidden;
  193. border-radius: 5px 5px 5px 5px;
  194. border-left: 3px solid #800202;
  195. border-right: 3px solid #800202;
  196. opacity: 0;
  197. -webkit-transition: all 1s;
  198. transition: all 0s;}
  199.  
  200. #contentbox:before{
  201. content:'';
  202. position: absolute;
  203. top: 0px;
  204. left: 6px;
  205. right: 6px;
  206. bottom: 0px;
  207. background: black;
  208. opacity: .7;
  209. border-radius: 6px 6px 6px 6px;
  210. }
  211.  
  212. .contentcontent{
  213. position: absolute;
  214. top: 0px;
  215. left: 6px;
  216. right: 6px;
  217. bottom: 3px;
  218. overflow: auto;
  219. font-family: 'linkfont', 'Times';
  220. font-size: 12pt;
  221. font-style: italic;
  222. color: gray;
  223. text-shadow: 0px 0px 3px #800202;
  224. overflow: auto;
  225. text-align: justify;
  226. z-index: 0;
  227. opacity: 0;
  228. -webkit-transition: all 1s;
  229. transition: all 1s;
  230. box-sizing: border-box;
  231. padding: 5px;
  232. padding-right: 7px;
  233. letter-spacing: 2px;
  234. line-height: 19px;
  235. font-weight: 600;}
  236.  
  237. .contentcontent a{
  238. color: #b3b3b3;
  239. text-decoration: none;
  240. font-weight: 800;
  241. -webkit-transition: all 1s;
  242. transition: all 1s;}
  243.  
  244. .contentcontent a:hover{
  245. color: #800202;}
  246.  
  247. #firstie:target ~ #firstlink,
  248. #secondie:target ~ #secondlink,
  249. #thirdie:target ~ #thirdlink{
  250. -webkit-transition: all 1s;
  251. text-shadow: 1px 1px 4px black;
  252. color: white;
  253. opacity: .4;
  254. }
  255.  
  256. #firstie:target ~ #contentbox,
  257. #secondie:target ~ #contentbox,
  258. #thirdie:target ~ #contentbox{
  259. -webkit-transition: all 1s;
  260. transition: all 1s;
  261. opacity: 1;}
  262.  
  263. #firstie:target ~ #contentbox #firstdiv,
  264. #secondie:target ~ #contentbox #seconddiv,
  265. #thirdie:target ~ #contentbox #thirddiv{
  266. -webkit-transition: all 1s .6s;
  267. transition: all 1s .6s;
  268. opacity: 1;
  269. z-index: 1;}
  270.  
  271.  
  272. </style>
  273.  
  274. <div id="whole">
  275.  
  276. <div id="restofprofile">
  277.  
  278. <div id="titlediv">
  279. SOMA
  280. <div id="audiodiv"><audio controls src="http://k003.kiwi6.com/hotlink/v68dopiaho/Telepathic_Teddy_Bear_-_The_Bleeding_of_Mercy_The_Course_Of_Empire_.mp3" title="clicking this will introduce the content area and start background music" loop=3>
  281. </audio></div>
  282. </div>
  283.  
  284.  
  285. <div id="factscontainer">
  286.  
  287. <div id="divspread">
  288.  
  289. <div id="firstie">
  290. </div>
  291. <div id="secondie">
  292. </div>
  293. <div id="thirdie">
  294. </div>
  295.  
  296. <a class="divlinks" href="#firstie" id="firstlink">
  297. Basics
  298. </a>
  299.  
  300. <a class="divlinks" href="#secondie" id="secondlink">
  301. Tribe
  302. </a>
  303.  
  304. <a class="divlinks" href="#thirdie" id="thirdlink">
  305. OOC
  306. </a>
  307.  
  308. <div id="contentbox">
  309.  
  310. <div class="contentcontent" id="firstdiv">
  311. Soma is a male sergal, approximately six feet and six inches tall with a medium but muscular build. Currently he claims the Seventh Circle as his tribe, though this was not always the case.
  312. <br><br> While in his early 40's, Soma is the second-oldest member of his hunting party - but has only been with this tribe and the hunters for ten years, having originally been given over as a slave exchanged to pay a tribal debt.
  313. <br><br> Sexually, his raising has given to him a healthy appetite without views that emphasize monogamy or discretion based on gender... Though this will always come second to the duties he holds within his tribe or his other personal hobbies,
  314. which include educating himself on the world outside and honing his skills to stay at the top of his craft as he grows older.
  315.  
  316. </div>
  317.  
  318. <div class="contentcontent" id="seconddiv">
  319. A hunter for his tribe, most of Soma's days are filled with small duties here and there or assisting in the training of younger hunters. Hunting itself is rarely done as the tribe sends out its hunting party to range westward or eastward only three times
  320. a year, bringing their bounty back with them in amounts large enough to last over the course of a season.
  321. <br><br> Their methods for gaining materials that might edge into the lands of other tribes involve various meetings for trade, most of which are held in their own village. Only once per year do they send out their hunting party to trade at
  322. a larger gathering that involves the larger tribes and occasionally outsiders as well, taking along with them one village elder and one other representative of the tribe.<br><br> Other than these times, Soma's tribe is self-sufficient and
  323. rarely wander outside of their own lands.
  324. <br><br> The Seventh Circle is one of ten tribes that litter the landscape of the areas known to outsiders as the Western Forests. These same lands occupy a different name when whispered by men to warn their children off from wandering into
  325. this region, "The Grim Keep." An outlandish name, it nonetheless helps to describe both the viewed outskirts of the forests - a line of thick trees so tightly packed together that only very specific paths allow entry into its depths - and
  326. the function of those tribes that live within it.
  327. <br><br> The ten tribes that live within these lands also serve to keep the sometimes uncanny creatures that share this space from escaping into the other territories where the towns would be quickly overwhelmed. The reason for the appearance
  328. of these creatures is largely unknown except, as it is told, by the shamans of each tribe.
  329.  
  330. </div>
  331.  
  332. <div class="contentcontent" id="thirddiv">
  333. Coding is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>my own</a>. Please don't take it.<br> If you have any issues with the code or color combination,<br> (there's a lot of red) please contact me.<br><br> Character artist is <a target="_blank" href="http://furaffinity.net/user/ranaohara" target=_blank>Ranaohara</a>.<br> Art is owned by me.<br> Music
  334. used is by <a target="_blank" href="https://www.youtube.com/watch?v=COUswSlLwxE" target=_blank>Telepathic Teddy Bear</a>.
  335. </div>
  336.  
  337. </div>
  338.  
  339. </div>
  340. </div>
  341.  
  342. </div>
  343.  
  344. </div>
Advertisement
Add Comment
Please, Sign In to add comment