Jump to content

MediaWiki:Common.css: Difference between revisions

The comprehensive free global encyclopedia of CEOs, corporate leadership, and business excellence
Added stylish weighted tag cloud with gradient colors and floating animations
Rollback: Restore Appearance menu
Tag: Manual revert
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CEO.wiki - Wikipedia-like styling with subtle enhancements */
/* ============================================
  ARTICLE TEXT JUSTIFICATION - CEO PAGES ONLY
  Justify text only in CEO biography articles (pages with infoboxes)
  Excludes Main Page, Special pages, and Project pages
  ============================================ */


/* Keep templates functional but remove heavy styling */
/* Apply justification only to main namespace articles (not Main Page) */
.infobox {
body.ns-0:not(.page-Main_Page) .mw-parser-output p {
    float: right;
     text-align: justify;
    clear: right;
     text-justify: inter-word;
    width: 22em;
    margin: 0.5em 0 0.5em 1em;
     border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 0.2em;
     font-size: 88%;
    line-height: 1.5em;
}
}


.infobox-image {
body.ns-0:not(.page-Main_Page) .mw-parser-output li {
     text-align: center;
     text-align: justify;
     padding: 0.2em;
     text-justify: inter-word;
}
}


.infobox-header {
/* Explicitly keep Main Page left-aligned */
    background-color: #eaecf0;
body.page-Main_Page .mw-parser-output * {
     text-align: center;
     text-align: left !important;
    padding: 0.4em;
}
}


.infobox-title {
/* Keep special pages left-aligned */
    font-size: 125%;
body.ns-special .mw-parser-output p,
     font-weight: bold;
body.ns-special .mw-parser-output li {
     text-align: left !important;
}
}


.infobox-subtitle {
/* Keep project namespace (CEO.wiki:) pages left-aligned */
     font-size: 100%;
body.ns-4 .mw-parser-output p,
body.ns-4 .mw-parser-output li {
     text-align: left !important;
}
}


.infobox-section {
/* Keep headings left-aligned everywhere */
     border-top: 1px solid #a2a9b1;
.mw-parser-output h1,
    padding: 0.3em 0.5em;
.mw-parser-output h2,
.mw-parser-output h3,
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
     text-align: left !important;
}
}


.infobox-section-header {
/* Keep infobox content left-aligned */
     font-weight: bold;
.infobox,
    padding: 0.2em 0;
.infobox * {
     text-align: left !important;
}
}


.infobox-row {
/* Keep navigation elements left-aligned */
     margin: 0.2em 0;
.mw-navigation,
.mw-navigation * {
     text-align: left !important;
}
}


.infobox-label {
/* Keep tables left-aligned */
     font-weight: bold;
.wikitable,
.wikitable * {
     text-align: left !important;
}
}


.infobox-data {
   
}


/* Performance charts - Wikipedia table style */
/* ============================================
.performance-chart {
  ACCOUNT CREATION PAGE STYLING
     margin: 1em 0;
  Center all form elements
     border: 1px solid #a2a9b1;
  ============================================ */
     background-color: #f8f9fa;
 
    padding: 0.5em;
/* Center the entire create account form */
.mw-special-Userlogin #userloginForm {
     max-width: 500px;
     margin: 0 auto;
     text-align: center;
}
}


.chart-header {
/* Center all form rows */
     text-align: center;
     text-align: center;
     padding: 0.5em;
     margin: 0 auto;
    border-bottom: 1px solid #a2a9b1;
}
}


.chart-title {
/* Center labels */
     font-size: 120%;
    display: block;
     font-weight: bold;
    text-align: center;
     margin: 10px auto 5px auto;
     font-weight: 600;
}
}


.metrics-grid {
/* Center input fields */
     display: table;
     display: block;
    margin: 5px auto 15px auto;
     width: 100%;
     width: 100%;
}
    max-width: 400px;
 
    padding: 10px;
.metric-card {
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     margin: 0.3em;
     border-radius: 4px;
    padding: 0.5em;
     font-size: 14px;
     background-color: #ffffff;
}
}


.metric-header {
/* Center help text */
     font-weight: bold;
     text-align: center;
     border-bottom: 1px solid #a2a9b1;
     margin: 5px auto 15px auto;
     padding-bottom: 0.2em;
     font-size: 0.9em;
     margin-bottom: 0.3em;
     color: #54595d;
    max-width: 400px;
}
}


.metric-comparison {
/* Center checkboxes */
    display: flex;
     text-align: center;
     justify-content: space-between;
    padding: 0.3em 0;
}
}


.metric-label {
     margin-right: 5px;
     font-size: 85%;
}
}


.metric-value {
/* Center CAPTCHA */
     font-weight: bold;
    text-align: center;
     margin: 20px auto;
}
}


.metric-change {
    font-weight: 600;
    margin-bottom: 10px;
     text-align: center;
     text-align: center;
    padding: 0.3em;
    margin-top: 0.3em;
    border-top: 1px solid #a2a9b1;
}
}


.change-positive {
/* Center submit button */
     color: #00af89;
    text-align: center;
     margin: 25px auto;
}
}


.change-negative {
     padding: 12px 40px;
     color: #d33;
     font-size: 16px;
}
     font-weight: 600;
 
     background-color: #2c5aa0;
/* Tooltip - subtle */
     color: white;
.ceo-tooltip {
     border: none;
     border-bottom: 1px dotted #0645ad;
     border-radius: 6px;
     cursor: help;
     cursor: pointer;
}
     transition: background-color 0.3s;
 
.ceo-tooltip::after {
    content: attr(data-tooltip);
     position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #202122;
     color: #fff;
     padding: 0.5em;
     border-radius: 3px;
     font-size: 12px;
    width: 200px;
    opacity: 0;
    pointer-events: none;
     transition: opacity 0.2s;
    z-index: 1000;
}
}


.ceo-tooltip:hover::after {
    background-color: #1e3a6b;
    opacity: 1;
}
}


