wrapperr/assets/css/wrapped.css
aunefyren 0c156ad7ad More stats, CSS fixes, GET-url support
CSS fixed up a bit, but still a bit messy.

API now gives more stats, like oldest movie, and the website calculates spent time watching content.

API file supports GET values in URL, but prioritizes POST if both are recieved.
2020-12-23 14:17:10 +01:00

265 lines
4 KiB
CSS

body {
padding: 0;
margin: auto;
font-family: 'Roboto', serif;
font-weight: normal;
}
h1{
font-size: 3em;
color: #f9a825;
text-shadow: 1px 1px 2px #555;
line-height: 110%;
text-align: center;
padding: 0;
margin: 0;
text-overflow: clip;
overflow: hidden;
}
h2{
font-size: 2em;
color: black;
line-height: 110%;
text-align: center;
margin: 0;
}
h3{
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;
}
h4{
margin: auto;
text-align: center;
text-shadow: 0;
}
p{
font-size: 1em;
color: black;
text-align: center;
}
.tittel {
padding-top: 10em;
width: 100%;
margin: auto;
display: inline-block;
text-overflow: clip;
}
.content {
width: 100%;
margin: 0;
padding: 0;
}
.boks {
margin: auto;
height: 100%;
width: 100%;
align-items: center;
text-align: center;
}
.boks2 {
width: 30em;
max-width: 100%;
float: left;
margin: auto;
margin-bottom: 2.5em;
margin-top: 2.5em;
position: relative;
vertical-align: top;
}
.boks3 {
width: 60em;
max-width: 100%;
display: inline-block;
margin: auto;
position: relative;
vertical-align: top;
}
.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);
background-color: #f2f2f2;
border-radius: 25px;
padding: 0.5em;
max-width: 25em;
top: 0;
}
#search_get {
padding: 0.25em;
font-family: 'Roboto', serif;
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;
}
.item:hover {
background-color: white !important;
border-radius: 25px;
}
.item {
padding: 0.25em;
}
.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;
width: 1em;
vertical-align: top;
}
.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;
width: 8em;
vertical: center;
text-overflow: ellipsis;
vertical-align: top;
}
.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;
}