Loading history…
Loading history…
| Line 1: | |
| <style> | <style> |
| .iln-lockup { display: flex; align-items: center; justify-content: center; gap: 12px; } | .iln-lockup { display: flex; align-items: center; justify-content: center; gap: 12px; } |
| … 2 unchanged lines … | |
| .iln-brand-name { font-size: 1.5em; font-weight: bold; } | .iln-brand-name { font-size: 1.5em; font-weight: bold; } |
| .iln-band { background-color: #333; color: #fff; font-weight: bold; padding: 6px; text-align: center; } | .iln-band { background-color: #333; color: #fff; font-weight: bold; padding: 6px; text-align: center; } |
| .iln-cell { background-color: #fff; padding: 16px 6px 12px; border-left: 1px solid #eee; text-align: center; } | .iln-cell { padding: 16px 6px 12px; border-left: 1px solid #eee; text-align: center; } |
| Line 8: | |
| .iln-cell div { margin-top: 10px; } | .iln-cell div { margin-top: 10px; } |
| .iln-foot { background-color: #333; color: #fff; font-size: 0.9em; font-weight: bold; padding: 6px; text-align: center; } | .iln-foot { background-color: #333; color: #fff; font-size: 0.9em; font-weight: bold; padding: 6px; text-align: center; } |
| .iln-foot a { color: #fff; } | .iln-foot a { color: #fff; } |
| @dark { .iln-lockup img, .iln-cell img { filter: invert(1); } .iln-cell { border-left-color: #2c2c2e; } } | |
| Line 11: | |
| </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 13: | |
| |- | |- |
| !style="padding: 10px;"| | !style="padding: 10px;"| |
| <div class="iln-lockup"> | <div class="iln-lockup"> |
| <div>![[ipad_icon.svg|36px|link=iPad]]</div> | <div>![[ipad_icon.svg|36px|link=iPad]]</div> |
| <div class="iln-brand"> | <div class="iln-brand"> |
| <div class="iln-brand-top">{{Colorlink|Apple|#000}}</div> | <div class="iln-brand-top">{{Colorlink|Apple|var(--wiki-color)}}</div> |
| <div class="iln-brand-name">{{Colorlink|iPad|#000}}</div> | <div class="iln-brand-name">{{Colorlink|iPad|var(--wiki-color)}}</div> |
| Line 20: | |
| </div> | </div> |
| </div> | </div> |
| … 11 unchanged lines … | |
| |} | |} |