/themes/theme1-off.css
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 28.gwm-theme1-off-DialogOverlay{ 29 background-color: #666666; 30 filter:alpha(opacity=60); 31 -moz-opacity: 0.6; 32 opacity: 0.6; 33} 34 35.gwm-theme1-off-ActionOverlay{ 36 background-color: #666666; 37 filter:alpha(opacity=15); 38 -moz-opacity: 0.15; 39 opacity: 0.15; 40} 41 42.gwm-theme1-off-Frame-OutlineDrag{ 43 background-color: #666666; 44 filter:alpha(opacity=60); 45 -moz-opacity: 0.6; 46 opacity: 0.6; 47} 48 49.gwm-theme1-off-FrameContent { 50 overflow:auto; 51 color: #DDD; 52 font-family: Tahoma, Arial, sans-serif; 53 background:#979BA1; 54} 55 56.gwm-theme1-off-DeskTop-MinimizedFrameBar{ 57 float:left; 58} 59 60/********************************** MINIMIZED TOPBAR ****************************************/ 61 62.gwm-theme1-off-Frame-TopBar-minimized { 63 background: transparent url(theme1-off/t.gif) repeat-x 0 0; 64 background:#979BA1; 65 color:blue; 66 padding: 5px; 67 border: 1px dashed; 68} 69 70.gwm-theme1-off-Frame-TopBar-RestoreButton { 71 width: 23px; 72 height: 23px; 73 background: transparent url(theme1-off/restore-btn.gif) no-repeat 0 center; 74 cursor:pointer; 75 76} 77 78/*********************************** BORDERS **********************************************/ 79.gwm-theme1-off-FrameBorder-tl { 80 background: url(theme1-off/tl.gif) no-repeat top left; 81 width: 12px; 82 height: 33px; 83} 84 85.gwm-theme1-off-FrameBorder-t { 86 background: transparent url(theme1-off/t.gif) repeat-x 0 0; 87 height:33px; 88} 89 90.gwm-theme1-off-FrameBorder-tr { 91 background: transparent url(theme1-off/tr.gif) no-repeat top right; 92 width: 12px; 93 height: 33px; 94} 95 96.gwm-theme1-off-FrameBorder-l{ 97 background: transparent url(theme1-off/l.gif) repeat-y ; 98 width: 12px; 99} 100 101.gwm-theme1-off-FrameBorder-r { 102 background: transparent url(theme1-off/r.gif) repeat-y top right; 103 width: 12px; 104} 105 106.gwm-theme1-off-FrameBorder-bl{ 107 background: transparent url(theme1-off/bl.gif) no-repeat 0 0; 108 width: 12px; 109 height: 17px; 110 font-size:0px; 111} 112 113.gwm-theme1-off-FrameBorder-b { 114 background: transparent url(theme1-off/b.gif) repeat-x 0 0; 115 height: 17px; 116 font-size:1px; 117} 118 119.gwm-theme1-off-FrameBorder-br { 120 background: transparent url(theme1-off/br.gif) no-repeat top right; 121 width: 12px; 122 height: 17px; 123 font-size:0px; 124} 125 126.gwm-theme1-off-Frame-ResizeButton { 127 background: transparent url(theme1-off/resize-btn.gif) no-repeat top right; 128 width: 12px; 129 height: 17px; 130 font-size:0px; 131} 132 133/************************************* BUTTONS ********************************/ 134.gwm-theme1-off-Frame-TopBar-CloseButton{ 135 width: 19px; 136 height: 19px; 137 background: transparent url(theme1-off/close-btn.gif) no-repeat center center; 138 cursor:pointer; 139 140} 141 142.gwm-theme1-off-Frame-TopBar-CloseButton-active { 143 width: 19px; 144 height: 19px; 145 background: transparent url(theme1-off/close-btn-on.gif) no-repeat center center; 146 cursor:pointer; 147} 148 149.gwm-theme1-off-Frame-TopBar-MinimizeButton { 150 width: 19px; 151 height: 19px; 152 background: transparent url(theme1-off/min-btn.gif) no-repeat center center; 153 cursor:pointer; 154} 155 156.gwm-theme1-off-Frame-TopBar-MinimizeButton-active { 157 width: 19px; 158 height: 19px; 159 background: transparent url(theme1-off/min-btn-on.gif) no-repeat center center; 160 cursor:pointer; 161} 162 163.gwm-theme1-off-Frame-TopBar-MaximizeButton { 164 width: 19px; 165 height: 19px; 166 background: transparent url(theme1-off/max-btn.gif) no-repeat center center; 167 cursor:pointer; 168} 169 170.gwm-theme1-off-Frame-TopBar-MaximizeButton-active { 171 width: 19px; 172 height: 19px; 173 background: transparent url(theme1-off/max-btn-on.gif) no-repeat center center; 174 cursor:pointer; 175} 176 177 178 179 180