PHP Classes

File: htdocs/modules/system/themes/dark/less/tooltip.less

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/dark/less/tooltip.less   Download  
File: htdocs/modules/system/themes/dark/less/tooltip.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 820 bytes
 

Contents

Class file image Download
/* * Dark Admin Theme * * @copyright (c) 2000-2025 XOOPS Project (https://xoops.org) * @license GNU public license 3.0 (https://www.gnu.org/licenses/gpl-3.0.html) * @package themes * @since 2.5.x * @author Xoops Design Theme <https://xoops.org/> * @maintained Xoops Design Theme <https://xoops.org/> * */ #tooltip { position: absolute; background: #D2E2F9; padding: 10px; color: #333; display: none; border: 1px solid #A4C3EF; border-radius: 3px; box-shadow: 3px 2px 3px rgba(0,0,0,0.5); //filter: alpha(opacity = 80); opacity: 0.8; } #tooltip span { font-size: 11px; font-weight: bold; text-align: center !important; } #tooltip img { padding-bottom: 10px !important; text-align: center !important; }