Index: trunk/extensions/UsabilityInitiative/css/vector/jquery-ui-1.7.2.css |
— | — | @@ -42,32 +42,33 @@ |
43 | 43 | * jQuery UI CSS Framework |
44 | 44 | * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) |
45 | 45 | * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. |
46 | | -* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=sans-serif&fwDefault=normal&fsDefault=0.9em&cornerRadius=0&bgColorHeader=a7d7f9&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=a7d7f9&fcHeader=000000&iconColorHeader=000000&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=a7d7f9&fcContent=333333&iconColorContent=333333&bgColorDefault=e6e6e6&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=75&borderColorDefault=a7d7f9&fcDefault=333333&iconColorDefault=333333&bgColorHover=dadada&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=75&borderColorHover=a7d7f9&fcHover=555555&iconColorHover=555555&bgColorActive=ffffff&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=65&borderColorActive=a7d7f9&fcActive=333333&iconColorActive=333333&bgColorHighlight=fbf9ee&bgTextureHighlight=04_highlight_hard.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=333333&iconColorHighlight=a7d7f9&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px |
| 46 | +* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0&bgColorHeader=a7d7f9&bgTextureHeader=04_highlight_hard.png&bgImgOpacityHeader=100&borderColorHeader=c0c0c0&fcHeader=000000&iconColorHeader=333333&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=c0c0c0&fcContent=000000&iconColorContent=333333&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=c0c0c0&fcDefault=000000&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px |
47 | 47 | */ |
48 | 48 | |
49 | 49 | |
50 | 50 | /* Component containers |
51 | 51 | ----------------------------------*/ |
52 | | -.ui-widget { font-family: sans-serif; font-size: 0.9em; } |
| 52 | +.ui-widget { font-family: sans-serif; font-size: 1.1em; } |
| 53 | +body.skin-vector .ui-widget { font-size: 0.9em; } |
53 | 54 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; } |
54 | | -.ui-widget-content { border: 1px solid #a7d7f9; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; } |
55 | | -.ui-widget-content a { color: #333333; } |
56 | | -.ui-widget-header { border: 1px solid #a7d7f9; background: #a7d7f9 url(images/ui-bg_highlight-soft_75_a7d7f9_1x100.png) 50% 50% repeat-x; color: #000000; font-weight: bold; } |
| 55 | +.ui-widget-content { border: 1px solid #c0c0c0; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #000000; } |
| 56 | +.ui-widget-content a { color: #000000; } |
| 57 | +.ui-widget-header { border: 1px solid #c0c0c0; background: #a7d7f9 url(images/ui-bg_highlight-hard_100_a7d7f9_1x100.png) 50% 50% repeat-x; color: #000000; font-weight: bold; } |
57 | 58 | .ui-widget-header a { color: #000000; } |
58 | 59 | |
59 | 60 | /* Interaction states |
60 | 61 | ----------------------------------*/ |
61 | | -.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #a7d7f9; background: #e6e6e6 url(images/ui-bg_highlight-hard_75_e6e6e6_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #333333; outline: none; } |
62 | | -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; outline: none; } |
63 | | -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #a7d7f9; background: #dadada url(images/ui-bg_highlight-hard_75_dadada_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; } |
64 | | -.ui-state-hover a, .ui-state-hover a:hover { color: #555555; text-decoration: none; outline: none; } |
65 | | -.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #a7d7f9; background: #ffffff url(images/ui-bg_highlight-hard_65_ffffff_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #333333; outline: none; } |
66 | | -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #333333; outline: none; text-decoration: none; } |
| 62 | +.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c0c0c0; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #000000; outline: none; } |
| 63 | +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; text-decoration: none; outline: none; } |
| 64 | +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; } |
| 65 | +.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; } |
| 66 | +.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; } |
| 67 | +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; } |
67 | 68 | |
68 | 69 | /* Interaction Cues |
69 | 70 | ----------------------------------*/ |
70 | | -.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_highlight-hard_55_fbf9ee_1x100.png) 50% top repeat-x; color: #333333; } |
71 | | -.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #333333; } |
| 71 | +.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } |
| 72 | +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; } |
72 | 73 | .ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; } |
73 | 74 | .ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; } |
74 | 75 | .ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; } |
— | — | @@ -81,11 +82,11 @@ |
82 | 83 | /* states and images */ |
83 | 84 | .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_333333_256x240.png); } |
84 | 85 | .ui-widget-content .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); } |
85 | | -.ui-widget-header .ui-icon {background-image: url(images/ui-icons_000000_256x240.png); } |
86 | | -.ui-state-default .ui-icon { background-image: url(images/ui-icons_333333_256x240.png); } |
87 | | -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_555555_256x240.png); } |
88 | | -.ui-state-active .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); } |
89 | | -.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_a7d7f9_256x240.png); } |
| 86 | +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); } |
| 87 | +.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } |
| 88 | +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } |
| 89 | +.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } |
| 90 | +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } |
90 | 91 | .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } |
91 | 92 | |
92 | 93 | /* positioning */ |
Property changes on: trunk/extensions/UsabilityInitiative/css/vector/images/ui-bg_inset-soft_95_fef1ec_1x100.png |
___________________________________________________________________ |
Modified: svn:mime-type |
93 | 94 | - application/octet-stream |
94 | 95 | + image/png |
Property changes on: trunk/extensions/UsabilityInitiative/css/vector/images/ui-icons_333333_256x240.png |
___________________________________________________________________ |
Modified: svn:mime-type |
95 | 96 | - application/octet-stream |
96 | 97 | + image/png |
Property changes on: trunk/extensions/UsabilityInitiative/css/vector/images/ui-bg_flat_75_ffffff_40x100.png |
___________________________________________________________________ |
Modified: svn:mime-type |
97 | 98 | - application/octet-stream |
98 | 99 | + image/png |
Property changes on: trunk/extensions/UsabilityInitiative/css/vector/images/ui-icons_cd0a0a_256x240.png |
___________________________________________________________________ |
Modified: svn:mime-type |
99 | 100 | - application/octet-stream |
100 | 101 | + image/png |
Property changes on: trunk/extensions/UsabilityInitiative/css/vector/images/ui-bg_flat_0_aaaaaa_40x100.png |
___________________________________________________________________ |
Modified: svn:mime-type |
101 | 102 | - application/octet-stream |
102 | 103 | + image/png |
Property changes on: trunk/extensions/UsabilityInitiative/css/vector/images |
___________________________________________________________________ |
Added: svn:mergeinfo |