mal-importer/static/stylesheet.css

41 lines
647 B
CSS

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