|
|
| Line 1: |
Line 1: |
| .mw-collapsible {
| |
| display: none;
| |
| overflow: hidden;
| |
| max-height: 0;
| |
| transition: max-height 0.5s ease-out;
| |
| }
| |
|
| |
| .mw-collapsible.show {
| |
| display: block;
| |
| max-height: 500px; /* Adjust this value based on your content height */
| |
| }
| |
|
| |
| .custom-hr-unco {
| |
| border: 1px solid #B59000;
| |
| }
| |
|
| |
|
|
| |
|