/* ========================================
/* Statistics box at top */
  MAIN PAGE ENHANCEMENTS - CORPORATE STYLE
     background: linear-gradient(135deg, #2c5aa0 0%, #1e3a6b 100%);
  DEEP BLUE PROFESSIONAL THEME
  ======================================== */
 
/* Hero Banner - Deep Navy/Midnight Blue */
.mp-hero {
     background: linear-gradient(135deg, #051429 0%, #0a2540 50%, #1e3a5c 100%);
     color: white;
     color: white;
     padding: 2.5em 2em;
     padding: 30px 20px;
     margin-bottom: 1.5em;
     margin: 0 auto 30px auto;
    max-width: 600px;
     border-radius: 8px;
     border-radius: 8px;
    box-shadow: 0 4px 12px rgba(5, 20, 41, 0.4);
     text-align: center;
     text-align: center;
     border: 1px solid #1a3050;
     box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
}


.mp-hero-title {
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 0.3em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.02em;
}
.mp-hero-subtitle {
    font-size: 1.2em;
    opacity: 0.92;
    font-weight: 300;
    color: #d1dce8;
}
/* Featured Boxes Grid */
.mp-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1em;
    margin: 1.5em 0;
}
.mp-box {
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 1.5em;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.mp-box:hover {
    box-shadow: 0 4px 12px rgba(10, 37, 64, 0.2);
    transform: translateY(-2px);
    border-color: #1e3a5c;
}
.mp-box-header {
     font-size: 1.4em;
     font-size: 1.4em;
     font-weight: 600;
     font-weight: 600;
    color: #051429;
     margin-bottom: 20px;
     margin-bottom: 0.8em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
}
 
.mp-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.4em;
    background: linear-gradient(135deg, #0a2540 0%, #1e3a5c 100%);
    color: white;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
    box-shadow: 0 2px 4px rgba(5, 20, 41, 0.3);
}
 
.mp-box-content {
    line-height: 1.6;
}
 
.mp-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.mp-box li {
    padding: 0.4em 0;
    padding-left: 1.5em;
    position: relative;
}
 
.mp-box li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #1e3a5c;
    font-weight: bold;
}
}


/* Stats/Features Section */
.mp-features {
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 1.5em;
    margin: 1.5em 0;
}
.mp-features-grid {
     display: grid;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     grid-template-columns: repeat(3, 1fr);
     gap: 1.5em;
     gap: 20px;
     margin-top: 1em;
     margin-top: 15px;
}
}


.mp-feature-item {
     text-align: center;
     text-align: center;
    padding: 1em;
}
}


.mp-feature-icon {
     font-size: 2.5em;
    display: inline-flex;
     font-weight: 700;
    align-items: center;
     line-height: 1;
    justify-content: center;
     margin-bottom: 5px;
    width: 3em;
    height: 3em;
    margin: 0 auto 0.5em;
    background: linear-gradient(135deg, #051429 0%, #1e3a5c 100%);
    color: white;
    border-radius: 8px;
     font-size: 1.5em;
     font-weight: bold;
     font-style: normal;
     box-shadow: 0 4px 8px rgba(5, 20, 41, 0.25);
}
}


.mp-feature-title {
    font-weight: 600;
    font-size: 1.1em;
    color: #051429;
    margin-bottom: 0.3em;
}
.mp-feature-text {
     font-size: 0.9em;
     font-size: 0.9em;
     color: #4b5563;
     opacity: 0.9;
     line-height: 1.5;
    text-transform: uppercase;
     letter-spacing: 0.5px;
}
}


/* Content Cards */
/* Center page title */
.mp-card {
     text-align: center;
    background: white;
    border: 1px solid #d0d7de;
    border-left: 4px solid #1e3a5c;
    border-radius: 4px;
    padding: 1.2em;
    margin: 1em 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
 
.mp-card-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #051429;
    margin-bottom: 0.6em;
}
 
.mp-card-content {
    color: #374151;
     line-height: 1.7;
}
}


/* Two-column layout for larger screens */
/* Responsive design */
.mp-columns {
@media (max-width: 600px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
    margin: 1.5em 0;
}
 
@media (max-width: 768px) {
    .mp-columns {
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
        gap: 15px;
     }
     }
}


/* Button/Link styling */
        max-width: 100%;
.mp-button {
    }
     display: inline-block;
/* Infobox Shadow Styling */
    padding: 0.6em 1.2em;
.infobox {
    background: linear-gradient(135deg, #0a2540 0%, #1e3a5c 100%);
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    color: white !important;
     border-radius: 4px;
     border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(5, 20, 41, 0.3);
}
}


.mp-button:hover {
/* Enhanced Infobox Executive Styling */
     background: linear-gradient(135deg, #051429 0%, #0a2540 100%);
.infobox.executive,
    text-decoration: none;
table.infobox {
    box-shadow: 0 4px 8px rgba(5, 20, 41, 0.4);
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}
}


.mp-button-outline {
/* ============================================================================
    background: white;
  SPECIAL:CREATEACCOUNT - CENTERED LAYOUT
    color: #1e3a5c !important;
  ============================================================================ */
    border: 2px solid #1e3a5c;
}


.mp-button-outline:hover {
/* Center the entire create account form */
    background: #f0f4f8;
.mw-special-CreateAccount #bodyContent {
}
     max-width: 600px;
 
     margin: 0 auto;
/* Section Headers */
     text-align: center;
.mp-section-header {
    font-size: 1.8em;
    font-weight: 600;
    color: #051429;
    margin: 1.5em 0 0.8em 0;
    padding-bottom: 0.4em;
    border-bottom: 3px solid #1e3a5c;
}
 
/* Wikipedia compatibility - ensure main page doesn't break existing styles */
.mw-parser-output .mp-hero,
.mw-parser-output .mp-box,
.mw-parser-output .mp-card {
    font-size: inherit;
}
 
/* ========================================
  LOGO FIXES FOR WIDE HORIZONTAL LOGO
  ======================================== */
 
/* Fix for wide horizontal logo - maintain aspect ratio */
 
/* Vector 2022 skin logo fixes */
.mw-logo-icon {
    width: auto !important;
    height: auto !important;
     max-width: 200px !important;
     max-height: 60px !important;
}
 
.mw-logo-container {
    width: auto !important;
     min-width: 160px;
}
 
/* Logo image itself */
.mw-logo-icon img,
.mw-wiki-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 200px !important;
    max-height: 60px !important;
    object-fit: contain !important;
}
 
/* Vector legacy skin compatibility */
#p-logo a,
#p-logo {
    width: auto !important;
    height: auto !important;
}
 
#p-logo a {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-width: 160px;
    height: 60px;
}
 
/* Wordmark area adjustment for Vector 2022 */
.vector-header-start {
    flex-grow: 0;
}
}


