mal-importer/static/stylesheet.css

41 lines
647 B
CSS
Raw Normal View History

2018-12-03 12:29:17 +01:00
body {
2018-12-03 20:18:28 +01:00
background: #FFF;
color: #333;
2018-12-13 10:25:44 +01:00
margin: 0px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
2018-12-03 20:18:28 +01:00
}
a {
text-decoration: none;
color: #7331e8;
}
2018-12-13 10:25:44 +01:00
td, th {
padding: 15px 5px;
2018-12-03 20:18:28 +01:00
}
#list {
margin: auto;
border-collapse:collapse;
2018-12-13 10:25:44 +01:00
width: 100%;
/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
2018-12-03 20:18:28 +01:00
}
2018-12-13 10:25:44 +01:00
tr {
border-bottom: 1px solid rgba(0,0,0,0.12);
2018-12-03 20:18:28 +01:00
}
h1 {
text-align: center;
2018-12-13 10:25:44 +01:00
font-size: 4.2rem;
line-height: 110%;
font-weight: 100;
}
#title {
background: #42a5f5;
color: white;
margin: 0px;
padding-top: 42px;
padding-bottom: 25px;
2018-12-03 12:29:17 +01:00
}