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

Basic artist overview webpage

This commit is contained in:
Krateng
2018-12-16 17:52:13 +01:00
parent 159313ad0a
commit 1643eafc71
6 changed files with 166 additions and 53 deletions

View File

@@ -1,8 +1,30 @@
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body {
background-color:#111114;
background-color:#333337;
color:beige;
font-family:"Ubuntu";
padding:15px;
}
a {
color:lightgray;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
table.top_info td.image {
padding:20px;
}
table.top_info td.text {
vertical-align: top;
padding-left: 30px;
}
table.top_info td.text p.stats {
color:grey;
}