.mw-logo {
/* Center the page title */
    margin-right: 1em;
.mw-special-CreateAccount .firstHeading {
}
 
/* Make sure logo doesn't get cropped */
.mw-logo-container,
.mw-logo-icon {
    overflow: visible !important;
}/* Wikipedia-style footer */
#footer {
    background: #f8f9fa;
    border-top: 1px solid #a2a9b1;
    padding: 1.5em 0;
    margin-top: 2em;
}
 
#footer ul {
     text-align: center;
     text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer li {
    display: inline-block;
    padding: 0 0.5em;
    font-size: 0.85em;
    line-height: 2em;
}
#footer li:after {
    content: "·";
    padding-left: 0.8em;
    color: #a2a9b1;
}
}


#footer li:last-child:after {
/* Center all form elements */
     content: "";
.mw-special-CreateAccount .mw-htmlform-field-HTMLFormFieldWithButton,
.mw-special-CreateAccount .mw-htmlform-field-HTMLTextField,
.mw-special-CreateAccount .mw-htmlform-field-HTMLEmailField,
.mw-special-CreateAccount .mw-htmlform-field-HTMLCheckField,
.mw-special-CreateAccount .mw-htmlform-field-HTMLInfoField {
    text-align: center !important;
    margin-left: auto !important;
     margin-right: auto !important;
}
}


#footer-info {
/* Center labels */
.mw-special-CreateAccount label {
    display: block;
     text-align: center;
     text-align: center;
     padding: 0.5em 0;
     margin: 15px auto 5px;
    font-weight: 600;
}
}


.mw-footer {
/* Center input fields */
    background: #f8f9fa;
.mw-special-CreateAccount input[type="text"],
    border-top: 1px solid #a2a9b1;
.mw-special-CreateAccount input[type="password"],
}
.mw-special-CreateAccount input[type="email"] {
 
     display: block;
.mw-footer ul {
     margin: 0 auto;
    padding: 0.5em 0;
}
 
.mw-footer li {
    color: #54595d;
    font-size: 0.85em;
}
 
/* Footer spacing */
.mw-footer-container {
    padding: 1em 0;
}/* Compact layout for main page boxes */
.mp-box {
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 1em;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
 
.mp-box-content ul {
     margin: 0;
    padding: 0;
}
 
.mp-box li {
    padding: 0.25em 0;
    padding-left: 1.2em;
    position: relative;
    line-height: 1.4;
}
 
/* Random article feature box */
.mp-random-article {
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 1em;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
     margin: 1em 0;
}
 
.mp-random-article-image {
     text-align: center;
     text-align: center;
     margin: 0.5em 0;
     max-width: 400px;
    background: #f8f9fa;
     width: 100%;
     padding: 1em;
    border-radius: 4px;
}
}


.mp-random-article-title {
/* Center help text */
    font-size: 1.2em;
.mw-special-CreateAccount .htmlform-tip,
    font-weight: 600;
.mw-special-CreateAccount .mw-htmlform-help-message {
    color: #051429;
    margin-bottom: 0.5em;
     text-align: center;
     text-align: center;
    margin: 5px auto 15px;
    display: block;
}
}


.mp-random-article-excerpt {
/* Center checkboxes */
     font-size: 0.9em;
.mw-special-CreateAccount .mw-htmlform-field-HTMLCheckField label {
    line-height: 1.5;
     display: inline-block;
    color: #4b5563;
}
}


/* Feature item clickable */
/* Center submit button */
.mp-feature-item {
.mw-special-CreateAccount .mw-htmlform-submit-buttons {
     text-align: center;
     text-align: center;
     padding: 1em;
     margin-top: 20px;
    cursor: pointer;
    transition: transform 0.2s ease;
}
}


.mp-feature-item:hover {
.mw-special-CreateAccount button[type="submit"] {
     transform: translateY(-3px);
     margin: 0 auto;
}
}


.mp-feature-item a {
/* Statistics Banner at Top */
     text-decoration: none;
.createaccount-statistics-banner {
     color: inherit;
     background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 30px 20px;
    margin: -20px -20px 30px -20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     text-align: center;
}
}


.mp-feature-item a:hover .mp-feature-icon {
.createaccount-statistics-title {
    box-shadow: 0 6px 12px rgba(5, 20, 41, 0.35);
     font-size: 1.3em;
}/* Fix spacing issues */
.mp-features {
    margin-top: 1em; /* Reduced from 1.5em */
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 1.5em;
}
 
.mp-section-header {
     font-size: 1.8em;
     font-weight: 600;
     font-weight: 600;
    color: #051429;
     margin-bottom: 20px;
     margin: 0 0 0.8em 0; /* Removed top margin */
     opacity: 0.95;
    padding-bottom: 0.4em;
     border-bottom: 3px solid #1e3a5c;
}
/* ========================================
  COMPREHENSIVE FOOTER - WIKIPEDIA STYLE
  ======================================== */
 
.ceo-wiki-footer {
    background: #f8f9fa;
    border-top: 1px solid #a2a9b1;
    margin-top: 3em;
    padding: 2em 1.5em 1em 1.5em;
}
}


.footer-sections {
.createaccount-statistics-grid {
     display: grid;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
     grid-template-columns: repeat(3, 1fr);
     gap: 2em;
     gap: 20px;
     max-width: 1200px;
     max-width: 500px;
     margin: 0 auto 2em auto;
     margin: 0 auto;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #d0d7de;
}
}


.footer-column h4 {
.createaccount-stat-item {
    font-size: 1em;
    font-weight: 600;
    color: #202122;
    margin: 0 0 0.8em 0;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #1e3a5c;
}
 
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.footer-column li {
    margin: 0.4em 0;
    line-height: 1.5;
}
 
.footer-column a {
    color: #0645ad;
    text-decoration: none;
    font-size: 0.9em;
}
 
.footer-column a:hover {
    text-decoration: underline;
}
 
.footer-meta {
     text-align: center;
     text-align: center;
    font-size: 0.85em;
    color: #54595d;
    line-height: 1.6;
    max-width: 900px;
    margin: 1.5em auto;
    padding: 1em 0;
    border-bottom: 1px solid #d0d7de;
}
}


.footer-meta a {
.createaccount-stat-number {
    color: #0645ad;
     font-size: 2.5em;
    text-decoration: none;
     font-weight: 700;
}
     line-height: 1;
 
     margin-bottom: 5px;
.footer-meta a:hover {
     color: #fff;
     text-decoration: underline;
}
 
.footer-powered {
    text-align: center;
    padding: 1em 0 0.5em 0;
}
 
.footer-powered img {
     opacity: 0.8;
    transition: opacity 0.2s ease;
}
 
.footer-powered img:hover {
    opacity: 1;
}
 
.footer-categories {
     max-width: 900px;
    margin: 1.5em auto 0 auto;
    padding: 1.5em 0 0 0;
    border-top: 1px solid #d0d7de;
}
 
.footer-categories-header {
    font-size: 1em;
    font-weight: 600;
    color: #202122;
     margin-bottom: 1em;
     text-align: center;
}
 
.footer-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1em;
}
 
.footer-category-section {
    background: white;
    border: 1px solid #d0d7de;
    border-radius: 4px;
    padding: 0.8em;
}
}


