MediaWiki:Common.css: Difference between revisions

From USC Nanofab Wiki
Jump to navigation Jump to search
No edit summary
disable custom CSS while messing with icon and wordmark
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* this hides the large site name that sits to the right of the site logo */
/* this hides the large site name that sits to the right of the site logo  
.mw-logo-wordmark {
.mw-logo-wordmark {
     display: none;
     display: none;
}
}
.mw-logo-icon {
.mw-logo-icon {
     width: 135;
     width: 135;
     height: 135;
     height: 135;
}
}
*/

Revision as of 10:32, 7 February 2025

/* CSS placed here will be applied to all skins */

/* this hides the large site name that sits to the right of the site logo 
.mw-logo-wordmark {
    display: none;
}
.mw-logo-icon {
     width: 135;
     height: 135;
}
*/