Line 7: | Line 7: | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<title>Protocol</title> | <title>Protocol</title> | ||
− | |||
<style> | <style> | ||
+ | .multi-summary { | ||
+ | display: flex; | ||
+ | flex-flow: column nowrap; | ||
+ | justify-content: space-between; | ||
+ | margin: 10px 0 0 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | .multi-summary > details { | ||
+ | display: block; | ||
+ | flex: 1 1 0; | ||
+ | margin: 10px 0; | ||
+ | padding: 0 20px; | ||
+ | } | ||
+ | |||
+ | .multi-summary > details:first-child { | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | .multi-summary > details:last-child { | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | .multi-summary > details > summary { | ||
+ | background-color: var(--blue); | ||
+ | color: var(--light-text-color); | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
+ | .multi-summary > details[open] > summary { | ||
+ | background-color: var(--very-dark-blue); | ||
+ | } | ||
+ | |||
#navWrap { | #navWrap { | ||
height: 10%; | height: 10%; |
Revision as of 15:07, 15 October 2018
Wet Lab
Protocol