[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/scss/ -> system-admin-error.scss (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  
   6  .outline {
   7    width: 550px;
   8    padding: 2px;
   9    margin: 0 auto;
  10    background: #fff;
  11    border: 1px solid #ccc;
  12  }
  13  
  14  body {
  15    height: 100%;
  16    padding: 0;
  17    margin: 15px;
  18    font-family: Arial, Helvetica, Sans Serif;
  19    font-size: 11px;
  20    color: #333;
  21    background: #fff;
  22  }
  23  
  24  .frame {
  25    padding: 8px;
  26    margin-top: 13px;
  27    margin-bottom: 25px;
  28    background-color: #fefcf3;
  29    border: solid 1px #000;
  30  }
  31  
  32  h1 {
  33    font-size: 18px;
  34    color: #c33;
  35  }
  36  
  37  .table {
  38    margin-top: 13px;
  39    border-collapse: collapse;
  40  }
  41  
  42  td {
  43    padding: 3px 5px;
  44    font-size: 10px;
  45    border: solid 1px #bbb;
  46  }
  47  
  48  .type {
  49    padding: 3px;
  50    font-weight: bold;
  51    color: #fff;
  52    background-color: #c00;
  53  }


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