MediaWiki:Common.css: Difference between revisions

From JCraft Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');


:root {
:root {
    --color-bg-page: #000000;
 
    --color-bg-content: #1e1f22;
--color-bg-page: #000000;
    --color-text-base: #e6e6e6;
 
    --color-primary: #a862ea;
--color-bg-content: #1e1f22;
 
--color-text-base: #e6e6e6;
 
--color-primary: #a862ea;
 
}
}


body {
body {
    background-color: #000000 !important;
 
    background-image: url('https://wiki.jcraft-eoe.com/images/6/65/Wiki_Background.png') !important;
background-color: #000000 !important;
    background-attachment: fixed !important;
 
    background-size: cover !important;
background-image: url('https://wiki.jcraft-eoe.com/images/6/65/Wiki_Background.png') !important;
    background-repeat: no-repeat !important;
 
    background-position: center top !important;
background-attachment: fixed !important;
    font-family: 'Rubik', sans-serif !important;
 
    color: #e6e6e6 !important;
background-size: cover !important;
 
background-repeat: no-repeat !important;
 
background-position: center top !important;
 
font-family: 'Rubik', sans-serif !important;
 
color: #e6e6e6 !important;
 
}
}


.page-Main_Page .firstHeading {
.page-Main_Page .firstHeading {
    display: none !important;
 
display: none !important;
 
}
}


#mw-panel {
#mw-panel {
    display: none !important;
 
display: none !important;
 
}
}


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


#mw-head {
#mw-head {
    background: rgba(30, 31, 34, 0.8) !important;  
 
    border-bottom: 1px solid #333 !important;
background: rgba(30, 31, 34, 0.8) !important;
    left: 0 !important;
 
    overflow: visible !important;
border-bottom: 1px solid #333 !important;
    height: 75px !important;
 
left: 0 !important;
 
overflow: visible !important;
 
height: 75px !important;
 
}
}


#left-navigation {
#left-navigation {
    margin-left: 20px !important;
 
    height: 75px !important;
margin-left: 20px !important;
    position: relative !important;
 
    top: -5px !important;
height: 75px !important;
 
position: relative !important;
 
top: -5px !important;
 
}
}


#right-navigation {
#right-navigation {
    height: 75px !important;
 
    position: relative !important;
height: 75px !important;
    top: -5px !important;
 
position: relative !important;
 
top: -5px !important;
 
}
}


#mw-page-base,
#mw-page-base,
#mw-head-base {
#mw-head-base {
    background: transparent !important;
 
background: transparent !important;
 
}
}


#mw-head::before,
#mw-head::before,
#p-logo {
#p-logo {
    display: none !important;
 
display: none !important;
 
}
}


#ca-talk {
#ca-talk {
    display: block !important;
 
    visibility: visible !important;
display: block !important;
    z-index: 9999 !important;
 
    position: relative !important;
visibility: visible !important;
    height: 100% !important;
 
z-index: 9999 !important;
 
position: relative !important;
 
height: 100% !important;
 
}
}


#ca-talk a {
#ca-talk a {
    display: block !important;
 
    visibility: visible !important;
display: block !important;
    pointer-events: auto !important;
 
    cursor: pointer !important;
visibility: visible !important;
    width: 68px !important;
 
    height: 68px !important;
pointer-events: auto !important;
    position: absolute !important;
 
    top: 50% !important;  
cursor: pointer !important;
    transform: translateY(-50%) !important;
 
    margin: 0 !important;
width: 68px !important;
    padding: 0 !important;
 
height: 68px !important;
 
position: absolute !important;
 
top: 50% !important;
 
transform: translateY(-50%) !important;
 
margin: 0 !important;
 
padding: 0 !important;
 
}
}


#ca-talk a span {
#ca-talk a span {
    display: none !important;
 
display: none !important;
 
}
}


#ca-talk a::before {
#ca-talk a::before {
    content: "" !important;
 
    display: block !important;
content: "" !important;
    width: 68px !important;
 
    height: 68px !important;
display: block !important;
    background-image: url('https://wiki.jcraft-eoe.com/images/7/71/JCraft_Icon.png') !important;
 
    background-size: contain !important;
width: 68px !important;
    background-repeat: no-repeat !important;
 
    background-position: center center !important;
height: 68px !important;
    visibility: visible !important;
 
