Line 150: | Line 150: | ||
display:none; | display:none; | ||
position:fixed; | position:fixed; | ||
− | top: | + | top: 100px; |
left: 85%; | left: 85%; | ||
right: 0; | right: 0; | ||
Line 159: | Line 159: | ||
-ms-flex-direction:column; | -ms-flex-direction:column; | ||
flex-direction:column; | flex-direction:column; | ||
− | + | -webkit-box-pack: start; | |
− | + | -ms-flex-pack: start; | |
− | + | justify-content: flex-start; | |
− | + | -webkit-box-align: start; | |
− | + | -ms-flex-align: start; | |
+ | align-items: flex-start; | ||
} | } | ||
Line 178: | Line 179: | ||
position:relative; | position:relative; | ||
text-align: left;} | text-align: left;} | ||
− | #bodyContent #ToC a[title=H1] { font-size:1.125rem;} | + | #bodyContent #ToC a[title=H1] { display:none;font-size:1.125rem;} |
#bodyContent #ToC a[title=H2] { font-size:0.875rem;} | #bodyContent #ToC a[title=H2] { font-size:0.875rem;} | ||
#bodyContent #ToC a[title=H3] { display:none;font-size:0.750rem;} | #bodyContent #ToC a[title=H3] { display:none;font-size:0.750rem;} | ||
Line 915: | Line 916: | ||
************************************************************************/ | ************************************************************************/ | ||
#bodyContent button.accordion { | #bodyContent button.accordion { | ||
+ | display:-webkit-box; | ||
+ | display:-ms-flexbox; | ||
display:flex; | display:flex; | ||
− | flex-direction:column; | + | -webkit-box-orient:vertical; |
− | align-items:center; | + | -webkit-box-direction:normal; |
+ | -ms-flex-direction:column; | ||
+ | flex-direction:column; | ||
+ | -webkit-box-align:center; | ||
+ | -ms-flex-align:center; | ||
+ | align-items:center; | ||
font-family: 'Quicksand', sans-serif; | font-family: 'Quicksand', sans-serif; | ||
margin: 10px; | margin: 10px; |
Revision as of 00:57, 1 November 2017