.footer-category-section h5 {
.createaccount-stat-label {
     font-size: 0.9em;
     font-size: 0.9em;
     font-weight: 600;
     opacity: 0.9;
    color: #051429;
     text-transform: uppercase;
    margin: 0 0 0.5em 0;
     letter-spacing: 0.5px;
     padding-bottom: 0.3em;
    border-bottom: 1px solid #e5e7eb;
}
 
.footer-category-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.footer-category-section li {
    margin: 0.3em 0;
     font-size: 0.85em;
}
 
.footer-category-section a {
    color: #0645ad;
    text-decoration: none;
}
}


.footer-category-section a:hover {
/* Responsive design */
    text-decoration: underline;
@media (max-width: 600px) {
}
     .createaccount-statistics-grid {
 
/* Responsive footer for mobile */
@media (max-width: 768px) {
     .footer-sections {
        grid-template-columns: 1fr 1fr;
        gap: 1.5em;
    }
   
    .footer-categories-grid {
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
        gap: 15px;
     }
     }
}


@media (max-width: 480px) {
    .mw-special-CreateAccount input[type="text"],
     .footer-sections {
    .mw-special-CreateAccount input[type="password"],
         grid-template-columns: 1fr;
     .mw-special-CreateAccount input[type="email"] {
         max-width: 100%;
     }
     }
}
}/* ========================================
/* Footer legal links section */
   REGISTRATION PAGE IMPROVEMENTS - CEO.wiki
.footer-legal-links {
  Clean, modern design for account creation
    text-align: center;
    font-size: 0.85em;
    color: #54595d;
    padding: 1em 0;
    margin-top: 0.5em;
    border-top: 1px solid #d0d7de;
}
 
.footer-legal-links a {
    color: #0645ad;
    text-decoration: none;
    padding: 0 0.5em;
}
 
.footer-legal-links a:hover {
    text-decoration: underline;
}
/* Text justification for articles and cards */
.mw-parser-output p,
.mw-body-content p,
.mw-content-text p {
    text-align: justify;
}
 
.mp-box-content,
.mp-card-content,
.mp-random-article-excerpt {
    text-align: justify;
}
 
/* Ensure infobox text is NOT justified */
.infobox p,
.infobox-data {
    text-align: left;
}
/* ========================================
   GEOGRAPHIC CEO NAVIGATION FOOTER
   ======================================== */
   ======================================== */


.ceo-geographic-nav {
/* Registration form container */
     background: linear-gradient(to bottom, #f0f4f8 0%, #ffffff 100%);
#userlogin, #userloginForm {
     border-top: 3px solid #1e3a5c;
    max-width: 480px;
     border-bottom: 1px solid #d0d7de;
    margin: 40px auto;
     padding: 2em 1.5em;
     padding: 30px;
     margin-bottom: 0;
     background: #ffffff;
     border: 1px solid #e0e0e0;
     border-radius: 8px;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
}


.geo-nav-header {
/* Form header */
.mw-ui-container h1,
.mw-createaccount-header {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
     text-align: center;
     text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    color: #051429;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}
}


.geo-nav-grid {
/* Form description */
     display: grid;
.mw-form-related-link-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     text-align: center;
     gap: 2em;
     margin-bottom: 24px;
    max-width: 1200px;
     color: #666;
     margin: 0 auto;
}
}


.geo-nav-region {
/* Input fields */
     background: white;
.mw-ui-input,
     border: 1px solid #d0d7de;
input[type="text"],
input[type="password"],
input[type="email"] {
     width: 100%;
    padding: 12px 16px;
    font-size: 15px;
     border: 1px solid #d1d5db;
     border-radius: 6px;
     border-radius: 6px;
     padding: 1.2em;
     background-color: #ffffff;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
     transition: all 0.2s ease;
     transition: all 0.3s ease;
     margin-bottom: 4px;
}
}


.geo-nav-region:hover {
.mw-ui-input:focus,
     box-shadow: 0 4px 12px rgba(10, 37, 64, 0.15);
input[type="text"]:focus,
    transform: translateY(-2px);
input[type="password"]:focus,
    border-color: #1e3a5c;
input[type="email"]:focus {
    outline: none;
    border-color: #3b82f6;
     box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
}


.geo-nav-region h4 {
/* Field labels */
    font-size: 1.1em;
.mw-ui-vform-field > label {
     font-weight: 600;
     font-weight: 500;
     color: #051429;
     color: #374151;
     margin: 0 0 0.8em 0;
     margin-bottom: 6px;
    padding-bottom: 0.5em;
     display: block;
     border-bottom: 2px solid #1e3a5c;
}
}


.geo-nav-region ul {
/* hCaptcha container - clean integration */
    list-style: none;
.mw-confirmedit-captcha-and-reload,
    padding: 0;
.h-captcha {
    margin: 0;
     margin: 24px 0 !important;
}
     padding: 16px;
 
     background: #f9fafb;
.geo-nav-region li {
     border: 1px solid #e5e7eb;
     margin: 0.5em 0;
     border-radius: 6px;
     padding-left: 1.2em;
     display: flex;
     position: relative;
     justify-content: center;
}
     align-items: center;
 
.geo-nav-region li:before {
     content: "▸";
    position: absolute;
    left: 0;
    color: #1e3a5c;
     font-weight: bold;
}
 
.geo-nav-region a {
     color: #0645ad;
     text-decoration: none;
     font-size: 0.95em;
}
 
.geo-nav-region a:hover {
    text-decoration: underline;
    color: #051429;
}
}


/* Responsive geographic nav */
/* Hide redundant CAPTCHA labels/text */
@media (max-width: 768px) {
.fancycaptcha-captcha-container .mw-label,
    .geo-nav-grid {
.mw-confirmedit-captcha .mw-label {
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }
}
 
@media (max-width: 480px) {
    .geo-nav-grid {
        grid-template-columns: 1fr;
    }
}
/* Copyright footer styling */
#footer-info-copyright,
.mw-footer #footer-info-copyright {
    color: #54595d;
    font-size: 0.85em;
    line-height: 1.6;
}
 
#footer-info-copyright a,
.mw-footer #footer-info-copyright a {
    color: #0645ad;
    text-decoration: none;
}
 
#footer-info-copyright a:hover,
.mw-footer #footer-info-copyright a:hover {
    text-decoration: underline;
}
/* ========================================
  LOGO FIX - REMOVE ICON FROM PAGE, FIX STRETCHING
  ======================================== */
 
