MediaWiki:Common.css: Difference between revisions

From Design Science Research Methods
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:


.mw-references-wrap {
.mw-references-wrap {
     pointer-events: none !important;
     pointer-events: auto !important;
     background-color: #f8f9fa;
    opacity: 1 !important;
     border: 1px solid #eaecf0;
     background-color: #fff;
     border-radius: 2px;
     border: 0px solid #fff;
     padding: 1px 4px;
     border-radius: 0px;
    opacity: 0.1 !important;
     padding: 0px;
}
}

Latest revision as of 09:50, 5 November 2022

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { 
    display: none; 
}

.mw-references-wrap {
    pointer-events: auto !important;
    opacity: 1 !important;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 0px;
    padding: 0px;
}