background-image: url('https://wiki.jcraft-eoe.com/images/7/71/JCraft_Icon.png') !important;
 
background-size: contain !important;
 
background-repeat: no-repeat !important;
 
background-position: center center !important;
 
visibility: visible !important;
 
}
}


#ca-talk a:hover::before {
#ca-talk a:hover::before {
    filter: drop-shadow(0 0 5px var(--color-primary)) !important;
 
filter: drop-shadow(0 0 5px var(--color-primary)) !important;
 
}
}


.mc-crafting-wrapper {
.mc-crafting-wrapper {
    display: flex !important;
 
    flex-direction: row !important;
display: flex !important;
    align-items: center !important;
 
    gap: 20px !important;
flex-direction: row !important;
    background: #c6c6c6 !important;
 
    padding: 20px !important;
align-items: center !important;
    border: 2px solid #373737 !important;
 
    width: min-content !important;
gap: 20px !important;
    margin: 1em auto !important;
 
background: #c6c6c6 !important;
 
padding: 20px !important;
 
border: 2px solid #373737 !important;
 
width: min-content !important;
 
margin: 1em auto !important;
 
}
}


.mc-grid {
.mc-grid {
    display: grid !important;
 
    grid-template-columns: repeat(3, 50px) !important;
display: grid !important;
    grid-template-rows: repeat(3, 50px) !important;
 
    gap: 2px !important;
grid-template-columns: repeat(3, 50px) !important;
    background: #8b8b8b !important;
 
    border: 2px solid #8b8b8b !important;
grid-template-rows: repeat(3, 50px) !important;
    width: 154px !important;
 
    height: 154px !important;
gap: 2px !important;
 
background: #8b8b8b !important;
 
border: 2px solid #8b8b8b !important;
 
width: 154px !important;
 
height: 154px !important;
 
}
}


.mc-cell {
.mc-cell {
    width: 50px !important;
 
    height: 50px !important;
width: 50px !important;
    background: #8b8b8b !important;
 
    border: 2px solid !important;
height: 50px !important;
    border-color: #373737 #ffffff #ffffff #373737 !important;
 
    display: flex !important;
background: #8b8b8b !important;
    align-items: center !important;
 
    justify-content: center !important;
border: 2px solid !important;
    box-sizing: border-box !important;
 
border-color: #373737 #ffffff #ffffff #373737 !important;
 
display: flex !important;
 
align-items: center !important;
 
justify-content: center !important;
 
box-sizing: border-box !important;
 
}
}


.mc-cell img,
.mc-cell img,
.mc-result img {
.mc-result img {
    max-width: 40px !important;
 
    height: auto !important;
max-width: 40px !important;
    display: block !important;
 
    margin: 0 auto !important;
height: auto !important;
 
display: block !important;
 
margin: 0 auto !important;
 
}
}


.mc-arrow {
.mc-arrow {
    font-size: 32px !important;
 
    color: #373737 !important;
font-size: 32px !important;
    font-family: sans-serif !important;
 
color: #373737 !important;
 
font-family: sans-serif !important;
 
}
}


.mc-result {
.mc-result {
    width: 64px !important;
 
    height: 64px !important;
width: 64px !important;
    background: #8b8b8b !important;
 
    border: 2px solid !important;
height: 64px !important;
    border-color: #373737 #ffffff #ffffff #373737 !important;
 
    display: flex !important;
background: #8b8b8b !important;
    align-items: center !important;
 
    justify-content: center !important;
border: 2px solid !important;
    box-sizing: border-box !important;
 
border-color: #373737 #ffffff #ffffff #373737 !important;
 
display: flex !important;
 
align-items: center !important;
 
justify-content: center !important;
 
box-sizing: border-box !important;
 
}
}


.mw-mmv-image-wrapper {
.mw-mmv-image-wrapper {
    background-color: rgba(0, 0, 0, 0.9) !important;
 
background-color: rgba(0, 0, 0, 0.9) !important;
 
}
}


.mw-mmv-post-image {
.mw-mmv-post-image {
    background-color: #1e1f22 !important;
 
    color: #e6e6e6 !important;
background-color: #1e1f22 !important;
 
color: #e6e6e6 !important;
 
}
}


figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
figure[typeof~='mw:File/Frame'],
.thumb,
.thumb,
.thumbinner {
.thumbinner {
    background-color: transparent !important;
 
    background: none !important;
background-color: transparent !important;
    border: none !important;
 
    box-shadow: none !important;
background: none !important;
    padding: 0 !important;
 
    width: auto !important;
border: none !important;
 
box-shadow: none !important;
 
padding: 0 !important;
 
width: auto !important;
 
}
}


.thumbcaption,
.thumbcaption,
figure figcaption {
figure figcaption {
    color: #ffffff !important;
 
    font-size: 12.6px !important;
color: #ffffff !important;
    text-align: center !important;
 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
font-size: 12.6px !important;
 
text-align: center !important;
 
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
 
}
}


.magnify,
.magnify,
.magnifier {
.magnifier {
    display: none !important;
 
display: none !important;
 
}
}


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


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


h3,
h3,
h4,
h4,
h5,
h5,
h6 {
h6 {
    color: #ffffff !important;
 
    border-bottom: none !important;
color: #ffffff !important;
    text-decoration: none !important;
 
border-bottom: none !important;
 
text-decoration: none !important;
 
}
}


a {
a {
    color: #a862ea !important;
 
color: #a862ea !important;
 
}
}


a:visited {
a:visited {
    color: #8c4dbf !important;
 
color: #8c4dbf !important;
 
}
}


#p-views li,
#p-views li,
#p-cactions li,
#p-cactions li,
#p-namespaces li,
#p-namespaces li,
#p-views li a,
#p-views li a,
#p-cactions li a,
#p-cactions li a,
#p-namespaces li a,
#p-namespaces li a,
#p-views li.selected a,
#p-views li.selected a,
#p-namespaces li.selected a,
#p-namespaces li.selected a,
#p-views li a:hover,
#p-views li a:hover,
#p-cactions li a:hover,
#p-cactions li a:hover,
#p-namespaces li a:hover {
#p-namespaces li a:hover {
    background-color: #1e1f22 !important;
 
    background-image: none !important;
background-color: #1e1f22 !important;
    color: #e6e6e6 !important;
 
    border: 1px solid #333 !important;
background-image: none !important;
    border-bottom: none !important;
 
color: #e6e6e6 !important;
 
border: 1px solid #333 !important;
 
border-bottom: none !important;
 
}
}


#p-views li.selected,
#p-views li.selected,
#p-namespaces li.selected {
#p-namespaces li.selected {
    border-bottom: 2px solid #a862ea !important;
 
border-bottom: 2px solid #a862ea !important;
 
}
}


.portable-infobox {
.portable-infobox {
    background-color: #1e1f22 !important;
 
    border: 1px solid #a862ea !important;
background-color: #1e1f22 !important;
    color: #e6e6e6 !important;
 
    width: 270px !important;
border: 1px solid #a862ea !important;
    border-radius: 4px;
 
color: #e6e6e6 !important;
 
width: 270px !important;
 
border-radius: 4px;
 
}
}


.portable-infobox .pi-title {
.portable-infobox .pi-title {
    background-color: #111 !important;
 
    color: #fff !important;
background-color: #111 !important;
    font-size: 21px !important;
 
color: #fff !important;
 
font-size: 21px !important;
 
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
    background-color: #111 !important;
 
    color: #fff !important;
background-color: #111 !important;
    border-bottom: none !important;
 
color: #fff !important;
 
border-bottom: none !important;
 
}
}


#toc,
#toc,
.toc {
.toc {
    background-color: #1e1f22 !important;
 
    border: 1px solid #2b2d31 !important;
background-color: #1e1f22 !important;
    border-top: 3px solid #a862ea !important;
 
    padding: 15px !important;
border: 1px solid #2b2d31 !important;
 
border-top: 3px solid #a862ea !important;
 
padding: 15px !important;
 
}
}


.pi-section-navigation .pi-section-tab.pi-section-active,
.pi-section-navigation .pi-section-tab.pi-section-active,
.pi-section-navigation .pi-section-tab.current,
.pi-section-navigation .pi-section-tab.current,
.pi-media-collection .pi-tab-link.current {
.pi-media-collection .pi-tab-link.current {
    background: transparent !important;
 
    background-color: transparent !important;
background: transparent !important;
    background-image: none !important;
 
    border-bottom: 2px solid #a862ea !important;
background-color: transparent !important;
 
background-image: none !important;
 
border-bottom: 2px solid #a862ea !important;
 
}
}


