MediaWiki:Common.css

From UN-NAMED SHOW wiki
Revision as of 11:31, 30 August 2024 by Nashuns (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* General Skin Styles - Applied globally */
/* Header Styles */
.main-page-header {
    background-color: #2c2f33;
    color: #ffffff;
    padding: 10px;
    font-size: 1.5em;
    text-align: center;
    border-radius: 5px;
}

/* Box Styles */
.main-page-box {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.main-page-box h3 {
    background-color: #dddddd;
    padding: 5px;
    font-size: 1.2em;
    margin: -10px -10px 10px -10px;
    border-radius: 5px 5px 0 0;
}

.main-page-box ul {
    list-style-type: none;
    padding: 0;
}

.main-page-box li {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.main-page-box li img {
    margin-right: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

/* Infobox Styles */
.infobox {
    float: right;
    width: 250px;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    margin: 0 0 1em 1em;
    font-family: Arial, sans-serif;
    font-size: 90%;
}
/* Banner stuff :D */
.alert-banner {
    background-color: #f39c12; /* Bright orange background */
    color: #ffffff;            /* White text */
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    border: 1px solid #e67e22; /* Slightly darker border */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-banner .alert-icon {
    width: 30px; /* Adjust the size of the image */
    height: 30px;
    margin-right: 10px; /* Space between the image and the text */
}

.alert-banner strong {
    font-size: 1.3em;
    text-transform: uppercase;
}

/* QuasarDocs Theme - Applied only to pages using the QuasarDocs class */
/* Change the entire page background, text color, and font to Courier New */
.QuasarDocs body, 
.QuasarDocs #content,
.QuasarDocs #mw-content-text,
.QuasarDocs #page-base,
.QuasarDocs .mw-body-content {
    background-color: #0E0E27 !important;
    color: #FFFFFF !important;
    font-family: "Courier New", Courier, monospace !important;
    font-size: 14px !important;
    line-height: 1.6em !important;
}

/* Header and navigation styles */
.QuasarDocs #mw-head, 
.QuasarDocs #p-personal, 
.QuasarDocs #left-navigation, 
.QuasarDocs #right-navigation {
    background-color: #0E0E27 !important;
    color: #FFFFFF !important;
    font-family: "Courier New", Courier, monospace !important;
}

.QuasarDocs #firstHeading {
    font-size: 1.8em !important;
    color: #FFFFFF !important;
    border-bottom: 2px solid #01FFF6 !important;
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
    font-family: "Courier New", Courier, monospace !important;
}

/* Sidebar styles */
.QuasarDocs #mw-panel, 
.QuasarDocs .portal {
    background-color: #0E0E27 !important;
    border: 1px solid #ffffff !important;
    color: #fff !important;
    padding: 10px !important;
    font-family: "Courier New", Courier, monospace !important;
}

.QuasarDocs #p-logo {
    background-color: #0E0E27 !important;
    padding: 5px !important;
}

.QuasarDocs .portal h3 {
    color: #fff !important;
    font-family: "Courier New", Courier, monospace !important;
}

/* Links */
.QuasarDocs a {
    color: #01FFF6 !important;
    font-family: "Courier New", Courier, monospace !important;
}

.QuasarDocs a:visited {
    color: #00BFB9 !important;
}

.QuasarDocs a:hover, 
.QuasarDocs a:focus {
    color: #01FFF6 !important;
    text-decoration: underline !important;
}

/* Infobox styles */
.QuasarDocs .infobox {
    background-color: #131A3F !important;
    border: 1px solid #ccc !important;
    padding: 5px !important;
    width: 250px !important;
    float: right !important;
    margin-left: 10px !important;
    font-family: "Courier New", Courier, monospace !important;
}

.QuasarDocs .infobox th, 
.QuasarDocs .infobox td {
    border: none !important;
    padding: 5px !important;
    font-family: "Courier New", Courier, monospace !important;
}

.QuasarDocs .infobox th {
    background-color: #192658 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    text-align: left !important;
    font-family: "Courier New", Courier, monospace !important;
}

/* Footer styles */
.QuasarDocs #footer {
    border-top: 1px solid #ccc !important;
    padding-top: 10px !important;
    font-size: 0.85em !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: "Courier New", Courier, monospace !important;
}

/* Table styles */
.QuasarDocs table {
    border-collapse: collapse !important;
    width: 100% !important;
    font-family: "Courier New", Courier, monospace !important;
}

.QuasarDocs th, 
.QuasarDocs td {
    padding: 8px !important;
    text-align: left !important;
    border-bottom: 1px solid #ddd !important;
    font-family: "Courier New", Courier, monospace !important;
}

/* End of QuasarDocs theme */