git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
31 lines
762 B
CSS
31 lines
762 B
CSS
/**
|
|
* CSS Document for offline page
|
|
* @version $Id: offline.css 5826 2006-11-20 21:50:34Z eddiea $
|
|
* @package Joomla
|
|
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
|
|
* Joomla! is free software and parts of it may contain or be derived from the
|
|
* GNU General Public License or other free or open source software licenses.
|
|
* See COPYRIGHT.php for copyright notices and details.
|
|
*/
|
|
|
|
.outline {
|
|
border: 1px solid #cccccc;
|
|
background: #ffffff;
|
|
padding: 2px;
|
|
}
|
|
|
|
body {
|
|
margin: 15px;
|
|
height: 100%;
|
|
padding: 0px;
|
|
font-family: Arial, Helvetica, Sans Serif;
|
|
font-size: 11px;
|
|
color: #333333;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.err {
|
|
color: #bbb;
|
|
}
|