MediaWiki:Fandomdesktop.css: Difference between revisions
No edit summary |
handbook |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 331: | Line 331: | ||
margin-left: 0; | margin-left: 0; | ||
} | } | ||
} | } | ||
} | } | ||
| Line 616: | Line 592: | ||
text-overflow: unset; | text-overflow: unset; | ||
-webkit-line-clamp: unset; | -webkit-line-clamp: unset; | ||
} | |||
/* For [[Template:Handbook]], from GIW */ | |||
.handbook dd { margin-left: 0; } | |||
.handbook .handbook-detail { | |||
display: flex; | |||
gap: 4px; | |||
align-items: flex-start; | |||
margin: 10px 0; | |||
} | |||
.handbook .handbook-detail > a.image { overflow: visible !important; } | |||
.handbook .handbook-detail > a.new { | |||
flex: 0 0 200px; | |||
height: 110px; | |||
background-image: url(https://static.wikia.nocookie.net/honkai-nexus-anima/images/d/dd/Unknown.png); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
font-size: 0; | |||
} | |||
.page-content .dialogue .handbook dt { | |||
font-weight: 700; | |||
font-style: inherit; | |||
font-size: inherit; | |||
} | |||
/* Scrollbar */ | |||
::-webkit-scrollbar { | |||
width: 12px !important; | |||
-webkit-overflow-scrolling: auto !important; | |||
} | |||
::-webkit-scrollbar-track { | |||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; | |||
-webkit-border-radius: 10px !important; | |||
border-radius: 10px !important; | |||
} | |||
::-webkit-scrollbar-thumb { | |||
-webkit-border-radius: 10px !important; | |||
border-radius: 10px !important; | |||
background: #73ebe9 !important; | |||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; | |||
} | |||
::-webkit-scrollbar-thumb:window-inactive { | |||
background: #73ebe9 !important; | |||
} | } | ||