Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Style>
- body {overflow: hidden;}
- ::-webkit-scrollbar {
- width: 4px;
- background-color: #FDDBE3;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
- background-color: #10A9B1;
- }
- #coverbox{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-image:url(http://i66.tinypic.com/r78yut.jpg);
- background-size: auto 30%;
- background-color: #0BA3B0;
- opacity: .3;
- }
- #coverarea{
- position: absolute;
- top: 110px;
- left: 0px;
- right: 0px;
- margin: auto;
- height: 600px;
- width: 400px;
- }
- #sukiimage{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- margin: auto;
- height: 600px;
- width: 400px;
- border: 0px solid black;
- background-image:url(http://i.picpar.com/FwOb.png);
- background-repeat: no-repeat;
- background-position: top center;
- background-size: auto 100%;
- border-radius: 240px 240px 240px 240px;
- overflow: hidden;
- box-shadow: 0px 0px 30px 10px #FDDBE3;
- -webkit-transition: all 1s;
- }
- #bordercover{
- position: absolute;
- top:0px;
- left: 0px;
- right: 0px;
- height: 100px;
- background-image:url(http://i64.tinypic.com/2s12238.jpg);
- background-size: auto 100%;
- }
- .slideout{
- position: absolute;
- border: px solid black;
- left: 40px;
- -webkit-transition: all 1s;
- background: white;
- box-shadow: 0px 0px 10px 3px #FDDBE3;
- font-family: 'Times';
- box-sizing: border-box;
- color: #10A9B1;
- -webkit-transition: all 1.5;
- transition: all 1.5;
- }
- #slider1{
- top: 80px;
- height: 50px;
- width: 250px;
- border-radius: 20px 20px 20px 20px;
- text-align: center;
- font-size: 20pt;
- padding-top: 10px;
- }
- #slider2{
- top: 170px;
- height: 150px;
- width: 250px;
- border-radius: 20px 20px 20px 20px;
- text-align: left;
- overflow: auto;
- font-size: 12pt;
- overflow: hidden;
- }
- #slider3{
- top: 350px;
- height: 150px;
- width: 250px;
- border-radius: 20px 20px 20px 20px;
- text-align: left;
- overflow: hidden;
- font-size: 12pt;
- }
- #slidercontent{
- position: absolute;
- top: 4px;
- left: 5px;
- bottom: 5px;
- right: 6px;
- overflow: auto;
- padding-right: 10px;
- }
- #whole:hover .slideout{
- -webkit-transition: all 2s;
- transition: all 1.5s;
- left: -300px;
- }
- </style>
- <div id="whole">
- <div id="coverbox">
- </div>
- <div id="bordercover">
- </div>
- <div id="coverarea">
- <div class="slideout" id="slider1">
- TITLE AND STUFF
- </div>
- <div class="slideout" id="slider2">
- <div id="slidercontent">
- 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 class="slideout" id="slider3">
- <div id="slidercontent">
- 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 id="sukiimage">
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment