Changes
Jump to navigation
Jump to search
2,363 bytes added
, 12:26, 29 October 2023
| Line 9: |
Line 9: |
| | quotes: '"' '"' "'" "'"; | | quotes: '"' '"' "'" "'"; |
| | } | | } |
| | + | |
| | | | |
| | /* Avoid collision of blockquote with floating elements by swapping margin and padding */ | | /* Avoid collision of blockquote with floating elements by swapping margin and padding */ |
| Line 21: |
Line 22: |
| | font-size: 85%; | | font-size: 85%; |
| | } | | } |
| | + | |
| | + | .mw-body-content p |
| | + | { |
| | + | max-width:1000px; |
| | + | } |
| | + | |
| | + | .caution |
| | + | { |
| | + | max-width:1000px; |
| | + | background-color:#d4d4d4; |
| | + | padding:5px; |
| | + | } |
| | + | |
| | + | .cautiontable |
| | + | { |
| | + | background-color:#d4d4d4; |
| | + | margin:5px; |
| | + | } |
| | + | |
| | | | |
| | .mw-body-content sub, | | .mw-body-content sub, |
| Line 1,116: |
Line 1,136: |
| | margin: 0; | | margin: 0; |
| | } | | } |
| − | | + | li { |
| | + | max-width:1000px; |
| | + | } |
| | /* texhtml class for inline math (based on generic times-serif class) */ | | /* texhtml class for inline math (based on generic times-serif class) */ |
| | span.texhtml { | | span.texhtml { |
| Line 1,196: |
Line 1,218: |
| | do not apply to print mode */ | | do not apply to print mode */ |
| | #siteSub { | | #siteSub { |
| − | display: block; | + | display: none; |
| | } | | } |
| | } | | } |
| Line 1,227: |
Line 1,249: |
| | margin-right: 0px; | | margin-right: 0px; |
| | } | | } |
| | + | |
| | + | |
| | + | |
| | + | ol.l2, ol.l2 ol{ |
| | + | list-style: none; |
| | + | counter-reset: li; |
| | + | } |
| | + | ol.l2 > ol{ |
| | + | list-style: none; |
| | + | } |
| | + | ol.l2 > li:before, ol.l2 ol > li:before { |
| | + | counter-increment: li; |
| | + | content: counters(li,".") ". "; |
| | + | } |
| | + | |
| | + | |
| | + | .main-page-header{ |
| | + | color: #f39200; |
| | + | font-family: "ProximaNova"; |
| | + | font-size: 30px; |
| | + | font-weight: 700; |
| | + | text-transform: uppercase; |
| | + | letter-spacing: 0.51px; |
| | + | } |
| | + | .main-page-a1{ |
| | + | width: 128px; |
| | + | display: flex; |
| | + | flex-direction: column; |
| | + | margin:0 5px 10px; |
| | + | } |
| | + | .main-page-i1{ |
| | + | position: relative; |
| | + | width: 100%; |
| | + | } |
| | + | .main-page-i1::before{ |
| | + | content: ""; |
| | + | display:block; |
| | + | padding-top: 100%; |
| | + | } |
| | + | |
| | + | .main-page-i2{ |
| | + | position:absolute; |
| | + | top: 0; |
| | + | left: 0; |
| | + | right: 0; |
| | + | bottom: 0; |
| | + | display:flex; |
| | + | justify-content:center; |
| | + | align-items: center; |
| | + | } |
| | + | .main-page-img{ |
| | + | vertical-align:center; |
| | + | width: auto; |
| | + | max-height: 100%; |
| | + | height:auto; |
| | + | padding:0px; |
| | + | position: absolute; |
| | + | top: 50%; |
| | + | left: 50%; |
| | + | transform: translate(-50%, -50%); |
| | + | max-height: 100%; |
| | + | max-width: 100%; |
| | + | } |
| | + | .main-page-span-text{ |
| | + | max-width: 100%; |
| | + | word-wrap: break-word; |
| | + | color: #414042; |
| | + | text-transform: uppercase; |
| | + | } |
| | + | .main-page-span-title{ |
| | + | color: #414042; |
| | + | font-family: "ProximaNova"; |
| | + | font-size: 16px; |
| | + | font-weight: 700; |
| | + | text-transform: uppercase; |
| | + | letter-spacing: 0.64px; |
| | + | margin-bottom: 0; |
| | + | } |
| | + | .main-page-p{ |
| | + | color: #414042; |
| | + | font-family: "ProximaNova"; |
| | + | text-transform: none; |
| | + | line-height: 1.8; |
| | + | font-size: 14px; |
| | + | font-weight: 400; |
| | + | letter-spacing: 0.28px; |
| | + | } |
| | + | .clearlink a { |
| | + | color: inherit; |
| | + | text-decoration:none; |
| | + | } |
| | + | .floatnone { |
| | + | max-width:100%; |
| | + | max-height:100%; |
| | + | width: auto; |
| | + | height: 100%; |
| | + | } |
| | + | |
| | + | div.searchresult { display: none } |
| | + | #backtotop { |
| | + | border-right: none; |
| | + | float: right; |
| | + | margin-top: -1px; |
| | + | } |
| | + | |
| | + | #backtotop button { |
| | + | height: 20px; |
| | + | } |
| | + | |
| | + | #backtotop .wds-button { |
| | + | padding: 0 7px; |
| | + | font-size: 11px |
| | + | } |
| | + | |
| | + | #BackToTopBtn div { |
| | + | border-radius: 100%; |
| | + | bottom: 3%; |
| | + | box-sizing: border-box; |
| | + | cursor: pointer; |
| | + | height: 50px; |
| | + | padding: 13px; |
| | + | position: fixed; |
| | + | text-align: center; |
| | + | width: 50px; |
| | + | z-index: 5000102; |
| | + | } |
| | + | |
| | + | #BackToTopBtn div svg { |
| | + | display: block; |
| | + | fill: currentColor; |
| | + | transform: scaleY(-1); |
| | + | } |