/* Hide icon logo from page - it should only be browser favicon */
.mw-logo-icon {
     display: none !important;
     display: none !important;
}
}


/* Ensure wordmark logo displays correctly */
/* CAPTCHA help text - make it subtle */
.mw-logo-wordmark {
.mw-confirmedit-captcha-fail {
     display: block !important;
     background-color: #fef2f2;
     width: auto !important;
    border-color: #fecaca;
     height: auto !important;
    padding: 12px;
    border-radius: 6px;
     margin: 12px 0;
     color: #991b1b;
    font-size: 14px;
}
}


.mw-logo-wordmark img {
/* Submit button - modern design */
     width: 156px !important;
.mw-ui-button,
     height: 65px !important;
#wpCreateaccount,
     object-fit: contain !important;
button[type="submit"] {
     max-width: 156px !important;
     width: 100%;
     max-height: 65px !important;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
     color: #ffffff;
     background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
     border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
     margin-top: 20px;
}
}


/* Vector 2022 specific logo fixes */
.mw-ui-button:hover,
.vector-header-start .mw-logo {
#wpCreateaccount:hover,
     width: auto !important;
button[type="submit"]:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
     box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
}


.vector-header-start .mw-logo-container {
.mw-ui-button:active,
    width: 156px !important;
#wpCreateaccount:active {
     height: 65px !important;
     transform: translateY(0);
}
}


