Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- --shadow: 1px 3px 10px #0005;
- --theblur: blur(0);
- }
- @font-face {
- font-family: report;
- src: url(stuff/fonts/report.ttf);
- }
- body {
- padding: 0;
- font-weight:40;
- font-family: report;
- }
- #thetext{
- font-size:16px;
- padding-top: 5px;
- color: #ffffff;
- text-align: right;
- margin-right: 15px;
- }
- #window {
- width: 265px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 0;
- padding: 10px;
- display: flex;
- flex-direction: column;
- }
- #window #body {
- position: relative;
- background-color: var(--bodyBackgroundColor);
- padding: 18px;
- border-radius: 25px;
- box-shadow: var(--shadow);
- z-index: 1;
- }
- #window #body:before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: -1;
- border-radius: 20px;
- -webkit-backdrop-filter: var(--theblur);
- }
- #Picturebox {
- height:30%;
- padding:0px;
- border-radius:15px;
- font-size:10px;
- background-image: url("stuff/picture/pic.jpg");
- background-size:cover;
- }
- #timebox {
- position: relative;
- top: -32px;
- left: -8px;
- color: #ffffff;
- z-index: 2;
- width:50px;
- height:30px;
- border-radius:17px;
- background-color:#6f57e0;
- font-size:14px;
- vertical-align: middle;
- text-align: center;
- line-height: 32px;
- box-shadow: var(--shadow);
- border-style: solid;
- border-width: 8px;
- border-color: #846bfb;
- }
Advertisement
Add Comment
Please, Sign In to add comment