contributors, Interface administrators, uploadaccess
875
edits
No edit summary Tag: Manual revert  | 
				No edit summary  | 
				||
| Line 271: | Line 271: | ||
.blur > figcaption:empty {  | .blur > figcaption:empty {  | ||
   display: none;  |    display: none;  | ||
}  | |||
.spoiler {  | |||
    background-color: #000; /* Change this to the desired background color */  | |||
    color: #000; /* Change this to the desired text color */  | |||
    cursor: pointer;  | |||
    padding: 5px; /* Adjust the padding as needed */  | |||
}  | |||
.spoiler:hover {  | |||
    background-color: transparent; /* Reveals the content on hover */  | |||
    color: inherit;  | |||
}  | }  | ||