.vector-header-start .mw-logo img {
/* Help text / hints */
    width: 156px !important;
.mw-helptext,
    height: 65px !important;
.mw-form-help {
    object-fit: contain !important;
     font-size: 13px;
}
     color: #6b7280;
 
     margin-top: 4px;
/* Ensure logo doesn't stretch */
     line-height: 1.5;
.mw-wiki-logo,
.mw-logo a {
    display: inline-block;
    width: 156px !important;
    height: 65px !important;
}
 
.mw-wiki-logo img {
     width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
 
/* Override any existing logo styles */
#p-logo a,
#p-logo {
    width: 156px !important;
    height: 65px !important;
    background-size: contain !important;
     background-position: left center !important;
}
/* ========================================
  IMPROVED INFOBOX DESIGN - MODERN & PROFESSIONAL
  ======================================== */
 
.infobox {
    float: right;
    clear: right;
    width: 23em;
     margin: 0.5em 0 1em 1.5em;
    border: 1px solid #c8ccd1;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    padding: 0;
    font-size: 88%;
     line-height: 1.6;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
 
.infobox-image {
    text-align: center;
    padding: 1em;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
}
 
.infobox-image img {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
}


.infobox-header {
/* Already have account link */
    background: linear-gradient(135deg, #051429 0%, #1e3a5c 100%);
.mw-form-related-link {
    color: white;
     text-align: center;
     text-align: center;
     padding: 0.8em;
     margin-top: 20px;
    font-weight: 600;
     padding-top: 20px;
     font-size: 1.1em;
    border-radius: 6px 6px 0 0;
}
 
.infobox-section {
     border-top: 1px solid #e5e7eb;
     border-top: 1px solid #e5e7eb;
}
}


.infobox-row {
.mw-form-related-link a {
    display: table;
     color: #3b82f6;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
 
.infobox-row:last-child {
    border-bottom: none;
}
 
.infobox-label {
    display: table-cell;
    font-weight: 600;
    padding: 0.6em 0.8em;
    background: #f8f9fa;
    width: 35%;
    vertical-align: top;
    color: #202122;
    border-right: 1px solid #e5e7eb;
}
 
.infobox-data {
    display: table-cell;
    padding: 0.6em 0.8em;
    vertical-align: top;
    color: #202122;
}
 
.infobox-data a {
     color: #0645ad;
     text-decoration: none;
     text-decoration: none;
    font-weight: 500;
}
}


.infobox-data a:hover {
.mw-form-related-link a:hover {
    color: #2563eb;
     text-decoration: underline;
     text-decoration: underline;
}
}


/* Responsive infobox */
/* Error messages */
@media (max-width: 768px) {
.errorbox,
    .infobox {
.mw-message-box-error {
        float: none;
     background-color: #fef2f2;
        width: 100%;
     border: 1px solid #fecaca;
        margin: 1em 0;
     color: #991b1b;
    }
     padding: 12px 16px;
}
     border-radius: 6px;
/* Featured Content Item Animations */
     margin-bottom: 20px;
.featured-item {
     margin: 1em 0;
     padding: 0.8em;
     background: linear-gradient(to right, #f8f9fa 0%, #ffffff 100%);
     border-left: 4px solid #1e3a5c;
     border-radius: 4px;
     transition: all 0.3s ease;
    cursor: pointer;
}
}


.featured-item:hover {
/* Success messages */
     background: linear-gradient(to right, #e8f4f8 0%, #f0f9ff 100%);
.successbox,
     transform: translateX(8px);
.mw-message-box-success {
     box-shadow: 0 4px 12px rgba(30, 58, 92, 0.15);
     background-color: #f0fdf4;
     border-left: 4px solid #0066cc;
    border: 1px solid #bbf7d0;
     color: #166534;
     padding: 12px 16px;
     border-radius: 6px;
    margin-bottom: 20px;
}
}


.featured-item-title {
/* Checkbox styling (remember me, etc) */
     font-weight: 600;
input[type="checkbox"] {
     color: #051429;
     width: 18px;
     margin-bottom: 0.4em;
     height: 18px;
     margin-right: 8px;
    cursor: pointer;
}
}


.featured-item-text {
/* Privacy/Terms links */
     font-size: 0.9em;
.mw-createacct-benefits-container,
.mw-createacct-policy-container {
     font-size: 13px;
    color: #6b7280;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
     line-height: 1.6;
     line-height: 1.6;
    color: #4b5563;
}
/* Footer Category Navigation */
.footer-category {
    padding: 0.8em;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s ease;
}
.footer-category:hover {
    background: #f0f9ff;
    border-color: #0066cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 102, 204, 0.1);
}
}


.footer-category a {
.mw-createacct-benefits-container a,
.mw-createacct-policy-container a {
    color: #3b82f6;
     text-decoration: none;
     text-decoration: none;
    color: #1e3a5c;
}
}


.footer-category:hover a {
.mw-createacct-benefits-container a:hover,
    color: #0066cc;
.mw-createacct-policy-container a:hover {
}
     text-decoration: underline;
/* 3D Tag Cloud Styles */
#tagcloud-container {
    overflow: hidden;
    background: radial-gradient(circle at center, #f8f9fa 0%, #e5e7eb 100%);
    border-radius: 12px;
     box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}
}


#tagcloud-sphere {
/* Loading state for form submission */
     animation: initialRotate 20s linear infinite;
.mw-ui-button:disabled,
#wpCreateaccount:disabled {
    opacity: 0.6;
    cursor: not-allowed;
     background: #9ca3af;
}
}


.tag-item {
/* Responsive design */
    position: absolute;
@media (max-width: 768px) {
    left: 50%;
     #userlogin, #userloginForm {
    top: 50%;
        margin: 20px auto;
    white-space: nowrap;
        padding: 20px;
    text-decoration: none;
        max-width: 100%;
    color: #1e3a5c;
     }
    font-weight: 600;
    padding: 0.4em 0.8em;
     background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    border: 2px solid #0066cc;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none;
    transform-origin: center center;
     box-shadow: 0 2px 8px rgba(0, 102, 204, 0.2);
}


.tag-item:hover {
    .mw-ui-container h1 {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
        font-size: 24px;
    color: #ffffff;
     }
    transform: scale(1.2);
    box-shadow: 0 4px 16px rgba(0, 102, 204, 0.4);
     z-index: 100;
}
}


/* Different sizes based on weight */
/* Clean form field spacing */
.tag-item[data-weight="10"] {
.mw-ui-vform .mw-ui-vform-field {
     font-size: 1.4em;
     margin-bottom: 20px;
    border-width: 3px;
}
}


.tag-item[data-weight="9"] {
/* Remove unnecessary borders and backgrounds */
     font-size: 1.3em;
#userloginForm fieldset {
     border: none;
    padding: 0;
    margin: 0;
}
}


.tag-item[data-weight="8"] {
/* Make password requirements more visible */
     font-size: 1.2em;
.mw-createacct-password-validity {
     font-size: 13px;
    margin-top: 8px;
    padding: 8px 12px;
    background: #f9fafb;
    border-radius: 4px;
    border-left: 3px solid #3b82f6;
}
}


.tag-item[data-weight="7"] {
/* Clean checkbox container */
     font-size: 1.1em;
.mw-ui-checkbox {
     display: flex;
    align-items: center;
    margin: 16px 0;
}
}


.tag-item[data-weight="6"] {
.mw-ui-checkbox label {
     font-size: 1em;
    margin: 0;
     font-weight: normal;
    color: #374151;
}
}


.tag-item[data-weight="5"] {
/* Add subtle hover effect to form */
     font-size: 0.95em;
#userlogin:hover, #userloginForm:hover {
    border-color: #d1d5db;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
}


.tag-item[data-weight="4"] {
/* Hide "Anti-Bot Protection" heading if it still appears */
     font-size: 0.9em;
h3:contains("Security Verification"),
h3:contains("Anti-Bot Protection") {
     display: none !important;
}
}


@keyframes initialRotate {
/* Style any remaining CAPTCHA wrapper cleanly */
     from {
.mw-htmlform-field-HTMLHCaptchaField {
        transform: rotateX(0deg) rotateY(0deg);
     border: none !important;
     }
     padding: 0 !important;
     to {
     background: transparent !important;
        transform: rotateX(360deg) rotateY(360deg);
    }
}
}


/* Glow effect on hover */
/* Center the hCaptcha widget nicely */
.tag-item:hover::before {
.mw-htmlform-field-HTMLHCaptchaField > .mw-input {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #0066cc, #00d4ff, #0066cc);
    border-radius: 20px;
    z-index: -1;
    filter: blur(8px);
    opacity: 0.7;
}
/* Stylish Weighted Tag Cloud */
.stylish-tag-cloud {
     display: flex;
     display: flex;
    flex-wrap: wrap;
     justify-content: center;
     justify-content: center;
     align-items: center;
     margin: 24px 0;
    gap: 0.8em;
    padding: 1.5em;
    min-height: 300px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 16px;
    box-shadow: inset 0 2px 20px rgba(0, 0, 0, 0.05);
}
}


.stylish-tag {
/* ============================================
    display: inline-block;
  FOOTER COPYRIGHT VISIBILITY
    padding: 0.5em 1.2em;
  Added: 2025-10-21-v8
    margin: 0.3em;
  Ensures footer disclaimer is always visible
    color: #ffffff;
  ============================================ */
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: float 6s ease-in-out infinite;
    white-space: nowrap;
}


.stylish-tag::before {
/* Ensure footer copyright section is visible */
     content: '';
#footer-info {
     position: absolute;
     display: block !important;
    top: 0;
     visibility: visible !important;
    left: -100%;
     opacity: 1 !important;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
     transition: left 0.5s;
}
}


.stylish-tag:hover::before {
/* Make copyright text stand out */
     left: 100%;
#footer-info-copyright {
    font-size: 0.85em !important;
    line-height: 1.6 !important;
    color: #202122 !important;
     display: block !important;
}
}
/* ============================================
  ADDITIONAL RESPONSIVE IMAGE FIXES
  Aggressive CSS to ensure images resize
  ============================================ */


.stylish-tag::after {
/* Force all images on Main Page to be responsive */
     content: '→';
.page-Main_Page img {
    position: absolute;
     max-width: 100% !important;
    right: -20px;
     height: auto !important;
    opacity: 0;
     transition: all 0.3s ease;
    font-weight: bold;
}
}


