mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
34 lines
535 B
CSS
34 lines
535 B
CSS
.HelpSection {
|
|
display: inline-block;
|
|
margin-left: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.HelpButton {
|
|
height: 20px;
|
|
filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 20%));
|
|
}
|
|
|
|
.HelpButton:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.HelpButton img {
|
|
height: 100%;
|
|
filter: invert(100%) sepia(2%) saturate(201%) hue-rotate(47deg) brightness(117%) contrast(100%);
|
|
}
|
|
|
|
.HelpContents {
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
|
|
.HelpContents .MiniDialog {
|
|
position: absolute;
|
|
|
|
bottom: 40px;
|
|
right: -450%;
|
|
width: 200px;
|
|
height: 120px;
|
|
}
|