.pi-section-navigation .pi-section-tab.current,
.pi-section-navigation .pi-section-tab.current,
.pi-section-navigation .pi-section-tab.current b,
.pi-section-navigation .pi-section-tab.current b,
.pi-media-collection .pi-tab-link.current {
.pi-media-collection .pi-tab-link.current {
    color: #a862ea !important;
 
    font-weight: bold !important;
color: #a862ea !important;
 
font-weight: bold !important;
 
}
}


.pi-section-navigation {
.pi-section-navigation {
    background-color: #0a0a0a !important;
 
    display: flex !important;
background-color: #0a0a0a !important;
    margin: 0 !important;
 
    padding: 0 !important;
display: flex !important;
    border-bottom: 1px solid #333 !important;
 
margin: 0 !important;
 
padding: 0 !important;
 
border-bottom: 1px solid #333 !important;
 
}
}


.pi-section-tab {
.pi-section-tab {
    flex: 1;
 
    text-align: center;
flex: 1;
    padding: 10px 5px !important;
 
    color: #bbb !important;
text-align: center;
    cursor: pointer;
 
padding: 10px 5px !important;
 
color: #bbb !important;
 
cursor: pointer;
 
}
}


.mw-collapsible-content img[src$=".gif"] {
.mw-collapsible-content img[src$=".gif"] {
    display: block !important;
 
    visibility: visible !important;
display: block !important;
 
visibility: visible !important;
 
}
}


.wikitable,
.wikitable,
.loot-table {
.loot-table {
    background-color: #1e1f22 !important;
 
    color: #e6e6e6 !important;
background-color: #1e1f22 !important;
    border: 1px solid #333 !important;
 
color: #e6e6e6 !important;
 
border: 1px solid #333 !important;
 
}
}


.wikitable th,
.wikitable th,
.loot-table th {
.loot-table th {
    background-color: #111111 !important;
 
    color: #ffffff !important;
background-color: #111111 !important;
 
color: #ffffff !important;
 
}
}


.catlinks {
.catlinks {
    background: #1e1f22;
 
    border: 1px solid #2b2d31;
background: #1e1f22;
    border-radius: 8px;
 
border: 1px solid #2b2d31;
 
border-radius: 8px;
 
}
}


#footer {
#footer {
    display: none !important;
 
display: none !important;
 
}
}


.stand-chart4-wrapper {
.stand-chart4-wrapper {
    position: relative;
 
    width: 450px; height: 450px;
position: relative;
    max-width: 100%;
 
    margin: 20px auto;
width: 450px; height: 450px;
    background-image: url('https://wiki.jcraft-eoe.com/images/2/20/HexGrid_StandChart_Full.png');
 
    background-size: cover;
max-width: 100%;
    background-position: center;
 
    display: flex;
margin: 20px auto;
    align-items: center;
 
    justify-content: center;
background-image: url('https://wiki.jcraft-eoe.com/images/2/20/HexGrid_StandChart_Full.png');
 
background-size: cover;
 
background-position: center;
 
display: flex;
 
align-items: center;
 
justify-content: center;
 
}
}


.stand-chart4-inner {
.stand-chart4-inner {
    position: relative;
 
    width: 450px; height: 450px;
position: relative;
    top: 2px; left: -2px;
 
    transform: scale(0.546);  
width: 450px; height: 450px;
    background-image: url('https://wiki.jcraft-eoe.com/images/a/a1/StandChart_HalfBackground.png');
 
    background-size: contain;
top: 2px; left: -2px;
    background-position: center;
 
    background-repeat: no-repeat;
transform: scale(0.546);
    --cx: 50%; --cy: 50%;
 
background-image: url('https://wiki.jcraft-eoe.com/images/a/a1/StandChart_HalfBackground.png');
 
background-size: contain;
 
background-position: center;
 
background-repeat: no-repeat;
 
--cx: 50%; --cy: 50%;
 
}
}


