Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .pfor{display: none;}
- #profile{background: transparent; border: 0px;}
- body{
- background-color: #385571;
- }
- *{
- box-sizing: border-box;
- }
- #container{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- margin: auto;
- height: 500px;
- width: 800px;
- border: 0px solid black;
- }
- ::-webkit-scrollbar {
- width: 4px;
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
- background-color: #381c38;
- }
- #mainimage{
- float: left;
- height: 500px;
- width: 400px;
- margin-top: 0px;
- margin-bottom: 0px;
- margin: auto;
- border: 0px solid black;
- background-size: auto 100%;
- background-repeat: no-repeat;
- background-image:
- url(http://i.imgur.com/EoU35pn.jpg);
- background-position: center bottom;
- border-radius: 20px 20px 20px 20px;
- }
- #menudiv{
- float: left;
- height: 100%;
- width: 100px;
- border: 0px solid red;
- padding-top: 30px;
- margin-left: 50px;
- }
- .menuitems{
- float: left;
- height: 30px;
- width: 90px;
- border: 0px solid black;
- margin-bottom: 5px;
- border-radius: 5px 5px 5px 5px;
- margin-left: 3px;
- margin-top: 0px;
- text-align: center;
- font-family: 'Tahoma';
- font-size: 10pt;
- color: black;
- padding-top: 4px;
- -webkit-transition: all 1s;
- transition: all 1s;
- background-color: #383854;
- }
- .pictureitems{
- float: left;
- height: 80px;
- width: 90px;
- border: 0px solid black;
- margin-bottom: 5px;
- margin-left: 3px;
- border-radius: 10px 10px 10px 10px;
- -webkit-transition: all 1s;
- transition: all 1s;
- margin-top: 0px;
- background-size: 100% auto;
- background-repeat: no-repeat;
- overflow: hidden;
- }
- #p1{
- background-image:url(http://i.imgur.com/O3VhII3.jpg);
- }
- #p2{
- background-image:url(http://i.imgur.com/XyKpFQG.jpg);
- }
- #p3{
- background-image:url(http://i.imgur.com/P6Rbq0u.jpg);
- }
- #menudiv a{
- text-decoration: none;
- color: #509A9A;
- text-align: center;
- }
- #menudiv a:hover{
- letter-spacing: 3px;
- }
- .menuitems:hover,
- .pictureitems:hover{
- margin-top: 5px;
- margin-bottom: 10px;
- }
- .menuitems:nth-child(4){
- margin-bottom: 50px;
- }
- #loadfromtop{
- position: absolute;
- top: 0px;
- right: 0px;
- height: 10px;
- width: 200px;
- border: 0px solid green;
- border-radius: 20px 20px 20px 20px;
- overflow: hidden;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #loadfrombottom{
- position: absolute;
- bottom: 0px;
- right: 0px;
- height: 10px;
- width: 200px;
- border: 0px solid #381c38;
- border-radius: 20px 20px 20px 20px;
- overflow: hidden;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #backgroundfiller{
- top: 0px;
- left: 0px;
- height: 100%;
- width: 100%;
- opacity: .5;
- z-index: -1;
- background-color: #381c38;
- }
- .selectdiv{
- position: absolute;
- top: 5px;
- left: 0px;
- height: 470px;
- width: 200px;
- padding-top: 10px;
- padding-left: 10px;
- font-size: 9pt;
- font-family:'Tahoma';
- overflow: auto;
- -webkit-transition: all 1s;
- transition: all 1s;
- opacity: 0;
- z-index: 1;
- color: #509A9A;
- text-align: left;
- padding-right: 10px;
- }
- #loadfrombottom img{
- position: absolute;
- top: 0px;
- margin: auto;
- height: 480px;
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- background-color: #381c38;
- overflow: hidden;
- }
- #firstpic{
- left: -100px;
- }
- #secondpic{
- left: -70px;
- }
- #thirdpic{
- left: -200px;
- }
- #div1:target #loadfromtop,
- #div2:target #loadfromtop,
- #div3:target #loadfromtop,
- #div4:target #loadfromtop{
- height: 480px;
- border-radius: 0px 0px 0px 0px;
- }
- #div1:target #firstdiv,
- #div2:target #seconddiv,
- #div3:target #thirddiv,
- #div4:target #fourthdiv{
- opacity: 1;
- z-index: 2;
- }
- #pic1:target #loadfrombottom,
- #pic2:target #loadfrombottom,
- #pic3:target #loadfrombottom{
- height: 480px;
- border-radius: 0px 0px 0px 0px;
- }
- #pic1:target #firstpic,
- #pic2:target #secondpic,
- #pic3:target #thirdpic{
- opacity: 1;
- }
- </style>
- <div id="container">
- <a id="mainimage" href="#blank">
- </a>
- <div id="menudiv">
- <a class="menuitems" href="#div1">
- div1.
- </a>
- <a class="menuitems" href="#div2">
- div2.
- </a>
- <a class="menuitems" href="#div3">
- div3.
- </a>
- <a class="menuitems" href="#div4">
- div4.
- </a>
- <a class="pictureitems" href="#pic1" id="p1">
- </a>
- <a class="pictureitems" href="#pic2" id="p2">
- </a>
- <a class="pictureitems" href="#pic3" id="p3">
- </a>
- </div>
- <div id="div1">
- <div id="div2">
- <div id="div3">
- <div id="div4">
- <div id="loadfromtop">
- <div id="backgroundfiller">
- </div>
- <div id="firstdiv" class="selectdiv">
- 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
- 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. 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.
- </div>
- <div id="seconddiv" class="selectdiv">
- 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
- 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. 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.
- </div>
- <div id="thirddiv" class="selectdiv">
- 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
- 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. 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.
- </div>
- <div id="fourthdiv" class="selectdiv">
- 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
- 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. 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.
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="pic1">
- <div id="pic2">
- <div id="pic3">
- <div id="loadfrombottom">
- <div id="backgroundfiller">
- </div>
- <img id="firstpic" src="http://i.imgur.com/O3VhII3.jpg" />
- <img id="secondpic" src="http://i.imgur.com/XyKpFQG.jpg" />
- <img id="thirdpic" src="http://i.imgur.com/P6Rbq0u.jpg" />
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment