cerebellum-alcohol-infographic/css/style.css

64 lines
805 B
CSS
Raw Normal View History

2021-10-17 07:35:16 +00:00
html {
scroll-behavior: smooth;
}
2021-10-11 17:14:52 +00:00
header {
2021-10-19 22:04:41 +00:00
padding: 1rem 0;
2021-10-17 07:35:16 +00:00
}
2021-10-19 22:04:41 +00:00
main {
padding: 1rem 2rem;
2021-10-11 17:14:52 +00:00
}
.vertical-space {
width: 100%;
height: 1px;
2021-10-19 22:04:41 +00:00
margin-top: 1rem;
margin-bottom: 1rem;
2021-10-11 17:14:52 +00:00
}
2021-10-16 20:23:03 +00:00
.text-center {
text-align: center;
}
2021-10-19 19:08:40 +00:00
.alcohol-and-the-brain .chart {
min-width: 0;
}
2021-10-16 20:23:03 +00:00
.alcohol-abuse-chart-box {
display: flex;
width: 100%;
2021-10-19 19:08:40 +00:00
position: relative;
2021-10-16 20:23:03 +00:00
justify-content: center;
flex-direction: column;
}
.alcohol-abuse-chart-box p {
margin-top: 1rem;
}
2021-10-11 18:13:00 +00:00
svg {
2021-10-19 19:08:40 +00:00
max-width: 100%;
2021-10-11 18:13:00 +00:00
}
#Alcohol, #connection-rectangle, #brain, #brain-projection, #human {
opacity: 0;
}
2021-10-18 08:30:35 +00:00
.references ol {
margin: 0;
}
2021-10-18 08:30:35 +00:00
.references li {
transition: background-color 1s;
padding: 0.5rem 1rem;
}
.highlight {
background-color: rgb(251, 255, 130);
}
2021-10-18 09:49:37 +00:00
#brain-container canvas {
margin: 1rem auto;
}