PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/dark/less/icons.less   Download  
File: htdocs/modules/system/themes/dark/less/icons.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: 1,639 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/> * */ #xo-system-icons { height: 200px; } #xo-module-icons,#xo-icon { margin: 3px; text-align: center; } #xo-module-icons { min-height: 250px; } #xo-icon a, #xo-module-icons a { display: block; float: left; height: 80px !important; width: 80px !important; vertical-align: middle; text-decoration: none; background-color: #FFF; padding: 10px; margin: 3px; border: 1px solid darken(@gray-light, 15%); border-radius: 3px; text-transform: uppercase; transition: ease all 250ms; } #xo-icon a:hover,#xo-module-icons a:hover { background: @blue-light; border-color: darken(@blue-light, 10%); } #xo-icon img{ margin-top: 8px; margin-bottom: 8px; filter: brightness(90%); } #xo-module-icons img { margin-top: 8px; margin-bottom: 8px; max-width: 70px !important; filter: brightness(85%); } #xo-icon span,#xo-module-icons span { font-size: 10px; font-weight: bold; display: block; } #xo-icon span.uno,#xo-module-icons span.uno { font-size: 11px; font-weight: normal; text-decoration: underline; color: Blue; } #xo-icon span.unor,#xo-module-icons span.unor { font-size: 11px; font-weight: normal; text-decoration: underline; color: #CC0000; }