body { background-color: #000000 !important; color: #00FF00 !important; font-family: 'Courier New', monospace; } header, footer { background-color: #000000; color: #00FF00; padding: 20px; text-align: center; font-size: 18px; } footer { border-top: 2px solid #00FF00; } .sidebar-left, .sidebar-right { background-color: #000000; color: #00FF00; border-right: 2px solid #00FF00; padding: 15px; margin-bottom: 10px; } .main-column { background-color: #000000; color: #00FF00; padding: 20px; border-left: 2px solid #00FF00; margin-bottom: 20px; } button, input[type="submit"], input[type="button"] { background-color: #000000; color: #00FF00; border: 2px solid #00FF00; border-radius: 8px; padding: 10px 20px; cursor: pointer; font-family: 'Courier New', monospace; text-transform: none; font-size: 16px; } button:hover, input[type="submit"]:hover, input[type="button"]:hover { background-color: #00FF00; color: #000000; border-color: #00FF00; box-shadow: 0 0 10px rgba(0, 255, 0, 0.8); } input, textarea, select { background-color: #1A1A1A; color: #00FF00; border: 1px solid #00FF00; border-radius: 5px; padding: 10px; font-family: 'Courier New', monospace; font-size: 16px; } a { color: #00FF00; text-decoration: none; font-weight: normal; font-size: 16px; } table { background-color: #000000; color: #00FF00; width: 100%; border: 1px solid #00FF00; font-size: 16px; } table th { background-color: #00FF00; color: #000000; } table tr:nth-child(even) { background-color: #1A1A1A; } nav ul { background-color: #000000; padding: 0; margin: 0; } nav ul li { display: inline-block; margin-right: 10px; } nav ul li a { color: #00FF00; padding: 10px; display: inline-block; font-family: 'Courier New', monospace; text-transform: none; font-size: 16px; } .profile { background-color: #1A1A1A; color: #00FF00; padding: 20px; border-radius: 8px; border: 1px solid #00FF00; box-shadow: 0 2px 5px rgba(0,255,0,0.5); } .profile .name { color: #00FF00; font-size: 18px; font-weight: bold; } .avatar { border: 4px solid #00FF00; border-radius: 50%; width: 80px; height: 80px; margin-bottom: 10px; } article, section { background-color: #1A1A1A; color: #00FF00; padding: 20px; border-radius: 10px; border: 1px solid #00FF00; box-shadow: 0 4px 10px rgba(0, 255, 0, 0.5); } .post-preview { background-color: #00FF00; padding: 15px; border-radius: 8px; color: #000000; } .post-preview img { border-radius: 8px; max-width: 100%; } .post-preview .image-container { display: block; margin: 0 auto; max-width: 100%; overflow: hidden; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-thumb { background-color: #00FF00; border-radius: 10px; } ::-webkit-scrollbar-track { background-color: #000000; } .action-container { background-color: #1A1A1A; border: 2px solid #00FF00; padding: 20px; border-radius: 8px; color: #00FF00; box-shadow: 0 2px 5px rgba(0, 255, 0, 0.5); } footer a { background-color: #00FF00; color: #000000; padding: 8px 20px; border-radius: 5px; text-decoration: none; } .top-bar-left, .top-bar-mid, .top-bar-right { background-color: #000000 !important; border: 2px solid #00FF00 !important; padding: 12px 16px; box-shadow: 0 0 12px #00FF00; border-radius: 8px; display: flex; gap: 12px; } .sidebar-left, .sidebar-right { background-color: #000000 !important; border: 2px solid #00FF00 !important; box-shadow: 0 0 15px #00FF00; padding: 16px; } .sidebar-left nav ul, .sidebar-right nav ul { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; } .sidebar-left nav ul li, .sidebar-right nav ul li { width: 100%; } .sidebar-left nav ul li a, .sidebar-right nav ul li a, .header nav ul li a { background-color: #000000 !important; color: #00FF00 !important; border: 1px solid #00FF00 !important; font-weight: bold; border-radius: 6px; padding: 10px 14px; display: flex; justify-content: flex-start; box-shadow: 0 0 6px #00FF00; transition: background-color 0.3s ease, color 0.3s ease; } .sidebar-left nav ul li a:hover, .sidebar-right nav ul li a:hover, .header nav ul li a:hover { background-color: #00FF00 !important; color: #000000 !important; } .card { border-radius: 16px; padding: 16px 24px; margin-bottom: 24px; color: #00FF00; font-family: 'Courier New', monospace; box-shadow: 0 4px 30px 0 rgba(0, 255, 0, 0.2); background-color: #1A1A1A; border: 1px solid #00FF00; } .card-section { border: none; padding: 16px 0 0 16px; } .card-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; margin-top: 16px; padding-top: 0px; border: none; } .card-label { color: #00FF00; font-weight: bold; letter-spacing: 1.5px; line-height: 1.2; margin-bottom: 8px; } .card-footer { margin-top: 12px; font-weight: 500; color: #00FF00; font-size: 1.1em; display: flex; align-items: center; gap: 12px; background: none; border: none; padding-top: 0; margin-bottom: 12px; } .card-body { margin-top: 12px; margin-bottom: 16px; padding: 0; } .card-field { display: flex; align-items: baseline; padding: 0; margin-bottom: 8px; border: none; background: none; } .card-tags { margin: 5px 0 3px 0; display: flex; flex-wrap: wrap; gap: 9px; } .card-tags a.tag-link { text-decoration: none; color: #00FF00; background: #000000; padding: 5px 13px 4px 13px; border-radius: 7px; font-size: .98em; border: none; font-weight: bold; } .card-tags a.tag-link:hover { background: #00FF00; color: #000000; cursor: pointer; } a.user-link { background-color: #00FF00; color: #000000; padding: 12px 24px; border-radius: 5px; text-align: center; font-weight: bold; text-decoration: none; display: inline-block; border: 2px solid #00FF00; transition: background-color 0.3s, color 0.3s, border-color 0.3s; font-size: 1em; } a.user-link:hover { background-color: #000000; border-color: #00FF00; color: #00FF00; cursor: pointer; } a.user-link:focus { background-color: #00FF00; border-color: #00FF00; color: #000000; } .date-link { background-color: #00FF00; color: #000000; padding: 12px 24px; border-radius: 8px; margin-left: 12px; } .date-link:hover { background-color: #000000; color: #00FF00; } .activitySpreadInhabitant2 { background-color: #1A1A1A; color: #00FF00; padding: 12px 24px; border-radius: 8px; font-weight: bold; text-decoration: none; display: inline-block; border: 2px solid transparent; } .activityVotePost { background-color: #00FF00; color: #000000; padding: 12px 24px; border-radius: 8px; font-weight: bold; text-decoration: none; display: inline-block; border: 2px solid transparent; }