You are here

lingotek.mask.css in Lingotek Translation 7.6

.lingotekMask {
  width: 100%;
  height: 100%;
  margin: 0px 0px;
  padding: 0px;
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;

  filter:alpha(opacity=40);
  -moz-opacity:0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.lingotekContainer {
  width: 100%;
  height: 100%;
  margin: 0px 0px;
  padding: 0px;
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
}

.lingotekContents {
  margin: 200px auto;
  padding:5px 10px 5px 25px;
  background-color: #eee;
  border: 1px solid #000;
  color: #222;
  cursor:wait;
  width: 300px;

  filter:alpha(opacity=100) !important;
  -moz-opacity:1.0 !important;
  -khtml-opacity: 1.0 !important;
  opacity: 1.0 !important;
}

File

style/lingotek.mask.css
View source
  1. .lingotekMask {
  2. width: 100%;
  3. height: 100%;
  4. margin: 0px 0px;
  5. padding: 0px;
  6. z-index: 20001;
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. background-color: #ccc;
  11. filter:alpha(opacity=40);
  12. -moz-opacity:0.4;
  13. -khtml-opacity: 0.4;
  14. opacity: 0.4;
  15. }
  16. .lingotekContainer {
  17. width: 100%;
  18. height: 100%;
  19. margin: 0px 0px;
  20. padding: 0px;
  21. z-index: 20001;
  22. position: absolute;
  23. top: 0;
  24. left: 0;
  25. }
  26. .lingotekContents {
  27. margin: 200px auto;
  28. padding:5px 10px 5px 25px;
  29. background-color: #eee;
  30. border: 1px solid #000;
  31. color: #222;
  32. cursor:wait;
  33. width: 300px;
  34. filter:alpha(opacity=100) !important;
  35. -moz-opacity:1.0 !important;
  36. -khtml-opacity: 1.0 !important;
  37. opacity: 1.0 !important;
  38. }