MediaWiki:Common.css: Difference between revisions

From CAMEO
Jump to navigation Jump to search
No edit summary
No edit summary
Line 41: Line 41:
#mw-panel .portal { color: #000000; font-weight:bold; font-size: 16px; font-family: "verdana, arial"; !important }
#mw-panel .portal { color: #000000; font-weight:bold; font-size: 16px; font-family: "verdana, arial"; !important }


/*.mw-category-generated
{
  visibility: hidden;
  display:none; !important
} */
/*.mw-portlet h3,
.portal h3 {
    font-weight: bold !important;
} */


/* Target Category pages in Vector skin, this script will hide the "Category" prefix on page titles */
/* Target Category pages in Vector skin, this script will hide the "Category" prefix on page titles */

Revision as of 08:17, 11 May 2026

/* CSS placed here will be applied to all skins */
body.page-Category_Materials_database #mw-subcategories {display: none}
body.page-Category_Materials_database #mw-pages {display: none}
#footer-poweredbyico { display: none; }
.page-About_CAMEO #contentSub { display: none }

#p-tb { display: none;!important }

#p-tb h3 { display: none;!important }

#t-specialpages { display: none;!important }

#t-print { display: none;!important }

#t-link { display: none;!important }

#t-changes { display: none;!important }

#t-info { display: none;!important }

#t-Permalink { display: none;!important }

#t-Relatedchanges { display: none;!important }

#t-Whatlinkshere { display: none;!important }

#t-userrights { display: none;!important }

#t-log { display: none;!important }

#t-contributions { display: none;!important }

#t-recentchangeslinked { display: none;!important }

#t-feedlinks { display: none;!important }

#t-blockip { display: none;!important }

.portal h3 { color: #000000; font-weight: bold;font-size: 14px; font-family: "verdana, arial"; !important }

#mw-panel .portal { color: #000000; font-weight:bold; font-size: 16px; font-family: "verdana, arial"; !important }


/* Target Category pages in Vector skin, this script will hide the "Category" prefix on page titles */

.ns-14 #firstHeading {
    display: block !important;
    position: relative !important;
    visibility: visible !important; /* Forces it to stay visible */
    
    margin-left: -4.3em; 
    clip-path: inset(0 0 0 4.3em);
}

/*This script will control the font and size of the left panel sub menus*/

#mw-panel .mw-portlet h3, 
#mw-panel .portal h3,
.mw-sidebar-label {
    font-size: .9em !important;
    font-weight: normal !important;
}