Advertisement
thisisnotras

Layer One Working

Jul 5th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.22 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Special+Elite);
  4. @import url(https://fonts.googleapis.com/css?family=Allura);
  5.  
  6. body {background: white;}
  7.  
  8. .pfor {display: none;}
  9. #profile {background: transparent; border: none; }
  10.  
  11. a {color: black; text-decoration: none;}
  12. a: hover {color: black;}
  13.  
  14. a.s2:hover {color: dark gray; cursor: url(http://cur.cursors-4u.net/special/spe-3/spe204.cur), progress !important;}
  15. a.s3 {color: gray; cursor: url(http://cur.cursors-4u.net/special/spe-3/spe204.cur), progress !important;}
  16. a.s3:hover {color: white; cursor: url(http://cur.cursors-4u.net/special/spe-3/spe204.cur), progress !important;}
  17.  
  18.  
  19.  
  20. #whole{
  21. position: fixed;
  22. top: 0px;
  23. left: 0px;
  24. right: 0px;
  25. bottom: 0px;
  26. background: transparent;
  27. overflow: hidden;
  28. }
  29.  
  30. #bigbody {
  31. height: 100%;
  32. width: 100%;
  33. background-image:
  34. url(http://i61.tinypic.com/vsjdvm.jpg);
  35. overflow: hidden;
  36. border: 0px solid blue;
  37. }
  38.  
  39. #container{
  40. height: 300px;
  41. width: 300px;
  42. position: absolute;
  43. border: 0px solid red;
  44. overflow:hidden;
  45. top: 20%;
  46. left: 38%;
  47. }
  48.  
  49. #vanishing{
  50. height: 30px;
  51. width: 10px;
  52. border: 0px solid black;
  53. position: absolute;
  54. top: 145px;
  55. left: 110px;
  56. -webkit-animation: xvanish 180s;
  57. animation: xvanish 180s;
  58. opacity: 0;
  59. z-index: 1;
  60. color: black;
  61. font-family: 'Arial', Times;
  62. font-size: 10pt;
  63. }
  64.  
  65. @-webkit-keyframes xvanish{
  66. 0% {opacity: 0;}
  67. .5% {opacity: 1; }
  68. 100 {opacity 1; }
  69. }
  70.  
  71. @keyframes xvanish{
  72. 0% {opacity: 0;}
  73. .5% {opacity: 1; }
  74. 100 {opacity 1; }
  75. }
  76.  
  77.  
  78.  
  79. #vanishing.second {
  80. left: 120px;
  81. -webkit-animation-delay: .5s;
  82. animation-delay: .5s;}
  83.  
  84. #vanishing.third {
  85. left: 130px;
  86. -webkit-animation-delay: 1s;
  87. animation-delay: 1s;}
  88.  
  89. #vanishing.fourth {
  90. left: 140px;
  91. -webkit-animation-delay: 1.5s;
  92. animation-delay: 1.5s;}
  93.  
  94. #vanishing.fifth {
  95. left: 150px;
  96. -webkit-animation-delay: 2s;
  97. animation-delay: 2s;}
  98.  
  99. #vanishing.sixth {
  100. left: 160px;
  101. -webkit-animation-delay: 2.5s;
  102. animation-delay: 2.5s;}
  103.  
  104. #vanishing.seventh {
  105. left: 170px;
  106. -webkit-animation-delay: 3s;
  107. animation-delay: 3s;}
  108.  
  109. #vanishing.eigth {
  110. left: 180px;
  111. -webkit-animation-delay: 3.5s;
  112. animation-delay: 3.5s; }
  113.  
  114. #entertexthere{
  115. height: 160px;
  116. width: 200px;
  117. border: 1px solid black;
  118. position: absolute;
  119. top: 70px;
  120. left: 50px;
  121. z-index: 0;
  122. background: grey;
  123. opacity: .5;}
  124.  
  125. #usernamediv{
  126. position: absolute;
  127. top: 100px;
  128. left: 100px;
  129. border: 1px solid black;
  130. height: 17px;
  131. width: 100px;
  132. padding-left: 0px;
  133. background: white;
  134. color: black;
  135. text-align: center;
  136. padding-top: 8px;
  137. }
  138.  
  139. #passworddiv
  140. { position: absolute;
  141. height: 25px;
  142. width: 100px;
  143. border: 1px solid black;
  144. top: 140px;
  145. left: 100px;
  146. background: white;
  147. }
  148.  
  149. #presslogin
  150. { position: absolute;
  151. height: 20px;
  152. width: 80px;
  153. top: 180px;
  154. left: 110px;
  155. border: 1px solid black;
  156. text-align: center;
  157. background: tan;
  158. -webkit-animation: tothefront 180s;
  159. animation: tothefront 180s;
  160. color: black;
  161. }
  162.  
  163. #aroundlogin
  164. {position: absolute;
  165. height: 22px;
  166. width: 84px;
  167. border: 1px solid black;
  168. top: 178px;
  169. left: 108px;
  170. text-align: center;
  171. padding-top: 2px;
  172. z-index: 2;
  173. color: grey;}
  174.  
  175. @-webkit-keyframes tothefront{
  176. 0% {z-index: 1;}
  177. 9% {z-index: 3;}
  178. 100% {z-index: 3;}
  179. }
  180.  
  181. @keyframes tothefront {
  182. 0% {z-index: 1;}
  183. 9% {z-index: 3;}
  184. 100% {z-index: 3;}
  185. }
  186.  
  187. /* SECOND LAYER STYLE */
  188.  
  189. #bigbody2{
  190. height: 100%;
  191. width: 100%;
  192. border: 0px solid red;
  193. background-image:
  194. url(http://i62.tinypic.com/19m8fs.jpg);
  195. background-size: 100%;
  196. background-repeat: no-repeat;
  197. overflow: hidden;
  198. text-align: left;
  199. cursor: url(http://cur.cursors-4u.net/cursors/cur-5/cur463.cur), progress !important;
  200. }
  201.  
  202. #schooltitle {
  203. position: relative;
  204. left: 30px;
  205. top: 100px;
  206. height: 40px;
  207. width: 330px;
  208. border: 0px solid black;
  209. font-size: 30pt;
  210. font-family: 'Allura', cursive;
  211. font-weight: 400;
  212. color: #191047;
  213. z-index: 1;
  214. }
  215.  
  216. #schooltitle:hover {
  217. color: #B178A5;
  218. }
  219.  
  220. #schoolinfo {
  221. position: relative;
  222. left: 50px;
  223. top: 98px;
  224. height: 300px;
  225. width: 300px;
  226. border: 0px solid black;
  227. }
  228.  
  229. #schoollinks {
  230. position: relative;
  231. top: 0px;
  232. left: 0px;
  233. height: 15px;
  234. width: 303px;
  235. border: 0px solid black;
  236. background: #B178A5;
  237. color: black;
  238. font-family: 'Special Elite', cursive;
  239. font-size: 10pt;
  240. padding-top: 3px;
  241. }
  242. #schoolcontent {
  243. position: relative;
  244. left: 0px;
  245. height: 275px;
  246. width: 298px;
  247. border: 0px solid red;
  248. background: #191047;
  249. opacity: .8;
  250. border-bottom-left-radius: 60px;
  251. border-bottom-right-radius: 60px;
  252. overflow: hidden;
  253. padding-left: 7px;
  254. padding-top: 5px;
  255. z-index: 1;
  256. }
  257.  
  258. #insideschoolcontent {
  259. height: 268px;
  260. width: 280px;
  261. border: 0px solid red;
  262. color: grey;
  263. font-family: 'Special Elite', cursive;
  264. font-size: 8pt;
  265. padding-bottom: 15px;
  266. padding-left: 7px;
  267. overflow: auto;
  268. opacity: 1;
  269. padding-top: 15px;
  270. padding-right: 20px;}
  271.  
  272. #container2{
  273. position: relative;
  274. top: 20px;
  275. height: 400px;
  276. width: 357px;
  277. left: 40px;
  278. border: 0px solid red;
  279. z-index: 3;
  280. }
  281.  
  282. #behindhover{
  283. height: 296px;
  284. width: 303px;
  285. background: #B178A5;
  286. border: 0px solid black;
  287. position: relative;
  288. left: 50px;
  289. top: -200px;
  290. z-index: 0;
  291. border-bottom-left-radius: 60px;
  292. border-bottom-right-radius: 60px;
  293. }
  294.  
  295. #hoverdiv1{
  296. height: 297px;
  297. width: 200px;
  298. border: 0px solid black;
  299. background: #B178A5;
  300. position: relative;
  301. left: 159px;
  302. top: -498px;
  303. z-index: -5;
  304. border-bottom-right-radius: 60px;
  305. -webkit-transition: left 1s;
  306. transition: left 1s;
  307. }
  308.  
  309. #hoverdiv1:hover, #hoverdiv2:hover {
  310. z-index: -1;
  311. left: 284px;}
  312.  
  313. #hovertab{
  314. position: relative;
  315. left: 200px;
  316. top: 40px;
  317. height: 15px;
  318. width: 15px;
  319. background: transparent;
  320. color: white;
  321. text-align: right;
  322. background: #191047;
  323. border-radius: 0px 10px 10px 0px;
  324. }
  325.  
  326. #hoverdiv2{
  327. height: 297px;
  328. width: 200px;
  329. border: 0px solid black;
  330. background: #B178A5;
  331. position: relative;
  332. left: 159px;
  333. top: -795px;;
  334. z-index: -5;
  335. border-bottom-right-radius: 60px;
  336. -webkit-transition: left 1s;
  337. transition: left 1s;
  338. }
  339.  
  340. #hovertab2{
  341. position: relative;
  342. left: 200px;
  343. top: 80px;
  344. height: 15px;
  345. width: 15px;
  346. background: transparent;
  347. color: white;
  348. text-align: right;
  349. background: #191047;
  350. border-radius: 0px 10px 10px 0px;
  351. }
  352.  
  353. #hovercontent {
  354. height: 280px;
  355. width: 194px;
  356. background: #191047;
  357. border-bottom-right-radius: 60px;
  358. position: relative;
  359. top:3px;
  360. left: 0px;
  361. opacity: .7;
  362. overflow: hidden;}
  363.  
  364. #insidehovercontent{
  365. height: 273px;
  366. width: 110px;
  367. border: 0px solid black;
  368. opacity: 1;
  369. position: relative;
  370. left: 78px;
  371. top: 8px;
  372. color: grey;
  373. font-family: 'Special Elite', cursive;
  374. font-size: 8pt;
  375. padding-top: 5px;
  376. }
  377.  
  378. #hoverdiv2.second {
  379. top:-1092px;
  380. }
  381.  
  382. #hovertab2.second{
  383. top: 120px;
  384. }
  385.  
  386. #hoverdiv2.third{
  387. top: -1389px; }
  388.  
  389. #hovertab2.third{
  390. top: 160px;}
  391.  
  392.  
  393. </style>
  394.  
  395. <div id="whole">
  396.  
  397. <div id="bigbody">
  398. <div id="container">
  399. <div id="vanishing">p
  400. </div>
  401. <div id="vanishing" class="second">a
  402. </div>
  403. <div id="vanishing" class="third">s
  404. </div>
  405. <div id="vanishing" class="fourth">s
  406. </div>
  407. <div id="vanishing" class="fifth">w
  408. </div>
  409. <div id="vanishing" class="sixth">o
  410. </div>
  411. <div id="vanishing" class="seventh">r
  412. </div>
  413. <div id="vanishing" class="eigth">d
  414. </div>
  415. <div id="entertexthere">
  416. </div>
  417. <div id="usernamediv">admin
  418. </div>
  419. <div id="passworddiv">
  420. </div>
  421. <div id="aroundlogin">
  422. login
  423. </div>
  424.  
  425.  
  426. <a href="#SecondLayer"><div id="presslogin">login
  427. </div></a>
  428. </div>
  429.  
  430.  
  431. <div style="border: 1px solid black; background: white; color: red; text-align: center; height: 13px; width: 190px; position: absolute; top: 0px; font-size: 8pt; left: 41.5%;">
  432. SITE ONLY WORKS ON CHROME</div>
  433. </div>
  434.  
  435. <a name="SecondLayer"></a>
  436. <div id="bigbody2">
  437.  
  438.  
  439. <div id="container2">
  440.  
  441. <div id="schoollinks" style="z-index: 4; background: transparent; top: 156px; left: 50px;">
  442. <a href="#Facil" class="s2">facility</a> . .
  443. <a href="#Curric" class="s2">curriculum</a> . .
  444. <a href="#Stud" class="s2">students</a> . .
  445. <a href="#Appy" class="s2">apply</a>
  446. </div>
  447.  
  448. <a href="#Introduction2">
  449. <div id="schooltitle">Kemonozume Gakuen
  450. </div></a>
  451.  
  452. <div id="schoolinfo">
  453.  
  454. <div id="schoollinks">
  455. </div>
  456.  
  457. <div id="schoolcontent">
  458. <a name="Introduction"></a>
  459. <div id="insideschoolcontent">
  460. <a href="#visualrefs" class="s3">UNIFORM DESIGNS ARE GO</a>. (click)
  461. <br>
  462. <a href="#schoollay" class="s3">DORMITORY MAIN TOWER INT/EXT VIEW.</a> (click)
  463. <br>
  464. <a title="Right now, the official beginning of classes has been set for the beginning of August, but this isn't set in stone. As soon as the time and date is confirmed, I will update this profile with the information. Classes will only begin after a coherent schedule has been created for everyone." class="s3">
  465. CLASSES ARE NOT IN SESSION</a>. (hover)<br>
  466. <a title="The NPCs are there for a reason. If you have issues that you need resolved in character, please approach me or send mail asking for an appointment. Even if you simply want to play your character in the school without necessarily interacting with another player, it's no problem." class="s3">
  467. A NOTE ABOUT NPCs</a>. (hover)
  468.  
  469. <br><br>
  470. I am currently deciding on the Academy uniform designs, the layout of the academy and reference photos for the facilities. If you have suggestions, please send a message through mail or PM.<br><br>
  471. If you have not been assigned a room, please speak to me. If you have an intended roommate and that player either agrees or does not disagree, you may simply assign your character to their room (limit 2 per room; only one group of four for now). PLEASE update me with your rooming information. After I have references photos and a layout for the grounds, I will update everyone with more specific information regarding their dorm and room assignments.
  472. <br>
  473. <div style="margin-left: 150px;"><a href="#Introduction2" class="s3"><b><u>Introduction</u></b></a>.</div>
  474.  
  475. </div>
  476.  
  477.  
  478. <a name="Introduction2"></a>
  479. <div id="insideschoolcontent">
  480. This storyline focuses on kemonomimi, which means 'beast-ears' and is a term that describes a humanoid that possess animal-like traits. In this storyline, those traits can vary wildly but primarily include ears and a tail. Fur and other more animal features are fully optional, and all genders and variations therein are accepted without discrimination.
  481. <br><br>
  482. The story begins after six years of difficult peace. The war that it follows lasted for seventy years , the last sixty of which were centered on <b>kemono</b> (lit. 'beast') vs human conflicts. The Tokyo Hybrization Plan, the result of painstaking compromises, has been successful for five years. The centerpiece of this plan is the Kemonozume (lit. 'beast-claw) Academy, or <i>kemonozume gakuen</i>.
  483. <br><br>
  484. <div style="margin-left: 150px;"><a href="#Introduction3" class="s3"><b>Continue</b></a>.</div>
  485.  
  486. </div>
  487.  
  488.  
  489. <a name="Introduction3"></a>
  490. <div id="insideschoolcontent">
  491. All interactions between students are monitored, usually by camera.<br><br>
  492. Once a month, all students are to report to the testing facility for examination, including demonstrations of physical prowess and growth in any abilities. Tests are conducted by building staff in cooperation and attended by representatives of various countries.<br><br>
  493. Students, once enrolled, are to remain within student grounds until their graduation or dismissal. Dismissed students are allowed no contact with school students. Kemonozume Academy is scheduled with a three-term year modeled after the schools within the Japanese school system. This includes the practice of a <a title="three term school year" class="s3"><b>trimester system</b></a> that begins in April and ends in May, including three breaks:<br><br>
  494. <a title="Six-week break beginning near the end of July." class="s3"><b>Summer Break</b></a>,
  495. <a title="Two-week break beginning at the end of the calendar year." class="s3"><b>New Year's Break</b></a>,
  496. <a title="One-week break during the third term." class="s3"><b>Spring Break</b></a>.
  497.  
  498. </div>
  499.  
  500.  
  501. <a name="Facil"></a>
  502. <div id="insideschoolcontent">
  503.  
  504. The location is Tokyo.<br><br>
  505. <b>Grounds include</b><br>
  506. Main School (*), Coop Dormitories, Sports Center (*), Community Center, Sports Field, Battle Facility (*), Library.
  507.  
  508. <br><br>With the school gated off from the remainder of the community, students require day passes to exit school grounds.Any teacher can issue a day pass.All trips are <a title="NPC Agents" class="s3"><b>monitored</b></a> closely.<br><br>
  509. Exiting Tokyo is allowed only with a special pass, requiring an application by the heads of the student body and the sanction of the Vice-Principal or above.<br><br>
  510. Exiting Japan is not allowed and any attempt to do so will be met with strict force and the termination of the student along with any and all accomplices.<br><br>
  511. <div style="position: relative; left: 100px; font-size:7pt;">* currently closed</div>
  512. </div>
  513.  
  514. <a name="Curric"></a>
  515. <div id="insideschoolcontent">
  516. The curriculum is diversified in a way that suits both the political needs of various heads of state, the financial needs of investors and the practical needs of its very varied kemono student body.<br><br>
  517. Curriculum usually includes a full compliment of the types of courses seen in most public schools: Math, English, History, Government, Life and Physical Sciences, and a range of electives. It is also usually possible to participate in extracurricular activities and clubs, depending on interests. A year prior there was an application to begin sports teams that was granted, though these teams are heavily monitored with any use of powers being highly restricted.<br><br>
  518. Please feel free to use our Battle Facility, as all testing data is greatly appreciated!
  519. </div>
  520.  
  521. <a name="Stud"></a>
  522. <div id="insideschoolcontent">
  523. <br><b>Students</b>
  524. <br><a href="http://roleplaychat.org/profile.php?user=Mikhail" class="s3" target="_blank">Mikhail Jones</a>
  525. <br><a href="http://roleplaychat.org/profile.php?user=Amari" class="s3" target="_blank">Amari Caless</a>
  526. <br><a href="http://roleplaychat.org/profile.php?user=Fukou" class="s3" target="_blank">
  527. Saito Kurosawa</a>
  528. <br><a class="s3">Logan Lake</a>
  529. <br><a href="http://roleplaychat.org/profile.php?user=Olie" class="s3" target="_blank">
  530. Oliver Three</a>*
  531. <br><a href="http://roleplaychat.org/profile.php?user=Setsuna" class="s3" target="_blank">
  532. Setsuna One</a>*
  533. <br><a href="http://roleplaychat.org/profile.php?user=Woden" class="s3" target="_blank">
  534. Woden Von Himmelman</a>
  535. <br><a href="http://roleplaychat.org/profile.php?user=Raul" class="s3" target="_blank">
  536. Raul Gonzalo</a>
  537. <br><a href="http://roleplaychat.org/profile.php?user=Jen" class="s3" target="_blank">
  538. Jen Zokal</a>
  539. <br><a href="http://roleplaychat.org/profile.php?user=Sweet+Moon" class="s3" target="_blank">
  540. Moon Ten</a>*
  541. <br><a href="http://roleplaychat.org/profile.php?user=Ice" class="s3" target="_blank">
  542. Ice Four</a>*
  543. <br><a href="http://roleplaychat.org/profile.php?user=Little+Lucy" class="s3" target="_blank">
  544. Lucy Nyan</a>
  545. <br><a href="http://roleplaychat.org/profile.php?user=Moon" class="s3" target="_blank">
  546. Moon Eleven</a>*
  547. <br><a href="http://roleplaychat.org/profile.php?user=Karl+Asher" class="s3" target="_blank">
  548. Karl Asher</a>
  549. <br><a href="http://roleplaychat.org/profile.php?user=Ephyrm+Webster" class="s3" target="_blank">
  550. Ephyrm Webster</a>
  551. <br><a href="http://roleplaychat.org/profile.php?user=Juliet" class="s3"
  552. target="_blank">
  553. *Juliet Two</a>
  554. <br><br>
  555. <a href="#NPCs" class="s3"><b>NPC Faculty and Students</b></a>
  556.  
  557. <div style="position:relative; width: 50%; float: right; left: 0px; top: -198px; text-align: right; font-size: 8pt; height: 0%;">
  558.  
  559. <br><a href="http://roleplaychat.org/profile.php?user=Iki+Sai" class="s3" target="_blank">
  560. Iki Sai</a>
  561. <br><a href="http://roleplaychat.org/profile.php?user=Rahdin" class="s3" target="_blank">
  562. *Rahdin One</a>
  563. <br><a href="http://roleplaychat.org/profile.php?user=Velanx" class="s3" target="_blank">
  564. Velanx Geranstis</a>
  565. <br><a href="http://roleplaychat.org/profile.php?user=Yasmine" class="s3" target="_blank">
  566. *Yasmine One</a>
  567. <br><a href="http://roleplaychat.org/profile.php?user=RockinCowgirl" class="s3" target="_blank">
  568. Keke Kyske Ryusaki</a>
  569. <br></div>
  570.  
  571. </div>
  572.  
  573.  
  574. <a name="NPCs"></a>
  575. <div id="insideschoolcontent">
  576. <b>School Staff</b><br>
  577. <a href="http://i58.tinypic.com/2eyketk.jpg" class="s3" target="_blank">
  578. King</a> (Vice-Principal)<br>
  579. <a href="http://i62.tinypic.com/1z2f5s4.jpg" class="s3" target="_blank">Kyoko Minazuki</a> (School Nurse)<br>
  580. <a href="http://www.zerochan.net/650099" class="s3" target="_blank">Hayase Nekketsu</a> (Battle Technician/Instructor)<br>
  581. <a href="http://i59.tinypic.com/20poh2.jpg" class="s3" target="_blank">
  582. Dr. Grey</a> (Guidance Counselor)<br><br>
  583.  
  584. <b>Student Council</b><br>
  585. <a href="http://i59.tinypic.com/2q88sx3.jpg" class="s3" target="_blank">Boman Delgado</a> (Student Body President)<br>
  586. <a href="http://i61.tinypic.com/1z9ddy.jpg" class="s3" target="_blank">Roy Bromwell</a> (Student Body Vice-President)<br>
  587. <a href="http://fc09.deviantart.net/fs14/i/2007/090/5/c/Akira_Kazama_by_turpentine_08.jpg" class="s3" target="_blank">Akira Kazama</a> (Disciplinary Committee Head)
  588. <br><br>
  589. <b>Students</b><br>
  590. <a href="http://i18.photobucket.com/albums/b149/abysmal_rage/JulianVonGaribaldifull1121968.jpg" class="s3" target="_blank">Julian Childes</a>
  591. <br><br>
  592. <b>Security</b>
  593. <br><a href="http://i58.tinypic.com/23w4ls0.jpg" class="s3" target="_blank">
  594. Guards</a>
  595. </div>
  596.  
  597. <a name="Appy"></a>
  598. <div id="insideschoolcontent">Limited space available for class 7.<br>
  599. <a title="Class 8 currently will not take part in events or have any focus in the story. Characters can interact with Class 7 and 8 students, limited interaction with NPCs." class="s3">Class 8 open</a>. (hover)<br><br>
  600. Please either PM or send mail to:
  601. <br>
  602. <a href="http://roleplaychat.org/profile.php?" class="s3" target="_blank">
  603. Kemonozume Gakuen</a>.
  604. <br><br>
  605. <b>character restrictions</b><br>
  606. - kemonomimi<br>
  607. - any age<br>
  608. - any gender<br>
  609. - <a title="Please speak to me directly with information about what powers your character has. It's better to do this in advance as some character abilities would garner restriction from the school." class="s3">powers allowed</a> (hover)<br>
  610. - <a title="Additional characters for CURRENT students will be automatically be placed into class 8." class="s3">restrictions on additional characters</a> (hover)
  611. </div>
  612.  
  613. <a name="updatedschool"></a>
  614. <div id="insideschoolcontent">
  615. <b>School Updates (1/2)</b><br><br>
  616. <br><b>7/13/14</b>
  617. <br>- Karl Asher attempts to leave school grounds, is confronted by (NPC) Akira Kazama. Karl is wounded, later healed by (NPC) Julian Childes. Karl, Koinoru, Olie, Iki Sai and Woden are restricted to dorms and Social Center for the remainder of the week.
  618. <br><b>7/12/14</b>
  619. <br>Laptops, TVs, cable, WiFi delivered.
  620. <br><b>7/11/12</b>
  621. <br>- Counseling event. Dr. Grey introduced. Introduction of NPC, introduction of C7 students. Grey asks students about their reasons for joining the school and about their hopes for the future. Event ends early.
  622. <br><br>
  623. <a href="#updatedschool2" class="s3"><b>more updates</b></a>
  624. </div>
  625.  
  626.  
  627. <a name="updatedschool2"></a>
  628. <div id="insideschoolcontent">
  629. <b>School Updates (2/2)</b><br><br>
  630. <b>7/10/14</b><br>
  631. - Koinoru Nine assigned room 10. Iki Sai and Lucy Nyan assigned room 5. Moon Eleven and Setsuna One assigned room 6. Ice Four and Woden Von Himmelman assigned room 7.<br>
  632. <b>7/8/14</b><br>
  633. - Ephyrm Webster and Karl Asher assigned room 4.<br>
  634. <b>7/6/14</b><br>
  635. - NPC Roy Bromwell appears. NPC Kyoko Minazuki appears. NPC Akira Kazama appears. Introduction of students to school. Class assignments handed out to students. NPC Julian Childes appears. Duffel bags containing IDs, uniforms, local area information handbook, school maps, and student handbook given to all students. Room assignments given out. <br>
  636. - Mikhail assigned room 1. Jen and Raul assigned room 2. Oliver, Moon, Jabari and Amari assigned room 3.<br>
  637. </div>
  638.  
  639.  
  640.  
  641. <a name="updatedsite"></a>
  642. <div id="insideschoolcontent">
  643. <b>Site Updates (1/3)</b><br>
  644. <br><b>7/15/14</b>
  645. <br>- Added fourth tab, containing guideline/rules, general explanations important for interaction and a faq. Added dormitory layout link to third tab. Added dorm ref. photos. Changed tab shape, pulled it in closer to avoid the hover slipping. Room assignments tab active. Changed room assignments (numbers).
  646. <br><b>7/14/14</b>
  647. <br>- Student (RockinCowgirl) registered.
  648. <br><b>7/13/14</b>
  649. <br>- Student (Velanx) registered. Student (Yasmine) registered. Student (Jabari) removed (profile vanished).
  650. <br><b>7/12/14</b>
  651. <br>- School uniform designs added to visual ref. Student (Rahdin) registered. Student (Jabari) removed from roster.<br>
  652. <b>7/11/14</b><br>
  653. - School layout and visual reference links now active. Added visual links and descriptions for dorms and cafeteria. Added staff (Dr. Grey) to NPC list.
  654. <br><br>
  655. <a href="#updatedsite2" class="s3"><b>more updates</b></a>
  656. </div>
  657.  
  658.  
  659.  
  660. <a name="updatedsite2"></a>
  661. <div id="insideschoolcontent">
  662. <b>Site Updates (2/3)</b><br>
  663. <br><b>7/10/14</b><br>
  664. - Student (Iki Sai) registered. Student (Juliet Two) registered. Cursors.
  665. <br><b>7/8/14</b><br>
  666. - Added warning on front page that profile/'site' does not work on browsers outside of chrome. Added third hover tab, intended for information links. Added 'update' links to second tab. Added site and story update information to main area. Added 'cover' page for the second layer, including important information. Added link to 'cover' page on third tab. Added 'hover' warnings by important information. Added small dividers to side tabs to emphasize links. Student (Koinaru Nine) registered. Changed astrix on password page to the word 'password'. Changed first link title from 'faculties' to 'facilities.' Changed hover under character restrictions.
  667. <br><br>
  668. <a href="#updatedsite3" class="s3"><b>more updates</b></a>
  669. </div>
  670.  
  671. <a name="updatedsite3"></a>
  672. <div id="insideschoolcontent">
  673. <b>Site Updates (3/3)</b><br><br>
  674. <b>7/7/14</b><br>
  675. - Added NPC list of students and faculty w/links to pictures. Added functionality to second tab to contain information about past events.<br>
  676. <b>7/6/14</b><br>
  677. - Added first and second hover tabs, containing information about available hours and current events. Added list of player students.<br>
  678. <b>7/5/14</b><br>
  679. - Profile/'site' went up. Various modifications.<br>
  680. </div>
  681.  
  682. <a name="schoollay"></a>
  683. <div id="insideschoolcontent">
  684. <b>School Layout (1/2)</b><br><br>
  685. <a href="http://i58.tinypic.com/14kfpmq.jpg" class="s3" target="_blank">
  686. <b>Exterior shot of dormitory structure</b></a>.<br>
  687. One very large structure of glass from the ground up, it mirrors the color of the sky at any time of day. From the top can be seen the very tip of the observation center and protection-field producing structure named 'Tiphares.' <br><br>
  688. In order to access the dorms, must enter the central tower which means going through the community center building, simply called Community. Community also houses the grocery, food markets, clothing markets and various stores that supply the students with their needs. At the moment, only the cafeteria is open.<br><br>
  689. <a href="#schoollay2" class="s3"><b>Page 2</b></a>
  690. </div>
  691.  
  692. <a name="schoollay2"></a>
  693. <div id="insideschoolcontent">
  694. <b>School Layout (2/2)</b><br><br>
  695. <a href="http://i57.tinypic.com/s0vix0.jpg" class="s3" target="_blank">
  696. <b>Interior shot of dormitory structure</b></a>.<br>
  697. Inside of the larger 'shield' structure there are the five towers that the dormitory students live within and the central tower that operates as a central elevator and access point for the dorms. No dorm tower has an official name other than it's number (named from left to right, 1-5) but have been given affectionate titles from their occupants. Class 7's tower (shared with Class 8) is Tower 4 and nicknamed <i>Bakemono</i>. The towers are named, in order, <i>Ghost</i>, <i>Sparta</i>, <i>Kaijuu</i>, <i>Bakemono</i>, and <i>Stylish Castle of Peasants</i>.
  698.  
  699. </div>
  700.  
  701.  
  702. <a name="dormlay"></a>
  703. <div id="insideschoolcontent">
  704. <b>Class 7 Dormitory Layout</b>
  705. <br><br>
  706. Floor 4 (Top Floor of C7)<br>
  707. - Rooms 1-4: kitchenette, two couches, two individual seats, one coffeetable, one 37" HD display, two bathrooms (unisex).<br><br>
  708. Floor 3<br>
  709. - Rooms 5-8: same as above.<br><br>
  710. Floor 2<br>
  711. - Rooms 9-11: same as above.<br><br>
  712. Common Area<br>
  713. - Room 12 (empty/NPC): Fourteen individual chairs, four couches, one 60" HD TV, kitchenette, two bathrooms, air hockey table, pool table, multiple tables.
  714. </div>
  715.  
  716.  
  717.  
  718. <a name="visualrefs"></a>
  719. <div id="insideschoolcontent">
  720. <b>Visual Reference Photos</b><br><br>
  721. <a href="http://i61.tinypic.com/2vsokxw.jpg" class="s3" target="_blank">
  722. <b>Main cafeteria, inside Community</b></a>
  723. <a href="http://i60.tinypic.com/2gy83zb.jpg" class="s3" target="_blank">
  724. (<b>2</b>)</a><br>.
  725. Housed inside of Community, this is the primary eating area. While there will be other vendors that open during the year, this provides a very small grocery for basic ingredients while also serving up small pre-selected meals to students. A daily credit is currently rationed to students through their cards while Kemonozume is not fully running. Once the classes begin, students will be able to earn credits through scores and extracurricular activities.
  726. <br><br>
  727. <a href="http://tinypic.com/view.php?pic=3021hjc&s=8#.U8EnjvldXT8" class="s3" target="_blank">
  728. <b>School uniform</b></a><br>
  729. Any combination is permissible. All students have received multiples of every garment. Please deposit laundry at the end of the day . Laundered clothes are received on Thursday. <br><br>
  730. <a href="#visualrefs2" class="s3"><b>more references</b></a>
  731. </div>
  732.  
  733.  
  734.  
  735. <a name="visualrefs2"></a>
  736. <div id="insideschoolcontent">
  737. <b>Visual References Photos</b> (2/2)<br><br>
  738. <b>Dorms</b><br>
  739. <a href="http://i62.tinypic.com/1z6yurl.jpg" class="s3" target="_blank">Common area</a><br>
  740. <a href="http://i62.tinypic.com/2ymjf5i.jpg" class="s3" target="_blank">
  741. One-person room</a><br>
  742. <a href="http://i60.tinypic.com/14mdu9s.jpg" class="s3" target="_blank">
  743. Two-person room</a><br>
  744. <a href="http://i61.tinypic.com/2jfykg3.jpg" class="s3" target="_blank">
  745. Four-person room</a> (room 10)<br>
  746. </div>
  747.  
  748.  
  749. <a name="roomassign"></a>
  750. <div id="insideschoolcontent">
  751. <b>Room Assignments for Class 7</b>
  752. <br><br>
  753. Room 1: Mikhail Jones, Logan Lake<br>
  754. Room 2: Jen Zokal, Raul Gonzalo<br>
  755. Room 3: Iki Sai, Lucy Nyan<br>
  756. Room 4: Ephyrm Webster, Karl Asher<br>
  757. Room 5: Moon Eleven, Setsuna One<br>
  758. Room 6: Woden von Himmelman, OPEN<br>
  759. Room 7: Yasmine One, Keke Kyske Ryusaki<br>
  760. Room 8: Rahdin One, Juliet Two <br>
  761. Room 9: Velanx Geranstis , OPEN <br>
  762. Room 10: Oliver Three, Moon Ten, Amari Caless, OPEN <br>
  763. Room 11: Koinoru Nine<br>
  764. </div>
  765.  
  766. <a name="rulesooc"></a>
  767. <div id="insideschoolcontent">
  768. <b>Kemonozume Group OOC Rules</b> (1/3)<br><br>
  769. (<b>1</b>) Please be mindful of others. Post warnings on NSFW content posted in the room, especially links to pictures and other sites. Flirting and small intimacy is fine, but if hands start rubbing on private places or going beneath clothing? Please take it to PM, although remember that your characters will still be in plain sight if they started having sex in the middle of a common area.<br>
  770. (<b>2</b>) Please keep me informed. If I'm informed, I can make informed decisions. If there are fights, damages to property, attempts/successes in leaving the school property, any conflicts with NPCs named or otherwise, please inform me so that I can make sure the scenario within the school responds appropriately.<br>
  771. <br><a href="#rulesooc2" class="s3">
  772. <b>more rules</b></a>
  773. </div>
  774.  
  775.  
  776. <a name="rulesooc2"></a>
  777. <div id="insideschoolcontent">
  778. <b> Kemonozume Group OOC Rules</b> (2/3)<br><br>
  779. (<b>3</b>) If your character gets into excessive trouble, it's likely your class is going to receive some form of punishment. If there is an event planned and you decide you're going to blow up a wall of the school, that event may just be cancelled. When bored, please try to find creative ways (rather than destructive) to cure it. If it's in the natue of your character to be destructive, there's the battle facility (soon).<br>
  780. (<b>4</b>) Use characters to solve IC (in character) issues. There will be times when there's no avoiding it, and you feel a need to take things out of character - that's understandable. When you do, please try to be respectful and take an objective account of things. However if these issues revolve around something in character, please try to keep out of character arguing to a minimum.<br>
  781. <br><a href="#rulesooc3" class="s3"><b>more rules</b></a>
  782. </div>
  783.  
  784. <a name="rulesooc3"></a>
  785. <div id="insideschoolcontent">
  786. <b>Kemonozume Group OOC Rules</b> (3/3)<br><br>
  787. (<b>5</b>) When using OOC (out of character content) in the chat, especially during roleplay, please use the /me command so that players coming in can see as much of the posting as possible when they use /back.<br>
  788. (<b>6</b>) This group is for everyone to enjoy. Please keep this in mind and try to assist all players in having a good job. When you can, be inclusive of others' characters so that students don't feel left out.<br>
  789. </div>
  790.  
  791.  
  792. <a name="rulesschool"></a>
  793. <div id="insideschoolcontent">
  794. <b>Kemonozume Academy Rules</b>
  795. <br><br>
  796. (<b>1</b>) Leaving the premises is forbidden.<br>
  797. (<b>2</b>) If the Disciplinary Head makes a ruling, it can only be overturned by the Vice-President or above.<br>
  798. (<b>3</b>) Any attempts by a student to leave school grounds means that student is restricted to the social center and dorms for the following week. Once classes begin, this restriction begins after the days' classes have ended.<br>
  799. (<b>4</b>) Any attempt to interfere with a ruling by the Disciplinary Committee Head will merit the same punishment as above.<br>
  800. (<b>5</b>) Conflicts with fellow students are to be resolved in the battle facility or sports center, and in no other places.<br>
  801. (<b>6</b>) Any student assisting another student bypass a restriction is to be punished for double that time.
  802. </div>
  803.  
  804.  
  805. <a name="explaintravel"></a>
  806. <div id="insideschoolcontent">
  807. <b>Explanation of School Travel</b> (1/2)<br><br>
  808. To access the dorms, a student must enter the main student tower and walk through the community center building. This is the <b>only</b> nonemergency entrance, and others can only be accessed either with permission from the faculty or in case of an actual emergency. The main hall of the community center building leads directly to the central tower, through which each dormitory tower can be accessed.<br>
  809. There are multiple elevators that lift all students and staff to a similar room connected to multiple sky bridges. Both the floor and the sky bridges have glass walls and ceiling, permitting an excellent view of the dorm buildings and grounds. From this point, only students or staff with permissions for specific dormitory towers may access those towers through a reinforced steel door at the opposite end of the bridge.<br><br>
  810. <div style="position: relative; left: 20px;">
  811. <a href="#explaintravel2" class="s3"><b>more travel info</b></a>
  812. </div>
  813. </div>
  814.  
  815. <a name="explaintravel2"></a>
  816. <div id="insideschoolcontent">
  817. <b>Explanation of School Travel</b> (2/2)<br><br>
  818. Using the ID card given to every occupant of the school, this door will open with a card swipe and allow students into the next, smaller elevator foyer. There are optional stairway access points to the left and right as well through card-swipe doors. Straight ahead are two elevators, each with text corresponding to the Grouped Class Area they are intended for. When activated with a card swipe, these elevators will carry the student to their class common area for them to depart. There are no elevators for each floor of the class apartments, as travel between individual floors mandates use of the stairs.<br>
  819. The Class 7 common area is the lowest floor whereas the class 8 common area is the highest.
  820. </div>
  821.  
  822.  
  823. <a name="explainmoney"></a>
  824. <div id="insideschoolcontent">
  825. <b>Explanation of the School Credit System</b>
  826. <br><br>
  827. Any form of credit or finances possessed outside of the school do not work with the in-school financial system. Kemonozume Academy runs on a merit-based credit system wherein a student earns credit through grades, extracurricular activities or other actions worthy of recognition.<br><br>
  828. These funds can be used in any capacity within the student center and, on trips outside of the school grounds, can be withdrawn in the form of yen for use in purchasing various things in Tokyo or other parts of Japan. Similarly, these funds can be transferred to other banks online and used to purchase items from outside of the school. The reverse, again, is not true.
  829. </div>
  830.  
  831.  
  832. <a name="explainmail"></a>
  833. <div id="insideschoolcontent">
  834. <b>Explanation of Mail and Receiving Packages</b>
  835. <br><br>
  836. All physical letters will be transferred to digital data and received through email. The physical contents will be held for the student until such time as they graduate, at which time they may choose to withdraw any mail received or have it removed. The exceptions to this rule are legal or civil documents which will be given to the library to hold for the student in question and perused only in a quiet study room.
  837. <br><br>
  838. Package items that are delivered to the school for a student will arrive after a short time for school officials to make sure there is no danger presented to the student by this item, including a very thorough search.
  839. <br><br>
  840. There will be no food deliveries not directly approved by school faculty.
  841. </div>
  842.  
  843.  
  844. <a name="faq"></a>
  845. <div id="insideschoolcontent">
  846. <b>Faqs</b><br><br>
  847. Have a good question? Ask me. I'll either put it here or update the information to reflect it.
  848. </div>
  849.  
  850.  
  851.  
  852. </div>
  853.  
  854.  
  855. </div>
  856.  
  857. <div id="behindhover">
  858. </div>
  859.  
  860. <div id="hoverdiv1">
  861. <div id="hovertab">
  862. </div>
  863. <div id="hovercontent">
  864. <div id="insidehovercontent">
  865. <b>available hours</b><br>
  866. Eastern US,<br>GMT-5<br><br>
  867. <b>mon - wed</b><br>
  868. 8am - 4pm<br>
  869. <b>thurs-fri</b><br>
  870. 8am-12pm<br>
  871. <b>sat-sun</b><br>
  872. 4pm-12pm
  873.  
  874. </div>
  875. </div>
  876. </div>
  877.  
  878.  
  879. <div id="hoverdiv2">
  880. <div id="hovertab2">
  881. </div>
  882. <div id="hovercontent">
  883. <a name="currentevents"></a>
  884. <div id="insidehovercontent">
  885. <b>next event</b><br>
  886. 7/??/14 to<br>
  887. 7/??/14<br><br>
  888. <b>tokyo trip</b>
  889. <br>explore the city over three days
  890. <br><br>
  891. <div style="border-top: 1px solid #B178A5;; width: 200px; height: 1px;"></div>
  892. <a href="#pastevents" class="s3">
  893. <b>past events</b></a>
  894. <a href="#updatedinfo" class="s3">
  895. <b>update list</b></a>
  896. </div>
  897.  
  898. <a name="pastevents"></a>
  899. <div id="insidehovercontent">
  900. <b>past events</b><br>
  901. <a href="#event1" class="s3">7/6/14</a>,
  902. <a href="#event2" class="s3">7/11/14</a>,
  903. <br><br>
  904. <div style="border-top: 1px solid #B178A5;; width: 200px; height: 1px;"></div>
  905. <a href="#currentevents" class="s3"><b>current events</b></a>
  906. </div>
  907.  
  908. <a name="event1"></a>
  909. <div id="insidehovercontent">
  910. <b>7/6/14</b>,
  911. <br>meet n' greet<br><br>
  912. <b>what happened?</b><br>
  913. gathering in auditorium. all player students put into class 7. uniforms, IDs, room assignments given.
  914. <br><br>
  915. <div style="border-top: 1px solid #B178A5;; width: 200px; height: 1px;"></div>
  916. <a href="#pastevents" class="s3"><b>past events</b></a>
  917. </div>
  918.  
  919. <a name="event2"></a>
  920. <div id="insidehovercontent">
  921. <b>7/11/14</b><br>
  922. class counseling<br><br>
  923. <b>what happened?</b>
  924. Class is given brief information about the school and asked about personal information.<br>
  925. (
  926. <a href="http://pastebin.com/nwmC8u4i" class="s3" target="_blank">
  927. <b>log</b></a>
  928. )
  929. <br><br>
  930. <div style="border-top: 1px solid #B178A5;; width: 200px; height: 1px;"></div>
  931. <a href="#pastevents" class="s3"><b>past events</b></a>
  932. </div>
  933.  
  934. <a name="updatedinfo"></a>
  935. <div id="insidehovercontent">
  936. <b>update list</b><br>
  937. <a href="#updatedschool" class="s3">school updates</a><br>
  938. <a href="#updatedsite" class="s3">site updates</a>
  939. <br><br>
  940. <div style="border-top: 1px solid #B178A5;; width: 200px; height: 1px;"></div>
  941. <a href="#currentevents" class="s3"><b>current events</b></a>
  942. </div>
  943. </div>
  944. </div>
  945.  
  946.  
  947. <div id="hoverdiv2" class="second">
  948. <div id="hovertab2" class="second">
  949. </div>
  950. <div id="hovercontent">
  951. <div id="insidehovercontent">
  952. <b>information</b><br>
  953. <a href="#schoollay" class="s3">school layout</a><br>
  954. <a href="#dormlay" class="s3">dorm layout</a><br>
  955. <a href="#visualrefs" class="s3">visual references</a>
  956. <br><br>
  957. <b>scheduling, general</b><br>
  958. <a href="#roomassign" class="s3">room assignments</a><br>
  959. school year<br>
  960. daily sched<br>
  961. class sched<br><br>
  962. <div style="border-top: 1px solid #B178A5;; width: 200px; height: 1px;"></div>
  963. <a href="#Introduction" class="s3"><b>important!</b></a>
  964. </div>
  965. </div>
  966. </div>
  967.  
  968.  
  969. <div id="hoverdiv2" class="third">
  970. <div id="hovertab2" class="third">
  971. </div>
  972. <div id="hovercontent">
  973. <div id="insidehovercontent">
  974. <b>guidelines</b>
  975. <br><a href="#rulesooc" class="s3">ooc/story rules</a>
  976. <br><a href="#rulesschool" class="s3">school rules</a>
  977. <br><br>
  978. <b>explanations</b>
  979. <br><a href="#explaintravel" class="s3">travel</a>
  980. <br><a href="#explainmoney" class="s3">money</a>
  981. <br><a href="#explainmail" class="s3">mail</a>
  982. <br><br>
  983. <a href="#faq" class="s3"><b>faq</b></a> (click)</div>
  984. </div>
  985. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement