MediaWiki:Common.css: Difference between revisions

From UN-NAMED SHOW wiki
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 25: Line 25:
     margin: -10px -10px 10px -10px;
     margin: -10px -10px 10px -10px;
     border-radius: 5px 5px 0 0;
     border-radius: 5px 5px 0 0;
}
.quasar-entry-infobox {
  background-color: #131A3F; /* Background color */
  border: 2px solid #01FFF6; /* Border color */
  padding: 10px;
  width: 300px;
  color: #FFFFFF; /* Text color */
  font-family: "Courier New", Courier, monospace;
}
.quasar-entry-header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.quasar-entry-image {
  text-align: center;
  margin-bottom: 10px;
}
.quasar-entry-status {
  font-size: 16px;
}
}


Line 55: Line 79:
     font-size: 90%;
     font-size: 90%;
}
}
 
/* Banner stuff :D */
/* QuasarDocs Theme - Applied only to pages using the QuasarDocs class */
.alert-banner {
/* Change the entire page background, text color, and font to Courier New */
     background-color: #01FFF6;
.QuasarDocs body,
     color: #ffffff;          
.QuasarDocs #content,
     padding: 15px;
.QuasarDocs #mw-content-text,
     text-align: center;
.QuasarDocs #page-base,
     font-weight: bold;
.QuasarDocs .mw-body-content {
     font-size: 1.2em;
     background-color: #0E0E27 !important;
     border: 5px solid #131A3F;  
     color: #FFFFFF !important;
     margin-bottom: 20px;
     font-family: "Courier New", Courier, monospace !important;
     display: flex;
     font-size: 14px !important;
     align-items: center;
    line-height: 1.6em !important;
     justify-content: center;
}
 
/* 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,
.alert-banner .alert-icon {
.QuasarDocs a:focus {
    width: 30px; /* Adjust the size of the image */
     color: #01FFF6 !important;
     height: 30px;
     text-decoration: underline !important;
     margin-right: 10px; /* Space between the image and the text */
}
}


/* Infobox styles */
.alert-banner strong {
.QuasarDocs .infobox {
     font-size: 1.3em;
     background-color: #131A3F !important;
     text-transform: uppercase;
    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;
}
}
 
.quasar-entry-infobox {
.QuasarDocs .infobox th,
  background-color: #131A3F; /* Background color */
.QuasarDocs .infobox td {
  border: 2px solid #01FFF6; /* Border color */
    border: none !important;
  padding: 10px;
    padding: 5px !important;
  width: 300px;
    font-family: "Courier New", Courier, monospace !important;
  color: #FFFFFF; /* Text color */
  font-family: "Courier New", Courier, monospace;
  float: right; /* Float to the right */
  margin: 0 0 10px 10px; /* Add some margin for spacing */
}
}


.QuasarDocs .infobox th {
.quasar-entry-header {
    background-color: #192658 !important;
  font-size: 20px;
    color: #FFFFFF !important;
  font-weight: bold;
    font-weight: bold !important;
  text-align: center;
    text-align: left !important;
  margin-bottom: 10px;
    font-family: "Courier New", Courier, monospace !important;
}
}


/* Footer styles */
.quasar-entry-image {
.QuasarDocs #footer {
  text-align: center;
    border-top: 1px solid #ccc !important;
  margin-bottom: 10px;
    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 */
.quasar-entry-status {
.QuasarDocs table {
  font-size: 16px;
    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 */

Latest revision as of 16:20, 30 August 2024

/* 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;
}
.quasar-entry-infobox {
  background-color: #131A3F; /* Background color */
  border: 2px solid #01FFF6; /* Border color */
  padding: 10px;
  width: 300px;
  color: #FFFFFF; /* Text color */
  font-family: "Courier New", Courier, monospace;
}

.quasar-entry-header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.quasar-entry-image {
  text-align: center;
  margin-bottom: 10px;
}

.quasar-entry-status {
  font-size: 16px;
}

.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: #01FFF6;
    color: #ffffff;           
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    border: 5px solid #131A3F; 
    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;
}
.quasar-entry-infobox {
  background-color: #131A3F; /* Background color */
  border: 2px solid #01FFF6; /* Border color */
  padding: 10px;
  width: 300px;
  color: #FFFFFF; /* Text color */
  font-family: "Courier New", Courier, monospace;
  float: right; /* Float to the right */
  margin: 0 0 10px 10px; /* Add some margin for spacing */
}

.quasar-entry-header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.quasar-entry-image {
  text-align: center;
  margin-bottom: 10px;
}

.quasar-entry-status {
  font-size: 16px;
}