body { background-color: #4B0A6D; color: #E5E5E5; font-family: 'Arial', sans-serif; } footer { border-top: 2px solid #9B1C96; } .sidebar-left, .sidebar-right { background-color: #39006D; border: 1px solid #9B1C96; color: #E5E5E5; padding: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .main-column { background-color: #1A1A1A; border: 1px solid #9B1C96; padding: 20px; color: #E5E5E5; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } button, input[type="submit"], input[type="button"] { background-color: #9B1C96; color: #E5E5E5; border: 2px solid #6A0066; border-radius: 10px; padding: 12px 24px; cursor: pointer; } button:hover, input[type="submit"]:hover, input[type="button"]:hover { background-color: #6A0066; border-color: #9B1C96; box-shadow: 0 0 15px rgba(155, 28, 150, 0.8); } input, textarea, select { background-color: #333333; color: #E5E5E5; border: 1px solid #9B1C96; border-radius: 5px; padding: 12px; } input:focus, textarea:focus, select:focus { background-color: #39006D; outline: none; } a { color: #9B1C96; text-decoration: none; } a:hover { color: #E5E5E5; } table { background-color: #1A1A1A; color: #E5E5E5; width: 100%; border-collapse: collapse; } table th { background-color: #6A0066; } table tr:nth-child(even) { background-color: #333333; } nav ul { background-color: #39006D; padding: 0; margin: 0; list-style: none; } nav ul li { display: inline-block; margin-right: 10px; } nav ul li a { color: #E5E5E5; padding: 15px; display: inline-block; text-transform: none; font-weight: bold; letter-spacing: 0; } .profile { background-color: #333333; color: #E5E5E5; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); } .profile .name { color: #9B1C96; font-size: 20px; font-weight: bold; } .avatar { border: 4px solid #9B1C96; border-radius: 50%; width: 80px; height: 80px; margin-bottom: 10px; } article, section { background-color: #333333; color: #E5E5E5; padding: 20px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); } .post-preview { background-color: #39006D; padding: 15px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .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: #9B1C96; border-radius: 10px; } ::-webkit-scrollbar-track { background-color: #1A1A1A; } .action-container { background-color: #333333; border: 2px solid #9B1C96; padding: 20px; border-radius: 8px; color: #E5E5E5; box-shadow: 0 2px 5px rgba(0,0,0,0.5); } footer a { background-color: #9B1C96; color: #FFFFFF; padding: 8px 20px; border-radius: 5px; text-decoration: none; } footer a:hover { background-color: #6A0066; } .sidebar-left nav ul li a, .sidebar-right nav ul li a, .header nav ul li a { background-color: #682B94 !important; color: #FFE082 !important; border: 1px solid #B86ADE !important; font-weight: 600; border-radius: 6px; padding: 12px 16px; display: flex; justify-content: flex-start; box-sizing: border-box; transition: background-color 0.2s ease, border-color 0.2s ease; } .sidebar-left nav ul li a:hover, .sidebar-right nav ul li a:hover, .header nav ul li a:hover { background-color: #682B94 !important; border-color: #FFD54F !important; color: #FFFFFF !important; } body { background-color: #2D0B47 !important; } .main-column, article, section, .action-container, .profile, .post-preview { background-color: #3C1360 !important; border-color: #B86ADE !important; color: #FFEEDB !important; } input, textarea, select { background-color: #4B1A72 !important; color: #FFFFFF !important; border-color: #BB5EFF !important; } button, input[type="submit"], input[type="button"] { background-color: #A34AD8 !important; color: #FFFFFF !important; border-color: #751E9F !important; } header { background-color: #5A1A85 !important; border-bottom: 1px solid #B86ADE !important; box-shadow: none !important; } .header { background-color: #5A1A85 !important; } .top-bar-left, .top-bar-mid, .top-bar-right { background-color: #39006D !important; border: 1px solid #9B1C96 !important; padding: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); display: flex; gap: 12px; border-radius: 10px; } .sidebar-left, .sidebar-right { padding: 16px; box-sizing: border-box; } .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%; }