2021-03-12 22:45:44 +00:00
|
|
|
html {
|
|
|
|
height: 100%;
|
2021-03-13 22:40:46 +00:00
|
|
|
width: 100%;
|
2021-03-12 22:45:44 +00:00
|
|
|
margin: 0;
|
2021-03-13 22:40:46 +00:00
|
|
|
box-sizing: border-box;
|
2021-03-12 22:45:44 +00:00
|
|
|
}
|
2020-12-19 16:10:59 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 0;
|
2021-03-12 22:45:44 +00:00
|
|
|
margin: 0;
|
|
|
|
height: 100%;
|
2021-03-13 22:40:46 +00:00
|
|
|
width: 100%;
|
2020-12-19 16:10:59 +00:00
|
|
|
font-family: 'Roboto', serif;
|
|
|
|
font-weight: normal;
|
2021-03-08 18:45:06 +00:00
|
|
|
background: #a2d1d0;
|
|
|
|
box-sizing: border-box;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1{
|
2021-03-08 18:45:06 +00:00
|
|
|
font-size: 3em;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 1px 1px 2px #555;
|
|
|
|
line-height: 110%;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2{
|
2021-03-08 18:45:06 +00:00
|
|
|
text-shadow: 1px 1px 2px #555;
|
|
|
|
font-size: 2em;
|
|
|
|
color: white;
|
|
|
|
line-height: 110%;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
font-weight: normal;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3{
|
2021-03-08 18:45:06 +00:00
|
|
|
text-shadow: 1px 1px 2px #555;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 1px 1px 2px #555;
|
|
|
|
line-height: 110%;
|
|
|
|
text-align: center;
|
|
|
|
font-family: 'Roboto', serif;
|
|
|
|
font-size: 1.5em;
|
|
|
|
text-overflow: clip;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4{
|
2021-03-08 18:45:06 +00:00
|
|
|
font-size: 1.5em;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: normal;
|
|
|
|
color: white;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
2021-03-08 18:45:06 +00:00
|
|
|
text-shadow: 1px 1px 2px #555;
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
2021-03-12 22:45:44 +00:00
|
|
|
margin: 0;
|
2021-03-08 18:45:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tittel {
|
|
|
|
padding-top: 10em;
|
|
|
|
width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
display: inline-block;
|
|
|
|
text-overflow: clip;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2021-03-08 18:45:06 +00:00
|
|
|
box-sizing: border-box;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
2021-03-13 22:40:46 +00:00
|
|
|
.content_landing {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2021-04-20 09:55:11 +00:00
|
|
|
height: auto;
|
2021-03-13 22:40:46 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2020-12-19 16:10:59 +00:00
|
|
|
.boks {
|
|
|
|
margin: auto;
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
2021-03-08 18:45:06 +00:00
|
|
|
box-sizing: border-box;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.boks2 {
|
2020-12-23 13:17:10 +00:00
|
|
|
width: 30em;
|
|
|
|
max-width: 100%;
|
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: top;
|
2021-03-08 18:45:06 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 2em;
|
|
|
|
display: inline-block;
|
2020-12-23 13:17:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.boks3 {
|
2021-03-08 18:45:06 +00:00
|
|
|
box-sizing: border-box;
|
2021-03-09 23:41:48 +00:00
|
|
|
width: 100%;
|
2020-12-23 13:17:10 +00:00
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
2021-03-08 18:45:06 +00:00
|
|
|
display: inline-block;
|
2020-12-23 13:17:10 +00:00
|
|
|
vertical-align: top;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.load_top_10 {
|
|
|
|
width: 30em;
|
|
|
|
display: inline-block;
|
|
|
|
margin: auto;
|
|
|
|
max-width: 90%;
|
|
|
|
margin-bottom: 2.5em;
|
|
|
|
margin-top: 2.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tekst {
|
|
|
|
padding: 1em;
|
|
|
|
height: 14em;
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status_tekst {
|
|
|
|
padding: 1em;
|
|
|
|
height: 12em;
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats_tekst {
|
|
|
|
padding: 1em;
|
|
|
|
height: 10em;
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stats {
|
|
|
|
width: 22em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.boks-knapp {
|
|
|
|
height: 5em;
|
|
|
|
width: 100% !important;
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.server:hover {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status {
|
|
|
|
display: inline-block;
|
|
|
|
margin: auto;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
|
2021-03-08 18:45:06 +00:00
|
|
|
background-color: lightslategrey;
|
2020-12-19 16:10:59 +00:00
|
|
|
border-radius: 25px;
|
|
|
|
padding: 0.5em;
|
2021-03-08 18:45:06 +00:00
|
|
|
width: 100%;
|
2020-12-19 16:10:59 +00:00
|
|
|
top: 0;
|
2021-03-08 18:45:06 +00:00
|
|
|
color: white;
|
|
|
|
font-size: 1.25em;
|
|
|
|
box-sizing: border-box;
|
|
|
|
max-width: 100%;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
2021-03-08 18:45:06 +00:00
|
|
|
.stats-list {
|
2021-10-01 23:21:18 +00:00
|
|
|
max-height: 75em;
|
2021-03-08 18:45:06 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
scrollbar-width: thin;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-title {
|
|
|
|
font-size: 1.25em;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0.5em;
|
2020-12-19 16:10:59 +00:00
|
|
|
font-family: 'Roboto', serif;
|
2021-03-08 18:45:06 +00:00
|
|
|
font-size: 1.25em;
|
2020-12-19 16:10:59 +00:00
|
|
|
background-color: #f9a825;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
|
|
|
|
align-self: center;
|
|
|
|
color: white;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form {
|
|
|
|
font-family: 'Roboto', serif;
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_button {
|
|
|
|
font-family: 'Roboto', serif;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #f9a825;
|
|
|
|
color: white;
|
|
|
|
border: 0;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
|
|
|
|
padding: 0.5em;
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_input {
|
|
|
|
font-family: 'Roboto', serif;
|
|
|
|
font-size: 1em;
|
|
|
|
width: 90%;
|
|
|
|
margin: 0.5em;
|
|
|
|
text-align: center;
|
2021-03-08 18:45:06 +00:00
|
|
|
border-radius: 25px;
|
|
|
|
border: none;
|
|
|
|
height: 2em;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.item:hover {
|
2021-03-08 18:45:06 +00:00
|
|
|
background-color: #54606d !important;
|
2020-12-19 16:10:59 +00:00
|
|
|
border-radius: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
2021-03-08 18:45:06 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gold {
|
|
|
|
background-color: #d4af37;
|
|
|
|
border-radius: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.silver {
|
|
|
|
background-color: #C0C0C0 ;
|
|
|
|
border-radius: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bronze {
|
|
|
|
background-color: #cd7f32;
|
|
|
|
border-radius: 25px;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.list {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 1em;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
border-radius: 25px;
|
|
|
|
padding: 0.5em;
|
|
|
|
text-align: left;
|
|
|
|
width: 10em;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
top: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.number {
|
|
|
|
text-align: right;
|
|
|
|
margin: 0.1em;
|
|
|
|
display: inline-block;
|
2021-03-08 18:45:06 +00:00
|
|
|
width: 10%;
|
2020-12-19 16:10:59 +00:00
|
|
|
vertical-align: top;
|
2021-03-08 18:45:06 +00:00
|
|
|
float: left;
|
2020-12-19 16:10:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
text-align: left;
|
|
|
|
margin: 0.1em;
|
|
|
|
display: inline-block;
|
|
|
|
width: 6em;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name {
|
|
|
|
text-align: right;
|
|
|
|
margin: 0.1em;
|
|
|
|
display: inline-block;
|
2021-03-08 18:45:06 +00:00
|
|
|
width: 90%;
|
2020-12-19 16:10:59 +00:00
|
|
|
vertical: center;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2021-03-08 18:45:06 +00:00
|
|
|
.you {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2020-12-19 16:10:59 +00:00
|
|
|
.movie_name {
|
|
|
|
width: 90%;
|
|
|
|
text-align: right;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0.1em;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info_name {
|
|
|
|
width: 14em;
|
|
|
|
text-align: right;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0.1em;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.server {
|
|
|
|
width: 10em !important;
|
|
|
|
display: inline-block;
|
|
|
|
margin: auto;
|
|
|
|
text-align: left;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
2021-03-08 18:45:06 +00:00
|
|
|
|
|
|
|
form {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
font-size: 1em;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: auto;
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 0.25em;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
display: inline-block;
|
|
|
|
margin: auto;
|
|
|
|
float: left;
|
|
|
|
padding: 1em;
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
background-color: #ffbd55;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
input[type="checkbox" i] {
|
|
|
|
transform: scale(1.5);
|
2021-03-12 22:45:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
position: relative;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 2em;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
2021-03-08 18:45:06 +00:00
|
|
|
}
|