[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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


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