Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background: url(https://i.pinimg.com/474x/3f/d6/4c/3fd64c80cf36a82958dee1612d3bc3d0.jpg);
- background-size: 75px;
- font-family: times;
- }
- #container {
- max-width: 1024px;
- margin-left: auto;
- margin-right: auto;
- background-color: #fef8f8;
- border: #fc7574 solid 4px;
- background-image: url(https://simple-repeat.com/img/pngimg/basic/grid/pink/Solid256gridWovenCheck16-32_pink.png);
- border-bottom: none;
- margin-bottom: -8px;
- }
- .topLeft {
- position: fixed;
- width: 30%;
- border: #fc7574 double 3px;
- border-radius: 20px;
- margin: 15px;
- background: #fedfdf08;
- backdrop-filter: blur(10px);
- }
- .topRight {
- width: 55%;
- float: right;
- }.url {
- border: solid 2px #69c;
- padding: 2px;
- visibility: hidden;
- }
- .boxInfo {
- border: 1px solid #000;
- margin-bottom: 0px;
- margin-top: 20px;
- }
- .player {
- padding: 4px;
- margin-top: -30px;
- margin-bottom: 20px;
- background: #d3d3d300;
- color: #fc7574;
- width: calc(100% - 10px );
- border: none
- }
- .avatar {
- width: 200px;
- margin-right: 20px;
- cursor: zoom-in;
- image-orientation: from-image;
- border-radius: 20px;
- border: 1px #fc7574 solid;
- }
- .boxInfo {
- border: 3px double #fc7574;
- margin-bottom: 0px;
- margin-top: 20px;
- border-radius: 10px;
- }
- .boxHead {
- background: #e59c9c;
- color: white;
- padding: 3px;
- padding-bottom: 4px;
- padding-left: 6px;
- border-radius: 20px;
- text-align: center;
- margin: 2px;
- text-transform: lowercase;
- border: 1px solid #fef8f8;
- }
- .boxButton {
- display: inline-block;
- width: calc( 49% - 60px );
- padding-left: 30px;
- height: 24px;
- font-size: smaller;
- color: #fc7574;
- padding-top: 7px;
- }
- h2#name {
- text-align: center;
- }
- div#header {
- background: #972d32;
- font-family: times;
- border-bottom: 1px solid #fef8f8;
- }
- div#hSub {
- background: #7a1d1c;
- font-family: times;
- text-align: center;
- }
- .rightHead {
- background: #fef8f8;
- color: #e59c9c;
- padding-left: 4px;
- border-radius: 20px;
- text-align: center;
- text-transform: lowercase;
- border: 1px solid;
- }
- h4 {
- color: #422918;
- margin-bottom: 0px;
- }
- .player audio, .player audio::-webkit-media-controls, .player audio::-webkit-media-controls-enclosure, .player audio::-webkit-media-controls-panel {
- background: #fff;
- background: #42291900;
- height: 36px;
- filter: none;
- border-radius: 26px;
- }
- .songName {
- margin-top: 0px;
- text-align: center;
- font-size: medium;
- }
- .extended {
- border: #fc7574 double 3px;
- border-radius: 20px;
- margin: 15px;
- background: #fedfdf08;
- backdrop-filter: blur(10px);
- }
- h3 {
- color: #7a1d1c;
- margin: 10px;
- }
- .blurbs {
- margin-bottom: 20px;
- border: #fc7574 double 3px;
- border-radius: 20px;
- margin: 15px;
- background: #fedfdf08;
- backdrop-filter: blur(10px);
- padding: 6px;
- }
- .box.fwiends {
- margin-bottom: 20px;
- border: #fc7574 double 3px;
- border-radius: 20px;
- margin: 15px;
- background: #fedfdf08;
- backdrop-filter: blur(10px);
- padding: 6px;
- overflow: visible;
- }
- .fwiendFace:hover{
- border-radius: 15px;
- transform: scale(1.2);
- background-color: #fef8f8;
- background-image: url(https://simple-repeat.com/img/pngimg/basic/grid/pink/Solid256gridWovenCheck16-32_pink.png);
- animation: wob .5s linear infinite;
- box-shadow: 0 0 1rem #fc7574;
- border: 1px solid #fc7574;
- transition: 0.3s;
- }
- .fwiendFace img {
- border: 4px double #fef8f8;
- border-radius: 50%;
- background-position: center;
- border-radius: 50%;
- display: absolute;
- height: 100px;
- object-fit: cover;
- width: 100px;
- border-width: 2px;
- border-color: #fef8f8;
- }
- .fwiendCounter {
- margin-top: 10px;
- margin-bottom: 10px;
- text-align: center;
- }
- .fwiendCount {
- color: #fb7e7d;
- }
- a {
- color: #972d32;
- }
- b {
- color: #7a1d1c;
- }
- .box.comments {
- border: 3px #ffffff00 double;
- padding: 6px;
- }
- #commentInput {
- width: calc( 99% - 6px );
- margin: 0;
- margin-top: 10px;
- height: 100px;
- background: #fef8f8;
- }
- textarea, textarea:focus {
- outline: none;
- box-shadow: none !important;
- border: 3px double #e59c9c;
- border-radius: 10px;
- padding: 2px;
- }
- input[type="submit"] {
- color: #7a1d1c;
- background: #e59b9b;
- border: #fef8f8 2px dotted;
- border-radius: 11px;
- }
- .tableLeft {
- background: #fef8f88c;
- width: 18%;
- padding: 10px;
- vertical-align: top;
- overflow: hidden;
- border-radius: 20px;
- border: 1px #7a1d1c solid;
- }
- .tableRight {
- width: 75%;
- background: #e59c9ca6;
- padding: 10px;
- vertical-align: top;
- overflow-wrap: anywhere;
- border-radius: 20px;
- border: solid 1px #972d32;
- }
- .tableLeft img {
- max-width: calc(100%);
- image-orientation: from-image;
- border-radius: 10px;
- }
- .blogs div, .blog div {
- margin-bottom: 10px;
- width: 100%;
- float: right;
- text-align: center;
- overflow: visible;
- }
- .topLeft.blogCard {
- width: 24%;
- max-height: fit-content;
- position: absolute;
- }
- .blog {
- background-color: #f4d4d4;
- padding: 15px;
- border-radius: 25px;
- border: double 3px #EBB2AE;
- }
- div.blogs {
- text-align: center;
- padding: 0px;
- margin-bottom: 0px;
- }
- .blogs {
- display: flex;
- flex-flow: row wrap;
- padding-top: 16px;
- padding-bottom: 16px;
- }
- #sMsg {
- background-repeat: no-repeat;
- background-image: url(https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/bullet-pink-icon.png);
- }
- #report {
- background-repeat: no-repeat;
- background-image: url(https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/bullet-pink-icon.png);
- }
- #add {
- background-repeat: no-repeat;
- background-image: url(https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/bullet-pink-icon.png);
- }
- #block {
- background-repeat: no-repeat;
- background-image: url(https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/bullet-pink-icon.png);
- }
- button {
- color: #7a1d1c;
- background: #fef8f8;
- border: #e59c9c 1px ridge;
- border-radius: 11px;
- }
- .blurbs>.blogs>div:not(:first-child):before {
- content: "";
- display: block;
- background: url(https://icons.iconarchive.com/icons/miniartx/fruit/48/cherry-icon.png);
- background-repeat: no-repeat;
- background-position: center;
- image-rendering: pixelated;
- background-size: contain;
- height: 43px;
- }
- .blurbs>.blogs>div:not(:first-child) {
- width: 95px;
- text-align: center;
- margin: 0.5%;
- }
- .blurbs>.blogs>div:first-child { display:none; }
- div#online {
- content: url(https://media.disquscdn.com/images/recommend-note.gif);
- display: block;
- margin-left: none;
- margin-right: auto;
- width: 50%;
- }
- div#online:hover {
- content: url(https://media.tenor.com/images/c8ede43235fea242e1e7f089b17d6851/tenor.gif);
- display: block;
- margin-left: none;
- margin-right: auto;
- width: 50%;
- }
- div#report:hover {
- background: #ffaaaf;
- border: outset #fdc0ca;
- border-radius: 10px;
- background-image: url(https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/bullet-white-icon.png);
- background-repeat: no-repeat;
- }
- div#sMsg:hover {
- background: #ffaaaf;
- border: outset #fdc0ca;
- border-radius: 10px;
- background-image: url(https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/bullet-white-icon.png);
- background-repeat: no-repeat;
- }
- div#add:hover {
- background: #ffaaaf;
- border: outset #fdc0ca;
- border-radius: 10px;
- background-image: url(https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/bullet-white-icon.png);
- background-repeat: no-repeat;
- }
- div#block:hover {
- background: #ffaaaf;
- border: outset #fdc0ca;
- border-radius: 10px;
- background-image: url(https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/bullet-white-icon.png);
- background-repeat: no-repeat;
- }
- .blurbs>.blogs>div:not(:first-child):hover {
- background: #fef8f885;
- border-radius: 11px;
- border: #fc7574bd 1px solid;
- }
Advertisement
Add Comment
Please, Sign In to add comment