[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  /**
   2   * @copyright    Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
   3   * @license        GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  /* System Messages */
   6  #system-message {
   7    padding: 0;
   8    margin-bottom: 10px;
   9  }
  10  
  11  #system-message > dt {
  12    display: none;
  13    font-weight: bold;
  14  }
  15  
  16  #system-message > dd {
  17    margin: 0;
  18    font-weight: bold;
  19    text-indent: 30px;
  20  }
  21  
  22  #system-message > dd > ul {
  23    padding: 10px;
  24    margin-bottom: 10px;
  25    color: #05b;
  26    list-style: none;
  27    background-repeat: no-repeat;
  28    background-position: 4px top;
  29    border-top: 3px solid #84a7db;
  30    border-bottom: 3px solid #84a7db;
  31  }
  32  
  33  #system-message > dd > ul > li {
  34    line-height: 1.5em;
  35  }
  36  
  37  /* System Standard Messages */
  38  #system-message > .message > ul {
  39    background-color: #c3d2e5;
  40  }
  41  
  42  /* System Error Messages */
  43  #system-message > .error > ul,
  44  #system-message > .warning > ul,
  45  #system-message > .notice > ul {
  46    color: #c00;
  47  }
  48  
  49  #system-message > .error > ul {
  50    background-color: #e6c0c0;
  51    border-color: #de7a7b;
  52  }
  53  
  54  /* System Warning Messages */
  55  #system-message > .warning > ul {
  56    background-color: #e6c8a6;
  57    border-color: #fb0;
  58  }
  59  
  60  /* System Notice Messages */
  61  #system-message > .notice > ul {
  62    background-color: #efe7b8;
  63    border-color: #f0dc7e;
  64  }


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