Jump to content

MediaWiki:Common.css: Difference between revisions

From Dogs Welcome (Isle of Man)
No edit summary
No edit summary
Line 7: Line 7:
.directoryIcon a:hover {
.directoryIcon a:hover {
   text-decoration: none;
   text-decoration: none;
  border: 1px solid black;
   transform: scale(1.2); /* Zoom on hover */
   transform: scale(1.2); /* Zoom on hover */
}
}

Revision as of 07:37, 17 March 2025

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

.directoryIcon {
  font-size: 1000%;
}

.directoryIcon a:hover {
  text-decoration: none;
  border: 1px solid black;
  transform: scale(1.2); /* Zoom on hover */
}