MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 18: | Line 18: | ||
@import url("/index.php?title=MediaWiki:Attributes.css&action=raw&ctype=text/css&cb=3"); | @import url("/index.php?title=MediaWiki:Attributes.css&action=raw&ctype=text/css&cb=3"); | ||
@import url("/index.php?title=MediaWiki:ChangeHistory.css&action=raw&ctype=text/css&cb=3"); | @import url("/index.php?title=MediaWiki:ChangeHistory.css&action=raw&ctype=text/css&cb=3"); | ||
@import url("/index.php?title=MediaWiki:Edios Infobox.css&action=raw&ctype=text/css&cb=3"); | |||
/* Import Font */ | /* Import Font */ | ||
| Line 77: | Line 78: | ||
.custom-formatting-code .custom-formatting-resulting { display: none; } | .custom-formatting-code .custom-formatting-resulting { display: none; } | ||
/* End for [[Module:Formatting]] */ | /* End for [[Module:Formatting]] */ | ||
/* Styling for [[Template:tt]] */ | |||
.text-tooltip { | |||
cursor: help; | |||
} | |||
.text-tooltip:not(.no-underline) { | |||
border-bottom-color: rgb(128, 128, 128); | |||
border-bottom-width: 1px; | |||
border-bottom-style: dotted; | |||
} | |||