Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 100%;
- height: 100%;
- border: 0;
- margin: 0;
- padding: 0;
- background-image: url("");
- background-size: 0vw;
- background-color: #F286A8;
- background-repeat: repeat;
- z-index: 0;
- cursor: url(), default;
- }
- .picture {
- background-image: url(https://i.imgur.com/k502la3.png);
- background-size: 25vw;
- background-repeat: no-repeat;
- position: absolute;
- bottom: 0vw;
- left: 15vw;
- width: 50vw;
- height: 40vw;
- z-index: 3;
- pointer-events: none;
- }
- .pictureoverlay {
- background-image: url(https://i.imgur.com/M0xix4q.png);
- background-size: 25vw;
- background-repeat: no-repeat;
- position: absolute;
- bottom: 0vw;
- left: 15vw;
- width: 50vw;
- height: 40vw;
- z-index: 5;
- pointer-events: none;
- }
- .title {
- position: absolute;
- left: 27.25vw;
- bottom: 31.85vw;
- width: 34.5vw;
- height: .5vw;
- color: #FFD277;
- font-family: 'Merriweather', serif;
- padding-right: 1vw;
- font-size: 4vw;
- text-align: right;
- z-index: 4;
- filter: drop-shadow(-.2vw .25vw #704E6F);
- }
- .namebg {
- position: absolute;
- left: 27.25vw;
- bottom: 26.6vw;
- width: 35.5vw;
- height: 5.5vw;
- border: .35vw solid #704E6F;
- background-color: #F8FFDE;
- font-size: 4vw;
- text-align: right;
- z-index: 3;
- pointer-events: none;
- }
- .textbox1 {
- position: absolute;
- width: 23vw;
- height: 15.2vw;
- bottom: 10.5vw;
- left: 38.5vw;
- color: #6F4D6E;
- text-align: left;
- font-family: 'Merriweather', serif;
- font-size: .85vw;
- z-index: 4;
- transition: .9s ease-out;
- overflow-y: scroll;
- }
- .textboxborder {
- position: absolute;
- width: 23.5vw;
- height: 15vw;
- bottom: 10vw;
- left: 38.5vw;
- border-right: .25vw solid #704E6F;
- border-bottom: .25vw solid #F8FFDE;
- pointer-events: none;
- }
- a {color: #FFD277;
- text-decoration: none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:hover {color: #F8FFDE;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- ::-webkit-scrollbar-track
- {
- -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,0.3);
- border-radius: 0vw;
- background-color: #;
- }
- ::-webkit-scrollbar
- {
- width: 0vh;
- background-color: #;
- }
- ::-webkit-scrollbar-thumb
- {
- border-radius: 0vw;
- -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,.3);
- background-color: #;
- }
Advertisement
Add Comment
Please, Sign In to add comment