Loading history…
Loading history…
| Line 1: | |
| <style> | <style> |
| .mln-lockup { display: flex; align-items: center; justify-content: center; gap: 12px; } | .mln-lockup { display: flex; align-items: center; justify-content: center; gap: 12px; } |
| … 2 unchanged lines … | |
| .mln-brand-name { font-size: 1.5em; font-weight: bold; } | .mln-brand-name { font-size: 1.5em; font-weight: bold; } |
| .mln-band { background-color: #333; color: #fff; font-weight: bold; padding: 6px; text-align: center; } | .mln-band { background-color: #333; color: #fff; font-weight: bold; padding: 6px; text-align: center; } |
| .mln-cell { background-color: #fff; padding: 16px 6px 12px; border-left: 1px solid #eee; text-align: center; } | .mln-cell { padding: 16px 6px 12px; border-left: 1px solid #eee; text-align: center; } |
| Line 8: | |
| .mln-cell img { height: 44px; width: auto; } | .mln-cell img { height: 44px; width: auto; } |
| .mln-cell div { margin-top: 10px; } | .mln-cell div { margin-top: 10px; } |
| .mln-foot { background-color: #333; color: #fff; font-size: 0.9em; font-weight: bold; padding: 6px; text-align: center; } | .mln-foot { background-color: #333; color: #fff; font-size: 0.9em; font-weight: bold; padding: 6px; text-align: center; } |
| .mln-foot a { color: #fff; } | .mln-foot a { color: #fff; } |
| @dark { .mln-lockup img, .mln-cell img { filter: invert(1); } .mln-cell { border-left-color: #2c2c2e; } } | |
| Line 12: | |
| </style> | </style> |
| {| style="width: 100%; border: 2px solid #000; text-align: center;" | {| style="width: 100%; border: 2px solid #000; text-align: center;" darkstyle="border-color: #48484a;" |
| Line 14: | |
| |- | |- |
| !style="padding: 10px;"| | !style="padding: 10px;"| |
| <div class="mln-lockup"> | <div class="mln-lockup"> |
| <div>![[apple_icon_mac.svg|38px|link=Mac]]</div> | <div>![[apple_icon_mac.svg|38px|link=Mac]]</div> |
| <div class="mln-brand"> | <div class="mln-brand"> |
| <div class="mln-brand-top">{{Colorlink|Apple|#000}}</div> | <div class="mln-brand-top">{{Colorlink|Apple|var(--wiki-color)}}</div> |
| <div class="mln-brand-name">{{Colorlink|Mac|#000}}</div> | <div class="mln-brand-name">{{Colorlink|Mac|var(--wiki-color)}}</div> |
| Line 21: | |
| </div> | </div> |
| </div> | </div> |
| … 16 unchanged lines … | |
| |} | |} |