|
|
Line 95: |
Line 95: |
| border-top: 1px solid black; | | border-top: 1px solid black; |
| } | | } |
| /* Style the modal */ | | /* Style the article window */ |
| .modal {
| | #show-article { |
| display: none;
| | display: ; position: fixed; top: 0; right: 0; width: 300px; height: 100%; background-color: white; padding: 20px; box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1); |
| position: fixed;
| |
| top: 0;
| |
| left: 0;
| |
| width: 100%;
| |
| height: 100%;
| |
| background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
| |
| } | | } |
|
| |
| /* Style the modal content */
| |
| .modal-content {
| |
| position: absolute;
| |
| top: 50%;
| |
| left: 50%;
| |
| transform: translate(-50%, -50%);
| |
| background-color: #fff;
| |
| padding: 20px;
| |
| border-radius: 8px;
| |
| box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
| |
| }
| |
|
| |
| /* Style the close button */
| |
| .close {
| |
| position: absolute;
| |
| top: 10px;
| |
| right: 10px;
| |
| font-size: 20px;
| |
| font-weight: bold;
| |
| cursor: pointer;
| |
| }
| |
|
| |
|
| |
|
| /* End Style for modals<------ */ | | /* End Style for modals<------ */ |