.stand-chart4-polygon {
.stand-chart4-polygon {
    position: absolute;
 
    top: 0; left: 0; right: 0; bottom: 0;
position: absolute;
    background-color: rgba(180, 30, 30, 0.35);  
 
    z-index: 1;  
top: 0; left: 0; right: 0; bottom: 0;
    clip-path: polygon(
 
        var(--cx) calc(var(--cy) - (var(--pow) * 1%)),
background-color: rgba(180, 30, 30, 0.35);
        calc(var(--cx) + (var(--spd) * 0.866%)) calc(var(--cy) - (var(--spd) * 0.5%)),
 
        calc(var(--cx) + (var(--rng) * 0.866%)) calc(var(--cy) + (var(--rng) * 0.5%)),
z-index: 1;
        var(--cx) calc(var(--cy) + (var(--dur) * 1%)),
 
        calc(var(--cx) - (var(--pre) * 0.866%)) calc(var(--cy) + (var(--pre) * 0.5%)),
clip-path: polygon(
        calc(var(--cx) - (var(--pot) * 0.866%)) calc(var(--cy) - (var(--pot) * 0.5%))
 
    );
var(--cx) calc(var(--cy) - (var(--pow) * 1%)),
 
calc(var(--cx) + (var(--spd) * 0.866%)) calc(var(--cy) - (var(--spd) * 0.5%)),
 
calc(var(--cx) + (var(--rng) * 0.866%)) calc(var(--cy) + (var(--rng) * 0.5%)),
 
var(--cx) calc(var(--cy) + (var(--dur) * 1%)),
 
calc(var(--cx) - (var(--pre) * 0.866%)) calc(var(--cy) + (var(--pre) * 0.5%)),
 
calc(var(--cx) - (var(--pot) * 0.866%)) calc(var(--cy) - (var(--pot) * 0.5%))
 
);
 
}
}


.stand-chart4-label {
.stand-chart4-label {
    position: absolute;
 
    font-size: 28px;
position: absolute;
    font-weight: 900;
 
    transform: translate(-50%, -50%);
font-size: 28px;
    z-index: 2;  
 
font-weight: 900;
 
transform: translate(-50%, -50%);
 
z-index: 2;
 
}
}


.label4-pow { top: 17%; left: 49.1%; }  
 
.label4-spd { top: 32%; left: 78%; }  
 
.label4-rng { top: 68%; left: 78%; }  
.label4-pow { top: 17%; left: 49.1%; }
.label4-dur { top: 83%; left: 49.1%; }  
 
.label4-spd { top: 32%; left: 78%; }
 
.label4-rng { top: 68%; left: 78%; }
 
.label4-dur { top: 83%; left: 49.1%; }
 
.label4-pre { top: 68%; left: 22%; }
.label4-pre { top: 68%; left: 22%; }
.label4-pot { top: 32%; left: 22%; }
.label4-pot { top: 32%; left: 22%; }


.wikitable code {
.wikitable code {
    background-color: #000000 !important;
 
    color: #ffffff !important;
background-color: #000000 !important;
    border: 1px solid #444 !important;
 
    padding: 2px 4px !important;
color: #ffffff !important;
    border-radius: 3px !important;
 
    font-family: 'Courier New', Courier, monospace !important;
border: 1px solid #444 !important;
 
padding: 2px 4px !important;
 
border-radius: 3px !important;
 
font-family: 'Courier New', Courier, monospace !important;
 
}
}


.wikitable td {
.wikitable td {
    background-color: #1e1f22 !important;
 
    color: #e6e6e6 !important;
background-color: #1e1f22 !important;
 
color: #e6e6e6 !important;
 
}
}


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


.wikitable th {
.wikitable th {
    background-color: #111111 !important;
 
    color: #ffffff !important;
background-color: #111111 !important;
    border: 1px solid #333 !important;
 
color: #ffffff !important;
 
border: 1px solid #333 !important;
 
}
}


.wikitable td {
.wikitable td {
    border: 1px solid #333 !important;
 
border: 1px solid #333 !important;
 
}
}


code {
code {
    background-color: #000000 !important;
 
    color: #ffffff !important;
background-color: #000000 !important;
    border: 1px solid #444 !important;
 
    padding: 2px 4px !important;
color: #ffffff !important;
    border-radius: 3px !important;
 
border: 1px solid #444 !important;
 
padding: 2px 4px !important;
 
border-radius: 3px !important;
 
}
}


.oo-ui-window-frame,
.oo-ui-window-frame,
.oo-ui-processDialog-content,
.oo-ui-processDialog-content,
.oo-ui-processDialog-navigation,
.oo-ui-processDialog-navigation,
.oo-ui-window-foot,
.oo-ui-window-foot,
.ve-ui-mwTemplateDialog-content {
.ve-ui-mwTemplateDialog-content {
    background-color: #1e1f22 !important;
 
    color: #e6e6e6 !important;
background-color: #1e1f22 !important;
 
color: #e6e6e6 !important;
 
}
}


