[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/css/ -> editor.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    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   7    font-size: 1rem;
   8    line-height: 1.3em;
   9    color: #22262a;
  10    background: #fff;
  11  }
  12  
  13  h1, h2, h3, h4 {
  14    font-weight: bold;
  15  }
  16  
  17  h1 {
  18    font-size: 1.857rem;
  19  }
  20  
  21  h2 {
  22    font-size: 1.571rem;
  23  }
  24  
  25  h3 {
  26    font-size: 1.286rem;
  27  }
  28  
  29  a:link, a:visited {
  30    font-weight: normal;
  31    color: #1b57b1;
  32    text-decoration: none;
  33  }
  34  
  35  a:hover {
  36    font-weight: normal;
  37    color: #00c;
  38    text-decoration: underline;
  39  }
  40  
  41  div.caption {
  42    padding: 0 10px;
  43  }
  44  
  45  div.caption img {
  46    border: 1px solid #ccc;
  47  }
  48  
  49  div.caption p {
  50    font-size: 0.9em;
  51    color: #666;
  52    text-align: center;
  53  }
  54  
  55  /* STYLES FOR JOOMLA! EDITOR */
  56  hr#system-readmore {
  57    color: #f00;
  58    border: #f00 dashed 1px;
  59  }
  60  
  61  hr.system-pagebreak {
  62    color: #808080;
  63    border: #808080 dashed 1px;
  64  }
  65  
  66  span[lang] {
  67    padding: 2px;
  68    border: 1px dashed #bbb;
  69  }
  70  span[lang]:after {
  71    font-size: smaller;
  72    color: #f00;
  73    vertical-align: super;
  74    content: attr(lang);
  75  }


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