Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-image: url("https://i.postimg.cc/ZYBkkNjJ/image.png");
- background-size: cover;
- background-attachment: fixed;
- color: white;
- font-family: "Eurostile";
- }
- .topLeft {
- background-image: url("https://i.postimg.cc/PqCGt8hb/image.png");
- background-size: cover;
- background-position: center;
- border-radius: 20px;
- box-shadow: 0px 0px 8px #05e607;
- }
- .rightHead {
- background: #e21108;
- color: #fff;
- box-shadow: 0px 0px 15px #d00016;
- border-radius: 20px;
- padding: 5px;
- }
- a {
- color: #03adfc;
- }
- #add {
- background-repeat: no-repeat;
- background-image: url("https://i.postimg.cc/h4dC1RK0/cssmyspaceadd.png");
- background-size: contain;
- color: #e610de;
- }
- #report {
- background-repeat: no-repeat;
- background-image: url(https://i.postimg.cc/cL2gm2xQ/cssmyspacereport.png);
- background-size: contain;
- color: #05e606;
- }
- #block {
- background-repeat: no-repeat;
- background-image: url(https://i.postimg.cc/cCC0P1T6/cssmyspaceblock.png);
- background-size: contain;
- color: #e21108;
- }
- #sMsg {
- background-repeat: no-repeat;
- background-image: url(https://i.postimg.cc/TwFTMMs9/cssmyspacemessage.png);
- background-size: contain;
- color: #05a5ea;
- }
- .boxHead {
- background: #05a4e9;
- color: white;
- padding: 5px;
- padding-bottom: 5px;
- padding-left: 5px;
- padding-bottom: 4px;
- padding-left: 6px;
- box-shadow: 0px 0px 15px #009cdf;
- border-radius: 20px;
- }
- .boxInfo {
- border: none;
- margin-bottom: 20px;
- margin-top: 20px;
- }
- .url {
- border: none;
- padding: 7px;
- background-color: #ff8000;
- border-radius: 20px;
- box-shadow: 0px 0px 15px #c86400;
- }
- .player {
- padding: 6px;
- margin-top: 20px;
- margin-bottom: 20px;
- background: white;
- color: #000;
- width: calc(100% - 10px );
- border: none;
- box-shadow: 0px 0px 15px white;
- border-radius: 20px;
- }
- h4 {
- color: #ff8000;
- margin-bottom: 0px;
- }
- .fwiendFace img {
- width: calc( 100% );
- border-radius: 20px;
- }
- .tableLeft img {
- max-width: calc(100%);
- image-orientation: from-image;
- border-radius: 20px;
- }
- .tableLeft {
- background: #ff8000;
- width: 25%;
- padding: 10px;
- vertical-align: top;
- overflow: hidden;
- border-radius: 20px;
- box-shadow: 0px 0px 20px #d06900;
- }
- .tableRight {
- width: 75%;
- background: #fff;
- padding: 10px;
- vertical-align: top;
- overflow-wrap: anywhere;
- border-radius: 20px;
- color: black;
- box-shadow: 0px 0px 20px #d0d0d0;
- }
- textarea, textarea:focus {
- outline: none;
- box-shadow: 0px 0px 20px #c8b6b6;
- border: none;
- border-radius: 5px;
- font-family: "Eurostile";
- }
- .extended {
- border: none;
- text-align: center;
- margin-bottom: 20px;
- margin-top: 15px;
- background: url(https://i.postimg.cc/PqCGt8hb/image.png);
- background-position-x: 0%;
- background-position-y: 0%;
- background-size: auto;
- background-size: cover;
- background-position: center;
- border-radius: 20px;
- box-shadow: 0px 0px 20px #e50fdd;
- }
- .blurbs {
- margin-bottom: 20px;
- background-image: url(https://i.postimg.cc/PqCGt8hb/image.png);
- background-size: cover;
- background-position: center;
- border-radius: 20px;
- box-shadow: 0px 0px 15px #05a5ea;
- padding: 15px;
- }
- #top {
- padding-left: 10px;
- padding-right: 10px;
- border-radius: 20px;
- background-image: url(https://i.postimg.cc/PqCGt8hb/image.png);
- background-size: cover;
- background-position: center;
- box-shadow: 0px 0px 15px #ff8000;
- padding: 5px;
- }
- .avatar {
- width: 200px;
- margin-right: 20px;
- cursor: zoom-in;
- image-orientation: from-image;
- border-radius: 20px;
- }
- img {
- image-rendering: initial;
- border-radius: 5px;
- }
- .topRight {
- float: right;
- width: calc( 60% - 20px );
- padding: 10px;
- text-align: center;
- }
- .blog {
- padding: 15px;
- background: url(https://i.postimg.cc/PqCGt8hb/image.png);
- background-position-x: 0%;
- background-position-y: 0%;
- background-size: auto;
- background-size: cover;
- background-position: center;
- border-radius: 20px;
- box-shadow: 0px 0px 20px #05a4e9;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement