PHP Classes

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

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/default/css/style.css   Download  
File: htdocs/modules/system/themes/default/css/style.css
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: 2,574 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/> * */ /* ==================== Import other stylesheets ==================== */ @import url(reset.css); @import url(dashboard.css); @import url(buttonbar.css); @import url(footer.css); @import url(accordion.css); @import url(globalnav.css); @import url(content.css); @import url(logger.css); @import url(forms.css); @import url(toolbar.css); @import url(icons.css); @import url(tablesorter.css); @import url(pagenav.css); @import url(tabs.css); @import url(tooltip.css); @import url(choosestyle.css); /* ==================== General definitions ==================== */ html { } body { background-color: #EBE9E1; background: -moz-linear-gradient(center bottom, rgb(235,233,225) 0%, rgb(223,220,209) 100%); background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(235,233,225)), color-stop(1, rgb(223,220,209))); font-size: 11px; font-family: Verdana, tahoma, Helvetica, sans-serif; margin: 0; padding: 0; } hr { height: 0; border: 1px #0c1713 solid; width: 99%; } ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left; } li { margin-left: 2px; list-style: square inside; color: #000; } a:link { text-decoration: none; color: #4177A6; font-weight: bold; background-color: transparent; } a:visited { text-decoration: none; color: #4177A6; font-weight: bold; background-color: transparent; } a:hover { text-decoration: underline; color: #FF4500; font-weight: bold; background-color: transparent; } /* ==================== xo_head.tpl ==================== */ #xo-logo-head { padding: 0; text-align: left; background: url(../img/dark/dark-head.png) repeat-x; border-bottom: 1px solid #000; height: 72px; } #main-logo a { float: left; background: url(../img/dark/header-logo_big.png) no-repeat !important ; height: 72px !important; width: 160px !important; } #xo-headnav { padding: 5px 50px; float: right; } /* ==================== jGrowl ==================== */ div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer { background: #EEEDED; color: #333; border: 2px solid #666; }