[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/css/ -> system-site-offline.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  body {
   6    padding: 0;
   7    margin: 0;
   8    font-family: arial, helvetica, sans-serif;
   9    font-size: 14px;
  10    color: #333;
  11    text-align: center;
  12  }
  13  
  14  img {
  15    margin-right: auto;
  16    margin-left: auto;
  17    border: 0 none;
  18  }
  19  
  20  /* -- id styles ------------------------------------- */
  21  #frame {
  22    max-width: 400px;
  23    padding: 20px;
  24    margin: 20px auto;
  25  }
  26  
  27  #frame img {
  28    max-width: 100%;
  29    height: auto;
  30  }
  31  
  32  #frame form {
  33    text-align: left;
  34  }
  35  
  36  /* -- class styles ---------------------------------- */
  37  .outline {
  38    padding: 2px;
  39    background: #fff;
  40    border: 1px solid #ccc;
  41  }
  42  
  43  /* -- form styles ----------------------------------- */
  44  form {
  45    margin: auto;
  46  }
  47  
  48  form br {
  49    display: none;
  50  }
  51  
  52  form p {
  53    padding: 0.5em 0;
  54    margin: 0;
  55  }
  56  
  57  form fieldset {
  58    padding: 0.2em;
  59    margin: 0;
  60    border: 0 none;
  61  }
  62  
  63  label {
  64    display: block;
  65    margin: 5px 0 2px;
  66  }
  67  
  68  input {
  69    box-sizing: border-box;
  70    width: 100%;
  71    padding: 5px 10px;
  72    font-family: inherit;
  73    font-size: inherit;
  74    border: 1px solid #0e67a1;
  75  }
  76  
  77  input.button {
  78    width: auto;
  79    color: #fff;
  80    cursor: pointer;
  81    background-color: #006dcc;
  82    border-color: #04c;
  83    -webkit-appearance: none;
  84       -moz-appearance: none;
  85            appearance: none;
  86  }
  87  
  88  input.button:hover {
  89    background-color: #04c;
  90  }
  91  
  92  fieldset.input p {
  93    clear: left;
  94  }
  95  
  96  #frmlogin {
  97    margin: 0 10px;
  98  }
  99  
 100  #frmlogin fieldset.button {
 101    text-align: right;
 102  }
 103  
 104  /* -- message styles ----------------------------------- */
 105  .alert {
 106    padding: 8px 25px 8px 14px;
 107    text-align: left;
 108    background: none repeat scroll 0 0 #fff;
 109    border: 1px solid #ccc;
 110  }
 111  
 112  .alert h4 {
 113    margin: 5px 0;
 114    color: #f00;
 115  }
 116  
 117  .alert p {
 118    padding: 0;
 119    margin: 0;
 120  }
 121  
 122  .alert .close {
 123    position: relative;
 124    top: -2px;
 125    right: -20px;
 126    float: right;
 127    font-size: 24px;
 128    line-height: 18px;
 129    cursor: pointer;
 130  }
 131  
 132  .login {
 133    margin-top: 5px;
 134  }


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