Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/jquery.ui.autocomplete.css |
— | — | @@ -0,0 +1,39 @@ |
| 2 | +/* Autocomplete |
| 3 | +----------------------------------*/ |
| 4 | +.ui-autocomplete { position: absolute; cursor: default; } |
| 5 | +.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; } |
| 6 | + |
| 7 | +/* workarounds */ |
| 8 | +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |
| 9 | + |
| 10 | +/* Menu |
| 11 | +----------------------------------*/ |
| 12 | +.ui-menu { |
| 13 | + list-style:none; |
| 14 | + padding: 2px; |
| 15 | + margin: 0; |
| 16 | + display:block; |
| 17 | +} |
| 18 | +.ui-menu .ui-menu { |
| 19 | + margin-top: -3px; |
| 20 | +} |
| 21 | +.ui-menu .ui-menu-item { |
| 22 | + margin:0; |
| 23 | + padding: 0; |
| 24 | + zoom: 1; |
| 25 | + float: left; |
| 26 | + clear: left; |
| 27 | + width: 100%; |
| 28 | +} |
| 29 | +.ui-menu .ui-menu-item a { |
| 30 | + text-decoration:none; |
| 31 | + display:block; |
| 32 | + padding:.2em .4em; |
| 33 | + line-height:1.5; |
| 34 | + zoom:1; |
| 35 | +} |
| 36 | +.ui-menu .ui-menu-item a.ui-state-hover, |
| 37 | +.ui-menu .ui-menu-item a.ui-state-active { |
| 38 | + font-weight: normal; |
| 39 | + margin: -1px; |
| 40 | +} |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/jquery.ui.theme.css |
— | — | @@ -0,0 +1,279 @@ |
| 2 | +/* |
| 3 | +* jQuery UI CSS Framework |
| 4 | +* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) |
| 5 | +* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. |
| 6 | +* To view and modify this theme, visit http://jqueryui.com/themeroller/ |
| 7 | +*/ |
| 8 | + |
| 9 | + |
| 10 | +/* Component containers |
| 11 | +----------------------------------*/ |
| 12 | +.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; } |
| 13 | +.ui-widget .ui-widget { font-size: 1em; } |
| 14 | +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; } |
| 15 | +.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; } |
| 16 | +.ui-widget-content a { color: #222222/*{fcContent}*/; } |
| 17 | +.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; } |
| 18 | +.ui-widget-header a { color: #222222/*{fcHeader}*/; } |
| 19 | + |
| 20 | +/* Interaction states |
| 21 | +----------------------------------*/ |
| 22 | +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; } |
| 23 | +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; } |
| 24 | +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; } |
| 25 | +.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; } |
| 26 | +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; } |
| 27 | +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; } |
| 28 | +.ui-widget :active { outline: none; } |
| 29 | + |
| 30 | +/* Interaction Cues |
| 31 | +----------------------------------*/ |
| 32 | +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; } |
| 33 | +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; } |
| 34 | +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; } |
| 35 | +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; } |
| 36 | +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; } |
| 37 | +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
| 38 | +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } |
| 39 | +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } |
| 40 | + |
| 41 | +/* Icons |
| 42 | +----------------------------------*/ |
| 43 | + |
| 44 | +/* states and images */ |
| 45 | +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; } |
| 46 | +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; } |
| 47 | +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; } |
| 48 | +.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; } |
| 49 | +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; } |
| 50 | +.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; } |
| 51 | +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; } |
| 52 | +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; } |
| 53 | + |
| 54 | +/* positioning */ |
| 55 | +.ui-icon-carat-1-n { background-position: 0 0; } |
| 56 | +.ui-icon-carat-1-ne { background-position: -16px 0; } |
| 57 | +.ui-icon-carat-1-e { background-position: -32px 0; } |
| 58 | +.ui-icon-carat-1-se { background-position: -48px 0; } |
| 59 | +.ui-icon-carat-1-s { background-position: -64px 0; } |
| 60 | +.ui-icon-carat-1-sw { background-position: -80px 0; } |
| 61 | +.ui-icon-carat-1-w { background-position: -96px 0; } |
| 62 | +.ui-icon-carat-1-nw { background-position: -112px 0; } |
| 63 | +.ui-icon-carat-2-n-s { background-position: -128px 0; } |
| 64 | +.ui-icon-carat-2-e-w { background-position: -144px 0; } |
| 65 | +.ui-icon-triangle-1-n { background-position: 0 -16px; } |
| 66 | +.ui-icon-triangle-1-ne { background-position: -16px -16px; } |
| 67 | +.ui-icon-triangle-1-e { background-position: -32px -16px; } |
| 68 | +.ui-icon-triangle-1-se { background-position: -48px -16px; } |
| 69 | +.ui-icon-triangle-1-s { background-position: -64px -16px; } |
| 70 | +.ui-icon-triangle-1-sw { background-position: -80px -16px; } |
| 71 | +.ui-icon-triangle-1-w { background-position: -96px -16px; } |
| 72 | +.ui-icon-triangle-1-nw { background-position: -112px -16px; } |
| 73 | +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
| 74 | +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } |
| 75 | +.ui-icon-arrow-1-n { background-position: 0 -32px; } |
| 76 | +.ui-icon-arrow-1-ne { background-position: -16px -32px; } |
| 77 | +.ui-icon-arrow-1-e { background-position: -32px -32px; } |
| 78 | +.ui-icon-arrow-1-se { background-position: -48px -32px; } |
| 79 | +.ui-icon-arrow-1-s { background-position: -64px -32px; } |
| 80 | +.ui-icon-arrow-1-sw { background-position: -80px -32px; } |
| 81 | +.ui-icon-arrow-1-w { background-position: -96px -32px; } |
| 82 | +.ui-icon-arrow-1-nw { background-position: -112px -32px; } |
| 83 | +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
| 84 | +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } |
| 85 | +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } |
| 86 | +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } |
| 87 | +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
| 88 | +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
| 89 | +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
| 90 | +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
| 91 | +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } |
| 92 | +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
| 93 | +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
| 94 | +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
| 95 | +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
| 96 | +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } |
| 97 | +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } |
| 98 | +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } |
| 99 | +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } |
| 100 | +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } |
| 101 | +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } |
| 102 | +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } |
| 103 | +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } |
| 104 | +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } |
| 105 | +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } |
| 106 | +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } |
| 107 | +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } |
| 108 | +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } |
| 109 | +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } |
| 110 | +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } |
| 111 | +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } |
| 112 | +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } |
| 113 | +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } |
| 114 | +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } |
| 115 | +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } |
| 116 | +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } |
| 117 | +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } |
| 118 | +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } |
| 119 | +.ui-icon-arrow-4 { background-position: 0 -80px; } |
| 120 | +.ui-icon-arrow-4-diag { background-position: -16px -80px; } |
| 121 | +.ui-icon-extlink { background-position: -32px -80px; } |
| 122 | +.ui-icon-newwin { background-position: -48px -80px; } |
| 123 | +.ui-icon-refresh { background-position: -64px -80px; } |
| 124 | +.ui-icon-shuffle { background-position: -80px -80px; } |
| 125 | +.ui-icon-transfer-e-w { background-position: -96px -80px; } |
| 126 | +.ui-icon-transferthick-e-w { background-position: -112px -80px; } |
| 127 | +.ui-icon-folder-collapsed { background-position: 0 -96px; } |
| 128 | +.ui-icon-folder-open { background-position: -16px -96px; } |
| 129 | +.ui-icon-document { background-position: -32px -96px; } |
| 130 | +.ui-icon-document-b { background-position: -48px -96px; } |
| 131 | +.ui-icon-note { background-position: -64px -96px; } |
| 132 | +.ui-icon-mail-closed { background-position: -80px -96px; } |
| 133 | +.ui-icon-mail-open { background-position: -96px -96px; } |
| 134 | +.ui-icon-suitcase { background-position: -112px -96px; } |
| 135 | +.ui-icon-comment { background-position: -128px -96px; } |
| 136 | +.ui-icon-person { background-position: -144px -96px; } |
| 137 | +.ui-icon-print { background-position: -160px -96px; } |
| 138 | +.ui-icon-trash { background-position: -176px -96px; } |
| 139 | +.ui-icon-locked { background-position: -192px -96px; } |
| 140 | +.ui-icon-unlocked { background-position: -208px -96px; } |
| 141 | +.ui-icon-bookmark { background-position: -224px -96px; } |
| 142 | +.ui-icon-tag { background-position: -240px -96px; } |
| 143 | +.ui-icon-home { background-position: 0 -112px; } |
| 144 | +.ui-icon-flag { background-position: -16px -112px; } |
| 145 | +.ui-icon-calendar { background-position: -32px -112px; } |
| 146 | +.ui-icon-cart { background-position: -48px -112px; } |
| 147 | +.ui-icon-pencil { background-position: -64px -112px; } |
| 148 | +.ui-icon-clock { background-position: -80px -112px; } |
| 149 | +.ui-icon-disk { background-position: -96px -112px; } |
| 150 | +.ui-icon-calculator { background-position: -112px -112px; } |
| 151 | +.ui-icon-zoomin { background-position: -128px -112px; } |
| 152 | +.ui-icon-zoomout { background-position: -144px -112px; } |
| 153 | +.ui-icon-search { background-position: -160px -112px; } |
| 154 | +.ui-icon-wrench { background-position: -176px -112px; } |
| 155 | +.ui-icon-gear { background-position: -192px -112px; } |
| 156 | +.ui-icon-heart { background-position: -208px -112px; } |
| 157 | +.ui-icon-star { background-position: -224px -112px; } |
| 158 | +.ui-icon-link { background-position: -240px -112px; } |
| 159 | +.ui-icon-cancel { background-position: 0 -128px; } |
| 160 | +.ui-icon-plus { background-position: -16px -128px; } |
| 161 | +.ui-icon-plusthick { background-position: -32px -128px; } |
| 162 | +.ui-icon-minus { background-position: -48px -128px; } |
| 163 | +.ui-icon-minusthick { background-position: -64px -128px; } |
| 164 | +.ui-icon-close { background-position: -80px -128px; } |
| 165 | +.ui-icon-closethick { background-position: -96px -128px; } |
| 166 | +.ui-icon-key { background-position: -112px -128px; } |
| 167 | +.ui-icon-lightbulb { background-position: -128px -128px; } |
| 168 | +.ui-icon-scissors { background-position: -144px -128px; } |
| 169 | +.ui-icon-clipboard { background-position: -160px -128px; } |
| 170 | +.ui-icon-copy { background-position: -176px -128px; } |
| 171 | +.ui-icon-contact { background-position: -192px -128px; } |
| 172 | +.ui-icon-image { background-position: -208px -128px; } |
| 173 | +.ui-icon-video { background-position: -224px -128px; } |
| 174 | +.ui-icon-script { background-position: -240px -128px; } |
| 175 | +.ui-icon-alert { background-position: 0 -144px; } |
| 176 | +.ui-icon-info { background-position: -16px -144px; } |
| 177 | +.ui-icon-notice { background-position: -32px -144px; } |
| 178 | +.ui-icon-help { background-position: -48px -144px; } |
| 179 | +.ui-icon-check { background-position: -64px -144px; } |
| 180 | +.ui-icon-bullet { background-position: -80px -144px; } |
| 181 | +.ui-icon-radio-off { background-position: -96px -144px; } |
| 182 | +.ui-icon-radio-on { background-position: -112px -144px; } |
| 183 | +.ui-icon-pin-w { background-position: -128px -144px; } |
| 184 | +.ui-icon-pin-s { background-position: -144px -144px; } |
| 185 | +.ui-icon-play { background-position: 0 -160px; } |
| 186 | +.ui-icon-pause { background-position: -16px -160px; } |
| 187 | +.ui-icon-seek-next { background-position: -32px -160px; } |
| 188 | +.ui-icon-seek-prev { background-position: -48px -160px; } |
| 189 | +.ui-icon-seek-end { background-position: -64px -160px; } |
| 190 | +.ui-icon-seek-start { background-position: -80px -160px; } |
| 191 | +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ |
| 192 | +.ui-icon-seek-first { background-position: -80px -160px; } |
| 193 | +.ui-icon-stop { background-position: -96px -160px; } |
| 194 | +.ui-icon-eject { background-position: -112px -160px; } |
| 195 | +.ui-icon-volume-off { background-position: -128px -160px; } |
| 196 | +.ui-icon-volume-on { background-position: -144px -160px; } |
| 197 | +.ui-icon-power { background-position: 0 -176px; } |
| 198 | +.ui-icon-signal-diag { background-position: -16px -176px; } |
| 199 | +.ui-icon-signal { background-position: -32px -176px; } |
| 200 | +.ui-icon-battery-0 { background-position: -48px -176px; } |
| 201 | +.ui-icon-battery-1 { background-position: -64px -176px; } |
| 202 | +.ui-icon-battery-2 { background-position: -80px -176px; } |
| 203 | +.ui-icon-battery-3 { background-position: -96px -176px; } |
| 204 | +.ui-icon-circle-plus { background-position: 0 -192px; } |
| 205 | +.ui-icon-circle-minus { background-position: -16px -192px; } |
| 206 | +.ui-icon-circle-close { background-position: -32px -192px; } |
| 207 | +.ui-icon-circle-triangle-e { background-position: -48px -192px; } |
| 208 | +.ui-icon-circle-triangle-s { background-position: -64px -192px; } |
| 209 | +.ui-icon-circle-triangle-w { background-position: -80px -192px; } |
| 210 | +.ui-icon-circle-triangle-n { background-position: -96px -192px; } |
| 211 | +.ui-icon-circle-arrow-e { background-position: -112px -192px; } |
| 212 | +.ui-icon-circle-arrow-s { background-position: -128px -192px; } |
| 213 | +.ui-icon-circle-arrow-w { background-position: -144px -192px; } |
| 214 | +.ui-icon-circle-arrow-n { background-position: -160px -192px; } |
| 215 | +.ui-icon-circle-zoomin { background-position: -176px -192px; } |
| 216 | +.ui-icon-circle-zoomout { background-position: -192px -192px; } |
| 217 | +.ui-icon-circle-check { background-position: -208px -192px; } |
| 218 | +.ui-icon-circlesmall-plus { background-position: 0 -208px; } |
| 219 | +.ui-icon-circlesmall-minus { background-position: -16px -208px; } |
| 220 | +.ui-icon-circlesmall-close { background-position: -32px -208px; } |
| 221 | +.ui-icon-squaresmall-plus { background-position: -48px -208px; } |
| 222 | +.ui-icon-squaresmall-minus { background-position: -64px -208px; } |
| 223 | +.ui-icon-squaresmall-close { background-position: -80px -208px; } |
| 224 | +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } |
| 225 | +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } |
| 226 | +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } |
| 227 | +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } |
| 228 | +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
| 229 | +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
| 230 | + |
| 231 | + |
| 232 | +/* Misc visuals |
| 233 | +----------------------------------*/ |
| 234 | + |
| 235 | +/* Corner radius */ |
| 236 | +.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; } |
| 237 | +.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; } |
| 238 | +.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; } |
| 239 | +.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } |
| 240 | +.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; } |
| 241 | +.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } |
| 242 | +.ui-corner-right { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } |
| 243 | +.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; } |
| 244 | +.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; } |
| 245 | + |
| 246 | +/* Overlays */ |
| 247 | +.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; } |
| 248 | +.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; } |
| 249 | + |
| 250 | + |
| 251 | +/* Added for use by Semantic MediaWiki */ |
| 252 | +.ui-widget input, .ui-widget { |
| 253 | + font-family: sans-serif; |
| 254 | + font-size: 10pt; |
| 255 | +} |
| 256 | + |
| 257 | +.ui-widget input.ui-widget-content { |
| 258 | + padding-left: 0.2em; |
| 259 | + margin: 0 0 0 .1em; |
| 260 | +} |
| 261 | + |
| 262 | +.ui-menu-item .ui-state-hover { |
| 263 | + background: #222288; |
| 264 | + color: white; |
| 265 | + border: none; |
| 266 | +} |
| 267 | +ul.ui-menu { |
| 268 | + padding: 0; |
| 269 | + max-height: 200px; |
| 270 | + overflow: scroll; |
| 271 | +} |
| 272 | +.ui-menu .ui-menu-item a.ui-state-hover { |
| 273 | + margin: auto; |
| 274 | +} |
| 275 | + |
| 276 | +.ui-corner-left, .ui-corner-right, .ui-corner-all { |
| 277 | + border-radius: 0; |
| 278 | + -moz-border-radius: 0; |
| 279 | + -webkit-border-radius: 0; |
| 280 | +} |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_2e83ff_256x240.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_2e83ff_256x240.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 281 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_95_fef1ec_1x400.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_95_fef1ec_1x400.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 282 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_888888_256x240.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_888888_256x240.png |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 283 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_55_fbf9ee_1x400.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_55_fbf9ee_1x400.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 284 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_75_dadada_1x400.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_75_dadada_1x400.png |
___________________________________________________________________ |
Added: svn:mime-type |
5 | 285 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_flat_75_ffffff_40x100.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_flat_75_ffffff_40x100.png |
___________________________________________________________________ |
Added: svn:mime-type |
6 | 286 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_75_e6e6e6_1x400.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_75_e6e6e6_1x400.png |
___________________________________________________________________ |
Added: svn:mime-type |
7 | 287 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_65_ffffff_1x400.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_glass_65_ffffff_1x400.png |
___________________________________________________________________ |
Added: svn:mime-type |
8 | 288 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-anim_basic_16x16.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-anim_basic_16x16.gif |
___________________________________________________________________ |
Added: svn:mime-type |
9 | 289 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png |
___________________________________________________________________ |
Added: svn:mime-type |
10 | 290 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_cd0a0a_256x240.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_cd0a0a_256x240.png |
___________________________________________________________________ |
Added: svn:mime-type |
11 | 291 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_flat_0_aaaaaa_40x100.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-bg_flat_0_aaaaaa_40x100.png |
___________________________________________________________________ |
Added: svn:mime-type |
12 | 292 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_454545_256x240.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_454545_256x240.png |
___________________________________________________________________ |
Added: svn:mime-type |
13 | 293 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_222222_256x240.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/images/ui-icons_222222_256x240.png |
___________________________________________________________________ |
Added: svn:mime-type |
14 | 294 | + application/octet-stream |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/jquery.ui.all.css |
— | — | @@ -0,0 +1,2 @@ |
| 2 | +@import "jquery.ui.base.css"; |
| 3 | +@import "jquery.ui.theme.css"; |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/jquery.ui.core.css |
— | — | @@ -0,0 +1,37 @@ |
| 2 | +/* |
| 3 | +* jQuery UI CSS Framework |
| 4 | +* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) |
| 5 | +* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. |
| 6 | +*/ |
| 7 | + |
| 8 | +/* Layout helpers |
| 9 | +----------------------------------*/ |
| 10 | +.ui-helper-hidden { display: none; } |
| 11 | +.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } |
| 12 | +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
| 13 | +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
| 14 | +.ui-helper-clearfix { display: inline-block; } |
| 15 | +/* required comment for clearfix to work in Opera \*/ |
| 16 | +* html .ui-helper-clearfix { height:1%; } |
| 17 | +.ui-helper-clearfix { display:block; } |
| 18 | +/* end clearfix */ |
| 19 | +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
| 20 | + |
| 21 | + |
| 22 | +/* Interaction Cues |
| 23 | +----------------------------------*/ |
| 24 | +.ui-state-disabled { cursor: default !important; } |
| 25 | + |
| 26 | + |
| 27 | +/* Icons |
| 28 | +----------------------------------*/ |
| 29 | + |
| 30 | +/* states and images */ |
| 31 | +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
| 32 | + |
| 33 | + |
| 34 | +/* Misc visuals |
| 35 | +----------------------------------*/ |
| 36 | + |
| 37 | +/* Overlays */ |
| 38 | +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/jquery.ui.base.css |
— | — | @@ -0,0 +1,11 @@ |
| 2 | +@import url("jquery.ui.core.css"); |
| 3 | +@import url("jquery.ui.resizable.css"); |
| 4 | +@import url("jquery.ui.selectable.css"); |
| 5 | +@import url("jquery.ui.accordion.css"); |
| 6 | +@import url("jquery.ui.autocomplete.css"); |
| 7 | +@import url("jquery.ui.button.css"); |
| 8 | +@import url("jquery.ui.dialog.css"); |
| 9 | +@import url("jquery.ui.slider.css"); |
| 10 | +@import url("jquery.ui.tabs.css"); |
| 11 | +@import url("jquery.ui.datepicker.css"); |
| 12 | +@import url("jquery.ui.progressbar.css"); |
\ No newline at end of file |
Index: trunk/extensions/SemanticDrilldown/skins/jquery-ui/base/jquery.ui.button.css |
— | — | @@ -0,0 +1,35 @@ |
| 2 | +/* Button |
| 3 | +----------------------------------*/ |
| 4 | + |
| 5 | +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ |
| 6 | +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ |
| 7 | +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ |
| 8 | +.ui-button-icons-only { width: 3.4em; } |
| 9 | +button.ui-button-icons-only { width: 3.7em; } |
| 10 | + |
| 11 | +/*button text element */ |
| 12 | +.ui-button .ui-button-text { display: block; line-height: 1.4; } |
| 13 | +.ui-button-text-only .ui-button-text { padding: .4em 1em; } |
| 14 | +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } |
| 15 | +.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } |
| 16 | +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } |
| 17 | +/* no icon support for input elements, provide padding by default */ |
| 18 | +input.ui-button { padding: .4em 1em; } |
| 19 | + |
| 20 | +/*button icon element(s) */ |
| 21 | +.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } |
| 22 | +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } |
| 23 | +.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } |
| 24 | +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
| 25 | + |
| 26 | +/*button sets*/ |
| 27 | +.ui-buttonset { margin-right: 7px; } |
| 28 | +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } |
| 29 | + |
| 30 | +/* workarounds */ |
| 31 | +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |