PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/default/css/footer.css   Download  
File: htdocs/modules/system/themes/default/css/footer.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,308 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/> * */ #xo-footer { padding: 10px; background-color: #333; background: -webkit-gradient(linear, left bottom, left top, from(rgb(79, 74, 74)), to(rgb(51, 51, 51))); background: linear-gradient(to top, rgb(79,74,74) 0%, rgb(51,51,51) 100%); border-top: 2px solid #afafaf; text-align: center; font-size: 10px; font-weight: bold; color: #f7f7f7; height: 65px; } #xo-footer a { color: #D5AE14; background-color: transparent;} #xo-footer a:hover { color: #f7f7f7; text-decoration: none; background-color: transparent;} #xo-footer-body { height: 20px; margin: 10px auto; width: 500px;} #xo-footer-rss { display: block; float: left; margin-left: 50px; margin-top: -40px; text-align: left; } #xo-uptop { display: block; float: right; margin-right: 50px; margin-top: -30px; text-align: right; }