PHP Classes

File: htdocs/modules/system/themes/default/css/choosestyle.css

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/default/css/choosestyle.css   Download  
File: htdocs/modules/system/themes/default/css/choosestyle.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: copyright update
Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge xswatch4
Date: 2 months ago
Size: 1,045 bytes
 

Contents

Class file image Download
/* * Default Admin Theme * * @copyright (c) 2000-2025 XOOPS Project (https://xoops.org) * @license http://www.fsf.org/copyleft/gpl.html GNU public license 3.0 * @package themes * @since 2.5.x * @author Xoops Design Theme <https://xoops.org/> * @maintained Xoops Design Theme <https://xoops.org/> * */ #choosestyle a { font-family: tahoma, Helvetica, sans-serif; font-size: 10px; border: 1px solid #ccc; margin: 2px 4px 2px 4px; float: right; background-color: #f9f9f9; color: #333; padding: 3px; border-radius: 4px; -webkit-box-shadow: 0 20px 10px -10px rgba(255, 255, 255, .3) inset; box-shadow: 0 20px 10px -10px rgba(255, 255, 255, .3) inset; cursor: pointer; } #choosestyle a:hover { background-color: #C2CEEF; color: #000; text-decoration: none; -webkit-box-shadow: 0 20px 10px -10px rgba(255, 255, 255, .3) inset; box-shadow: 0 20px 10px -10px rgba(255, 255, 255, .3) inset; cursor: pointer; }