.stylish-tag:hover::after {
/* Specifically target CEO profile card images */
     right: 10px;
.page-Main_Page table[style*="33%"] img,
     opacity: 1;
.page-Main_Page table[style*="25%"] img,
.page-Main_Page .thumbimage {
    width: 100% !important;
    max-width: 100% !important;
     height: auto !important;
     object-fit: contain !important;
}
}


/* Floating animation */
/* Make image containers flexible */
@keyframes float {
.page-Main_Page table[style*="min-height"] {
    0%, 100% {
     min-height: auto !important;
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(1deg);
    }
    50% {
        transform: translateY(-5px) rotate(-1deg);
    }
    75% {
        transform: translateY(-12px) rotate(0.5deg);
    }
}
 
/* Different animation speeds for variety */
.stylish-tag:nth-child(2n) {
     animation-duration: 7s;
}
}


.stylish-tag:nth-child(3n) {
/* Responsive card layout */
    animation-duration: 5s;
@media (max-width: 1200px) {
}
     .page-Main_Page table[style*="width: 33%"] {
 
         width: 48% !important;
.stylish-tag:nth-child(4n) {
         margin: 10px 1% !important;
    animation-duration: 8s;
}
 
/* Pulse animation on hover */
@keyframes pulse {
     0% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }
    50% {
         box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }
    100% {
         box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
     }
     }
}
}


.stylish-tag:hover {
    animation: pulse 1s infinite, float 6s ease-in-out infinite;
}
/* Responsive sizing */
@media (max-width: 768px) {
@media (max-width: 768px) {
     .stylish-tag-cloud {
     .page-Main_Page table[style*="width: 33%"] {
         gap: 0.5em;
         width: 100% !important;
         padding: 1em;
         display: block !important;
    }
         margin: 15px 0 !important;
   
    .stylish-tag {
         font-size: 0.9em !important;
        padding: 0.4em 1em;
     }
     }
}
}

Latest revision as of 18:04, 1 December 2025

/* ============================================
   ARTICLE TEXT JUSTIFICATION - CEO PAGES ONLY
   Justify text only in CEO biography articles (pages with infoboxes)
   Excludes Main Page, Special pages, and Project pages
   ============================================ */

/* Apply justification only to main namespace articles (not Main Page) */
body.ns-0:not(.page-Main_Page) .mw-parser-output p {
    text-align: justify;
    text-justify: inter-word;
}

body.ns-0:not(.page-Main_Page) .mw-parser-output li {
    text-align: justify;
    text-justify: inter-word;
}

/* Explicitly keep Main Page left-aligned */
body.page-Main_Page .mw-parser-output * {
    text-align: left !important;
}

/* Keep special pages left-aligned */
body.ns-special .mw-parser-output p,
body.ns-special .mw-parser-output li {
    text-align: left !important;
}

/* Keep project namespace (CEO.wiki:) pages left-aligned */
body.ns-4 .mw-parser-output p,
body.ns-4 .mw-parser-output li {
    text-align: left !important;
}

/* Keep headings left-aligned everywhere */
.mw-parser-output h1,
.mw-parser-output h2,
.mw-parser-output h3,
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
    text-align: left !important;
}

/* Keep infobox content left-aligned */
.infobox,
.infobox * {
    text-align: left !important;
}

/* Keep navigation elements left-aligned */
.mw-navigation,
.mw-navigation * {
    text-align: left !important;
}

/* Keep tables left-aligned */
.wikitable,
.wikitable * {
    text-align: left !important;
}


/* ============================================
   ACCOUNT CREATION PAGE STYLING
   Center all form elements
   ============================================ */

/* Center the entire create account form */
.mw-special-Userlogin #userloginForm {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

/* Center all form rows */
    text-align: center;
    margin: 0 auto;
}

/* Center labels */
    display: block;
    text-align: center;
    margin: 10px auto 5px auto;
    font-weight: 600;
}

/* Center input fields */
    display: block;
    margin: 5px auto 15px auto;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #a2a9b1;
    border-radius: 4px;
    font-size: 14px;
}

/* Center help text */
    text-align: center;
    margin: 5px auto 15px auto;
    font-size: 0.9em;
    color: #54595d;
    max-width: 400px;
}

/* Center checkboxes */
    text-align: center;
}

    margin-right: 5px;
}

/* Center CAPTCHA */
    text-align: center;
    margin: 20px auto;
}

    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

/* Center submit button */
    text-align: center;
    margin: 25px auto;
}

    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    background-color: #2c5aa0;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    background-color: #1e3a6b;
}

/* Statistics box at top */
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a6b 100%);
    color: white;
    padding: 30px 20px;
    margin: 0 auto 30px auto;
    max-width: 600px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 20px;
}

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 15px;
}

    text-align: center;
}

    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

    font-size: 0.9em;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Center page title */
    text-align: center;
}

/* Responsive design */
@media (max-width: 600px) {
        grid-template-columns: 1fr;
        gap: 15px;
    }

        max-width: 100%;
    }
