| /*
 * 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;
}
 |