1,278
edits
| Tag: Manual revert | |||
| Line 2,382: | Line 2,382: | ||
| 	margin-top: 2em !important;   | 	margin-top: 2em !important;   | ||
| 	margin-left: 3em !important; | 	margin-left: 3em !important; | ||
| } | |||
| /* ============= Template:Tooltip ============= */ | |||
| .tooltip-trigger { | |||
|   color: #ba0606; | |||
|   position: relative; | |||
| } | |||
| .tooltip-trigger:hover .tooltip-content { | |||
|   display: inline-block; | |||
|   position: absolute; | |||
|   min-width: 20em; | |||
|   padding: 10px 15px; | |||
|   color: #585858; | |||
|   background-color: white; | |||
|   border: 1px solid silver; | |||
|   border-radius: 10px; | |||
|   font-size: 90%; | |||
|   box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); | |||
| } | |||
| .tooltip-content { | |||
|   display: none; | |||
| } | |||
| .tooltip-trigger:hover { | |||
|   cursor: help; | |||
| } | } | ||