[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/system/scss/ -> system-site-general.scss (source)

   1  /**
   2   * @copyright  (C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
   3   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   4   */
   5  
   6  /* Form validation */
   7  .invalid { border-color: #f00; }
   8  label.invalid { color: #f00; }
   9  
  10  /* Buttons */
  11  #editor-xtd-buttons {
  12    padding: 5px;
  13  }
  14  
  15  .button2-left,
  16  .button2-right,
  17  .button2-left div,
  18  .button2-right div {
  19    float: left;
  20  }
  21  
  22  .button2-left a,
  23  .button2-right a,
  24  .button2-left span,
  25  .button2-right span {
  26    display: block;
  27    float: left;
  28    height: 22px;
  29    font-size: 11px;
  30    line-height: 22px;
  31    color: #666;
  32    cursor: pointer;
  33  }
  34  
  35  .button2-left span,
  36  .button2-right span {
  37    color: #999;
  38    cursor: default;
  39  }
  40  
  41  .button2-left .page a,
  42  .button2-right .page a,
  43  .button2-left .page span,
  44  .button2-right .page span {
  45    padding: 0 6px;
  46  }
  47  
  48  .page span {
  49    font-weight: bold;
  50    color: #000;
  51  }
  52  
  53  .button2-left a:hover,
  54  .button2-right a:hover {
  55    color: #0b55c4;
  56    text-decoration: none;
  57  }
  58  
  59  .button2-left a,
  60  .button2-left span {
  61    padding: 0 24px 0 6px;
  62  }
  63  
  64  .button2-right a,
  65  .button2-right span {
  66    padding: 0 6px 0 24px;
  67  }
  68  
  69  .button2-left {
  70    float: left;
  71    margin-left: 5px;
  72    background: url("../images/j_button2_left.png") no-repeat;
  73  }
  74  
  75  .button2-right {
  76    float: left;
  77    margin-left: 5px;
  78    background: url("../images/j_button2_right.png") 100% 0 no-repeat;
  79  }
  80  
  81  .button2-left .image {
  82    background: url("../images/j_button2_image.png") 100% 0 no-repeat;
  83  }
  84  
  85  .button2-left .readmore,
  86  .button2-left .article {
  87    background: url("../images/j_button2_readmore.png") 100% 0 no-repeat;
  88  }
  89  
  90  .button2-left .pagebreak {
  91    background: url("../images/j_button2_pagebreak.png") 100% 0 no-repeat;
  92  }
  93  
  94  .button2-left .blank {
  95    background: url("../images/j_button2_blank.png") 100% 0 no-repeat;
  96  }
  97  
  98  /* Tooltips */
  99  div.tooltip {
 100    z-index: 13000;
 101    float: left;
 102    max-width: 200px;
 103    padding: 5px;
 104    background: #ffc;
 105    border: 1px solid #d4d5aa;
 106  }
 107  
 108  div.tooltip h4 {
 109    padding: 0;
 110    padding-top: 15px;
 111    padding-bottom: 5px;
 112    margin: 0;
 113    margin-top: -15px;
 114    font-size: 95%;
 115    font-weight: bold;
 116    background: url("../images/selector-arrow.png") no-repeat;
 117  }
 118  
 119  div.tooltip p {
 120    margin: 0;
 121    font-size: 90%;
 122  }
 123  
 124  /* Caption fixes */
 125  /* Caption fixes */
 126  .img_caption .left {
 127    float: left;
 128    margin-right: 1em;
 129  }
 130  
 131  .img_caption .right {
 132    float: right;
 133    margin-left: 1em;
 134  }
 135  
 136  .img_caption .left p {
 137    clear: left;
 138    text-align: center;
 139  }
 140  
 141  .img_caption .right p {
 142    clear: right;
 143    text-align: center;
 144  }
 145  
 146  .img_caption {
 147    text-align: center !important;
 148  }
 149  
 150  .img_caption.none {
 151    margin-right: auto;
 152    margin-left: auto;
 153  }
 154  
 155  
 156  /* Calendar */
 157  a img.calendar {
 158    width: 16px;
 159    height: 16px;
 160    margin-left: 3px;
 161    vertical-align: middle;
 162    cursor: pointer;
 163    background: url("../images/calendar.png") no-repeat;
 164  }


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