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

38 lines
513 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 {
color:lightgray;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
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
}
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;
}