/* Infobox Shadow Styling */
.infobox {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

/* Enhanced Infobox Executive Styling */
.infobox.executive,
table.infobox {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

/* ============================================================================
   SPECIAL:CREATEACCOUNT - CENTERED LAYOUT
   ============================================================================ */

/* Center the entire create account form */
.mw-special-CreateAccount #bodyContent {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* Center the page title */
.mw-special-CreateAccount .firstHeading {
    text-align: center;
}

/* Center all form elements */
.mw-special-CreateAccount .mw-htmlform-field-HTMLFormFieldWithButton,
.mw-special-CreateAccount .mw-htmlform-field-HTMLTextField,
.mw-special-CreateAccount .mw-htmlform-field-HTMLEmailField,
.mw-special-CreateAccount .mw-htmlform-field-HTMLCheckField,
.mw-special-CreateAccount .mw-htmlform-field-HTMLInfoField {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Center labels */
.mw-special-CreateAccount label {
    display: block;
    text-align: center;
    margin: 15px auto 5px;
    font-weight: 600;
}

/* Center input fields */
.mw-special-CreateAccount input[type="text"],
.mw-special-CreateAccount input[type="password"],
.mw-special-CreateAccount input[type="email"] {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
    width: 100%;
}

/* Center help text */
.mw-special-CreateAccount .htmlform-tip,
.mw-special-CreateAccount .mw-htmlform-help-message {
    text-align: center;
    margin: 5px auto 15px;
    display: block;
}

/* Center checkboxes */
.mw-special-CreateAccount .mw-htmlform-field-HTMLCheckField label {
    display: inline-block;
}

/* Center submit button */
.mw-special-CreateAccount .mw-htmlform-submit-buttons {
    text-align: center;
    margin-top: 20px;
}

.mw-special-CreateAccount button[type="submit"] {
    margin: 0 auto;
}

/* Statistics Banner at Top */
.createaccount-statistics-banner {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 30px 20px;
    margin: -20px -20px 30px -20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.createaccount-statistics-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
    opacity: 0.95;
}

.createaccount-statistics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.createaccount-stat-item {
    text-align: center;
}

.createaccount-stat-number {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
}

.createaccount-stat-label {
    font-size: 0.9em;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive design */
@media (max-width: 600px) {
    .createaccount-statistics-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mw-special-CreateAccount input[type="text"],
    .mw-special-CreateAccount input[type="password"],
    .mw-special-CreateAccount input[type="email"] {
        max-width: 100%;
    }
}/* ========================================
   REGISTRATION PAGE IMPROVEMENTS - CEO.wiki
   Clean, modern design for account creation
   ======================================== */

/* Registration form container */
#userlogin, #userloginForm {
    max-width: 480px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Form header */
.mw-ui-container h1,
.mw-createaccount-header {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    text-align: center;
}

/* Form description */
.mw-form-related-link-container {
    text-align: center;
    margin-bottom: 24px;
    color: #666;
}

/* Input fields */
.mw-ui-input,
input[type="text"],
input[type="password"],
input[type="email"] {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: #ffffff;
    transition: all 0.2s ease;
    margin-bottom: 4px;
}

.mw-ui-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Field labels */
.mw-ui-vform-field > label {
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}

/* hCaptcha container - clean integration */
.mw-confirmedit-captcha-and-reload,
.h-captcha {
    margin: 24px 0 !important;
    padding: 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide redundant CAPTCHA labels/text */
.fancycaptcha-captcha-container .mw-label,
.mw-confirmedit-captcha .mw-label {
    display: none !important;
}

/* CAPTCHA help text - make it subtle */
.mw-confirmedit-captcha-fail {
    background-color: #fef2f2;
    border-color: #fecaca;
    padding: 12px;
    border-radius: 6px;
    margin: 12px 0;
    color: #991b1b;
    font-size: 14px;
}

/* Submit button - modern design */
.mw-ui-button,
#wpCreateaccount,
button[type="submit"] {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 20px;
}

.mw-ui-button:hover,
#wpCreateaccount:hover,
button[type="submit"]:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.mw-ui-button:active,
#wpCreateaccount:active {
    transform: translateY(0);
}

/* Help text / hints */
.mw-helptext,
.mw-form-help {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
    line-height: 1.5;
}

/* Already have account link */
.mw-form-related-link {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.mw-form-related-link a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.mw-form-related-link a:hover {
    color: #2563eb;
    text-decoration: underline;
}

/* Error messages */
.errorbox,
.mw-message-box-error {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Success messages */
.successbox,
.mw-message-box-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Checkbox styling (remember me, etc) */
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

/* Privacy/Terms links */
.mw-createacct-benefits-container,
.mw-createacct-policy-container {
    font-size: 13px;
    color: #6b7280;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    line-height: 1.6;
}

.mw-createacct-benefits-container a,
.mw-createacct-policy-container a {
    color: #3b82f6;
    text-decoration: none;
}

.mw-createacct-benefits-container a:hover,
.mw-createacct-policy-container a:hover {
    text-decoration: underline;
}

/* Loading state for form submission */
.mw-ui-button:disabled,
#wpCreateaccount:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #9ca3af;
}

/* Responsive design */
@media (max-width: 768px) {
    #userlogin, #userloginForm {
        margin: 20px auto;
        padding: 20px;
        max-width: 100%;
    }

    .mw-ui-container h1 {
        font-size: 24px;
    }
}

/* Clean form field spacing */
.mw-ui-vform .mw-ui-vform-field {
    margin-bottom: 20px;
}

/* Remove unnecessary borders and backgrounds */
#userloginForm fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/* Make password requirements more visible */
.mw-createacct-password-validity {
    font-size: 13px;
    margin-top: 8px;
    padding: 8px 12px;
    background: #f9fafb;
    border-radius: 4px;
    border-left: 3px solid #3b82f6;
}

/* Clean checkbox container */
.mw-ui-checkbox {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.mw-ui-checkbox label {
    margin: 0;
    font-weight: normal;
    color: #374151;
}

/* Add subtle hover effect to form */
#userlogin:hover, #userloginForm:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Hide "Anti-Bot Protection" heading if it still appears */
h3:contains("Security Verification"),
h3:contains("Anti-Bot Protection") {
    display: none !important;
}

/* Style any remaining CAPTCHA wrapper cleanly */
.mw-htmlform-field-HTMLHCaptchaField {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Center the hCaptcha widget nicely */
.mw-htmlform-field-HTMLHCaptchaField > .mw-input {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

/* ============================================
   FOOTER COPYRIGHT VISIBILITY
   Added: 2025-10-21-v8
   Ensures footer disclaimer is always visible
   ============================================ */

/* Ensure footer copyright section is visible */
#footer-info {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Make copyright text stand out */
#footer-info-copyright {
    font-size: 0.85em !important;
    line-height: 1.6 !important;
    color: #202122 !important;
    display: block !important;
}
/* ============================================
   ADDITIONAL RESPONSIVE IMAGE FIXES
   Aggressive CSS to ensure images resize
   ============================================ */

/* Force all images on Main Page to be responsive */
.page-Main_Page img {
    max-width: 100% !important;
    height: auto !important;
}

/* Specifically target CEO profile card images */
.page-Main_Page table[style*="33%"] img,
.page-Main_Page table[style*="25%"] img,
.page-Main_Page .thumbimage {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Make image containers flexible */
.page-Main_Page table[style*="min-height"] {
    min-height: auto !important;
}

/* Responsive card layout */
@media (max-width: 1200px) {
    .page-Main_Page table[style*="width: 33%"] {
        width: 48% !important;
        margin: 10px 1% !important;
    }
}

@media (max-width: 768px) {
    .page-Main_Page table[style*="width: 33%"] {
        width: 100% !important;
        display: block !important;
        margin: 15px 0 !important;
    }
}