against-the-ninja.xyz/css/custom.css

28 lines
443 B
CSS

/* My styling */
* {
overflow: hidden !important;
}
#page-background
{
background-color: #111;
background-image: url("../img/only.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.95;
box-shadow: inset 0 0 250px 50px rgba(0, 0, 0, .95);
}
#page-title
{
background-color: rgba(0.1, 0.1, 0.1, 0.8);
padding: 18px;
}
#volbutton
{
opacity: 0.33;
}