MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
Line 15: Line 15:
     border-radius: 4px;
     border-radius: 4px;
     color: #222;
     color: #222;
}
/* Gray background box for FAQ questions */
.faq-question {
    background-color: #2a2a2a;  /* dark gray that fits your Minerva/Timeless dark theme */
    padding: 1em;              /* space inside the box */
    margin: 1em 0;              /* space between boxes */
    border-radius: 6px;        /* optional: soft corners */
    border: 1px solid #444;    /* subtle outline so it doesn’t blend into the page */
}
}



Revision as of 23:56, 3 January 2026

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

/* Hide the entire Anonymous dropdown menu in Timeless */
#p-personal,
#personal,
#user-tools {
    display: none !important;
}

.quote-box {
    padding: 1em 1.2em;
    margin: 1.5em 0;
    background: #f2f2f2;
    border-left: 4px solid #ccc;
    border-radius: 4px;
    color: #222;
}

/* Gray background box for FAQ questions */
.faq-question {
    background-color: #2a2a2a;   /* dark gray that fits your Minerva/Timeless dark theme */
    padding: 1em;               /* space inside the box */
    margin: 1em 0;              /* space between boxes */
    border-radius: 6px;         /* optional: soft corners */
    border: 1px solid #444;     /* subtle outline so it doesn’t blend into the page */
}

/* Hide all category links on article pages */
#catlinks {
    display: none !important;
}

/* Hide empty category page warnings and edit notices */
body.page-Category .mw-parser-output > p,
body.page-Category .noarticletext,
body.page-Category .mw-empty-elt,
body.page-Category #contentSub,
body.page-Category #contentSub2 {
    display: none !important;
}

/* Hide the "Category" tab on category pages (optional) */
body.ns-14 #ca-nstab-category {
    display: none !important;
}

/* Hide all category displays in Timeless */
#catlinks,
.catlinks,
.mw-normal-catlinks,
.mw-hidden-catlinks,
#mw-normal-catlinks,
#mw-hidden-catlinks {
    display: none !important;
}

/* Universal kill-switch for Timeless page tools */
#mw-related-navigation,
#page-tools,
#page-tools-wrapper,
#mw-panel .page-tools,
.sidebar-chunk.page-tools {
    display: none !important;
}