2020-06-03 19:30:05 +01:00
|
|
|
/* My styling */
|
|
|
|
|
|
|
|
* {
|
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-background
|
|
|
|
{
|
|
|
|
background-color: #111;
|
2020-06-03 20:43:43 +01:00
|
|
|
background-image: url("../img/only.jpg");
|
2020-06-03 19:30:05 +01:00
|
|
|
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;
|
|
|
|
}
|
2020-06-04 20:21:13 +01:00
|
|
|
|
|
|
|
#volbutton
|
|
|
|
{
|
|
|
|
opacity: 0.33;
|
|
|
|
}
|