MediaWiki:Common.css: Difference between revisions

From Midgard Tales Wiki

No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 3: Line 3:
#ca-history { display: none !important;}
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
/* Style for collapsible sidebar headings */
#mw-panel div.portal h3 {
    cursor: pointer;
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
/* Style for the collapsible arrow */
.collapsible-arrow {
    float: right;
    font-size: 12px;
}
/* Style for the content under headings */
#mw-panel div.portal div.body {
    padding-left: 10px;
}

Revision as of 06:57, 31 January 2025

/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }
/* Style for collapsible sidebar headings */
#mw-panel div.portal h3 {
    cursor: pointer;
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

/* Style for the collapsible arrow */
.collapsible-arrow {
    float: right;
    font-size: 12px;
}

/* Style for the content under headings */
#mw-panel div.portal div.body {
    padding-left: 10px;
}