[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/css/ -> system-site-error.css (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  /* Start Common Styles */
   6  * {
   7    font-family: helvetica, arial, sans-serif;
   8    font-size: 11px;
   9    color: #5f6565;
  10  }
  11  
  12  html {
  13    height: 100%;
  14    margin-bottom: 1px;
  15  }
  16  
  17  body {
  18    height: 100%;
  19    padding: 0;
  20    padding-top: 0;
  21    margin: 0;
  22    margin-top: 0;
  23    margin-bottom: 1px;
  24    font-family: helvetica, arial, sans-serif;
  25    font-weight: normal;
  26    background: #fff;
  27  }
  28  
  29  .error {
  30    margin-right: auto;
  31    margin-left: auto;
  32  }
  33  
  34  table, td, th, div, pre, blockquote, ul, ol, dl, address, .componentheading, .contentheading, .contentpagetitle, .sectiontableheader, .newsfeedheading {
  35    font-family: helvetica, arial, sans-serif;
  36    font-weight: normal;
  37  }
  38  
  39  #outline {
  40    width: 900px;
  41    padding: 0;
  42    padding-top: 60px;
  43    padding-bottom: 60px;
  44    margin: 0 auto;
  45    background: #fff;
  46  }
  47  
  48  #errorboxoutline {
  49    width: 900px;
  50    padding: 0;
  51    margin: 0;
  52    border: 1px solid #000;
  53  }
  54  
  55  #errorboxheader {
  56    width: 900px;
  57    padding: 0;
  58    margin: 0;
  59    font-size: 12px;
  60    font-weight: bold;
  61    line-height: 22px;
  62    color: #fff;
  63    text-align: center;
  64    background: #e44249;
  65    border-bottom: 1px solid #000;
  66  }
  67  
  68  #errorboxbody {
  69    padding: 10px;
  70    margin: 0;
  71    text-align: left;
  72  }
  73  
  74  #techinfo {
  75    padding: 10px;
  76    margin: 10px;
  77    color: #ccc;
  78    text-align: left;
  79    border: 1px solid #ccc;
  80  }
  81  
  82  #techinfo p {
  83    color: #ccc;
  84  }


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