@import url('https://fonts.googleapis.com/css?family=Taviraj&display=swap'); /** PAGE ELEMENTS **************************************/ body { background-image: url("velvet.png"); background-attachment: fixed; background-position: center; background-repeat: repeat; background-size: 360%; color: #ffffff; font-family: Taviraj; font-size: 25px; margin: auto; margin-top: 30%; text-align: center; line-height: 25px; text-shadow:0px 0px 3px #fff, 0px 0px 3px #fff; width: 700px; } a, h1 {text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff;} a { color: #E41D52; text-decoration: none; text-shadow: 0px 0px 3px #E41D52, 0px 0px 3px #E41D52; } a:hover, .clicked { color: #840311; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; text-shadow: 0px 0px 3px #840311, 0px 0px 3px #840311; } b { color: #08558D; font-weight: 600; font-size: 60%; background-color: #CAC5CC; border-radius: 2px; border: 2px inset #001A31; padding: .005px 5px; text-shadow: 0px 0px 3px #08558D, 0px 0px 3px #08558D; } b:hover, .clicked { color: #25314D; background-color: #9894A3; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; text-shadow: 0px 0px 3px #25314D, 0px 0px 3px #25314D; } h1 { background-color: #CDC8CF; border-radius: 2px; color: #fff; font-size: 130%; padding: 3px 7px 3px 7px; width: auto; } p {line-height: 22px;} table { border: 2px inset #001A31; margin: auto; text-align: left; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } table img {max-height: 90px;} td {padding-right: 10px;} /** PAGE COMPONENTS **************************************/ .box { background: #0c0c0c; background-image: url('red.gif'); background-position: center; background-repeat:repeat; background-size: 20%; border: 10px inset #001A31; height: 400px; margin: auto; margin-top: 5%; overflow: hidden; width: 700px; } .box_content { height: inherit; padding-right: 270px; overflow: auto; padding-left: -100px; width: 230px; } #one { width:700px; overflow:visible; text-align:center; } p{ margin:10px; } .mute { float:left; margin-top:-449px; margin-left:228px; transform:rotate(0deg); } /** PAGE ELEMENTS **************************************/ .divider { border: unset; margin-top: 10px; margin-bottom: 10px; } .favs img { max-height: 180px; } .link a { border-radius: 0px; font-size: 80%; margin: 0px 5px; padding: 5px 9px; } .title { border-radius: 0; font-size: 250%; margin: auto; width: 100%; } .thumb a {background-color: unset;} .thumb img {border: 2px inset #001A31}