Jump to content

MediaWiki:Common.css: Difference between revisions

From Dogs Welcome (Isle of Man)
No edit summary
No edit summary
Line 5: Line 5:
}
}


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

Revision as of 07:38, 17 March 2025

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

.directoryIcon {
  font-size: 1000%;
}

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

.directoryIcon a:hover {
}