[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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


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