thisisnotras

Caiti

Mar 5th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor{display: none;}
  4. #profile{background: transparent; border: 0px;}
  5.  
  6. body{
  7. background-color: #385571;
  8. }
  9.  
  10. *{
  11. box-sizing: border-box;
  12. }
  13. #container{
  14. position: absolute;
  15. top: 0px;
  16. left: 0px;
  17. right: 0px;
  18. bottom: 0px;
  19. margin: auto;
  20. height: 500px;
  21. width: 800px;
  22. border: 0px solid black;
  23. }
  24.  
  25. ::-webkit-scrollbar {
  26. width: 4px;
  27. background-color: transparent;
  28. }
  29.  
  30.  
  31. ::-webkit-scrollbar-thumb {
  32. border-radius: 0px;
  33. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  34. background-color: #381c38;
  35. }
  36.  
  37.  
  38. #mainimage{
  39. float: left;
  40. height: 500px;
  41. width: 400px;
  42. margin-top: 0px;
  43. margin-bottom: 0px;
  44. margin: auto;
  45. border: 0px solid black;
  46. background-size: auto 100%;
  47. background-repeat: no-repeat;
  48. background-image:
  49. url(http://i.imgur.com/EoU35pn.jpg);
  50. background-position: center bottom;
  51. border-radius: 20px 20px 20px 20px;
  52. }
  53.  
  54. #menudiv{
  55. float: left;
  56. height: 100%;
  57. width: 100px;
  58. border: 0px solid red;
  59. padding-top: 30px;
  60. margin-left: 50px;
  61. }
  62.  
  63. .menuitems{
  64. float: left;
  65. height: 30px;
  66. width: 90px;
  67. border: 0px solid black;
  68. margin-bottom: 5px;
  69. border-radius: 5px 5px 5px 5px;
  70. margin-left: 3px;
  71. margin-top: 0px;
  72. text-align: center;
  73. font-family: 'Tahoma';
  74. font-size: 10pt;
  75. color: black;
  76. padding-top: 4px;
  77. -webkit-transition: all 1s;
  78. transition: all 1s;
  79. background-color: #383854;
  80. }
  81.  
  82. .pictureitems{
  83. float: left;
  84. height: 80px;
  85. width: 90px;
  86. border: 0px solid black;
  87. margin-bottom: 5px;
  88. margin-left: 3px;
  89. border-radius: 10px 10px 10px 10px;
  90. -webkit-transition: all 1s;
  91. transition: all 1s;
  92. margin-top: 0px;
  93. background-size: 100% auto;
  94. background-repeat: no-repeat;
  95. overflow: hidden;
  96. }
  97.  
  98. #p1{
  99. background-image:url(http://i.imgur.com/O3VhII3.jpg);
  100. }
  101. #p2{
  102. background-image:url(http://i.imgur.com/XyKpFQG.jpg);
  103. }
  104. #p3{
  105. background-image:url(http://i.imgur.com/P6Rbq0u.jpg);
  106. }
  107.  
  108. #menudiv a{
  109. text-decoration: none;
  110. color: #509A9A;
  111. text-align: center;
  112. }
  113.  
  114. #menudiv a:hover{
  115. letter-spacing: 3px;
  116. }
  117.  
  118.  
  119. .menuitems:hover,
  120. .pictureitems:hover{
  121. margin-top: 5px;
  122. margin-bottom: 10px;
  123. }
  124.  
  125. .menuitems:nth-child(4){
  126. margin-bottom: 50px;
  127. }
  128.  
  129. #loadfromtop{
  130. position: absolute;
  131. top: 0px;
  132. right: 0px;
  133. height: 10px;
  134. width: 200px;
  135. border: 0px solid green;
  136. border-radius: 20px 20px 20px 20px;
  137. overflow: hidden;
  138. -webkit-transition: all 1s;
  139. transition: all 1s;
  140. }
  141.  
  142. #loadfrombottom{
  143. position: absolute;
  144. bottom: 0px;
  145. right: 0px;
  146. height: 10px;
  147. width: 200px;
  148. border: 0px solid #381c38;
  149. border-radius: 20px 20px 20px 20px;
  150. overflow: hidden;
  151. -webkit-transition: all 1s;
  152. transition: all 1s;
  153. }
  154.  
  155. #backgroundfiller{
  156. top: 0px;
  157. left: 0px;
  158. height: 100%;
  159. width: 100%;
  160. opacity: .5;
  161. z-index: -1;
  162. background-color: #381c38;
  163. }
  164.  
  165. .selectdiv{
  166. position: absolute;
  167. top: 5px;
  168. left: 0px;
  169. height: 470px;
  170. width: 200px;
  171. padding-top: 10px;
  172. padding-left: 10px;
  173. font-size: 9pt;
  174. font-family:'Tahoma';
  175. overflow: auto;
  176. -webkit-transition: all 1s;
  177. transition: all 1s;
  178. opacity: 0;
  179. z-index: 1;
  180. color: #509A9A;
  181. text-align: left;
  182. padding-right: 10px;
  183. }
  184.  
  185. #loadfrombottom img{
  186. position: absolute;
  187. top: 0px;
  188. margin: auto;
  189. height: 480px;
  190. opacity: 0;
  191. -webkit-transition: all 1s;
  192. transition: all 1s;
  193. background-color: #381c38;
  194. overflow: hidden;
  195. }
  196.  
  197. #firstpic{
  198. left: -100px;
  199. }
  200. #secondpic{
  201. left: -70px;
  202. }
  203. #thirdpic{
  204. left: -200px;
  205. }
  206.  
  207. #div1:target #loadfromtop,
  208. #div2:target #loadfromtop,
  209. #div3:target #loadfromtop,
  210. #div4:target #loadfromtop{
  211. height: 480px;
  212. border-radius: 0px 0px 0px 0px;
  213. }
  214.  
  215. #div1:target #firstdiv,
  216. #div2:target #seconddiv,
  217. #div3:target #thirddiv,
  218. #div4:target #fourthdiv{
  219. opacity: 1;
  220. z-index: 2;
  221. }
  222.  
  223. #pic1:target #loadfrombottom,
  224. #pic2:target #loadfrombottom,
  225. #pic3:target #loadfrombottom{
  226. height: 480px;
  227. border-radius: 0px 0px 0px 0px;
  228. }
  229.  
  230. #pic1:target #firstpic,
  231. #pic2:target #secondpic,
  232. #pic3:target #thirdpic{
  233. opacity: 1;
  234. }
  235.  
  236. </style>
  237.  
  238. <div id="container">
  239. <a id="mainimage" href="#blank">
  240. </a>
  241. <div id="menudiv">
  242. <a class="menuitems" href="#div1">
  243. div1.
  244. </a>
  245. <a class="menuitems" href="#div2">
  246. div2.
  247. </a>
  248. <a class="menuitems" href="#div3">
  249. div3.
  250. </a>
  251. <a class="menuitems" href="#div4">
  252. div4.
  253. </a>
  254.  
  255. <a class="pictureitems" href="#pic1" id="p1">
  256. </a>
  257. <a class="pictureitems" href="#pic2" id="p2">
  258. </a>
  259. <a class="pictureitems" href="#pic3" id="p3">
  260. </a>
  261. </div>
  262.  
  263. <div id="div1">
  264. <div id="div2">
  265. <div id="div3">
  266. <div id="div4">
  267.  
  268. <div id="loadfromtop">
  269. <div id="backgroundfiller">
  270. </div>
  271. <div id="firstdiv" class="selectdiv">
  272. One. 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
  273. 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
  274. desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 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,
  275. 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
  276. 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.
  277. </div>
  278. <div id="seconddiv" class="selectdiv">
  279. Two. 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
  280. 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
  281. desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 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,
  282. 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
  283. 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.
  284. </div>
  285. <div id="thirddiv" class="selectdiv">
  286. Three. 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
  287. 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
  288. desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 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,
  289. 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
  290. 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.
  291. </div>
  292. <div id="fourthdiv" class="selectdiv">
  293. Four. 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
  294. 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
  295. desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. 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,
  296. 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
  297. 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.
  298. </div>
  299.  
  300. </div>
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305.  
  306. <div id="pic1">
  307. <div id="pic2">
  308. <div id="pic3">
  309. <div id="loadfrombottom">
  310. <div id="backgroundfiller">
  311. </div>
  312. <img id="firstpic" src="http://i.imgur.com/O3VhII3.jpg" />
  313. <img id="secondpic" src="http://i.imgur.com/XyKpFQG.jpg" />
  314. <img id="thirdpic" src="http://i.imgur.com/P6Rbq0u.jpg" />
  315. </div>
  316. </div>
  317. </div>
  318. </div>
Advertisement
Add Comment
Please, Sign In to add comment