PageRenderTime 34ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/themes/theme1-off.css

http://gwtwindowmanager.googlecode.com/
CSS | 180 lines | 131 code | 30 blank | 19 comment | 0 complexity | 9a614d8de7ee29affec6a5820014902d MD5 | raw file
  1. /*
  2. * Copyright (c) 2006-2007 Luciano Broussal <luciano.broussal AT gmail.com>
  3. * (http://www.gwtwindowmanager.org)
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  6. * use this file except in compliance with the License. You may obtain a copy of
  7. * the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  13. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  14. * License for the specific language governing permissions and limitations under
  15. * the License.
  16. */
  17. .gwm-theme1-off-FrameCaption{
  18. width:100%;
  19. font-weight:bold;
  20. color:#CCCCCC;
  21. font-size:10px;
  22. }
  23. .gwm-theme1-off-Frame-TopBar{
  24. width: 100%;
  25. cursor:move;
  26. }
  27. .gwm-theme1-off-DialogOverlay{
  28. background-color: #666666;
  29. filter:alpha(opacity=60);
  30. -moz-opacity: 0.6;
  31. opacity: 0.6;
  32. }
  33. .gwm-theme1-off-ActionOverlay{
  34. background-color: #666666;
  35. filter:alpha(opacity=15);
  36. -moz-opacity: 0.15;
  37. opacity: 0.15;
  38. }
  39. .gwm-theme1-off-Frame-OutlineDrag{
  40. background-color: #666666;
  41. filter:alpha(opacity=60);
  42. -moz-opacity: 0.6;
  43. opacity: 0.6;
  44. }
  45. .gwm-theme1-off-FrameContent {
  46. overflow:auto;
  47. color: #DDD;
  48. font-family: Tahoma, Arial, sans-serif;
  49. background:#979BA1;
  50. }
  51. .gwm-theme1-off-DeskTop-MinimizedFrameBar{
  52. float:left;
  53. }
  54. /********************************** MINIMIZED TOPBAR ****************************************/
  55. .gwm-theme1-off-Frame-TopBar-minimized {
  56. background: transparent url(theme1-off/t.gif) repeat-x 0 0;
  57. background:#979BA1;
  58. color:blue;
  59. padding: 5px;
  60. border: 1px dashed;
  61. }
  62. .gwm-theme1-off-Frame-TopBar-RestoreButton {
  63. width: 23px;
  64. height: 23px;
  65. background: transparent url(theme1-off/restore-btn.gif) no-repeat 0 center;
  66. cursor:pointer;
  67. }
  68. /*********************************** BORDERS **********************************************/
  69. .gwm-theme1-off-FrameBorder-tl {
  70. background: url(theme1-off/tl.gif) no-repeat top left;
  71. width: 12px;
  72. height: 33px;
  73. }
  74. .gwm-theme1-off-FrameBorder-t {
  75. background: transparent url(theme1-off/t.gif) repeat-x 0 0;
  76. height:33px;
  77. }
  78. .gwm-theme1-off-FrameBorder-tr {
  79. background: transparent url(theme1-off/tr.gif) no-repeat top right;
  80. width: 12px;
  81. height: 33px;
  82. }
  83. .gwm-theme1-off-FrameBorder-l{
  84. background: transparent url(theme1-off/l.gif) repeat-y ;
  85. width: 12px;
  86. }
  87. .gwm-theme1-off-FrameBorder-r {
  88. background: transparent url(theme1-off/r.gif) repeat-y top right;
  89. width: 12px;
  90. }
  91. .gwm-theme1-off-FrameBorder-bl{
  92. background: transparent url(theme1-off/bl.gif) no-repeat 0 0;
  93. width: 12px;
  94. height: 17px;
  95. font-size:0px;
  96. }
  97. .gwm-theme1-off-FrameBorder-b {
  98. background: transparent url(theme1-off/b.gif) repeat-x 0 0;
  99. height: 17px;
  100. font-size:1px;
  101. }
  102. .gwm-theme1-off-FrameBorder-br {
  103. background: transparent url(theme1-off/br.gif) no-repeat top right;
  104. width: 12px;
  105. height: 17px;
  106. font-size:0px;
  107. }
  108. .gwm-theme1-off-Frame-ResizeButton {
  109. background: transparent url(theme1-off/resize-btn.gif) no-repeat top right;
  110. width: 12px;
  111. height: 17px;
  112. font-size:0px;
  113. }
  114. /************************************* BUTTONS ********************************/
  115. .gwm-theme1-off-Frame-TopBar-CloseButton{
  116. width: 19px;
  117. height: 19px;
  118. background: transparent url(theme1-off/close-btn.gif) no-repeat center center;
  119. cursor:pointer;
  120. }
  121. .gwm-theme1-off-Frame-TopBar-CloseButton-active {
  122. width: 19px;
  123. height: 19px;
  124. background: transparent url(theme1-off/close-btn-on.gif) no-repeat center center;
  125. cursor:pointer;
  126. }
  127. .gwm-theme1-off-Frame-TopBar-MinimizeButton {
  128. width: 19px;
  129. height: 19px;
  130. background: transparent url(theme1-off/min-btn.gif) no-repeat center center;
  131. cursor:pointer;
  132. }
  133. .gwm-theme1-off-Frame-TopBar-MinimizeButton-active {
  134. width: 19px;
  135. height: 19px;
  136. background: transparent url(theme1-off/min-btn-on.gif) no-repeat center center;
  137. cursor:pointer;
  138. }
  139. .gwm-theme1-off-Frame-TopBar-MaximizeButton {
  140. width: 19px;
  141. height: 19px;
  142. background: transparent url(theme1-off/max-btn.gif) no-repeat center center;
  143. cursor:pointer;
  144. }
  145. .gwm-theme1-off-Frame-TopBar-MaximizeButton-active {
  146. width: 19px;
  147. height: 19px;
  148. background: transparent url(theme1-off/max-btn-on.gif) no-repeat center center;
  149. cursor:pointer;
  150. }