MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
 
(70 intermediate revisions by the same user not shown)
Line 27: Line 27:


/* Make the heading smaller INSIDE the FAQ box */
/* Make the heading smaller INSIDE the FAQ box */
.faq-question h3 {
h3 .faq-question {
     font-size: 1em !important;   /* same size as normal text */
     background-color: #f2f3f4;
     font-weight: bold;           /* keeps the question visually strong */
     padding: .2em;
     margin: 0;                   /* removes big heading spacing */
     border-radius: 2px;
     line-height: 1.4;
     font-size: .8em !important;
}
}


/* Hide all category links on article pages */
/* Hide all category links on article pages */
Line 71: Line 70:
.sidebar-chunk.page-tools {
.sidebar-chunk.page-tools {
     display: none !important;
     display: none !important;
}
@import url('https://fonts.googleapis.com/css2?family=Alegreya:opsz,wght@8..30,400;8..30,600;8..30,700&display=swap');
/* Force Timeless title span to behave like a real heading */
.mw-page-title-main {
    display: block !important;
    font-family: "Alegreya", serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 0.2em 0 !important;
    color: #989898 !important;
}
}