Ajout d'Item rencontre
Pour l'instant, pas utilisée. Une rencontre permettra de définir les différents effets de la rencontre. Un compendium dédié donnera les rencontres possibles.
This commit is contained in:
@ -1657,6 +1657,41 @@ display: inline-flex;
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.button-dropdown-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: max-content;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
background: var(--background-tooltip) ;
|
||||
overflow-y: scroll;
|
||||
max-height: 14rem;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.button-dropdown {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
/* Change the background color of the dropdown button when the dropdown content is shown */
|
||||
.button-dropdown:hover .button-dropbutton {
|
||||
text-shadow: 1px 0px 0px #ff6600;
|
||||
}
|
||||
/* Show the dropdown menu on hover */
|
||||
.button-dropdown:hover .button-dropdown-content {display: block;}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.button-dropdown-content a {
|
||||
color: black;
|
||||
padding: 0.2rem 0.4rem;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.button-dropdown-content a:hover {background-color: #ddd;}
|
||||
|
||||
|
||||
|
||||
/*************************************************************/
|
||||
#pause
|
||||
|
Reference in New Issue
Block a user