You are here

jstools.css in Javascript Tools 5

#jsToolsDebugOutput {
  position: absolute;
  width: 300px;
  height: 300px;
  right: 10px;
  top: 10px;
  overflow: auto;
  zIndex: 300;
  fontSize: x-small;
  fontFamily: courier;
  background-color: #DDD;
  padding: 5px;
}

.translucent {
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
}

File

jstools.css
View source
  1. #jsToolsDebugOutput {
  2. position: absolute;
  3. width: 300px;
  4. height: 300px;
  5. right: 10px;
  6. top: 10px;
  7. overflow: auto;
  8. zIndex: 300;
  9. fontSize: x-small;
  10. fontFamily: courier;
  11. background-color: #DDD;
  12. padding: 5px;
  13. }
  14. .translucent {
  15. filter:alpha(opacity=50);
  16. opacity: 0.5;
  17. -moz-opacity:0.5;
  18. }