Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @import url('https://fonts.googleapis.com/css?family=Oswald');
- ::-webkit-scrollbar{
- background-color: transparent;
- width: 3px;
- box-shadow: 0px 0px 3px black;
- }
- ::-webkit-scrollbar-thumb{
- background-color: black;
- border-radius: 2px;
- }
- #whole{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-image:url(http://i.imgur.com/GEVDBvG.png);
- }
- #whole *{
- box-sizing: border-box;
- }
- #wholehost{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- margin: auto;
- height: 400px;
- width: 90vw;
- max-width: 1000px;
- box-shadow: 0px 0px 3px 1px black;
- }
- .giveitback{
- position: absolute;
- top: 10px;
- left: 10px;
- bottom: 10px;
- width: 70%;
- border: 0px solid red;
- background-image:url(http://i.imgur.com/p15wypb.png);
- background-size: auto 150%;
- background-repeat: no-repeat;
- background-position: center top;
- box-shadow: 2px 2px 2px 1px black;
- background-color: white;
- }
- #contentbox{
- position: absolute;
- top: 10px;
- right: 10px;
- bottom: 10px;
- left: 72%;
- border: 1px solid black;
- border-right: 0px;
- border-left: 0px;
- overflow: auto;
- font-family: 'Oswald', sans-serif;
- font-size: 10pt;
- text-align: left;
- padding: 10px;
- color: transparent;
- text-shadow: 0px 0px .1px black;
- background: rgba(255, 255, 255, 0.5);
- }
- #altpick{
- position: absolute;
- top: 0px;
- bottom: 0px;
- left: 0px;
- width: 40px;
- border: 0px solid red;
- }
- #altpick a{
- float: left;
- margin-top: 60px;
- margin-left: 0px;
- height: 20px;
- width: 30px;
- background: rgba(0, 0, 0, 0.0);
- text-decoration: none;
- font-family: 'Arial';
- text-align: center;
- color: white;
- overflow: hidden;
- opacity: 0;
- -webkit-transition: all 1s 1s;
- transition: all 1s 1s;
- border: 1px solid transparent;
- box-shadow: 2px 2px 3px black;
- }
- #wholehost:hover #altpick a{
- -webkit-transition: all 1s, margin-left 1s linear, background 1.5s ease-in, opacity .2s;
- -webkit-transition: all 1s, margin-left 1s linear, background 1.5s ease-in, opacity .2s;
- opacity: 1;
- margin-left: 5px;
- background: rgba(0, 0, 0, 0.8);
- }
- #give1{
- opacity: 1;
- -webkit-transition: all 1s .5s;
- transition: all 1s .5s;
- }
- #give2, #give3, #give4{
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #div2:target ~ #whole #give2,
- #div3:target ~ #whole #give3,
- #div4:target ~ #whole #give4{
- opacity: 1;
- -webkit-transition: all 1s .5s;
- transition: all 1s .5s;
- }
- #div2:target ~ #whole #give1,
- #div3:target ~ #whole #give1,
- #div4:target ~ #whole #give1{
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #give2{
- background-image:url(http://i.imgur.com/Y84AZ2X.png);
- background-position: center top ;
- background-size: auto 130%;
- }
- #give3{
- background-image:url(http://i.imgur.com/XzZr4Rg.png);
- background-position: center top 20%;
- background-size: 100% auto;
- }
- #give4{
- background-image:url(http://i.imgur.com/OFfgCuy.png);
- background-position: center top 30%;
- background-size: 100% auto;}
- </style>
- <div id="div2"></div>
- <div id="div3"></div>
- <div id="div4"></div>
- <div id="whole">
- <div id="wholehost">
- <div class="giveitback" id="give1">
- </div>
- <div class="giveitback" id="give2">
- </div>
- <div class="giveitback" id="give3">
- </div>
- <div class="giveitback" id="give4">
- </div>
- <div id="altpick">
- <a href="#reset">x</a>
- <a href="#div2">x</a>
- <a href="#div3">x</a>
- <a href="#div4">x</a>
- </div>
- <div id="contentbox">
- 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>
- Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment