/examples/addonsgallery/public/AddonsGallery.css
CSS | 261 lines | 206 code | 54 blank | 1 comment | 0 complexity | e195b5025683d9b2844bb0dfb8245b6a MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
1 2body { 3 background-color: white; 4 color: black; 5 font-family: Arial, sans-serif; 6 font-size: smaller; 7 margin: 20px 20px 20px 20px; 8} 9 10code { 11 font-size: small; 12} 13 14a { 15 color: #4E4D47; 16} 17 18a:visited { 19 color: #4E4D47; 20} 21 22.gwt-BorderedPanel { 23} 24 25.gwt-Button { 26} 27 28.gwt-Canvas { 29} 30 31.gwt-CheckBox { 32 font-size: smaller; 33} 34 35.gwt-DialogBox { 36 sborder: 8px solid #C9CEC7; 37 border: 2px outset; 38 background-color: white; 39} 40 41.gwt-DialogBox .Caption { 42 background-color: #C9CEC7; 43 padding: 3px; 44 margin: 2px; 45 font-weight: bold; 46 cursor: default; 47} 48 49.gwt-FileUpload { 50} 51 52.gwt-Frame { 53} 54 55.gwt-HorizontalSplitter .Bar { 56 width: 8px; 57 background-color: #C9CEC7; 58} 59 60.gwt-VerticalSplitter .Bar { 61 height: 8px; 62 background-color: #C9CEC7; 63} 64 65.gwt-HTML { 66 font-size: smaller; 67} 68 69.gwt-Hyperlink { 70} 71 72.gwt-Image { 73} 74 75.gwt-Label { 76 font-size: smaller; 77} 78 79.gwt-ListBox { 80} 81 82.gwt-MenuBar { 83 background-color: #C9CEC7; 84 border: 1px solid #C9CEC7; 85 cursor: default; 86} 87 88.gwt-MenuBar .gwt-MenuItem { 89 padding: 1px 4px 1px 4px; 90 font-size: smaller; 91 cursor: default; 92} 93 94.gwt-MenuBar .gwt-MenuItem-selected { 95 background-color: #C9CEC7; 96} 97 98.gwt-PasswordTextBox { 99} 100 101.gwt-RadioButton { 102 font-size: smaller; 103} 104 105.gwt-TabPanel { 106} 107 108.gwt-TabPanelBottom { 109 border-left: 1px solid #C9CEC7; 110} 111 112.gwt-TabBar { 113 background-color: #C9CEC7; 114 font-size: smaller; 115} 116 117.gwt-TabBar .gwt-TabBarFirst { 118 height: 100%; 119 border-bottom: 1px solid #C9CEC7; 120 padding-left: 3px; 121} 122 123.gwt-TabBar .gwt-TabBarRest { 124 border-bottom: 1px solid #C9CEC7; 125 padding-right: 3px; 126} 127 128.gwt-TabBar .gwt-TabBarItem { 129 border-top: 1px solid #C9CEC7; 130 border-bottom: 1px solid #C9CEC7; 131 padding: 2px; 132 cursor: pointer; 133 cursor: hand; 134} 135 136.gwt-TabBar .gwt-TabBarItem-selected { 137 font-weight: bold; 138 background-color: #E7EDE4; 139 border-top: 1px solid #C9CEC7; 140 border-left: 1px solid #C9CEC7; 141 border-right: 1px solid #C9CEC7; 142 border-bottom: 1px solid #E7EDE4; 143 padding: 2px; 144 cursor: default; 145} 146 147.gwt-TextArea { 148} 149 150.gwt-TextBox { 151} 152 153.gwt-Tree { 154} 155 156.gwt-Tree .gwt-TreeItem { 157 font-size: smaller; 158} 159 160.gwt-Tree .gwt-TreeItem-selected { 161 background-color: #C9CEC7; 162} 163 164.gwt-StackPanel { 165} 166 167.gwt-StackPanel .gwt-StackPanelItem { 168 background-color: #C9CEC7; 169 cursor: pointer; 170 cursor: hand; 171} 172 173.gwt-StackPanel .gwt-StackPanelItem-selected { 174} 175 176/* -------------------------------------------------------------------------- */ 177.ks-Sink { 178 border: 8px solid #C9CEC7; 179 background-color: #E7EDE4; 180 width: 100%; 181 height: 24em; 182} 183 184.ks-Info { 185 background-color: #C9CEC7; 186 padding: 10px 10px 2px 10px; 187 font-size: smaller; 188} 189 190.ks-List { 191 margin-top: 8px; 192 margin-bottom: 8px; 193 font-size: smaller; 194} 195 196.ks-List .ks-SinkItem { 197 width: 100%; 198 padding: 0.3em; 199 padding-right: 16px; 200 cursor: pointer; 201 cursor: hand; 202} 203 204.ks-List .ks-SinkItem-selected { 205 background-color: #C9CEC7; 206} 207 208.ks-images-Image { 209 margin: 8px; 210} 211 212.ks-images-Button { 213 margin: 8px; 214 cursor: pointer; 215 cursor: hand; 216} 217 218.ks-layouts { 219 margin: 8px; 220} 221 222.ks-layouts-Label { 223 background-color: #C9CEC7; 224 font-weight: bold; 225 margin-top: 1em; 226 padding: 2px 0px 2px 0px; 227 width: 100%; 228} 229 230.ks-layouts-Scroller { 231 height: 128px; 232 border: 2px solid #C9CEC7; 233 padding: 8px; 234 margin: 8px; 235} 236 237.ks-popups-Popup { 238 background-color: white; 239 border: 1px solid #C9CEC7; 240 padding: 4px; 241} 242 243.infoProse { 244 margin: 8px; 245} 246 247.TooltipPopup { 248 background-color: #FFFFCC; 249 border: 1px solid #000000; 250 border-top: 1px solid #ccc; 251 border-left: 1px solid #ccc; 252 padding: 2px 4px 2px 4px; 253 font-family: arial,sans-serif; 254 font-size: 14px; 255} 256 257.gwt-Canvas { 258 background-color: #FFFFFF; 259 border: 1px solid #C9CEC7; 260} 261