thisisnotras

Citadel

Oct 23rd, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.05 KB | None | 0 0
  1. <style>
  2.  
  3. #whole{
  4. position: fixed;
  5. top: 0px;
  6. left: 0px;
  7. right: 0px;
  8. bottom: 0px;
  9. background: #0a0a09;
  10. }
  11.  
  12. @font-face{
  13. src:url(https://dl.dropboxusercontent.com/u/4556289/firefightbb_reg.ttf);
  14. font-family:'titlefont';
  15. }
  16.  
  17. @font-face{
  18. src:url(https://dl.dropboxusercontent.com/u/4556289/magic11.ttf);
  19. font-family:'bodyfont';
  20. }
  21.  
  22. ::-webkit-scrollbar {
  23. width: 4px;
  24. background-color: transparent;
  25. }
  26.  
  27.  
  28. ::-webkit-scrollbar-thumb {
  29. border-radius: 0px;
  30. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  31. background-color: #8e6722;
  32. }
  33.  
  34.  
  35. #centerhost{
  36. position: absolute;
  37. top: 0px;
  38. left: 0px;
  39. right: 0px;
  40. bottom: 0px;
  41. margin: auto;
  42. border: 0px solid black;
  43. height: 300px;
  44. width: 600px;
  45. }
  46.  
  47. #backgrounddiv{
  48. position: absolute;
  49. top: -75px;
  50. left: -75px;
  51. right: -75px;
  52. bottom: -75px;
  53. background: gray;
  54. background-image:url(http://images2.fanpop.com/images/photos/4800000/gothic-wallpaper-gothic-4850135-1024-768.jpg);
  55. background-position: top right -420px;
  56. filter:sepia(100%) saturate(300%);
  57. opacity: .7;
  58. }
  59.  
  60. .dividerdiv{
  61. position: absolute;
  62. top: -80px;
  63. left: 10px;
  64. bottom: -80px;
  65. width: 80px;
  66. background: #0a0a09;
  67. }
  68.  
  69. #divi2{
  70. left: 170px;
  71. }
  72.  
  73. #divi3{
  74. left: 360px;
  75. width: 70px;
  76. }
  77.  
  78. #divi4{
  79. left:510px;
  80. }
  81.  
  82. .dividerdiv2{
  83. background: transparent;
  84. position: absolute;
  85. top: -76px;
  86. left: 10px;
  87. bottom: -75px;
  88. width: 80px;
  89. box-shadow: 1px 1px 3px #922e08;
  90. margin-left: -80px;
  91. }
  92.  
  93. #divi1.dividerdiv2{
  94. background: transparent;
  95. margin-left: -85px;
  96. width: 85px;
  97. }
  98.  
  99. #divi2.dividerdiv2{
  100. background: transparent;
  101. }
  102.  
  103. #divi3.dividerdiv2{
  104. background: transparent;
  105. margin-left: -110px;
  106. width: 110px;
  107. }
  108.  
  109. #divi4.dividerdiv2{
  110. background: transparent;
  111. width: 80px;
  112. }
  113.  
  114. #divi5.dividerdiv2{
  115. background: transparent;
  116. left: 670px;
  117. width: 85px;
  118. opacity: 1;
  119. }
  120.  
  121. .supportdivs{
  122. position:relative;
  123. top: 380px;
  124. left: 1px;
  125. width: 400px;
  126. height: 0px;
  127. border: 1px solid black;
  128. margin: auto;
  129. margin-top: 10px;
  130. }
  131.  
  132. #sup2{
  133. width: 300px;
  134. }
  135.  
  136. #sup3{
  137. width: 200px;
  138. }
  139.  
  140. #imagehost{
  141. position:absolute;
  142. top: 0px;
  143. left: 0px;
  144. right: 0px;
  145. bottom: 0px;
  146. background-image:url(https://i.imgur.com/AaFia5l.jpg);
  147. background-repeat: no-repeat;
  148. background-size: 120% auto;
  149. background-position: top -100px right -90px;
  150. border: 0px solid red;
  151. border-radius: 10px 10px 10px 10px;
  152. box-shadow: 0px 0px 5px #B59532;
  153. }
  154.  
  155. #titlequote{
  156. position: absolute;
  157. top: 30px;
  158. left: 20px;
  159. height: 120px;
  160. width: 280px;
  161. border: 0px solid black;
  162. font-size: 23pt;
  163. color: black;
  164. font-family:'titlefont';
  165. text-align: left;
  166. text-shadow: 1px 1px 4px #8E6722;
  167. font-weight: 600;
  168. line-height: 40px;
  169. }
  170.  
  171. #contenthole{
  172. position: absolute;
  173. display: block;
  174. top: 0px;
  175. left: 0px;
  176. }
  177.  
  178. .titlepart{
  179. position: absolute;
  180. top: 140px;
  181. left: 50px;
  182. width: 150px;
  183. height: 50px;
  184. border: 0px solid white;
  185. text-align: left;
  186. font-family:'titlefont', Times;
  187. font-size: 15pt;
  188. color: black;
  189. -webkit-transition: all 1s;
  190. transition: all 1s;
  191. z-index: 0;
  192. opacity: 0;
  193. }
  194.  
  195. .bodydiv{
  196. position: absolute;
  197. left: 250px;
  198. top: 20px;
  199. height: 260px;
  200. width: 340px;
  201. overflow: hidden;
  202. border: 0px solid white;
  203. -webkit-transition: all 1s;
  204. transition: all 1s;
  205. z-index: 0;
  206. opacity: 0;
  207. }
  208.  
  209. #bodycon{
  210. position: absolute;
  211. top: 0px;
  212. left: 0px;
  213. right: 0px;
  214. bottom: 0px;
  215. overflow: auto;
  216. text-align: justify;
  217. overflow: auto;
  218. font-family:Lucida Sans Unicode;
  219. font-size: 11pt;
  220. color: #8e6722;
  221. box-sizing: border-box;
  222. padding: 5px;
  223. font-weight: 400;
  224. }
  225.  
  226. .bodydiv:before{
  227. content:'';
  228. position: absolute;
  229. top: 0px;
  230. left: 0px;
  231. right: 0px;
  232. bottom: 0px;
  233. background: #1d0704;
  234. opacity: .8;
  235. }
  236.  
  237. #linkarea{
  238. position: absolute;
  239. top: 200px;
  240. left: 20px;
  241. text-align: left;
  242. width: 170px;
  243. height: 30px;
  244. border: 0px solid white;
  245. box-sizing: border-box;
  246. padding-left: 20px;
  247. }
  248.  
  249. #linkarea a{
  250. float: left;
  251. height: 20px;
  252. width: 20px;
  253. background: black;
  254. box-shadow: 0px 0px 2px 1px #8e6722;
  255. margin-left: 6px;
  256. -webkit-transition: all .5s;
  257. transition: all .5s;
  258. }
  259.  
  260. #linkarea a:nth-child(5){
  261. background: gray;
  262. }
  263.  
  264. #div1:target ~ #centerhost #div11,
  265. #div2:target ~ #centerhost #div22,
  266. #div3:target ~ #centerhost #div33,
  267. #div4:target ~ #centerhost #div44{
  268. opacity: 1;
  269. z-index: 1;
  270. -webkit-transition: all 1s.5s;
  271. transition: all 1s .5s;
  272. }
  273.  
  274. #div1:target ~ #centerhost #div111,
  275. #div2:target ~ #centerhost #div222,
  276. #div3:target ~ #centerhost #div333,
  277. #div4:target ~ #centerhost #div444{
  278. -webkit-transition: all .5s;
  279. transition: all .5s;
  280. background: #8e6722;
  281. }
  282.  
  283. </style>
  284.  
  285. <div id="whole">
  286. <div id="div1"></div>
  287. <div id="div2"></div>
  288. <div id="div3"></div>
  289. <div id="div4"></div>
  290.  
  291. <div id="centerhost">
  292. <div id="backgrounddiv">
  293. </div>
  294. <div class="dividerdiv" id="divi1">
  295. </div>
  296. <div class="dividerdiv2" id="divi1">
  297. </div>
  298. <div class="dividerdiv" id="divi2">
  299. </div>
  300. <div class="dividerdiv2" id="divi2">
  301. </div>
  302. <div class="dividerdiv" id="divi3">
  303. </div>
  304. <div class="dividerdiv2" id="divi3">
  305. </div>
  306. <div class="dividerdiv" id="divi4">
  307. </div>
  308. <div class="dividerdiv2" id="divi4">
  309. </div>
  310. <div class="dividerdiv2" id="divi5">
  311. </div>
  312. <div id="imagehost">
  313. <div id="titlequote">CITADEL<br>
  314. HEILSATTEN
  315. </div>
  316. </div>
  317.  
  318. <div id="linkarea">
  319. <a href="#div1" id="div111">
  320. </a>
  321. <a href="#div2" id="div222">
  322. </a>
  323. <a href="#div3" id="div333">
  324. </a>
  325. <a href="#div4" id="div444">
  326. </a>
  327. <a href="#none">
  328. </a>
  329. </div>
  330.  
  331. <div id="contenthole">
  332.  
  333. <div class="titlepart" id="div11">FIRST SECTION
  334. </div>
  335. <div class="bodydiv" id="div11">
  336. <div id="bodycon">
  337. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  338. <br><br>
  339. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  340. </div>
  341. </div>
  342.  
  343. <div class="titlepart" id="div22">SECOND SECTION
  344. </div>
  345. <div class="bodydiv" id="div22">
  346. <div id="bodycon">
  347. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  348. <br><br>
  349. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  350. </div>
  351. </div>
  352.  
  353. <div class="titlepart" id="div33">THIRD SECTION
  354. </div>
  355. <div class="bodydiv" id="div33">
  356. <div id="bodycon">
  357. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  358. <br><br>
  359. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  360. </div>
  361. </div>
  362.  
  363.  
  364. <div class="titlepart" id="div44">FOURTH SECTION
  365. </div>
  366. <div class="bodydiv" id="div44">
  367. <div id="bodycon">
  368. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  369. <br><br>
  370. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  371. </div>
  372. </div>
  373.  
  374.  
  375. </div>
  376.  
  377. </div>
  378.  
  379. </div>
Advertisement
Add Comment
Please, Sign In to add comment