MediaWiki:Common.css: Difference between revisions

From EstoriaRO Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 101: Line 101:
     color: #202122;
     color: #202122;
     margin: 2em 0;
     margin: 2em 0;
     border: 2px solid #ffae00; /* border luar */
     border: 2px solid #ffae0000 /* border luar */
     border-collapse: collapse;
     border-collapse: collapse;
}
}


/* HEADER */
.wikitable th {
    border-left: 1px solid #ffae00;
    border-right: 1px solid #ffae00;
    padding: 8px;
}


/* CELL */
.wikitable td {
    border-left: 1px solid #ffae00;
    border-right: 1px solid #ffae00;
    padding: 8px;
}


.wikiEditor-ui textarea {
.wikiEditor-ui textarea {

Revision as of 18:06, 14 December 2025

/* ===== EstoriaRO Wiki Background ===== */
body {
    background: linear-gradient(
        180deg,
        #0b2c44 0%,     /* dark blue */
        #143d5c 30%,
        #f5f6e8 100%    /* light yellow almost white */
    );
    background-attachment: fixed;
}

/* Main content container */
.mw-body {
    background-color: rgb(34 50 83 / 33%);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 25px rgb(0 0 0);
}

body {
    background-color: #f8f9fa00;
    color: #ff9900;

}


/* EstoriaRO link colors */
#content a:link,
#content a:visited {
    color: #ffffff;

}


#content a:hover {
    color: #f0c75e; /* soft yellow highlight */
}

/* =====================================================
   EstoriaRO Wiki — Transparent Layout
   ===================================================== */

/* Body background tetap terlihat */
body {
    background-attachment: fixed;
}

.vector-pinned-container {
    background-color: #ffffff13;
}


.vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
    width: 100%;
    min-height: 3.125rem;
    background-color: #ffffff12;
    min-width: 18.75em;
    max-width: 99.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
}

.mw-page-container {
    min-width: 18.75em;
    max-width: 99.75rem;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding-top: 0.05px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #ffffff00;
}

.vector-pinnable-header {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ff9900;
    line-height: 1.6;
}

.mw-heading, h1, h2, h3, h4, h5, h6 {
    color: #ff9900;
    font-weight: bold;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    display: flow-root;
    word-break: break-word;
}

/* =====================================================
   EstoriaRO Wiki — table 
 
   ===================================================== */
   
.wikitable {
    background-color: #f8f9fa00; /* transparan */
    color: #202122;
    margin: 2em 0;
    border: 2px solid #ffae0000 /* border luar */
    border-collapse: collapse;
}



.wikiEditor-ui textarea {
    width: 75%;
    border: 0;
}