[ Index ]
 

Code source de PRADO 3.0.6

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

title

Body

[fermer]

/tests/test_tools/selenium/core/ -> selenium.css (source)

   1  /*
   2   * Copyright 2005 ThoughtWorks, Inc
   3   * 
   4   *  Licensed under the Apache License, Version 2.0 (the "License");
   5   *  you may not use this file except in compliance with the License.
   6   *  You may obtain a copy of the License at
   7   *  
   8   *      http://www.apache.org/licenses/LICENSE-2.0
   9   *  
  10   *  Unless required by applicable law or agreed to in writing, software
  11   *  distributed under the License is distributed on an "AS IS" BASIS,
  12   *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13   *  See the License for the specific language governing permissions and
  14   *  limitations under the License.
  15   */
  16  
  17  /*---( Layout )---*/
  18  
  19  * {
  20      margin: 0px;
  21      padding: 0px;
  22  }
  23  
  24  body {
  25      overflow: auto;
  26  }
  27  
  28  td {
  29      position: static;
  30  }
  31  
  32  tr {
  33      vertical-align: top;
  34  }
  35  
  36  .layout {
  37      width: 100%;
  38      height: 100%;
  39      border-collapse: collapse;
  40  }
  41  
  42  .layout td {
  43      border: 0;
  44  }
  45  
  46  iframe {
  47      border: 0px;
  48      width: 100%;
  49      height: 100%;
  50      background: white;
  51      overflow: auto;
  52  }
  53  
  54  /*---( Style )---*/
  55  
  56  body, html {
  57      font-family: Verdana, Arial, sans-serif;
  58  }
  59  
  60  .selenium th, .selenium td {
  61      border: 1px solid #999;
  62  }
  63  
  64  .header {
  65      background: #ccc;
  66      padding: 0;
  67      font-size: 90%;
  68  }
  69  
  70  #controlPanel {
  71      padding: 0.5ex;
  72      background: #eee;
  73      overflow: auto;
  74      font-size: 75%;
  75      text-align: center;
  76  }
  77  
  78  #controlPanel fieldset {
  79      margin: 0.3ex;
  80      padding: 0.3ex;
  81  }
  82  
  83  #controlPanel fieldset legend {
  84      color: black;
  85  }
  86  
  87  #controlPanel button {
  88      margin: 0.5ex;
  89  }
  90  
  91  #controlPanel table {
  92      font-size: 100%;
  93  }
  94  
  95  #controlPanel th, #controlPanel td {
  96      border: 0;
  97  }
  98  
  99  h1 {
 100      margin: 0.2ex;
 101      font-size: 130%;
 102      font-weight: bold;
 103  }
 104  
 105  h2 {
 106      margin: 0.2ex;
 107      font-size: 80%;
 108      font-weight: normal;
 109  }
 110  
 111  .selenium a {
 112      color: black;
 113      text-decoration: none;
 114  }
 115  
 116  .selenium a:hover {
 117      text-decoration: underline;
 118  }
 119  
 120  button, label {
 121      cursor: pointer;
 122  }
 123  
 124  #stats {
 125      margin: 0.5em auto 0.5em auto;
 126  }
 127  
 128  #stats th, #stats td {
 129      text-align: left;
 130      padding-left: 2px;
 131  }
 132  
 133  #stats th {
 134      text-decoration: underline;
 135  }
 136  
 137  #stats td.count {
 138      font-weight: bold;
 139      text-align: right;
 140  }
 141  
 142  #testRuns {
 143      color: green;
 144  }
 145  
 146  #testFailures {
 147      color: red;
 148  }
 149  
 150  #commandPasses {
 151      color: green;
 152  }
 153  
 154  #commandFailures {
 155      color: red;
 156  }
 157  
 158  #commandErrors {
 159      color: #f90;
 160  }
 161  
 162  
 163  /*---( Logging Console )---*/
 164  
 165  #logging-console {
 166      background: #fff;
 167      font-size: 75%;
 168  }
 169  
 170  #logging-console #banner {
 171      display: block;
 172      width: 100%;
 173      position: fixed;
 174      top: 0;
 175      background: #ddd;
 176      border-bottom: 1px solid #666;
 177  }
 178  
 179  #logging-console #logLevelChooser {
 180      float: right;
 181      margin: 3px;
 182  }
 183  
 184  #logging-console ul {
 185      list-style-type: none;
 186      margin: 0px;
 187      margin-top: 3em;
 188      padding-left: 5px;
 189  }
 190  
 191  #logging-console li {
 192      margin: 2px;
 193      border-top: 1px solid #ccc;
 194  }
 195  
 196  #logging-console li.error {
 197      font-weight: bold;
 198      color: red;
 199  }
 200  
 201  #logging-console li.warn {
 202      color: red;
 203  }
 204  
 205  #logging-console li.debug {
 206      color: green;
 207  }
 208  
 209  table.selenium {
 210      font-family: Verdana, Arial, sans-serif;
 211      font-size: 12;
 212      border-width: 1px 1px 1px 1px;
 213      border-spacing: 2px;
 214      border-style: solid none solid none;
 215      border-color: gray gray gray gray;
 216      border-collapse: separate;
 217      background-color: white;
 218  }
 219  
 220  table.selenium th {
 221      border-width: 1px 1px 1px 1px;
 222      padding: 1px 1px 1px 1px;
 223      border-style: none none none none;
 224      border-color: gray gray gray gray;
 225      -moz-border-radius: 0px 0px 0px 0px;
 226  }
 227  
 228  table.selenium td {
 229      border-width: 1px 1px 1px 1px;
 230      padding: 1px 1px 1px 1px;
 231      border-style: none none none none;
 232      border-color: gray gray gray gray;
 233      -moz-border-radius: 0px 0px 0px 0px;
 234  }
 235  
 236  div.executionOptions {
 237      padding-left: 5em;
 238  }
 239  
 240  div.executionOptions label, div.executionOptions input {
 241      display: block;
 242      float: left;
 243  }
 244  
 245  div.executionOptions br {
 246      clear: left;
 247  }
 248  
 249  #speedSlider {
 250      text-align: left;
 251      margin: 0px auto;
 252      width: 260px;
 253      line-height: 0px;
 254      font-size: 0px;
 255      padding: 0px;
 256  }
 257  
 258  #speedSlider #speedTrack {
 259      background-color: #333;
 260      width: 260px;
 261      height: 2px;
 262      <!--[if IE]> 
 263      height: 2px; 
 264      line-height: 2px; 
 265      <![endif]--> 
 266      z-index: 1;
 267      border: 1px solid;
 268      border-color: #999 #ddd #ddd #999;
 269      cursor: pointer;
 270  }
 271  
 272  #speedSlider #speedHandle {
 273      width: 12px;
 274      top: -8px;
 275      background-color: #666;
 276      position: relative;
 277      margin: 0px;
 278      height: 8px;
 279      <!--[if IE]> 
 280      height: 8px; 
 281      line-height: 8px; 
 282      <![endif]--> 
 283      z-index: 1;
 284      border: 1px solid;
 285      border-color: #999 #333 #333 #999;
 286      cursor: pointer;
 287  }


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7