[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/vendor/debugbar/ -> widgets.css (source)

   1  pre.phpdebugbar-widgets-code-block {
   2      white-space: pre;
   3      word-wrap: normal;
   4      overflow: hidden;
   5  }
   6    pre.phpdebugbar-widgets-code-block code {
   7      display: block;
   8      overflow-x: auto;
   9      overflow-y: hidden;
  10    }
  11    pre.phpdebugbar-widgets-code-block code.phpdebugbar-widgets-numbered-code {
  12      padding: 5px;
  13    }
  14      pre.phpdebugbar-widgets-code-block code span.phpdebugbar-widgets-highlighted-line {
  15        background: #800000;
  16        color: #fff;
  17        display: inline-block;
  18        min-width: 100%;
  19      }
  20        pre.phpdebugbar-widgets-code-block code span.phpdebugbar-widgets-highlighted-line span {
  21          background: none !important;
  22          color: inherit !important;
  23        }
  24    pre.phpdebugbar-widgets-code-block ul {
  25      float: left;
  26      padding: 5px;
  27      background: #cacaca;
  28      border-right: 1px solid #aaa;
  29      text-align: right;
  30    }
  31  
  32  /* -------------------------------------- */
  33  
  34  ul.phpdebugbar-widgets-list {
  35    margin: 0;
  36    padding: 0;
  37    list-style: none;
  38    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  39  }
  40    ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
  41      padding: 3px 6px;
  42      border-bottom: 1px solid #eee;
  43      position: relative;
  44      overflow: hidden;
  45    }
  46    ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item:hover {
  47      background: #fafafa;
  48    }
  49  
  50  /* -------------------------------------- */
  51  
  52  div.phpdebugbar-widgets-messages {
  53    position: relative;
  54    height: 100%;
  55  }
  56    div.phpdebugbar-widgets-messages ul.phpdebugbar-widgets-list {
  57      padding-bottom: 20px;
  58    }
  59    div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-warning:before {
  60      font-family: PhpDebugbarFontAwesome;
  61      content: "\f071";
  62      margin-right: 8px;
  63      font-size: 11px;
  64      color: #ecb03d;
  65    }
  66    div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error {
  67      color: red;
  68    }
  69    div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-error:before {
  70      font-family: PhpDebugbarFontAwesome;
  71      content: "\f057";
  72      margin-right: 8px;
  73      font-size: 11px;
  74      color: red;
  75    }
  76    div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item pre.sf-dump {
  77      display: inline;
  78    }
  79    div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-collector,
  80    div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-label {
  81      float: right;
  82      font-size: 12px;
  83      padding: 2px 4px;
  84      color: #888;
  85      margin: 0 2px;
  86      text-decoration: none;
  87      text-shadow: none;
  88      background: none;
  89      font-weight: normal;
  90    }
  91    div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-collector {
  92      color: #555;
  93      font-style: italic;
  94    }
  95    div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar {
  96      position: fixed;
  97      bottom: 0;
  98      width: 100%;
  99      background: #fff;
 100    }
 101      div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar input {
 102        border: 0;
 103        margin: 0;
 104        margin-left: 7px;
 105        width: 50%;
 106        box-shadow: none;
 107      }
 108      div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar input:focus {
 109        outline: none;
 110      }
 111        div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter {
 112          float: right;
 113          font-size: 12px;
 114          padding: 2px 4px;
 115          background: #7cacd5;
 116          margin: 0 2px;
 117          border-radius: 4px;
 118          color: #fff;
 119          text-decoration: none;
 120        }
 121        div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter.phpdebugbar-widgets-excluded {
 122          background: #eee;
 123          color: #888;
 124        }
 125  
 126  /* -------------------------------------- */
 127  
 128  dl.phpdebugbar-widgets-kvlist {
 129    margin: 0;
 130  }
 131    dl.phpdebugbar-widgets-kvlist dt {
 132      float: left;
 133      width: 150px;
 134      padding: 5px;
 135      border-top: 1px solid #eee;
 136      font-weight: bold;
 137      clear: both;
 138      overflow: hidden;
 139      text-overflow: ellipsis;
 140      white-space: nowrap;
 141    }
 142    dl.phpdebugbar-widgets-kvlist dd {
 143      margin-left: 160px;
 144      padding: 5px;
 145      border-top: 1px solid #eee;
 146      cursor: pointer;
 147      min-height: 17px;
 148    }
 149  
 150  /* -------------------------------------- */
 151  
 152  dl.phpdebugbar-widgets-varlist,
 153  dl.phpdebugbar-widgets-htmlvarlist {
 154    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
 155  }
 156    dl.phpdebugbar-widgets-htmlvarlist dd {
 157      cursor: initial;
 158    }
 159  
 160  /* -------------------------------------- */
 161  
 162  ul.phpdebugbar-widgets-timeline {
 163    margin: 0;
 164    padding: 0;
 165    list-style: none;
 166  }
 167    ul.phpdebugbar-widgets-timeline .phpdebugbar-widgets-measure {
 168      height: 20px;
 169      position: relative;
 170      border-bottom: 1px solid #eee;
 171      display: block;
 172    }
 173    ul.phpdebugbar-widgets-timeline li:hover {
 174      background: #fafafa;
 175    }
 176      ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label,
 177      ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-collector {
 178        position: absolute;
 179        font-size: 12px;
 180        font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
 181        color: #555;
 182        top: 4px;
 183        left: 5px;
 184        background: none;
 185        text-shadow: none;
 186        font-weight: normal;
 187        white-space: pre;
 188      }
 189      ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-collector {
 190        left: initial;
 191        right: 5px;
 192      }
 193      ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-value {
 194        display: block;
 195        position: absolute;
 196        height: 10px;
 197        background: #3db9ec;
 198        top: 5px;
 199        border-radius: 2px;
 200        min-width: 1px;
 201      }
 202      ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params {
 203        display: none;
 204        width: 70%;
 205        margin: 10px;
 206        border: 1px solid #ddd;
 207        font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
 208        border-collapse: collapse;
 209      }
 210        ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params td {
 211          border: 1px solid #ddd;
 212          padding: 0 5px;
 213        }
 214        ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params .phpdebugbar-widgets-name {
 215          width: 20%;
 216          font-weight: bold;
 217        }
 218  
 219  /* -------------------------------------- */
 220  
 221  div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item {
 222    cursor: pointer;
 223  }
 224    div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-message {
 225      display: block;
 226      color: red;
 227    }
 228  
 229    div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-filename {
 230      display: block;
 231      font-style: italic;
 232      color: #555;
 233    }
 234  
 235    div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-type {
 236      display: block;
 237      position: absolute;
 238      right: 4px;
 239      top: 4px;
 240      font-weight: bold;
 241    }
 242  
 243    div.phpdebugbar-widgets-exceptions li.phpdebugbar-widgets-list-item pre.phpdebugbar-widgets-file {
 244      display: none;
 245      margin: 10px;
 246      padding: 5px;
 247      border: 1px solid #ddd;
 248      font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
 249    }
 250  
 251  div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before {
 252    font-family: PhpDebugbarFontAwesome;
 253    margin-right: 4px;
 254    font-size: 12px;
 255    font-style: normal;
 256  }
 257  
 258  div.phpdebugbar-widgets-exceptions a.phpdebugbar-widgets-editor-link:before {
 259    content: "\f08e";
 260    margin-left: 4px;
 261  }


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