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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user