MediaWiki:Common.css: Difference between revisions

From JCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
body {
body {
     background-color: #121212 !important;
     background-color: #000000 !important;
    background-image: url('https://static.wikia.nocookie.net/jcraft/images/b/bc/Wiki-background/revision/latest') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center top !important;
    font-family: 'Rubik', sans-serif !important;
     color: #e6e6e6 !important;
     color: #e6e6e6 !important;
}
}


#content, .citizen-page-container, #mw-content-block {
.citizen-page-container {
     background-color: #1e1e1e !important;
     background-color: rgba(30, 31, 34, 0.96) !important;
     color: #e6e6e6 !important;
    max-width: 1100px !important;
     border: none !important;
     margin: 40px auto !important;
     box-shadow: none !important;
     border-radius: 8px !important;
    padding: 40px !important;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #2b2d31 !important;
}
}


.citizen-header, #mw-head, .mw-header {
.citizen-header, #mw-head {
     background-color: #121212 !important;
     background-color: rgba(18, 18, 18, 0.95) !important;
     border-bottom: 1px solid #333 !important;
     border-bottom: 1px solid #333 !important;
     background-image: none !important;
     backdrop-filter: blur(10px);
}
}


.citizen-drawer, .citizen-menu, .citizen-popup, .mw-portlet, .vector-menu-content {
.firstHeading {
     background-color: #121212 !important;
    font-size: 32px !important;
     font-weight: 700 !important;
     color: #fff !important;
     color: #fff !important;
     border-color: #333 !important;
     border-bottom: 1px solid #444 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}
}


.citizen-page-footer, .citizen-footer, #footer {
h2 {
     background-color: #121212 !important;
    font-size: 24px !important;
     border-top: 1px solid #333 !important;
    font-weight: 600 !important;
     color: #888 !important;
     color: #fff !important;
     border-bottom: 1px solid #a862ea !important;
    padding-bottom: 5px !important;
     margin-top: 30px !important;
}
}


a {
a {
     color: #a862ea !important;
     color: #a862ea !important;
    font-weight: 500;
}
}


a:visited {
a:hover {
     color: #8c4dbf !important;
    text-decoration: underline !important;
     color: #c496f2 !important;
}
}


a.new {
a.new {
     color: #ff4545 !important;
     color: #ff4545 !important;
}
.firstHeading, .citizen-section-heading, h1, h2 {
    color: #fff !important;
    border-bottom: 1px solid #444 !important;
}
textarea, input, .citizen-search-input, #searchInput {
    background-color: #2d2d2d !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}
.wikitable {
    background-color: #1e1e1e !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}
.wikitable th {
    background-color: #2d2d2d !important;
    color: #fff !important;
}
.citizen-ui-icon, .mw-ui-icon, .citizen-hamburger-icon {
    filter: invert(1) !important;
}
.citizen-page-tools, .citizen-page-actions, .citizen-table-of-contents {
    background-color: #1e1e1e !important;
    border: 1px solid #333 !important;
}
}


.mp-box {
.mp-box {
  background: #1e1f22;
    background: #1e1f22;
  border: 1px solid #2b2d31;
    border: 1px solid #2b2d31;
  border-radius: 8px;
    border-radius: 8px;
  padding: 15px;  
    padding: 15px;
  overflow: hidden;
    overflow: hidden;
  margin-bottom: 20px;
    margin-bottom: 20px;
}
}


.mp-title {
.mp-title {
  text-align: center;
    text-align: center;
  font-size: 18px;
    font-size: 18px;
  font-weight: bold;
    font-weight: bold;
  margin-bottom: 10px;
    margin-bottom: 10px;
}
}


.mp-content {
.mp-content {
  padding: 15px;
    padding: 15px;
  background: transparent !important;
    background: transparent !important;
  color: #fff;
    color: #fff;
  font-family: sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
}


.movebox-container {
.movebox-container {
     background-color: #1a1a1a;  
     background-color: #1a1a1a;
     border: 2px solid #333333;  
     border: 2px solid #333333;
     border-radius: 4px;
     border-radius: 4px;
     width: 100%;
     width: 100%;
Line 103: Line 91:
     margin: 10px 0;
     margin: 10px 0;
     color: #ffffff;
     color: #ffffff;
    overflow: hidden;
}
}


.movebox-header {
.movebox-header {
     background-color: #111111;  
     background-color: #111111;
     padding: 10px;
     padding: 10px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
     border-bottom: 2px solid #333333;
     border-bottom: 2px solid #333333;
    text-transform: uppercase;
}
}


Line 121: Line 114:
     flex: 1;
     flex: 1;
     padding: 8px;
     padding: 8px;
    text-align: center;
     border-right: 1px solid #333333;
     border-right: 1px solid #333333;
}
}


