1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/website/maloja.css

72 lines
988 B
CSS

@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body {
background-color:#333337;
color:beige;
font-family:"Ubuntu";
padding:15px;
}
a {
color:inherit;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
table.top_info td.image {
padding:20px;
padding-left:0px;
padding-top:0px;
}
table.top_info td.image div {
background-size:cover;
background-position:center;
height:174px;
width:174px
}
table.top_info td.text {
vertical-align: top;
padding-left: 30px;
}
table.top_info td.text h1 {
display:inline;
padding-right:5px;
}
table.top_info td.text .stats {
color:grey;
}
table tr:nth-child(even) {
background-color:#37373B;
}
table td.time {
width:200px;
color:lightgray;
}
table td.artists,td.artist,td.title,td.amount {
width:350px;
}
table td.button {
width:200px;
background-color:yellow;
color:#333337;
padding:4px;
border-radius:4px;
cursor:pointer;
}
td.button.important {
background-color:red;
color:white;
}