.oo-ui-inputWidget-input {
.oo-ui-inputWidget-input {
    background-color: #111111 !important;
 
    color: #ffffff !important;
background-color: #111111 !important;
    border: 1px solid #a862ea !important;
 
color: #ffffff !important;
 
border: 1px solid #a862ea !important;
 
}
}


.oo-ui-menuOptionWidget-selected {
.oo-ui-menuOptionWidget-selected {
    background-color: #a862ea !important;
 
background-color: #a862ea !important;
 
}
}


.portable-infobox .pi-data,
 
.portable-infobox .pi-item,
.portable-infobox .pi-group {
    overflow: visible !important;
}


.portable-infobox .stand-chart4-wrapper {
.portable-infobox .stand-chart4-wrapper {
    transform: scale(0.53);  
 
    transform-origin: center center;
transform: scale(0.58);
    margin-left: -90px !important;  
 
    margin-top: -110px !important;
transform-origin: center center;
    margin-bottom: -120px !important;
 
    pointer-events: none;  
margin-left: -63px !important;
 
margin-top: -100px !important;
 
margin-bottom: -140px !important;
 
pointer-events: none;
 
}
}


.portable-infobox .stand-chart4-wrapper:hover {
.portable-infobox .stand-chart4-wrapper:hover {
    transform: scale(1.0);
 
    pointer-events: auto;
transform: scale(1.0);
    z-index: 100;
 
    background-color: rgba(30, 31, 34, 0.98);
pointer-events: auto;
    border-radius: 8px;
 
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
z-index: 100;
    transition: transform 0.2s ease-in-out;
 
background-color: rgba(30, 31, 34, 0.98);
 
border-radius: 8px;
 
box-shadow: 0 0 20px rgba(0,0,0,0.5);
 
transition: transform 0.2s ease-in-out;
 
}
}


.portable-infobox {
.portable-infobox {
    overflow: visible !important;
 
overflow: visible !important;
 
}
}

Revision as of 14:10, 27 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;

}



body {

background-color: #000000 !important;

background-image: url('https://wiki.jcraft-eoe.com/images/6/65/Wiki_Background.png') !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;

}



.page-Main_Page .firstHeading {

display: none !important;

}



#mw-panel {

display: none !important;

}



#content {

background-color: rgba(30, 31, 34, 0.96) !important;

max-width: 1100px !important;

margin: 40px auto 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;

position: relative !important;

}



#mw-head {

background: rgba(30, 31, 34, 0.8) !important;

border-bottom: 1px solid #333 !important;

left: 0 !important;

overflow: visible !important;

height: 75px !important;

}



#left-navigation {

margin-left: 20px !important;

height: 75px !important;

position: relative !important;

top: -5px !important;

}



#right-navigation {

height: 75px !important;

position: relative !important;

top: -5px !important;

}



#mw-page-base,

#mw-head-base {

background: transparent !important;

}



#mw-head::before,

#p-logo {

display: none !important;

}



#ca-talk {

display: block !important;

visibility: visible !important;

z-index: 9999 !important;

position: relative !important;

height: 100% !important;

}



#ca-talk a {

display: block !important;

visibility: visible !important;

pointer-events: auto !important;

cursor: pointer !important;

width: 68px !important;

height: 68px !important;

position: absolute !important;

top: 50% !important;

transform: translateY(-50%) !important;

margin: 0 !important;

padding: 0 !important;

}



#ca-talk a span {

display: none !important;

}



#ca-talk a::before {

content: "" !important;

display: block !important;

width: 68px !important;

height: 68px !important;

background-image: url('https://wiki.jcraft-eoe.com/images/7/71/JCraft_Icon.png') !important;

background-size: contain !important;

background-repeat: no-repeat !important;

background-position: center center !important;

visibility: visible !important;

}



#ca-talk a:hover::before {

filter: drop-shadow(0 0 5px var(--color-primary)) !important;

}



.mc-crafting-wrapper {

display: flex !important;

flex-direction: row !important;

align-items: center !important;

gap: 20px !important;

background: #c6c6c6 !important;

padding: 20px !important;

border: 2px solid #373737 !important;

width: min-content !important;

margin: 1em auto !important;

}



