[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/css/ -> system-admin-error.css (source)

   1  /**
   2   * @copyright  (C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
   3   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  .outline {
   6    width: 550px;
   7    padding: 2px;
   8    margin: 0 auto;
   9    background: #fff;
  10    border: 1px solid #ccc;
  11  }
  12  
  13  body {
  14    height: 100%;
  15    padding: 0;
  16    margin: 15px;
  17    font-family: Arial, Helvetica, Sans Serif;
  18    font-size: 11px;
  19    color: #333;
  20    background: #fff;
  21  }
  22  
  23  .frame {
  24    padding: 8px;
  25    margin-top: 13px;
  26    margin-bottom: 25px;
  27    background-color: #fefcf3;
  28    border: solid 1px #000;
  29  }
  30  
  31  h1 {
  32    font-size: 18px;
  33    color: #c33;
  34  }
  35  
  36  .table {
  37    margin-top: 13px;
  38    border-collapse: collapse;
  39  }
  40  
  41  td {
  42    padding: 3px 5px;
  43    font-size: 10px;
  44    border: solid 1px #bbb;
  45  }
  46  
  47  .type {
  48    padding: 3px;
  49    font-weight: bold;
  50    color: #fff;
  51    background-color: #c00;
  52  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer