[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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


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