MediaWiki:Gadget-FDEditDiagramLink.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*
* Gadget-FDEditDiagramLink.css
*
* Deliberately understated - Help:Diagrams carries four embedded diagrams on
* one page, so this must not compete with the diagrams themselves.
*/
.fd-editlink {
font-size: 0.85em;
line-height: 1.4;
margin: 0 0 0.25em 0;
text-align: right;
}
.fd-editlink a,
.fd-editlink a:visited {
color: #54595d;
text-decoration: none;
}
.fd-editlink a:hover,
.fd-editlink a:focus {
color: #3366cc;
text-decoration: underline;
}