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-color: #000000;
- background-image: url("https://www.transparenttextures.com/patterns/black-orchid.png");
- background-size: 40%;
- background-position: center;
- background-repeat: repeat;
- z-index: 0;
- }
- .box1{
- position: absolute;
- width: 40vw;
- height: 26vw;
- right: 15vw;
- bottom: -2vh;
- border-top: .5vh solid #D4D4D4;
- border-left: .5vh solid #D4D4D4;
- border-bottom: .5vh solid #D4D4D4;
- padding-right: 15vw;
- background-color: #000;
- background: #;
- font-size: 4vh;
- color: #D4D4D4;
- overflow-y: scroll;
- z-index: 2;
- transition: .9s ease-out;
- opacity: 0;
- }
- .picture {
- background-image: url(https://i.imgur.com/tSuYoIm.png);
- background-size: 32vw;
- background-repeat: no-repeat;
- position:absolute;
- bottom: 0vh;
- right: 0vw;
- width: 32vw;
- height: 37vw;
- left: vh;
- z-index: 2;
- }
- .picture2 {
- background-image: url(https://i.imgur.com/SXsotri.png);
- background-size: 50vw;
- background-repeat: no-repeat;
- position:absolute;
- bottom: 25.5vw;
- right: 20.25vw;
- width: 50vw;
- height: 5vw;
- left: vh;
- z-index: 1;
- opacity: 0;
- transition: .9s ease-out;
- }
- .picture3 {
- background-image: url(https://i.imgur.com/oq3QtLt.png);
- background-size: 7.3vw;
- background-repeat: no-repeat;
- position:absolute;
- bottom: -.5vw;
- right: 67.4vw;
- width: 10vw;
- height: 26vw;
- left: vh;
- z-index: 1;
- opacity: 0;
- transition: .9s ease-out;
- }
- .picture4 {
- background-image: url(https://i.imgur.com/SvhfFV7.png);
- background-size: 8vw;
- background-repeat: no-repeat;
- position:absolute;
- bottom: 25.5vw;
- right: 70.2vw;
- width: 7.2vw;
- height: 5vw;
- left: vh;
- z-index: 2;
- opacity: 0;
- transition: .9s ease-out;
- }
- #name1 {
- position: absolute;
- right: 17vw;
- bottom: 25.7vw;
- background: #fff;
- width: 70vw;
- height: 7vw;
- font-family: 'Special Elite', cursive;
- font-size: 5.6vh;
- color: #fff;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- display: block;
- text-align: center;
- letter-spacing: .2vw;
- -webkit-transition: opacity 2s linear;
- -moz-transform: skew(-10deg, 0deg);
- -webkit-transform: skew(-10deg, 0deg);
- -o-transform: skew(-10deg, 0deg);
- -ms-transform: skew(-10deg, 0deg);
- transform: skew(-10deg, 0deg);
- z-index: 4;
- opacity: 1;
- transition: .9s ease-out;
- }
- .lights {
- background-image: url(https://2.bp.blogspot.com/-jUiLfvup2E8/WTJZeFzA0lI/AAAAAAAAEY0/K3NcyBP3da8oiRjAb_3V0agTT2LXm2HMQCLcB/s1600/tut-mangabg.jpg);
- background-size: 100vw;
- background-repeat: no-repeat;
- position:absolute;
- top: 0vh;
- left: 0vh;
- width: 100%;
- height: 100%;
- left: vh;
- z-index: 1;
- opacity: 1;
- }
- a {color: #6D6D6D;
- 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: #fff;
- text-decoration: bold;
- -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: #;
- }
- body:hover .box1{
- opacity: 1;
- transition: 3s;
- transition-delay: .5s;
- }
- body:hover .picture2{
- opacity: .6;
- transition: 3s;
- transition-delay: .5s;
- }
- body:hover .picture3{
- opacity: .6;
- transition: 3s;
- transition-delay: .5s;
- }
- body:hover .picture4{
- opacity: .6;
- transition: 3s;
- transition-delay: .5s;
- }
- @keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- @-moz-keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- @-webkit-keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- @-o-keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- }
- @-ms-keyframes fadeIn {
- 0% {
- opacity:0;
- }
- 100% {
- opacity:1;
- }
- font-family: 'Special Elite', cursive;
- font-family: 'Permanent Marker', cursive;
Advertisement
Add Comment
Please, Sign In to add comment