Line 743: | Line 743: | ||
margin-left: -10px; | margin-left: -10px; | ||
} | } | ||
+ | |||
+ | .tooltip { | ||
+ | display: none; | ||
+ | width: 250px; | ||
+ | line-height: 1.1em; | ||
+ | font-size: 11px; | ||
+ | padding: 7px 9px; | ||
+ | font-family: Tahoma, Arial; | ||
+ | border: 1px solid #0084B4; | ||
+ | -webkit-box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.75); | ||
+ | -moz-box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.75); | ||
+ | box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.75); | ||
+ | background: #EEEEEE; | ||
+ | background: -moz-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(228, 228, 228) ), color-stop(100%,#FFFFFF )); | ||
+ | background: -webkit-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); | ||
+ | background: -o-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); | ||
+ | background: -ms-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); | ||
+ | background: linear-gradient(to bottom, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#FFFFFF',GradientType=0 ); | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Revision as of 17:51, 29 October 2017