Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: Cockpit lighting hover sections fix #1045

Merged
merged 4 commits into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ description: The A380 Flight Deck Pedestal page is providing an interactive grap
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/pedestal/surveillance"><div class="imagemap" style="position: absolute; top: 51%; height: 13%; left: 36.5%; width: 26.5%;"><span class="imagemapname">Surveillance Control</span></div></a>

<!-- COCKPIT LIGHTING -->
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/pedestal/cockpit-lighting"><div class="imagemap" style="position: absolute; top: 64%; height: 6%; left: 9.5%; width: 27%;"><span class="imagemapname">Cockpit Lighting</span></div></a>
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/pedestal/cockpit-lighting"><div class="imagemap" style="position: absolute; top: 70%; height: 9%; left: 28%; width: 8.5%;"><span class="imagemapname">Cockpit Lighting</span></div></a>
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/pedestal/cockpit-lighting">
<div class="imagemap" style="position: absolute; top: 64%; left: 9.5%; width: 27%; height: 15%; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 100%, 70% 40%, 0% 40%);"><span class="imagemapname">Cockpit Lighting</span></div></a>

<!-- PARKING BRAKE -->
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/pedestal/parking-brake"><div class="imagemap" style="position: absolute; top: 70%; height: 9%; left: 9.5%; width: 18.5%;"><span class="imagemapname">Parking Brake</span></div></a>
Expand Down
Loading