.mc-grid {

display: grid !important;

grid-template-columns: repeat(3, 50px) !important;

grid-template-rows: repeat(3, 50px) !important;

gap: 2px !important;

background: #8b8b8b !important;

border: 2px solid #8b8b8b !important;

width: 154px !important;

height: 154px !important;

}



.mc-cell {

width: 50px !important;

height: 50px !important;

background: #8b8b8b !important;

border: 2px solid !important;

border-color: #373737 #ffffff #ffffff #373737 !important;

display: flex !important;

align-items: center !important;

justify-content: center !important;

box-sizing: border-box !important;

}



.mc-cell img,

.mc-result img {

max-width: 40px !important;

height: auto !important;

display: block !important;

margin: 0 auto !important;

}



.mc-arrow {

font-size: 32px !important;

color: #373737 !important;

font-family: sans-serif !important;

}



.mc-result {

width: 64px !important;

height: 64px !important;

background: #8b8b8b !important;

border: 2px solid !important;

border-color: #373737 #ffffff #ffffff #373737 !important;

display: flex !important;

align-items: center !important;

justify-content: center !important;

box-sizing: border-box !important;

}



.mw-mmv-image-wrapper {

background-color: rgba(0, 0, 0, 0.9) !important;

}



.mw-mmv-post-image {

background-color: #1e1f22 !important;

color: #e6e6e6 !important;

}



figure[typeof~='mw:File/Thumb'],

figure[typeof~='mw:File/Frame'],

.thumb,

.thumbinner {

background-color: transparent !important;

background: none !important;

border: none !important;

box-shadow: none !important;

padding: 0 !important;

width: auto !important;

}



.thumbcaption,

figure figcaption {

color: #ffffff !important;

font-size: 12.6px !important;

text-align: center !important;

text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;

}



.magnify,

.magnifier {

display: none !important;

}



.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;

}



h3,

h4,

h5,

h6 {

color: #ffffff !important;

border-bottom: none !important;

text-decoration: none !important;

}



a {

color: #a862ea !important;

}



a:visited {

color: #8c4dbf !important;

}



#p-views li,

#p-cactions li,

#p-namespaces li,

#p-views li a,

#p-cactions li a,

#p-namespaces li a,

#p-views li.selected a,

#p-namespaces li.selected a,

#p-views li a:hover,

#p-cactions li a:hover,

#p-namespaces li a:hover {

background-color: #1e1f22 !important;

background-image: none !important;

color: #e6e6e6 !important;

border: 1px solid #333 !important;

border-bottom: none !important;

}



#p-views li.selected,

#p-namespaces li.selected {

border-bottom: 2px solid #a862ea !important;

}



.portable-infobox {

background-color: #1e1f22 !important;

border: 1px solid #a862ea !important;

color: #e6e6e6 !important;

width: 270px !important;

border-radius: 4px;

}



.portable-infobox .pi-title {

background-color: #111 !important;

color: #fff !important;

font-size: 21px !important;

}



.portable-infobox .pi-header {

background-color: #111 !important;

color: #fff !important;

border-bottom: none !important;

}



#toc,

.toc {

background-color: #1e1f22 !important;

border: 1px solid #2b2d31 !important;

border-top: 3px solid #a862ea !important;

padding: 15px !important;

}



.pi-section-navigation .pi-section-tab.pi-section-active,

.pi-section-navigation .pi-section-tab.current,

.pi-media-collection .pi-tab-link.current {

background: transparent !important;

background-color: transparent !important;

background-image: none !important;

border-bottom: 2px solid #a862ea !important;

}



.pi-section-navigation .pi-section-tab.current,

.pi-section-navigation .pi-section-tab.current b,

.pi-media-collection .pi-tab-link.current {

color: #a862ea !important;

font-weight: bold !important;

}



.pi-section-navigation {

background-color: #0a0a0a !important;

display: flex !important;

margin: 0 !important;

padding: 0 !important;

border-bottom: 1px solid #333 !important;

}



.pi-section-tab {

flex: 1;

text-align: center;

padding: 10px 5px !important;

color: #bbb !important;

cursor: pointer;

}



.mw-collapsible-content img[src$=".gif"] {

display: block !important;

visibility: visible !important;

}



.wikitable,

