PHP Classes

File: htdocs/modules/system/themes/transition/LESS/footer.less

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/transition/LESS/footer.less   Download  
File: htdocs/modules/system/themes/transition/LESS/footer.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: 7 years ago
Size: 1,073 bytes
 

Contents

Class file image Download
/* * Default Admin Theme * * @copyright (c) 2000-2015 XOOPS Project (www.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 <http://www.xoops.org/> * @maintained Xoops Design Theme <http://www.xoops.org/> * */ #xo-footer { padding: 30px 0; background-color: @footer-bg; text-align: center; font-weight: 700; color: @footer-color; } #xo-footer a { color: @footer-links; background-color: transparent;} #xo-footer a:hover { color: @footer-links-hover; 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; }