[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/scss/ -> system-site-error.scss (source)

   1  /**
   2   * @copyright  (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
   3   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  
   6  /* Start Common Styles */
   7  * {
   8    font-family: helvetica, arial, sans-serif;
   9    font-size: 11px;
  10    color: #5f6565;
  11  }
  12  
  13  html {
  14    height: 100%;
  15    margin-bottom: 1px;
  16  }
  17  
  18  body {
  19    height: 100%;
  20    padding: 0;
  21    padding-top: 0;
  22    margin: 0;
  23    margin-top: 0;
  24    margin-bottom: 1px;
  25    font-family: helvetica, arial, sans-serif;
  26    font-weight: normal;
  27    background: #fff;
  28  }
  29  
  30  .error {
  31    margin-right: auto;
  32    margin-left: auto;
  33  }
  34  
  35  table, td, th, div, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading {
  36    font-family: helvetica, arial, sans-serif;
  37    font-weight: normal;
  38  }
  39  
  40  #outline {
  41    width: 900px;
  42    padding: 0;
  43    padding-top: 60px;
  44    padding-bottom: 60px;
  45    margin: 0 auto;
  46    background: #fff;
  47  }
  48  #errorboxoutline {
  49    width: 900px;
  50    padding: 0;
  51    margin: 0;
  52    border: 1px solid #000;
  53  }
  54  #errorboxheader {
  55    width: 900px;
  56    padding: 0;
  57    margin: 0;
  58    font-size: 12px;
  59    font-weight: bold;
  60    line-height: 22px;
  61    color: #fff;
  62    text-align: center;
  63    background: #e44249;
  64    border-bottom: 1px solid #000;
  65  }
  66  #errorboxbody {
  67    padding: 10px;
  68    margin: 0;
  69    text-align: left;
  70  }
  71  #techinfo {
  72    padding: 10px;
  73    margin: 10px;
  74    color: #ccc;
  75    text-align: left;
  76    border: 1px solid #ccc;
  77  }
  78  #techinfo p {
  79    color: #ccc;
  80  }


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