MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 219: | Line 219: | ||
background: #a862ea !important; | background: #a862ea !important; | ||
color: #fff !important; | color: #fff !important; | ||
} | |||
.page-Main_Page #firstHeading, | |||
.page-Main_Page #siteSub, | |||
.page-Main_Page #contentSub { | |||
display: none !important; | |||
} | |||
.community-header { | |||
background: rgba(20, 20, 20, 0.8); | |||
border: 1px solid #2b2d31; | |||
border-radius: 8px; | |||
padding: 25px; | |||
margin-bottom: 20px; | |||
text-align: center; | |||
backdrop-filter: blur(5px); | |||
} | |||
.community-header h1 { | |||
font-size: 42px !important; | |||
font-weight: 700 !important; | |||
color: #fff !important; | |||
text-transform: uppercase; | |||
letter-spacing: 2px; | |||
border: none !important; | |||
margin: 0 !important; | |||
} | |||
.community-header p { | |||
color: #a862ea; | |||
font-weight: 500; | |||
font-size: 1.2em; | |||
margin-top: 5px; | |||
} | |||
.main-page-grid { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); | |||
gap: 20px; | |||
margin-top: 20px; | |||
} | |||
.main-page-card { | |||
background: #111; | |||
border: 1px solid #333; | |||
border-top: 3px solid #a862ea; | |||
border-radius: 4px; | |||
padding: 20px; | |||
transition: 0.3s; | |||
} | |||
.main-page-card:hover { | |||
border-color: #fff; | |||
transform: translateY(-2px); | |||
background: #161616; | |||
} | |||
.main-page-card h2 { | |||
border: none !important; | |||
font-size: 20px !important; | |||
margin: 0 0 10px 0 !important; | |||
color: #a862ea !important; | |||
text-transform: uppercase; | |||
} | |||
.main-page-card ul { | |||
list-style: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
.main-page-card li { | |||
padding: 8px 0; | |||
border-bottom: 1px solid #222; | |||
} | |||
.main-page-card li:last-child { | |||
border-bottom: none; | |||
} | |||
.featured-section { | |||
background: linear-gradient(rgba(168, 98, 234, 0.1), transparent); | |||
border: 1px solid rgba(168, 98, 234, 0.3); | |||
padding: 20px; | |||
border-radius: 8px; | |||
margin-top: 20px; | |||
} | } | ||
Revision as of 23:05, 25 April 2026
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
:root {
--color-bg-page: #000000;
--color-bg-content: #1e1f22;
--color-text-base: #e6e6e6;
--color-primary: #a862ea;
--theme-body-text-color: #e6e6e6;
--theme-page-background-color: #1e1f22;
--theme-link-color: #a862ea;
}
body {
background-color: #000000 !important;
background-image: url('/jcraft/images/5/5f/Placeholder.jpg') !important;
background-attachment: fixed !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center top !important;
font-family: 'Rubik', sans-serif !important;
color: #e6e6e6 !important;
}
#mw-page-base, #mw-head-base, .vector-menu-tabs, .vector-menu-tabs a {
background: transparent !important;
}
#content {
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;
color: #e6e6e6 !important;
}
#mw-head, #mw-panel, .vector-menu-portal, .vector-menu-content {
background-color: rgba(18, 18, 18, 0.95) !important;
color: #fff !important;
}
#mw-head {
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;
}
h2 {
font-size: 24px !important;
font-weight: 600 !important;
color: #fff !important;
border-bottom: 1px solid #a862ea !important;
}
a { color: #a862ea !important; }
a:visited { color: #8c4dbf !important; }
.portable-infobox {
background-color: #1e1f22 !important;
border: 1px solid #a862ea !important;
color: #e6e6e6 !important;
width: 300px;
float: right;
margin: 0 0 1em 1em;
border-radius: 4px;
overflow: hidden;
font-family: 'Rubik', sans-serif;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.pi-title {
font-size: 1.5em !important;
text-align: center;
padding: 10px !important;
background: rgba(168, 98, 234, 0.2) !important;
color: #fff !important;
font-weight: 700;
}
.pi-header {
background-color: #a862ea !important;
color: #fff !important;
font-weight: bold;
text-transform: uppercase;
text-align: center;
padding: 8px !important;
}
.pi-image {
background-color: #000 !important;
border-bottom: 1px solid #2b2d31;
padding: 10px !important;
display: block !important;
text-align: center !important;
}
.pi-image img {
max-width: 100% !important;
height: auto !important;
display: inline-block !important;
}
.pi-data-label {
background-color: rgba(168, 98, 234, 0.1) !important;
color: #a862ea !important;
font-weight: bold !important;
padding: 8px !important;
width: 40%;
}
.pi-data-value {
background-color: transparent !important;
color: #fff !important;
padding: 8px !important;
}
.pi-item {
border-bottom: 1px solid #2b2d31 !important;
}
.pi-panel-navigation {
display: flex !important;
background: #111 !important;
border-bottom: 1px solid #2b2d31;
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
.pi-panel-navigation li {
flex: 1;
text-align: center;
padding: 10px !important;
cursor: pointer;
font-size: 0.9em;
font-weight: bold;
color: #e6e6e6 !important;
background: transparent !important;
border: none !important;
outline: none !important;
-webkit-tap-highlight-color: transparent;
}
.pi-panel-navigation li.current,
.pi-panel-navigation li:active,
.pi-panel-navigation li:focus,
.pi-panel-navigation li:focus-visible {
color: #a862ea !important;
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
text-decoration: underline !important;
text-decoration-color: #a862ea !important;
text-underline-offset: 5px;
box-shadow: none !important;
outline: none !important;
}
.pi-panel-navigation li:hover {
color: #a862ea !important;
background: transparent !important;
}
.pi-panel-content {
background: #000 !important;
padding: 10px !important;
}
#p-logo, .mw-wiki-logo {
width: 165px !important;
height: 165px !important;
margin: 10px auto !important;
display: block !important;
background-size: 140px auto !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
#mw-panel { padding-top: 180px !important; }
#footer { display: none !important; }
.vector-menu-tabs li { background-color: #1e1f22 !important; }
.vector-menu-tabs .selected { border-bottom: 2px solid #a862ea !important; }
.movebox-container {
background-color: #1a1a1a; border: 2px solid #333; border-radius: 4px;
width: 100%; max-width: 450px; margin: 10px 0; color: #fff; overflow: hidden;
}
.movebox-header { background-color: #111; padding: 10px; font-weight: bold; text-align: center; text-transform: uppercase; }
.char-slider-container {
background: #1e1e1e !important; border: 2px solid #3c3c3c !important;
display: flex; overflow-x: auto; padding: 20px; gap: 15px;
}
textarea, input { background-color: #2d2d2d !important; color: #fff !important; border: 1px solid #444 !important; }
.mw-ui-icon { filter: invert(1) !important; }
.tabberlive .tabbernav {
border-bottom: 2px solid #a862ea !important;
}
.tabberlive .tabbernav li a {
background: #1e1f22 !important;
color: #e6e6e6 !important;
border: 1px solid #333 !important;
}
.tabberlive .tabbernav li.tabberactive a {
background: #a862ea !important;
color: #fff !important;
}
.page-Main_Page #firstHeading,
.page-Main_Page #siteSub,
.page-Main_Page #contentSub {
display: none !important;
}
.community-header {
background: rgba(20, 20, 20, 0.8);
border: 1px solid #2b2d31;
border-radius: 8px;
padding: 25px;
margin-bottom: 20px;
text-align: center;
backdrop-filter: blur(5px);
}
.community-header h1 {
font-size: 42px !important;
font-weight: 700 !important;
color: #fff !important;
text-transform: uppercase;
letter-spacing: 2px;
border: none !important;
margin: 0 !important;
}
.community-header p {
color: #a862ea;
font-weight: 500;
font-size: 1.2em;
margin-top: 5px;
}
.main-page-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}
.main-page-card {
background: #111;
border: 1px solid #333;
border-top: 3px solid #a862ea;
border-radius: 4px;
padding: 20px;
transition: 0.3s;
}
.main-page-card:hover {
border-color: #fff;
transform: translateY(-2px);
background: #161616;
}
.main-page-card h2 {
border: none !important;
font-size: 20px !important;
margin: 0 0 10px 0 !important;
color: #a862ea !important;
text-transform: uppercase;
}
.main-page-card ul {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
.main-page-card li {
padding: 8px 0;
border-bottom: 1px solid #222;
}
.main-page-card li:last-child {
border-bottom: none;
}
.featured-section {
background: linear-gradient(rgba(168, 98, 234, 0.1), transparent);
border: 1px solid rgba(168, 98, 234, 0.3);
padding: 20px;
border-radius: 8px;
margin-top: 20px;
}