.wds-tabs__wrapper, .tabbernav {
.movebox-stat-label {
     background: #121212 !important;
    display: block;
     border-bottom: 2px solid #a862ea !important;
    font-size: 0.75em;
     color: #888888;
     text-transform: uppercase;
}
}
body {
 
     background-color: #121212 !important;
.char-slider-container {
     background-image: url('https://static.wikia.nocookie.net/jcraft/images/b/bc/Wiki-background/revision/latest?cb=20230514193356') !important;
     display: flex;
     background-attachment: fixed !important;
    overflow-x: auto;
     background-size: cover !important;
     gap: 15px;
    padding: 20px;
    background: #1e1e1e;
     border: 2px solid #3c3c3c;
     border-radius: 8px;
}
}


.citizen-page-container {
.char-card {
     max-width: 1200px !important;
     flex: 0 0 200px;
     margin: 0 auto !important;
    text-align: center;
     background: rgba(30, 30, 30, 0.95) !important;
     background: #2a2a2a;
     border-radius: 8px 8px 0 0 !important;
    border: 1px solid #444;
     padding: 30px !important;
     padding: 10px;
     border-radius: 4px;
     transition: transform 0.2s;
}
}


h1, h2, h3 {
.char-card:hover {
    font-family: 'Rubik', sans-serif !important;
     transform: translateY(-5px);
     text-transform: none !important;
     border-color: #ff0000;
    letter-spacing: 0.5px !important;
     color: #fff !important;
}
}


h2 {
.wds-tabs__wrapper {
    overflow-x: auto !important;
    display: block !important;
    padding-bottom: 5px;
     border-bottom: 2px solid #a862ea !important;
     border-bottom: 2px solid #a862ea !important;
    padding-bottom: 5px !important;
    margin-top: 1.5em !important;
}
}


.portable-infobox, .pi-background {
.wds-tabs {
    display: flex !important;
}
 
.step-container {
    background: #1e1e1e;
    border: 2px solid #3c3c3c;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}
 
.portable-infobox {
     background-color: #1a1a1b !important;
     background-color: #1a1a1b !important;
     border: 1px solid #a862ea !important;
     border: 1px solid #a862ea !important;
    border-radius: 4px;
     float: right;
     float: right;
     width: 300px;
     width: 300px;
     margin-left: 20px;
     margin: 0 0 20px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}
}


Line 169: Line 181:
     background-color: #a862ea !important;
     background-color: #a862ea !important;
     color: #fff !important;
     color: #fff !important;
     font-weight: bold;
     font-weight: 700;
     text-align: center;
     text-align: center;
     padding: 5px;
     padding: 8px;
}
}


.pi-data {
.wikitable {
     border-bottom: 1px solid #333 !important;
    background-color: #2b2d31 !important;
     display: flex;
     border: 1px solid #444 !important;
     justify-content: space-between;
    color: #fff !important;
     padding: 8px;
}
     font-size: 0.9em;
 
.wikitable th {
    background-color: #1e1f22 !important;
     color: #a862ea !important;
}
 
.citizen-footer, #footer {
     background-color: #121212 !important;
    margin-top: 40px !important;
     padding: 40px !important;
     border-top: 2px solid #a862ea !important;
}
 
.citizen-ui-icon, .mw-ui-icon, .citizen-hamburger-icon {
    filter: invert(1) !important;
}
 
