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

67 lines
926 B
CSS
Raw Normal View History

2018-12-08 02:01:44 +03:00
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body {
2018-12-16 19:52:13 +03:00
background-color:#333337;
2018-12-08 02:01:44 +03:00
color:beige;
font-family:"Ubuntu";
padding:15px;
}
2018-12-16 19:52:13 +03:00
a {
2018-12-17 18:33:26 +03:00
color:inherit;
2018-12-16 19:52:13 +03:00
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
2018-12-19 17:28:10 +03:00
2018-12-16 19:52:13 +03:00
table.top_info td.image {
padding:20px;
2018-12-17 01:56:30 +03:00
padding-left:0px;
padding-top:0px;
2018-12-16 19:52:13 +03:00
}
2018-12-17 18:33:26 +03:00
table.top_info td.image div {
background-size:cover;
background-position:center;
height:174px;
width:174px
}
2018-12-16 19:52:13 +03:00
table.top_info td.text {
vertical-align: top;
padding-left: 30px;
}
2018-12-17 01:56:30 +03:00
table.top_info td.text h1 {
display:inline;
padding-right:5px;
}
table.top_info td.text .stats {
2018-12-16 19:52:13 +03:00
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:300px;
}
table td.button {
width:150px;
background-color:yellow;
color:#333337;
padding:1px;
border-radius:4px;
cursor:pointer;
}