MediaWiki:Common.css: Difference between revisions

From Ragnafied Wiki
No edit summary
Tag: Manual revert
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Ragnawiki Modern Styling */
/* Ragnawiki Styles */
.ragnawiki-modern {
.ragnawiki-hero {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #2c5e9e 0%, #1e3a5f 100%);
  line-height: 1.4;
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}
}


/* Hero Section */
.ragnawiki-hero-title {
.wiki-hero {
    font-size: 28px;
  background: linear-gradient(135deg, #f0c237 0%, #b88d0b 100%);
    font-weight: bold;
  color: white;
    margin-bottom: 10px;
  padding: 25px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
}


.wiki-hero-title {
.ragnawiki-hero-subtitle {
  font-size: 28px;
    font-size: 16px;
  font-weight: bold;
    opacity: 0.95;
  margin-bottom: 10px;
    margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
}


.wiki-hero-subtitle {
.ragnawiki-grid {
  font-size: 16px;
    display: flex;
  opacity: 0.9;
    gap: 20px;
  margin-bottom: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
}
}


/* Grid Layouts */
.ragnawiki-card {
.info-grid {
    background: white;
  display: grid;
    border-radius: 10px;
  grid-template-columns: 1fr 1fr;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  gap: 20px;
    overflow: hidden;
  margin-bottom: 25px;
    flex: 1;
    min-width: 300px;
}
}


.nav-grid {
.ragnawiki-card-header {
  display: grid;
    color: white;
  grid-template-columns: repeat(3, 1fr);
    padding: 12px 15px;
  gap: 15px;
    font-weight: bold;
  margin-bottom: 20px;
    font-size: 14px;
}
}


/* Cards */
.ragna-blue { background: linear-gradient(135deg, #4682B4, #5a96d1); }
.info-card, .nav-card {
.ragna-gold { background: linear-gradient(135deg, #DAA520, #e6b800); }
  background: white;
.ragna-light-blue { background: linear-gradient(135deg, #87CEFA, #6ab0f5); }
  border-radius: 10px;
.ragna-green { background: linear-gradient(135deg, #32CD32, #28a428); }
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.info-card:hover, .nav-card:hover {
.ragnawiki-card-content {
  transform: translateY(-2px);
    padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
}


/* Card Headers */
.ragnawiki-list {
.card-header, .nav-header {
    width: 100%;
  color: white;
    border: none;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
}


.card-header.server {
.ragnawiki-list tr td {
  background: linear-gradient(135deg, #4682B4, #5a96d1);
    padding: 8px 5px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}
}


.card-header.rates {
.ragnawiki-list tr:last-child td {
  background: linear-gradient(135deg, #DAA520, #e6b800);
    border-bottom: none;
}
}


.nav-header.beginners {
.ragna-value {
  background: linear-gradient(135deg, #87CEFA, #6ab0f5);
    font-weight: 600;
}
}


.nav-header.features {
.ragnawiki-notes {
  background: linear-gradient(135deg, #DAA520, #e6b800);
    margin-top: 5px;
}
}


.nav-header.guides {
.ragnawiki-tip-box {
  background: linear-gradient(135deg, #32CD32, #28a428);
    background: #fff3f3;
    border-left: 4px solid #b22222;
    padding: 12px;
    border-radius: 6px;
    font-size: 13px;
}
}


/* Card Content */
.ragnawiki-nav-grid {
.card-content {
    display: flex;
  padding: 15px;
    gap: 15px;
}
    margin: 25px 0;
 
    flex-wrap: wrap;
/* Lists */
.compact-list .list-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
 
.compact-list .list-row:last-child {
  border-bottom: none;
}
}


.list-icon {
.ragnawiki-nav-card {
  width: 30px;
    background: white;
  text-align: center;
    border-radius: 10px;
  font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    flex: 1;
    min-width: 250px;
}
}


/* Navigation Items */
.ragnawiki-nav-header {
.nav-item {
    color: white;
  display: flex;
    padding: 12px 15px;
  align-items: center;
    font-weight: bold;
  padding: 10px 12px;
    font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
    text-align: center;
  transition: background-color 0.2s ease;
  text-decoration: none;
  color: inherit;
}
}


.nav-item:hover {
.ragnawiki-nav-content {
  background-color: #f8f9fa;
    padding: 0;
}
}


.nav-item:last-child {
.ragnawiki-nav-table {
  border-bottom: none;
    width: 100%;
    border: none;
    border-collapse: collapse;
}
}


.nav-icon {
.ragnawiki-nav-table tr td {
  width: 30px;
    padding: 15px 6px;
  text-align: center;
    border-bottom: 1px solid #e1e8ed;
    vertical-align: middle;
}
}


.nav-icon img {
.ragnawiki-nav-table tr:nth-child(odd) td {
  width: 24px;
    background: rgba(240, 248, 255, 0.7);
  height: 24px;
  object-fit: contain;
}
}


.nav-text {
.ragnawiki-nav-table tr:nth-child(even) td {
  flex: 1;
    background: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  color: #2c5e9e;
}
}


.nav-item:hover .nav-text {
.ragnawiki-nav-table tr:last-child td {
  color: #1e3a5f;
    border-bottom: none;
  text-decoration: underline;
}
}


/* Notes Box */
/* Responsive design */
.notes-box {
  margin-top: 15px;
  background: rgba(255, 243, 243, 0.8);
  border-left: 4px solid #b22222;
  padding: 12px;
  border-radius: 6px;
}
 
.notes-title {
  font-weight: 600;
  color: #b22222;
  margin-bottom: 5px;
  font-size: 14px;
}
 
.notes-content {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}
 
/* Section Titles */
.section-title {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #2c5e9e;
}
 
/* Color Classes for Text */
.text-primary { color: #2c5e9e; font-weight: 600; }
.text-danger { color: #d35400; font-weight: 600; }
.text-success { color: #27ae60; font-weight: 600; }
.text-purple { color: #8e44ad; font-weight: 600; }
.text-warning { color: #e67e22; font-weight: 600; }
 
/* Responsive Design */
@media (max-width: 768px) {
@media (max-width: 768px) {
  .info-grid {
    .ragnawiki-grid,
     grid-template-columns: 1fr;
     .ragnawiki-nav-grid {
    gap: 15px;
        flex-direction: column;
  }
     }
 
   
  .nav-grid {
    .ragnawiki-card,
    grid-template-columns: 1fr;
     .ragnawiki-nav-card {
     gap: 15px;
        min-width: auto;
  }
    }
 
  .wiki-hero {
     padding: 20px 15px;
  }
 
  .wiki-hero-title {
    font-size: 24px;
  }
}
}


@media (max-width: 480px) {
/* Additional color classes for Stats page */
  .card-content {
.ragna-orange { background: linear-gradient(135deg, #ff9800, #f57c00); }
    padding: 12px;
.ragna-red { background: linear-gradient(135deg, #f44336, #d32f2f); }
  }
.ragna-yellow { background: linear-gradient(135deg, #ffeb3b, #fbc02d); }
 
.ragna-purple { background: linear-gradient(135deg, #9c27b0, #7b1fa2); }
  .nav-item {
.ragna-brown { background: linear-gradient(135deg, #795548, #5d4037); }
    padding: 8px 10px;
.ragna-pink { background: linear-gradient(135deg, #f48fb1, #f06292); }
  }
 
  .list-icon, .nav-icon {
    width: 25px;
  }
}
 
/* NewWikiPreset - Modern Compact Wiki Design */
.NewWikiPreset {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.4;
  color: #333;
}
 
/* Hero Section */
.NewWikiPreset-hero {
  background: linear-gradient(135deg, #2c5e9e 0%, #1e3a5f 100%);
  color: white;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
 
.NewWikiPreset-hero-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
 
.NewWikiPreset-hero-subtitle {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 15px;
}


/* Grid Layouts */
/* Additional color classes for VIP page */
.NewWikiPreset-info-grid {
.ragna-gold { background: linear-gradient(135deg, #ffd700, #ffed4e); color: #8b6914; }
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}


.NewWikiPreset-nav-grid {
/* Additional color classes for Episode page */
  display: grid;
.ragna-dark { background: linear-gradient(135deg, #34495e, #2c3e50); }
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}


/* Cards */
/* Table improvements */
.NewWikiPreset-card, .NewWikiPreset-nav-card {
.wikitable {
  background: white;
    border-collapse: collapse;
  border-radius: 10px;
    width: 100%;
  overflow: hidden;
    margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
}


.NewWikiPreset-card:hover, .NewWikiPreset-nav-card:hover {
.wikitable th {
  transform: translateY(-2px);
    background: linear-gradient(135deg, #667eea, #764ba2);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    color: white;
    padding: 12px 8px;
    font-weight: bold;
    font-size: 14px;
}
}


/* Card Headers */
.wikitable td {
.NewWikiPreset-card-header, .NewWikiPreset-nav-header {
    padding: 10px 8px;
  color: white;
    border-bottom: 1px solid #f0f0f0;
  padding: 12px 15px;
    font-size: 13px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
}


.NewWikiPreset-card-header.server {
.wikitable tr:nth-child(even) {
  background: linear-gradient(135deg, #4682B4, #5a96d1);
    background: rgba(240, 248, 255, 0.7);
}
}


.NewWikiPreset-card-header.rates {
.wikitable tr:nth-child(odd) {
  background: linear-gradient(135deg, #DAA520, #e6b800);
    background: rgba(255, 255, 255, 0.9);
}
}


.NewWikiPreset-nav-header.beginners {
/* Additional troubleshooting-specific styles */
  background: linear-gradient(135deg, #87CEFA, #6ab0f5);
.ragna-red { background: linear-gradient(135deg, #e74c3c, #c0392b); }
}
.ragna-orange { background: linear-gradient(135deg, #e67e22, #d35400); }
.ragna-blue { background: linear-gradient(135deg, #3498db, #2980b9); }
.ragna-green { background: linear-gradient(135deg, #2ecc71, #27ae60); }
.ragna-purple { background: linear-gradient(135deg, #9b59b6, #8e44ad); }


.NewWikiPreset-nav-header.features {
/* Additional color classes for Illusion quests */
  background: linear-gradient(135deg, #DAA520, #e6b800);
.ragna-teal { background: linear-gradient(135deg, #16a085, #1abc9c); }
}
 
.NewWikiPreset-nav-header.guides {
  background: linear-gradient(135deg, #32CD32, #28a428);
}
 
/* Card Content */
.NewWikiPreset-card-content {
  padding: 15px;
}
 
/* Lists */
.NewWikiPreset-compact-list .NewWikiPreset-list-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
 
.NewWikiPreset-compact-list .NewWikiPreset-list-row:last-child {
  border-bottom: none;
}
 
.NewWikiPreset-list-icon {
  width: 30px;
  text-align: center;
  font-size: 16px;
}
 
/* Navigation Items */
.NewWikiPreset-nav-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}
 
.NewWikiPreset-nav-item:hover {
  background-color: #f8f9fa;
}
 
.NewWikiPreset-nav-item:last-child {
  border-bottom: none;
}
 
.NewWikiPreset-nav-icon {
  width: 30px;
  text-align: center;
}
 
.NewWikiPreset-nav-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
 
.NewWikiPreset-nav-text {
  flex: 1;
  font-weight: 600;
  color: #2c5e9e;
}
 
.NewWikiPreset-nav-item:hover .NewWikiPreset-nav-text {
  color: #1e3a5f;
}
 
/* Notes Box */
.NewWikiPreset-notes-box {
  margin-top: 15px;
  background: rgba(255, 243, 243, 0.8);
  border-left: 4px solid #b22222;
  padding: 12px;
  border-radius: 6px;
}
 
.NewWikiPreset-notes-title {
  font-weight: 600;
  color: #b22222;
  margin-bottom: 5px;
  font-size: 14px;
}
 
.NewWikiPreset-notes-content {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}
 
/* Section Titles */
.NewWikiPreset-section-title {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #2c5e9e;
}
 
/* Color Classes for Text */
.NewWikiPreset-text-primary { color: #2c5e9e; font-weight: 600; }
.NewWikiPreset-text-danger { color: #d35400; font-weight: 600; }
.NewWikiPreset-text-success { color: #27ae60; font-weight: 600; }
.NewWikiPreset-text-purple { color: #8e44ad; font-weight: 600; }
.NewWikiPreset-text-warning { color: #e67e22; font-weight: 600; }
 
/* Responsive Design */
@media (max-width: 768px) {
  .NewWikiPreset-info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
 
  .NewWikiPreset-nav-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
 
  .NewWikiPreset-hero {
    padding: 20px 15px;
  }
 
  .NewWikiPreset-hero-title {
    font-size: 24px;
  }
}
 
@media (max-width: 480px) {
  .NewWikiPreset-card-content {
    padding: 12px;
  }
 
  .NewWikiPreset-nav-item {
    padding: 8px 10px;
  }
 
  .NewWikiPreset-list-icon, .NewWikiPreset-nav-icon {
    width: 10px;
  }
}

Latest revision as of 20:08, 2 October 2025

/* Ragnawiki Styles */
.ragnawiki-hero {
    background: linear-gradient(135deg, #2c5e9e 0%, #1e3a5f 100%);
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.ragnawiki-hero-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.ragnawiki-hero-subtitle {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 15px;
}

.ragnawiki-grid {
    display: flex;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.ragnawiki-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    flex: 1;
    min-width: 300px;
}

.ragnawiki-card-header {
    color: white;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 14px;
}

.ragna-blue { background: linear-gradient(135deg, #4682B4, #5a96d1); }
.ragna-gold { background: linear-gradient(135deg, #DAA520, #e6b800); }
.ragna-light-blue { background: linear-gradient(135deg, #87CEFA, #6ab0f5); }
.ragna-green { background: linear-gradient(135deg, #32CD32, #28a428); }

.ragnawiki-card-content {
    padding: 15px;
}

.ragnawiki-list {
    width: 100%;
    border: none;
}

.ragnawiki-list tr td {
    padding: 8px 5px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.ragnawiki-list tr:last-child td {
    border-bottom: none;
}

.ragna-value {
    font-weight: 600;
}

.ragnawiki-notes {
    margin-top: 5px;
}

.ragnawiki-tip-box {
    background: #fff3f3;
    border-left: 4px solid #b22222;
    padding: 12px;
    border-radius: 6px;
    font-size: 13px;
}

.ragnawiki-nav-grid {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.ragnawiki-nav-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    flex: 1;
    min-width: 250px;
}

.ragnawiki-nav-header {
    color: white;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.ragnawiki-nav-content {
    padding: 0;
}

.ragnawiki-nav-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.ragnawiki-nav-table tr td {
    padding: 15px 6px;
    border-bottom: 1px solid #e1e8ed;
    vertical-align: middle;
}

.ragnawiki-nav-table tr:nth-child(odd) td {
    background: rgba(240, 248, 255, 0.7);
}

.ragnawiki-nav-table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.9);
}

.ragnawiki-nav-table tr:last-child td {
    border-bottom: none;
}

/* Responsive design */
@media (max-width: 768px) {
    .ragnawiki-grid,
    .ragnawiki-nav-grid {
        flex-direction: column;
    }
    
    .ragnawiki-card,
    .ragnawiki-nav-card {
        min-width: auto;
    }
}

/* Additional color classes for Stats page */
.ragna-orange { background: linear-gradient(135deg, #ff9800, #f57c00); }
.ragna-red { background: linear-gradient(135deg, #f44336, #d32f2f); }
.ragna-yellow { background: linear-gradient(135deg, #ffeb3b, #fbc02d); }
.ragna-purple { background: linear-gradient(135deg, #9c27b0, #7b1fa2); }
.ragna-brown { background: linear-gradient(135deg, #795548, #5d4037); }
.ragna-pink { background: linear-gradient(135deg, #f48fb1, #f06292); }

/* Additional color classes for VIP page */
.ragna-gold { background: linear-gradient(135deg, #ffd700, #ffed4e); color: #8b6914; }

/* Additional color classes for Episode page */
.ragna-dark { background: linear-gradient(135deg, #34495e, #2c3e50); }

/* Table improvements */
.wikitable {
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.wikitable th {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 12px 8px;
    font-weight: bold;
    font-size: 14px;
}

.wikitable td {
    padding: 10px 8px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.wikitable tr:nth-child(even) {
    background: rgba(240, 248, 255, 0.7);
}

.wikitable tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.9);
}

/* Additional troubleshooting-specific styles */
.ragna-red { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.ragna-orange { background: linear-gradient(135deg, #e67e22, #d35400); }
.ragna-blue { background: linear-gradient(135deg, #3498db, #2980b9); }
.ragna-green { background: linear-gradient(135deg, #2ecc71, #27ae60); }
.ragna-purple { background: linear-gradient(135deg, #9b59b6, #8e44ad); }

/* Additional color classes for Illusion quests */
.ragna-teal { background: linear-gradient(135deg, #16a085, #1abc9c); }