[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/data/web/sf/sf_web_debug/css/ -> main.css (source)

   1  #sfWebDebug
   2  {
   3    padding: 0;
   4    margin: 0;
   5    font-family: Arial, sans-serif;
   6    font-size: 12px;
   7    color: #333;
   8    text-align: left;
   9    line-height: 12px;
  10  }
  11  
  12  #sfWebDebug a, #sfWebDebug a:hover
  13  {
  14    text-decoration: none;
  15    border: none;
  16    background-color: transparent;
  17    color: #000;
  18  }
  19  
  20  #sfWebDebug img
  21  {
  22    border: 0;
  23  }
  24  
  25  #sfWebDebugBar
  26  {
  27    position: absolute;
  28    margin: 0;
  29    padding: 1px 0;
  30    right: 0px;
  31    top: 0px;
  32    opacity: 0.80;
  33    filter: alpha(opacity:80);
  34    z-index: 10000;
  35  }
  36  
  37  #sfWebDebugBar[id]
  38  {
  39    position: fixed;
  40  }
  41  
  42  #sfWebDebugBar img
  43  {
  44    vertical-align: middle;
  45  }
  46  
  47  #sfWebDebugBar .menu
  48  {
  49    padding: 5px;
  50    display: inline;
  51  }
  52  
  53  #sfWebDebugBar .menu li
  54  {
  55    display: inline;
  56    list-style: none;
  57    margin: 0;
  58    padding: 0 5px;
  59    border-right: 1px solid #aaa;
  60  }
  61  
  62  #sfWebDebugBar .menu li.last
  63  {
  64    margin: 0;
  65    padding: 0;
  66    border: 0;
  67  }
  68  
  69  #sfWebDebugDatabaseDetails li
  70  {
  71    margin: 0;
  72    margin-left: 30px;
  73    padding: 5px 0;
  74  }
  75  
  76  #sfWebDebugShortMessages li
  77  {
  78    margin-bottom: 10px;
  79    padding: 5px;
  80    background-color: #ddd;
  81  }
  82  
  83  #sfWebDebugShortMessages li
  84  {
  85    list-style: none;
  86  }
  87  
  88  #sfWebDebugDetails
  89  {
  90    margin-right: 7px;
  91  }
  92  
  93  #sfWebDebug pre
  94  {
  95    line-height: 1.3;
  96    margin-bottom: 10px;
  97  }
  98  
  99  #sfWebDebug h1
 100  {
 101    font-size: 16px;
 102    font-weight: bold;
 103    margin-bottom: 20px;
 104    padding: 0;
 105    border: 0px;
 106    background-color: #eee;
 107  }
 108  
 109  #sfWebDebug h2
 110  {
 111    font-size: 14px;
 112    font-weight: bold;
 113    margin: 10px 0;
 114    padding: 0;
 115    border: 0px;
 116    background: none;
 117  }
 118  
 119  #sfWebDebug .top
 120  {
 121    position: absolute;
 122    left: 0px;
 123    top: 0px;
 124    width: 100%;
 125    padding: 10px;
 126    z-index: 9999;
 127    background-color: #efefef;
 128    border-bottom: 1px solid #aaa;
 129  }
 130  
 131  #sfWebDebugLog
 132  {
 133    margin: 0;
 134    padding: 3px;
 135    font-size: 11px;
 136  }
 137  
 138  #sfWebDebugLogMenu li
 139  {
 140    display: inline;
 141    list-style: none;
 142    margin: 0;
 143    padding: 0 5px;
 144    border-right: 1px solid #aaa;
 145  }
 146  
 147  #sfWebDebugConfigSummary
 148  {
 149    display: inline;
 150    padding: 5px;
 151    background-color: #ddd;
 152    border: 1px solid #aaa;
 153    margin: 20px 0;
 154  }
 155  
 156  #sfWebDebugConfigSummary li
 157  {
 158    list-style: none;
 159    display: inline;
 160    margin: 0;
 161    padding: 0 5px;
 162    border-right: 1px solid #aaa;
 163  }
 164  
 165  #sfWebDebugConfigSummary li.last
 166  {
 167    margin: 0;
 168    padding: 0;
 169    border: 0;
 170  }
 171  
 172  .sfWebDebugInfo, .sfWebDebugInfo td
 173  {
 174    background-color: #ddd;
 175  }
 176  
 177  .sfWebDebugWarning, .sfWebDebugWarning td
 178  {
 179    background-color: orange;
 180  }
 181  
 182  .sfWebDebugError, .sfWebDebugError td
 183  {
 184    background-color: #f99;
 185  }
 186  
 187  .sfWebDebugLogNumber
 188  {
 189    width: 1%;
 190  }
 191  
 192  .sfWebDebugLogType
 193  {
 194    width: 1%;
 195    white-space: nowrap;
 196    color: darkgreen;
 197  }
 198  
 199  .sfWebDebugLogInfo
 200  {
 201    color: blue;
 202  }
 203  
 204  .ison
 205  {
 206    color: #3f3;
 207    margin-right: 5px;
 208  }
 209  
 210  .isoff
 211  {
 212    color: #f33;
 213    margin-right: 5px;
 214    text-decoration: line-through;
 215  }
 216  
 217  .sfWebDebugLogs
 218  {
 219    padding: 0;
 220    margin: 0;
 221    border: 1px solid #999;
 222    font-family: Arial;
 223    font-size: 11px;
 224  }
 225  
 226  .sfWebDebugLogs tr
 227  {
 228    padding: 0;
 229    margin: 0;
 230    border: 0;
 231  }
 232  
 233  .sfWebDebugLogs td
 234  {
 235    margin: 0;
 236    border: 0;
 237    padding: 1px 3px;
 238    vertical-align: top;
 239  }
 240  
 241  .sfWebDebugLogs th
 242  {
 243    margin: 0;
 244    border: 0;
 245    padding: 3px 5px;
 246    vertical-align: top;
 247    background-color: #999;
 248    color: #eee;
 249    white-space: nowrap;
 250  }
 251  
 252  .sfWebDebugDebugInfo
 253  {
 254    margin-left: 10px;
 255    padding-left: 5px;
 256    border-left: 1px solid #aaa;
 257  }
 258  
 259  .sfWebDebugCache
 260  {
 261    padding: 0;
 262    margin: 0;
 263    font-family: Arial;
 264    position: absolute;
 265    overflow: hidden;
 266    z-index: 995;
 267    font-size: 9px;
 268    padding: 2px;
 269    filter:alpha(opacity=85);
 270    -moz-opacity:0.85;
 271    opacity: 0.85;
 272  }


Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7