.loot-table {

background-color: #1e1f22 !important;

color: #e6e6e6 !important;

border: 1px solid #333 !important;

}



.wikitable th,

.loot-table th {

background-color: #111111 !important;

color: #ffffff !important;

}



.catlinks {

background: #1e1f22;

border: 1px solid #2b2d31;

border-radius: 8px;

}



#footer {

display: none !important;

}



.stand-chart4-wrapper {

position: relative;

width: 450px; height: 450px;

max-width: 100%;

margin: 20px auto;

background-image: url('https://wiki.jcraft-eoe.com/images/2/20/HexGrid_StandChart_Full.png');

background-size: cover;

background-position: center;

display: flex;

align-items: center;

justify-content: center;

}



.stand-chart4-inner {

position: relative;

width: 450px; height: 450px;

top: 2px; left: -2px;

transform: scale(0.546);

background-image: url('https://wiki.jcraft-eoe.com/images/a/a1/StandChart_HalfBackground.png');

background-size: contain;

background-position: center;

background-repeat: no-repeat;

--cx: 50%; --cy: 50%;

}



.stand-chart4-polygon {

position: absolute;

top: 0; left: 0; right: 0; bottom: 0;

background-color: rgba(180, 30, 30, 0.35);

z-index: 1;

clip-path: polygon(

var(--cx) calc(var(--cy) - (var(--pow) * 1%)),

calc(var(--cx) + (var(--spd) * 0.866%)) calc(var(--cy) - (var(--spd) * 0.5%)),

calc(var(--cx) + (var(--rng) * 0.866%)) calc(var(--cy) + (var(--rng) * 0.5%)),

var(--cx) calc(var(--cy) + (var(--dur) * 1%)),

calc(var(--cx) - (var(--pre) * 0.866%)) calc(var(--cy) + (var(--pre) * 0.5%)),

calc(var(--cx) - (var(--pot) * 0.866%)) calc(var(--cy) - (var(--pot) * 0.5%))

);

}



.stand-chart4-label {

position: absolute;

font-size: 28px;

font-weight: 900;

transform: translate(-50%, -50%);

z-index: 2;

}



.label4-pow { top: 17%; left: 49.1%; }

.label4-spd { top: 32%; left: 78%; }

.label4-rng { top: 68%; left: 78%; }

.label4-dur { top: 83%; left: 49.1%; }

.label4-pre { top: 68%; left: 22%; }

.label4-pot { top: 32%; left: 22%; }



.wikitable code {

background-color: #000000 !important;

color: #ffffff !important;

border: 1px solid #444 !important;

padding: 2px 4px !important;

border-radius: 3px !important;

font-family: 'Courier New', Courier, monospace !important;

}



.wikitable td {

background-color: #1e1f22 !important;

color: #e6e6e6 !important;

}



.wikitable {

background-color: #1e1f22 !important;

color: #e6e6e6 !important;

border: 1px solid #2b2d31 !important;

}



.wikitable th {

background-color: #111111 !important;

color: #ffffff !important;

border: 1px solid #333 !important;

}



.wikitable td {

border: 1px solid #333 !important;

}



code {

background-color: #000000 !important;

color: #ffffff !important;

border: 1px solid #444 !important;

padding: 2px 4px !important;

border-radius: 3px !important;

}



.oo-ui-window-frame,

.oo-ui-processDialog-content,

.oo-ui-processDialog-navigation,

.oo-ui-window-foot,

.ve-ui-mwTemplateDialog-content {

background-color: #1e1f22 !important;

color: #e6e6e6 !important;

}



.oo-ui-inputWidget-input {

background-color: #111111 !important;

color: #ffffff !important;

border: 1px solid #a862ea !important;

}



.oo-ui-menuOptionWidget-selected {

background-color: #a862ea !important;

}



.portable-infobox .stand-chart4-wrapper {

transform: scale(0.58);

transform-origin: center center;

margin-left: -63px !important;

margin-top: -100px !important;

margin-bottom: -140px !important;

pointer-events: none;

}



.portable-infobox .stand-chart4-wrapper:hover {

transform: scale(1.0);

pointer-events: auto;

z-index: 100;

background-color: rgba(30, 31, 34, 0.98);

border-radius: 8px;

box-shadow: 0 0 20px rgba(0,0,0,0.5);

transition: transform 0.2s ease-in-out;

}



.portable-infobox {

overflow: visible !important;

}