Advertisement
NitrogenFixation

Citta FAQ Page Code

Oct 30th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.74 KB | None | 0 0
  1. <head>
  2. <title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4.  
  5.  
  6.  
  7. <style type="text/css">
  8.  
  9. /* SCROLLBAR STUFF */
  10. ::-webkit-scrollbar {width: 4px; height:5px;}
  11. ::-webkit-scrollbar-track-piece {background-color:#121212;}
  12. ::-webkit-scrollbar-thumb {width: 5px; background-color:#183321;}
  13.  
  14. @font-face {
  15. font-family:'Promesh';
  16. src: url('http://static.tumblr.com/p0knose/Rcan1m00g/promeshstitch-regular.ttf');
  17. }
  18.  
  19. @font-face {
  20. font-family:'Edmondsans';
  21. src: url('http://static.tumblr.com/2b2izpj/jx4n0o5ec/edmondsans_regular.ttf');
  22. }
  23.  
  24.  
  25.  
  26. /* BASIC INFO & MISC */
  27. body {font-size:10pt; background-color:#000;
  28. color:#a5a5a5; font-family:'arial'; margin:0px; padding:0px;
  29. font-size:10px;
  30. }
  31. a {color: #5c8874; text-decoration: none;
  32. -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s;
  33. -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}
  34. a:hover {color: #bad5c8; -moz-transition-duration: 0.5s;
  35. -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s;
  36. transition-duration: 0.5s;}
  37. blockquote {margin:10px 0px; margin-left:15px; display:block;
  38. border-left:2px solid #ddd;
  39. padding:0px 10px;}
  40. b, bold, strong {color: #367c53;}
  41. i, italic, em {color: #367c53;}
  42. small {font-size: 9px;}
  43. .container {position:absolute; width: 50%; height:100%;
  44. margin-top:-150px;}
  45. blockquote {margin-left: 15px; padding-left: 4px;
  46. border-left: 2px solid #183321;}
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. /* TAB SPECS */
  54. .middle {display:inline-block; vertical-align:center; line-height:20px;}
  55. .tab {float: bottom;}
  56. .tab [type=radio] {display: none; z-index:999;}
  57. .tabs {
  58. position:relative;
  59. min-height: 350px;
  60. clear: both;
  61. width:491px;
  62. left:-45px;
  63. top:180px;
  64. z-index:8;
  65. }
  66.  
  67. .tab label {
  68. z-index:999;
  69. background:#191919;
  70. padding:0px;
  71. font-family:calibri;
  72. border:1px solid #3d3d3d;
  73. box-shadow: 0px 2px 3px #000000;
  74. margin-left:-96px;
  75. position:relative;
  76. left:1px;
  77. top:10px;
  78. display:block;
  79. text-transform:uppercase;
  80. font-size:9px;
  81. text-align:center;
  82. color:#a5a5a5;
  83. width:90px;
  84. height:20px;
  85. margin-top:30px;
  86. margin-bottom:-25px;
  87. -webkit-transition: all ease-in-out .3s;
  88. -moz-transition: all ease-in-out .3s;
  89. -o-transition: all ease-in-out .3s;
  90. transition: all ease-in-out .3s;
  91. }
  92.  
  93. .tab label:hover {
  94. z-index:999;
  95. background: #4e7d5d;
  96. cursor:pointer;
  97. color:#bad5c8;
  98. border:1px solid #bbcbc3;
  99. text-transform:uppercase;
  100. letter-spacing:0px;
  101. -webkit-transition: all ease-in-out .3s;
  102. -moz-transition: all ease-in-out .3s;
  103. -o-transition: all ease-in-out .3s;
  104. transition: all ease-in-out .3s;
  105. }
  106.  
  107. [type=radio]:checked ~ label {
  108. z-index:999;
  109. background: #4e7d5d;
  110. color:#bad5c8;
  111. text-transform:uppercase;
  112. border:1px solid #bbcbc3;
  113. letter-spacing:0px;
  114. -webkit-transition: all ease-in-out .3s;
  115. -moz-transition: all ease-in-out .3s;
  116. -o-transition: all ease-in-out .3s;
  117. transition: all ease-in-out .3s;
  118. }
  119.  
  120. [type=radio]:checked ~ label ~ .content {
  121. z-index: 9999;
  122. opacity:1;
  123. -webkit-transition: all ease-in-out .6s;
  124. -moz-transition: all ease-in-out .6s;
  125. -o-transition: all ease-in-out .6s;
  126. transition: all ease-in-out .6s;
  127. }
  128.  
  129. .content {
  130. position: absolute;
  131. width:100%;
  132. height:100%;
  133. top: -30px;
  134. left:98px;
  135. background:#444;
  136. right: 0;
  137. bottom: 0;
  138. border: 1px solid #111;
  139. box-shadow: 0px 2px 3px #000000;
  140. overflow:auto;
  141. opacity:0;
  142. -webkit-transition: all ease-in-out .3s;
  143. -moz-transition: all ease-in-out .3s;
  144. -o-transition: all ease-in-out .3s;
  145. transition: all ease-in-out .3s;
  146. }
  147.  
  148.  
  149.  
  150.  
  151.  
  152. /* POST STYLE SPECS */
  153. .post {
  154. position:relative;
  155. display:block;
  156. max-width:100%;
  157. height:308px;
  158. background-color:#191919;
  159. padding:20px;
  160. color:#fff;
  161. border: 1px solid #3d3d3d;
  162. overflow:auto;
  163. }
  164.  
  165. #header {
  166. display:block;
  167. max-width:100%;
  168. background-color:#4e7d5d;
  169. color:#bbcbc3;
  170. font-family:'century gothic';
  171. box-shadow: 0px 2px 3px #000000;
  172. text-align:center;
  173. font-size:20px;
  174. text-transform:uppercase;
  175. letter-spacing:1px;
  176. padding-top: 5px;
  177. padding-right: 2px;
  178. margin-bottom:10px;
  179. }
  180.  
  181.  
  182.  
  183.  
  184.  
  185. /* SIDEBAR SPECS */
  186. #linksbar {
  187. width:600px;
  188. margin-top:-140px;
  189. background-color:#121212;
  190. border-left:4px solid #183321;
  191. border-right:4px solid #183321;
  192. height:100%;
  193. margin-left:auto;
  194. margin-right:auto;
  195. }
  196.  
  197. .bar1 {
  198. width:30px;
  199. height:100%;
  200. position:absolute;
  201. background:#000;
  202. }
  203.  
  204. .bar2 {
  205. width:30px;
  206. height:100%;
  207. position:absolute;
  208. background:#000;
  209. margin-left:570px;
  210. }
  211.  
  212. .links {
  213. z-index:999;
  214. width:120px;
  215. position:fixed;
  216. margin-left:621px;
  217. top:200px;
  218. height:300px;
  219. padding:10px;
  220. background:#000;
  221. border:4px solid #183321;
  222. }
  223.  
  224. .links a {
  225. display:inline-block;
  226. width:65px;
  227. padding:4px;
  228. height:auto;
  229. background-color:#191919;
  230. color:#a5a5a5;
  231. text-transform:uppercase;
  232. text-align:center;
  233. border:1px solid #3d3d3d;
  234. box-shadow: 0px 2px 3px #000000;
  235. font-size:9px;
  236. margin-bottom:5px;
  237. font-family:calibri;
  238. -webkit-transition: all ease-in-out .3s;
  239. -moz-transition: all ease-in-out .3s;
  240. -o-transition: all ease-in-out .3s;
  241. transition: all ease-in-out .3s;
  242. }
  243.  
  244. .links a:hover {
  245. background-color:#4e7d5d;
  246. color:#bad5c8;
  247. border:1px solid #bbcbc3;
  248. letter-spacing:0px;
  249. text-transform:uppercase;
  250. -webkit-transition: all ease-in-out .3s;
  251. -moz-transition: all ease-in-out .3s;
  252. -o-transition: all ease-in-out .3s;
  253. transition: all ease-in-out .3s;
  254. }
  255.  
  256. .navi {
  257. position: relative;
  258. z-index: 1;
  259. height: 290px;
  260. width: 76px;
  261. margin-left:15px;
  262. padding: 5px 6px 5px 7px;
  263. background-color: #121212;
  264. }
  265.  
  266. .navi2 a {
  267. display: inline-block;
  268. width: 65px;
  269. height: auto;
  270. margin-bottom: 4px;
  271. padding: 4px 4px;
  272. background-color: #22452f;
  273. color: #a5a5a5;
  274. font-family: calibri;
  275. font-size: 9px;
  276. text-align: center;
  277. text-transform: uppercase;
  278. border: 1px solid #000;
  279. margin-left: 5px;
  280. }
  281.  
  282. .navi2 a:hover {
  283. background-color: #183322;
  284. color: #bad5c8;
  285. border: 1px solid #183322;
  286. }
  287.  
  288. #banner {
  289. position:absolute;
  290. margin-left:auto;
  291. margin-right:auto;
  292. }
  293.  
  294. .rightline {
  295. width:4px;
  296. background:#183321;
  297. height:100%;
  298. top:0;
  299. margin-left:694px;
  300. position:fixed;
  301. }
  302.  
  303. .leftline {
  304. width:4px;
  305. background:#183321;
  306. height:100%;
  307. top:0;
  308. margin-left:-98px;
  309. position:fixed;
  310. }
  311.  
  312. .box {
  313. width:120px;
  314. padding:10px;
  315. height:300px;
  316. border:4px solid #183321;
  317. margin-left:-168px;
  318. background:#000;
  319. position:fixed;
  320. top:200px;
  321. }
  322.  
  323.  
  324. </style>
  325. </head>
  326.  
  327.  
  328.  
  329. <!-------------------------------DO NOT EDIT------------------------------->
  330. <body>
  331. <div style="position: fixed; width: 100%; height: 150px; top: 0px; left: 0px; background-color: #000000; z-index: 99998;"></div>
  332.  
  333. <div style="position: fixed; width: 100%; height: 25px; top: 140px; left: 0px; background-color: #183321; z-index: 999999;">
  334. <div class="navi2" align="center" style="margin-top: 2px;"><a href="/">index</a> <a href="/askbox">message</a> <a href="/submit">submit</a> <a href="/archive">archive</a></div></div>
  335.  
  336. <div style="width:900; height:140; margin-left:auto; margin-right:auto;"><img src="http://static.tumblr.com/9ae8bdf691effe66af3ff075e0c05ed4/9xka6ce/Q0tn1qpqt/tumblr_static_ceeter2.png" id="banner" style="top:0; z-index:99999; position:fixed;"></div>
  337.  
  338.  
  339. <div id="linksbar">
  340. <div class="leftline"></div>
  341. <div class="box">
  342. <div class="navi" style="width:94px; margin-left:6px;"></div>
  343. </div>
  344. <div class="bar1"></div>
  345. <div class="bar2"></div>
  346.  
  347.  
  348. <div style="position:fixed;">
  349. <div class="tabs">
  350. <!--------------------------OK NOW YOU CAN EDIT---------------------------->
  351.  
  352.  
  353.  
  354.  
  355.  
  356. <!-----------------------------------------
  357. TAB ONE
  358. ------------------------------------------>
  359. <div class="tab">
  360. <input type="radio" id="tab-1" name="tab-group-1" checked>
  361. <label for="tab-1"><div class="middle">
  362. basics
  363. </div></label>
  364.  
  365. <div class="content">
  366. <div class="post">
  367. <div id="header">FREQUENTLY ASKED QUESTIONS</div>
  368.  
  369.  
  370.  
  371. <ul>
  372. <li><em>Where am I?</em></li>
  373. </ul>
  374. <p>Welcome, love. You are now considered a wandering nobody in Citt&agrave; Alveare.</p>
  375.  
  376.  
  377. <ul>
  378. <li><em>Why am I here?</em></li>
  379. </ul>
  380. <p>You&rsquo;re here as a part of a social experiment. Let&rsquo;s see how you react outside of&nbsp;comfort zone, shall we?</p>
  381.  
  382.  
  383. <ul>
  384. <li><em>Why are there so many pedestrians around?</em></li>
  385. </ul>
  386. <p>Although we pull the strings in this city, it wasn&rsquo;t ours to begin with. There are many other life forms here. We just vacate them when challenges are created.</p>
  387.  
  388.  
  389. <ul>
  390. <li><em>What are the default items we receive?</em></li>
  391. </ul>
  392. <p>Simple! You have substituted, wooden items to start off with. Also, depending upon our team&rsquo;s analysis, we choose the smallest ability you have and bestow it upon you. If your character is from the series Pokemon, your character would receive a starter version their signature creature. Finally, you wouldn&rsquo;t fit into a metropolis without having a couple of gadgets under your belt, would you? In your apartments, you immediately possess a television and a home phone. Wouldn&rsquo;t want you all to be too primitive!</p>
  393.  
  394.  
  395. <ul>
  396. <li><em>Will I ever get my initial items/powers back?</em></li>
  397. </ul>
  398. <p>Yes! From time to time during challenges, you will be able to gain most&mdash;if not all of your abilities. To gain them permanently, show zeal towards connecting with others or spreading your own gospel around the city. You end up influencing it, after all~.</p>
  399.  
  400.  
  401. <ul>
  402. <li><em>Does my character&nbsp;<strong>have</strong>&nbsp;to have a weapon/ability?</em></li>
  403. </ul>
  404. <p>Not at all! This is completely optional.<em><br /></em></p>
  405.  
  406.  
  407. <ul>
  408. <li><em>What are rankings?</em></li>
  409. </ul>
  410. <p>Rankings are here to keep up with everyone&rsquo;s progress! You start off as a&nbsp;<strong>nobody</strong>, then you naturally progress to a&nbsp;<strong>citizen, noble, guardian&nbsp;</strong>and eventually, a&nbsp;<strong>savior.&nbsp;</strong><a href="http://citta-alveare.com/ranks">Please check out our rankings page for more information.&nbsp;</a>&nbsp;You do&nbsp;<em>not</em>&nbsp;need to send an ask about reaching citizen status.&nbsp;</p>
  411.  
  412.  
  413. <ul>
  414. <li><em>Are we trapped?</em></li>
  415. </ul>
  416. <p>Haha, well trapped isn&rsquo;t exactly the word I&rsquo;d use for it. But you are our Guinea pigs after all. Besides, we&rsquo;ve wrapped up such a biiiiig environment for you to explore. I&rsquo;m sure you won&rsquo;t get bored easily.</p>
  417.  
  418.  
  419. <ul>
  420. <li><em>What type of RP format is accepted?</em></li>
  421. </ul>
  422. <p>Any type is accepted! Doesn&rsquo;t matter, as long as you&rsquo;re having fun.</p>
  423.  
  424.  
  425. <ul>
  426. <li><em>Are pets allowed?</em></li>
  427. </ul>
  428. <p>Yes, they are. Keep in mind that their abilities are also capped. This goes for Pokemon as well.</p>
  429.  
  430.  
  431. <ul>
  432. <li><em>My open posts keep getting ignored?</em></li>
  433. </ul>
  434. <p>Well we are the first group to implement an &lsquo;Open post tag.&rsquo; When you make an open post (It has to be the very first post being made to show up in the tag list), you tag it with &lsquo;<a href="http://www.tumblr.com/tagged/ca+open">CA OPEN.</a>' And if you are looking for an open post, I suggest you track that tag and look for one!</p>
  435.  
  436.  
  437.  
  438. </div> <!-- POST -->
  439. </div> <!-- CONTENT -->
  440. </div> <!-- END TAB 1 -->
  441.  
  442.  
  443.  
  444. <!-----------------------------------------
  445. TAB TWO
  446. ------------------------------------------>
  447. <div class="tab">
  448. <input type="radio" id="tab-2" name="tab-group-1">
  449. <label for="tab-2"><div class="middle">
  450. MASTERLIST
  451.  
  452. </div></label>
  453.  
  454. <div class="content">
  455. <div class="post">
  456. <div id="header">APPS</div>
  457. <p>content</p>
  458.  
  459.  
  460. </div> <!-- POST -->
  461. </div> <!-- CONTENT -->
  462. </div> <!-- END TAB 2 -->
  463.  
  464.  
  465.  
  466.  
  467. <!-----------------------------------------
  468. TAB THREE
  469. ------------------------------------------>
  470. <div class="tab">
  471. <input type="radio" id="tab-3" name="tab-group-1">
  472. <label for="tab-3"><div class="middle">
  473. the city
  474. </div></label>
  475.  
  476. <div class="content">
  477. <div class="post">
  478. <div id="header">GENERAL</div>
  479.  
  480. <ul>
  481. <li><em>Does weather affect this place?</em></li>
  482. </ul>
  483. <p>Absolutely. This is a city after all, isn&rsquo;t it? Don&rsquo;t expect extreme weather like tornados, hurricanes, tsunamis, sandstorms, or others unless manipulated. Night and day still pass by. However, sometimes during the night, creatures will become active that normally lie dormant during the daytime. Be careful~!</p>
  484.  
  485.  
  486. </div> <!-- POST -->
  487. </div> <!-- CONTENT -->
  488. </div> <!-- END TAB 3 -->
  489.  
  490.  
  491.  
  492.  
  493.  
  494. <!-----------------------------------------
  495. TAB FOUR
  496. ------------------------------------------>
  497. <div class="tab">
  498. <input type="radio" id="tab-4" name="tab-group-1">
  499. <label for="tab-4"><div class="middle">
  500. TAB 4
  501. </div></label>
  502.  
  503. <div class="content">
  504. <div class="post">
  505. <div id="header">BLEH</div>
  506.  
  507. content
  508.  
  509. </div> <!-- POST -->
  510. </div> <!-- CONTENT -->
  511. </div> <!-- END TAB 4 -->
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518. </div> <!-- END TABS. If you want to add more tabs, add the template BEFORE this tag. -->
  519.  
  520.  
  521.  
  522.  
  523.  
  524. <!-----------------------------------------
  525. RIGHT SIDEBAR
  526. ------------------------------------------>
  527. <br>
  528. <div class="links">
  529. <div id="header" style="font-size:15px; height:20px; margin-bottom:0px;">NAVIGATE</div>
  530. <div class="navi" style="height:265px;">
  531. <a href="/taken">taken</a>
  532. <a href="/reserved">reserved</a>
  533. <a href="/housing">housing</a>
  534. <a href="/rules">rules</a>
  535. <a href="/ranks">ranks</a>
  536. <a href="/map">map</a>
  537. <a href="/mods">mods</a>
  538. </div> <!-- END NAVI -->
  539. </div><!-- END RIGHT SIDEBAR -->
  540.  
  541. <div class="rightline"></div>
  542. </div>
  543. </div>
  544. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement