MediaWiki:Common.css: Difference between revisions

From Luminys WIKI
No edit summary
No edit summary
Line 1: Line 1:
/* http://mediawiki.i.donnie.fun:8085/MediaWiki:Common.css */
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#mw-related-navigation{display:none}
#mw-related-navigation{display:none}
Line 16: Line 18:
.img100 a{
.img100 a{
   background-image: none !important;
   background-image: none !important;
}
.my-img{
    max-width: 100px;
}
}

Revision as of 11:36, 10 September 2024

/* http://mediawiki.i.donnie.fun:8085/MediaWiki:Common.css */

/* CSS placed here will be applied to all skins */
#mw-related-navigation{display:none}
#footer-icons{ display:none }


.lm-main-3{
  width:33%;
  border: 1px solid black;
  margin: 10px;
  padding: 10px;
}

.img100 img{
  max-width: 100px;
}
.img100 a{
  background-image: none !important;
}

.my-img{
    max-width: 100px;
}