.citizen-drawer, .citizen-menu {
    background-color: #121212 !important;
    border-right: 1px solid #333 !important;
}
}


.pi-data-label {
textarea, input {
     color: #b3b3b3 !important;
    background-color: #2d2d2d !important;
     font-weight: bold;
     color: #fff !important;
     border: 1px solid #444 !important;
}
}

Revision as of 04:38, 25 April 2026

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

body {
    background-color: #000000 !important;
    background-image: url('https://static.wikia.nocookie.net/jcraft/images/b/bc/Wiki-background/revision/latest') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center top !important;
    font-family: 'Rubik', sans-serif !important;
    color: #e6e6e6 !important;
}

.citizen-page-container {
    background-color: rgba(30, 31, 34, 0.96) !important;
    max-width: 1100px !important;
    margin: 40px auto !important;
    border-radius: 8px !important;
    padding: 40px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #2b2d31 !important;
}

.citizen-header, #mw-head {
    background-color: rgba(18, 18, 18, 0.95) !important;
    border-bottom: 1px solid #333 !important;
    backdrop-filter: blur(10px);
}

.firstHeading {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
    border-bottom: 1px solid #444 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}

h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #fff !important;
    border-bottom: 1px solid #a862ea !important;
    padding-bottom: 5px !important;
    margin-top: 30px !important;
}

a {
    color: #a862ea !important;
    font-weight: 500;
}

a:hover {
    text-decoration: underline !important;
    color: #c496f2 !important;
}

a.new {
    color: #ff4545 !important;
}

.mp-box {
    background: #1e1f22;
    border: 1px solid #2b2d31;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.mp-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mp-content {
    padding: 15px;
    background: transparent !important;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.movebox-container {
    background-color: #1a1a1a;
    border: 2px solid #333333;
    border-radius: 4px;
    width: 100%;
    max-width: 450px;
    margin: 10px 0;
    color: #ffffff;
    overflow: hidden;
}

.movebox-header {
    background-color: #111111;
    padding: 10px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 2px solid #333333;
    text-transform: uppercase;
}

.movebox-stats {
    display: flex;
    background-color: #222222;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.movebox-stat-item {
    flex: 1;
    padding: 8px;
    text-align: center;
    border-right: 1px solid #333333;
}

.movebox-stat-label {
    display: block;
    font-size: 0.75em;
    color: #888888;
    text-transform: uppercase;
}

.char-slider-container {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 20px;
    background: #1e1e1e;
    border: 2px solid #3c3c3c;
    border-radius: 8px;
}

.char-card {
    flex: 0 0 200px;
    text-align: center;
    background: #2a2a2a;
    border: 1px solid #444;
    padding: 10px;
    border-radius: 4px;
    transition: transform 0.2s;
}

.char-card:hover {
    transform: translateY(-5px);
    border-color: #ff0000;
}

.wds-tabs__wrapper {
    overflow-x: auto !important;
    display: block !important;
    padding-bottom: 5px;
    border-bottom: 2px solid #a862ea !important;
}

.wds-tabs {
    display: flex !important;
}

.step-container {
    background: #1e1e1e;
    border: 2px solid #3c3c3c;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}

.portable-infobox {
    background-color: #1a1a1b !important;
    border: 1px solid #a862ea !important;
    border-radius: 4px;
    float: right;
    width: 300px;
    margin: 0 0 20px 20px;
}

.pi-header {
    background-color: #a862ea !important;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    padding: 8px;
}

.wikitable {
    background-color: #2b2d31 !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

.wikitable th {
    background-color: #1e1f22 !important;
    color: #a862ea !important;
}

.citizen-footer, #footer {
    background-color: #121212 !important;
    margin-top: 40px !important;
    padding: 40px !important;
    border-top: 2px solid #a862ea !important;
}

.citizen-ui-icon, .mw-ui-icon, .citizen-hamburger-icon {
    filter: invert(1) !important;
}

.citizen-drawer, .citizen-menu {
    background-color: #121212 !important;
    border-right: 1px solid #333 !important;
}

textarea, input {
    background-color: #2d2d2d !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}