OSM2IPFS/earth/g1gate/index_fichiers/styles.css

73 lines
823 B
CSS
Raw Normal View History

2023-09-01 19:41:43 +02:00
header {
2024-01-05 21:51:41 +01:00
text-align: center;
margin-bottom: 2rem;
2023-09-01 19:41:43 +02:00
}
header h1 {
2024-01-05 21:51:41 +01:00
margin-bottom: 0.5rem;
2023-09-01 19:41:43 +02:00
}
header #description {
2024-01-05 21:51:41 +01:00
margin-top: 0.5rem;
font-style: italic;
2023-09-01 19:41:43 +02:00
}
#expenses svg {
2024-01-05 21:51:41 +01:00
font-size: 24px !important;
2023-09-01 19:41:43 +02:00
}
2024-01-07 04:16:41 +01:00
#incomes svg {
font-size: 24px !important;
}
2023-09-01 19:41:43 +02:00
form {
2024-01-05 21:51:41 +01:00
margin: auto;
2023-09-01 19:41:43 +02:00
}
footer {
2024-01-05 21:51:41 +01:00
margin-top: 3rem;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin-bottom: 3rem;
2023-09-01 19:41:43 +02:00
2024-01-05 21:51:41 +01:00
border-top: 2px solid hsl(0, 0%, 95%);
2024-01-05 21:51:41 +01:00
text-align: center;
2023-09-01 19:41:43 +02:00
}
footer blockquote {
2024-01-05 21:51:41 +01:00
margin: 0;
font-style: italic;
}
footer a,
footer a:visited {
2024-01-05 21:51:41 +01:00
text-decoration: none;
color: hsl(0, 0%, 50%);
}
footer a:hover {
2024-01-05 21:51:41 +01:00
text-decoration: underline;
}
#export-button {
margin-top: 10px;
}
#export-button button {
padding: 8px 12px;
font-size: 14px;
cursor: pointer;
2023-09-01 19:41:43 +02:00
}