thisisnotras

A'Tasha

Dec 11th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face{
  4. src:url(https://dl.dropboxusercontent.com/u/4556289/devilsummonerexpandital.ttf);
  5. font-family:'headerfont';
  6. }
  7.  
  8. @font-face{
  9. src:url(https://dl.dropboxusercontent.com/u/4556289/SANDS_OF.ttf);
  10. font-family:'bodyfont';
  11. }
  12.  
  13. @font-face{
  14. src:url(https://dl.dropboxusercontent.com/u/4556289/teamaaw.ttf);
  15. font-family:'oocfont';
  16. }
  17.  
  18. @font-face{
  19. src:url(https://dl.dropboxusercontent.com/u/4556289/Quilted%20Butterfly.ttf);
  20. font-family:'itemfont';
  21. }
  22.  
  23. ::-webkit-scrollbar {
  24. width: 4px;
  25. background-color: transparent;
  26. }
  27.  
  28.  
  29. ::-webkit-scrollbar-thumb {
  30. border-radius: 0px;
  31. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  32. background-color: #111111;
  33. }
  34.  
  35. #whole{
  36. position: absolute;
  37. top: 0px;
  38. left: 0px;
  39. right: 0px;
  40. bottom: 0px;
  41. background-image:url(http://i.picpar.com/7shc.jpg);
  42. background-size: 100% auto;
  43. background-repeat: no-repeat;
  44. background-position: center;
  45. background-color: #100017;
  46. overflow: hidden;
  47. }
  48.  
  49. #leftborder{
  50. position: absolute;
  51. top: 0px;
  52. left: 0px;
  53. bottom: 0px;
  54. width: 10px;
  55. background: #20062D;
  56. }
  57.  
  58. #lefttext{
  59. position: absolute;
  60. top: 0px;
  61. left: 10px;
  62. bottom: 0px;
  63. width: 210px;
  64. background: rgba(96, 13, 36, 0.54);
  65. border-right: 0px dotted black;
  66. box-shadow: 1px 0px 5px 0px black;
  67. box-sizing: border-box;
  68. padding-left: 5px;
  69. z-index: 1;
  70. }
  71.  
  72. #blendstrip{
  73. position: absolute;
  74. top: -15px;
  75. left: 0px;
  76. width: 14px;
  77. bottom: -15px;
  78. background: #20062D;
  79. filter:blur(5px);
  80. -webkit-filter:blur(5px);
  81. opacity: 1;
  82. z-index: 5;
  83. }
  84.  
  85. #contentarea{
  86. position: absolute;
  87. top: 0px;
  88. bottom: 0px;
  89. margin: auto;
  90. width: 100%;
  91. box-sizing: border-box;
  92. height: 650px;
  93. border: 0px solid green;
  94. overflow: hidden;
  95. }
  96.  
  97. #headerspace{
  98. float: left;
  99. margin-left: 5px;
  100. height: 50px;
  101. width: 190px;
  102. border: 0px solid black;
  103. box-shadow: 2px 2px 3px 0px black;
  104. margin-top: 10px;
  105. text-align: center;
  106. font-family:'headerfont', Times, Arial;
  107. font-size: 25pt;
  108. color: violet;
  109. letter-spacing: 0.4px;
  110. box-sizing: border-box;
  111. padding-top: 15px;
  112. text-shadow: 2px 2px 3px black;
  113. overflow: hidden;
  114. }
  115.  
  116. #contentspace{
  117. position: absolute;
  118. top: 150px;
  119. height: 400px;
  120. width: 180px;
  121. margin-top: 20px;
  122. margin-left: 10px;
  123. box-shadow: 2px 2px 3px 0px black;
  124. background: rgba(32, 6, 45, 0.35);
  125. overflow: auto;
  126. font-family: 'bodyfont', Times, Arial;
  127. font-size: 11pt;
  128. letter-spacing: 1px;
  129. text-align: left;
  130. padding: 5px;
  131. color: gray;
  132. text-shadow: 2px 2px 1px black;
  133. box-sizing: border-box;
  134. font-style: italic;
  135. }
  136.  
  137. #contentspace h1{
  138. font-family: 'headerfont', Times, Arial;
  139. font-size: 15pt;
  140. letter-spacing: 2px;
  141. text-align: left;
  142. text-align: center;
  143. color: violet;
  144. text-shadow: 1px 1px 1px black;
  145. }
  146.  
  147. #oocspace{
  148. position: absolute;
  149. top: 570px;
  150. margin-top: 20px;
  151. margin-left: 10px;
  152. height: 40px;
  153. width: 180px;
  154. box-sizing: border-box;
  155. border: 1px solid rgba(0,0,0,0.45);
  156. box-shadow: 2px 2px 3px 0px black;
  157. background: rgba(32, 6, 45, 0.35);
  158. overflow: auto;
  159. font-family:'oocfont', Times, Arial;
  160. font-size: 15pt;
  161. color: silver;
  162. text-align: center;
  163. }
  164.  
  165. #itemspace{
  166. float: left;
  167. margin-top: 20px;
  168. margin-left: 10px;
  169. height: 50px;
  170. width: 180px;
  171. box-shadow: 0px 0px 3px 0px black;
  172. background: rgba(128, 128, 128, 0.15);
  173. }
  174.  
  175. #itemspace a{
  176. float: left;
  177. height: 100%;
  178. width: 43px;
  179. border: 1px solid rgba(0, 0, 0, 0.33);
  180. -webkit-transition: all 1s;
  181. transition: all 1s;
  182. font-family:'itemfont', Times, Arial;
  183. overflow: hidden;
  184. text-align: center;
  185. }
  186.  
  187. #itemspace a:hover{
  188. border: 1px solid black;
  189. }
  190.  
  191. #itemspace a img{
  192. height: 100%;
  193. margin-left: -2px;
  194. }
  195.  
  196. #musicslot{
  197. position: absolute;
  198. margin-left: 135px;
  199. margin-top: 0px;
  200. box-sizing: border-box;
  201. width: 46px;
  202. height: 51px;
  203. border: 1px solid rgba(0, 0, 0, 0.33);
  204. -webkit-transition: all 1s;
  205. transition: all 1s;
  206. overflow: hidden;
  207. background-image:url(http://puu.sh/sLiNM/cba37e4475.png);
  208. background-size: auto 70%;
  209. background-repeat: no-repeat;
  210. background-position: center;
  211.  
  212. }
  213.  
  214. #musicslot:hover{
  215. border: 1px solid black;
  216. }
  217.  
  218. #musicslot audio{
  219. position: absolute;
  220. margin-left: -6px;
  221. margin-top: -3px;
  222. zoom: 200%;
  223. opacity: 0;
  224. -webkit-transition: all 1s;
  225. transition: all 1s;
  226. }
  227.  
  228. #musicslot:hover audio{
  229. opacity: .7;
  230. }
  231.  
  232. #galleryspace{
  233. float: left;
  234. margin-top: 5px;
  235. margin-left: 10px;
  236. height: 15px;
  237. width: 180px;
  238. background: rgba(223, 178, 207, 0.74);
  239. border: 1px solid rgba(999,999,999,.2);
  240. font-family:'oocfont', Times, Arial;
  241. font-size: 14pt;
  242. overflow: hidden;
  243. color: black;
  244. text-align: center;
  245. -webkit-transition: all 1s;
  246. transition: all 1s;
  247. letter-spacing: 2px;
  248. }
  249.  
  250. #galleryspace:hover{
  251. background: rgba(999,999,999,.6);
  252. }
  253.  
  254. #galleryspace b{
  255. position: relative;
  256. top: -8px;
  257. font-weight: 800;
  258. -webkit-transition: all .2s;
  259. transition: all .2s;
  260. }
  261.  
  262. #galleryspace b:nth-child(2){
  263. position: relative;
  264. top: -8px;
  265. margin-left: -100px;
  266. font-weight: 800;
  267. opacity: 0;
  268. -webkit-transition: all .2s;
  269. transition: all .2s;
  270. }
  271.  
  272.  
  273.  
  274. #gallerysection{
  275. position: absolute;
  276. z-index: 0;
  277. top: 90px;
  278. bottom: 0px;
  279. margin: auto;
  280. left: 219.5px;
  281. height: 400px;
  282. width: 7px;
  283. overflow: hidden;
  284. -webkit-transition: all 2s linear, opacity 1.5s;
  285. transition: all 2s linear, opacity 1.5;
  286. opacity: .5;
  287. }
  288.  
  289. #galleryfill{
  290. position: absolute;
  291. height: 400px;
  292. width: 250px;
  293. right: 0px;
  294. top: 0px;
  295. background: rgba(223, 178, 207, 0.74);
  296. border-radius: 5px;
  297. box-sizing: border-box;
  298. border: 10px solid rgba(223, 178, 207, 1);
  299. border-left: 0px solid transparent;
  300. overflow: auto;
  301. overflow-x: hidden;
  302. }
  303.  
  304. #galleryfill img{
  305. float: left;
  306. border: 2px solid black;
  307. height: 100px;
  308. width: 220px;
  309. margin-left: 8px;
  310. border-radius: 5px;
  311. margin-top: 1px;
  312. opacity: .9;
  313. -webkit-transition: all 1s;
  314. transition: all 1s;
  315. }
  316.  
  317. #galleryfill img:hover{
  318. opacity: 1;
  319. }
  320.  
  321. #gallopen{
  322. opacity: 0;
  323. }
  324.  
  325. #gallopen:checked ~ #gallerysection{
  326. -webkit-transition: all 2s linear, opacity 1.5s .3s ease-in;
  327. transition: all 2s linear, opacity 1.5s .3s ease-in;
  328. width: 248px;
  329. opacity: 1;
  330. }
  331.  
  332. #gallopen:checked ~ #lefttext #galleryspace b{
  333. opacity: 0;
  334. }
  335.  
  336. #gallopen:checked ~ #lefttext #galleryspace b:nth-child(2){
  337. opacity: 1;
  338. }
  339.  
  340. </style>
  341.  
  342. <div id="whole">
  343.  
  344. <input type="checkbox" name="gallgun" id="gallopen">
  345.  
  346. <div id="leftborder">
  347. </div>
  348. <div id="lefttext">
  349.  
  350. <div id="contentarea">
  351. <div id="headerspace">
  352. A'Tasha Heat Eden
  353. </div>
  354.  
  355.  
  356. <div id="itemspace">
  357. <a href="#div1"><img src="http://puu.sh/sLiqo/96c8073c33.png" /></a>
  358. <a href="#div2"><img src="http://puu.sh/sLirN/71ad365ceb.png" /></a>
  359. <a href="#div3"><img src="http://puu.sh/sLitO/6a906b68cf.png" /></a>
  360. <div id="musicslot">
  361. <audio controls src="https://puu.sh/sLN9e/8dd5e46e3d.mp3">
  362. </audio>
  363. </div>
  364. </div>
  365.  
  366. <label for="gallopen"><div id="galleryspace">
  367. <b>gallery open</b>
  368. <b>gallery close</b>
  369. </div></label>
  370.  
  371.  
  372. <div id="contentspace">
  373. <div id="div1"></div>
  374. <h1>Title THING.</h1> 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.<br><br>
  375. <div id="div2"></div>
  376. <h1>Title Thing!</h1> 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.<br><br>
  377. <div id="div3"></div>
  378. <h1>Title Thing!!</h1>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.
  379. </div>
  380.  
  381.  
  382. <div id="oocspace">
  383. ooc things. maybe links.
  384. </div>
  385. </div>
  386.  
  387. </div>
  388. <div id="blendstrip">
  389. </div>
  390.  
  391. <div id="gallerysection">
  392. <div id="galleryfill">
  393. <a href="" target=_blank><img src="http://i.picpar.com/7shc.jpg" /></a>
  394. <a href="" target=_blank><img src="http://i.picpar.com/7shc.jpg" /></a>
  395. <a href="" target=_blank><img src="http://i.picpar.com/7shc.jpg" /></a>
  396. <a href="" target=_blank><img src="http://i.picpar.com/7shc.jpg" /></a>
  397. <a href="" target=_blank><img src="http://i.picpar.com/7shc.jpg" /></a>
  398. </div>
  399. </div>
  400.  
  401. </div>
Advertisement
Add Comment
Please, Sign In to add comment