[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/scss/ -> system-admin-system.scss (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  
   6  /* System Messages */
   7  #system-message {
   8    padding: 0;
   9    margin-bottom: 10px;
  10  }
  11  
  12  #system-message > dt {
  13    display: none;
  14    font-weight: bold;
  15  }
  16  
  17  #system-message > dd {
  18    margin: 0;
  19    font-weight: bold;
  20    text-indent: 30px;
  21  }
  22  
  23  #system-message > dd > ul {
  24    padding: 10px;
  25    margin-bottom: 10px;
  26    color: #05b;
  27    list-style: none;
  28    background-repeat: no-repeat;
  29    background-position: 4px top;
  30    border-top: 3px solid #84a7db;
  31    border-bottom: 3px solid #84a7db;
  32  }
  33  
  34  #system-message > dd > ul > li {
  35    line-height: 1.5em;
  36  }
  37  
  38  /* System Standard Messages */
  39  #system-message > .message > ul {
  40    background-color: #c3d2e5;
  41  }
  42  
  43  /* System Error Messages */
  44  #system-message > .error > ul,
  45  #system-message > .warning > ul,
  46  #system-message > .notice > ul {
  47    color: #c00;
  48  }
  49  
  50  #system-message > .error > ul {
  51    background-color: #e6c0c0;
  52    border-color: #de7a7b;
  53  }
  54  
  55  /* System Warning Messages */
  56  #system-message > .warning > ul {
  57    background-color: #e6c8a6;
  58    border-color: #fb0;
  59  }
  60  
  61  /* System Notice Messages */
  62  #system-message > .notice > ul {
  63    background-color: #efe7b8;
  64    border-color: #f0dc7e;
  65  }


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