|
|
| Line 1: |
Line 1: |
| /* Global Space-Look Enhancements */ | | /* CSS placed here will be applied to all skins */ |
| body {
| |
| background-color: #0b0e11;
| |
| }
| |
| | |
| /* Styling for Ship Infoboxes */
| |
| .infobox {
| |
| background: #1a1a1b !important;
| |
| border: 2px solid #3c444d !important;
| |
| border-radius: 8px;
| |
| color: #e2e2e2 !important;
| |
| box-shadow: 0 0 15px rgba(0, 150, 255, 0.1);
| |
| font-family: 'Segoe UI', Roboto, sans-serif;
| |
| }
| |
| | |
| .infobox th {
| |
| background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%) !important;
| |
| color: #ffffff !important;
| |
| padding: 8px !important;
| |
| border-radius: 5px 5px 0 0;
| |
| }
| |
| | |
| /* Welcome Container (English Version) */
| |
| .welcome-container {
| |
| background: rgba(20, 20, 25, 0.9);
| |
| border: 2px solid #00d4ff;
| |
| border-radius: 15px;
| |
| padding: 25px;
| |
| margin-bottom: 25px;
| |
| box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
| |
| color: #ffffff;
| |
| text-align: center;
| |
| }
| |
| | |
| .welcome-title {
| |
| font-size: 2.2em;
| |
| font-weight: bold;
| |
| color: #00d4ff;
| |
| text-transform: uppercase;
| |
| letter-spacing: 3px;
| |
| margin-bottom: 12px;
| |
| text-shadow: 0 0 12px rgba(0, 212, 255, 0.6);
| |
| }
| |
| | |
| .welcome-text {
| |
| font-size: 1.1em;
| |
| line-height: 1.6;
| |
| max-width: 750px;
| |
| margin: 0 auto 25px auto;
| |
| }
| |
| | |
| .welcome-buttons {
| |
| display: flex;
| |
| justify-content: center;
| |
| gap: 20px;
| |
| flex-wrap: wrap;
| |
| }
| |
| | |
| .welcome-button {
| |
| background: linear-gradient(135deg, #005f73 0%, #0a9396 100%);
| |
| border: 1px solid #94d2bd;
| |
| border-radius: 6px;
| |
| padding: 12px 24px;
| |
| color: white !important;
| |
| text-decoration: none !important;
| |
| font-weight: bold;
| |
| transition: all 0.3s ease;
| |
| }
| |
| | |
| .welcome-button:hover {
| |
| transform: translateY(-3px);
| |
| box-shadow: 0 5px 20px rgba(10, 147, 150, 0.5);
| |
| border-color: #ffffff;
| |
| }
| |
/* CSS placed here will be applied to all skins */