Changes
Jump to navigation
Jump to search
1,845 bytes added
, 10:06, 16 September 2021
| Line 238: |
Line 238: |
| | display: none !important; | | display: none !important; |
| | } | | } |
| | + | } |
| | + | |
| | + | .img1 |
| | + | { |
| | + | margin-left:2px; |
| | + | margin-right:21px; |
| | + | } |
| | + | .img0 |
| | + | { |
| | + | margin-left:2px; |
| | + | margin-right:2px; |
| | + | } |
| | + | .img2 |
| | + | { |
| | + | margin-left:2px; |
| | + | margin-right:59px; |
| | + | } |
| | + | .img1:nth-child(3n), .img2:nth-child(3n){ |
| | + | 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: #00a2ff; |
| | + | 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%; |
| | } | | } |