Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- << camera main box >>
- border: 1px solid #929292;
- background-color: #fff;
- border-radius: 20px;
- box-shadow: inset 0px 0px 8px #929292;
- width: 350px;
- height: 225px;
- padding: 15px;
- z-index: 20;
- << ear one >>
- border: 1px solid #929292;
- background-color: #fff;
- border-radius: 20px 20px 20px 20px;
- box-shadow: inset 0px 0px 8px #929292;
- padding: 35px 40px;
- z-index: 2;
- width: 100px;
- height: 100px;
- rotate: -35deg;
- position: absolute;
- bottom: 187px;
- right: 63px;
- << ear two >>
- border: 1px solid #929292;
- background-color: #fff;
- border-radius: 20px 20px 20px 20px;
- box-shadow: inset 0px 0px 8px #929292;
- padding: 35px 40px;
- z-index: 2;
- width: 100px;
- height: 100px;
- rotate: 35deg;
- position: absolute;
- bottom: 187px;
- left: 50px;
- << side things on camera >>
- border: 1px solid #929292;
- background-color: #dfe8da;
- border-radius: 10px;
- box-shadow: inset 0px 0px 8px #929292;
- width: 369px;
- position: absolute;
- padding: 30px 135px;
- bottom: 100px;
- left: 25px;
- << circle on camera >>
- border: 1px solid #929292;
- background-color: #fff;
- box-shadow: 0px 0px 2px #929292, inset 0px 0px 3px #929292;
- border-radius: 100%;
- position: absolute;
- bottom: 100px;
- right: 75px;
- z-index: 32;
- width: 80px;
- height: 80px;
- << 'OK' text >>
- border: 1px solid #929292;
- background-color: #dfe8da;
- box-shadow: 0px 0px 2px #929292, inset 0px 0px 3px #929292;
- border-radius: 100%;
- z-index: 32;
- width: 35px;
- height: 35px;
- padding-top: 7.5px;
- position: relative;
- left: 21px;
- bottom: -21px;
- << top chevron >>
- position: absolute;
- top: 3px;
- left: 30px;
- << left chevron >>
- position: absolute;
- bottom: -13px;
- left: 1px;
- << bottom chevron >>
- position: absolute;
- bottom: -38px;
- left: 30px;
- << right chevron >>
- position: absolute;
- bottom: -13px;
- right: 1px;
- << main container for info page >>
- background: rgb(255,255,255);
- background: linear-gradient(84deg, rgba(255,255,255,1) 0%, rgba(223,232,218,1) 82%);
- box-shadow: inset 0px 0px 10px #f5f6f7;
- width: 370px;
- height: 300px;
- z-index: 50;
- padding: 10px;
- position: absolute;
- bottom: 2px;
- left: 24px;
- border: 1px dashed #636363;
- border-radius: 7px;
- << photo 1 for photobooth pic thingy >>
- rotate: 3deg;
- position: absolute;
- right: -20px;
- bottom: 195px;
- << photo 2 for photobooth pic thingy >>
- rotate: 3deg;
- position: absolute;
- right: -15px;
- bottom: 105px;
- << photo 3 for photobooth pic thingy >>
- rotate: 3deg;
- position: absolute;
- right: -10.5px;
- bottom: 15px;
Advertisement
Add Comment
Please, Sign In to add comment