| Line 341: |
Line 341: |
| | margin-bottom: 1em; | | margin-bottom: 1em; |
| | } | | } |
| | + | |
| | + | |
| | | | |
| | .wikitable { | | .wikitable { |
| Line 555: |
Line 557: |
| | background: none !important; | | background: none !important; |
| | border:none !important; | | border:none !important; |
| | + | } |
| | + | @media only screen and (max-width: 900px) { |
| | + | div.tright, div.floatright, table.floatright { |
| | + | clear: right; |
| | + | float: none; |
| | + | }} |
| | + | |
| | + | div.tright, div.floatright, table.floatright { |
| | + | clear: right; |
| | + | float: right; |
| | } | | } |
| | | | |
| Line 855: |
Line 867: |
| | content: " (" counter(listitem) "\a0"; | | content: " (" counter(listitem) "\a0"; |
| | } | | } |
| | + | @media only screen and (max-width: 900px) { |
| | + | .client-js .collapsible-block.open-block { |
| | + | /* display: block; */ |
| | + | display: inline-flex; |
| | + | flex-direction: column-reverse; |
| | + | }} |
| | | | |
| | + | .client-js .collapsible-block.open-block { |
| | + | display: block; |
| | + | } |
| | + | |
| | + | @media only screen and (max-width: 900px) { |
| | + | section #mf-section-0 |
| | + | { |
| | + | display: inline-flex; |
| | + | flex-direction: column; |
| | + | } |
| | + | } |
| | | | |
| | /* Normal font styling for wikitable row headers with scope="row" tag */ | | /* Normal font styling for wikitable row headers with scope="row" tag */ |
| Line 1,198: |
Line 1,227: |
| | display:inline-flex; | | display:inline-flex; |
| | flex-direction:row; | | flex-direction:row; |
| | + | } |
| | + | |
| | + | .mw-parser-output { |
| | + | display:inherit |
| | + | } |
| | + | |
| | + | @media only screen and (max-width: 900px) { |
| | + | .mw-parser-output { |
| | + | display:inline-flex; |
| | + | flex-direction:column; |
| | + | align-items: start; |
| | + | } |
| | } | | } |
| | | | |
| Line 1,257: |
Line 1,298: |
| | iframe .twitter-widget-0 | | iframe .twitter-widget-0 |
| | { | | { |
| − | position: static; | + | position: static !important; |
| − | visibility: visible; | + | visibility: visible !important; |
| − | display: inline-block; | + | display: inline-block !important; |
| − | width: 100%; | + | width: 100% !important; |
| − | padding: 0px; | + | padding: 0px !important; |
| − | border: none; | + | border: none !important; |
| − | margin-top: 0px; | + | margin-top: 0px !important; |
| − | margin-bottom: 0px; | + | margin-bottom: 0px !important; |
| − | max-height: 600px; | + | max-height: 600px !important; |
| | + | } |
| | + | .timeline-Widget { |
| | + | max-width: 30% !important; |
| | + | background-color: rgba(14,6,30,0.75) !important; |
| | } | | } |