Automated build for v0.01
BIN
lib/dijit/themes/claro/layout/images/tabBottomSelected.png
Normal file
After Width: | Height: | Size: 118 B |
18
lib/dijit/themes/claro/layout/images/tabBottomSelected.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Source file for tabBottomSelected.png, which is used by IE7-9 for selected tabs.
|
||||
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
|
||||
|
||||
Output should match CSS gradient from .topBottom-selected-tab-gradient() from TabContainer.less.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1px" height="250px" viewBox="0 0 1 250" preserveAspectRatio="none">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="1" height="242" fill="white"/>
|
||||
<rect x="0" y="242" width="1" height="6" fill="url(#gradient)"/>
|
||||
<rect x="0" y="248" width="1" height="2" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 885 B |
BIN
lib/dijit/themes/claro/layout/images/tabBottomUnselected.png
Normal file
After Width: | Height: | Size: 110 B |
19
lib/dijit/themes/claro/layout/images/tabBottomUnselected.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Source file for tabBottomUnselected.png, which is used by IE7-9 for the selected tabs.
|
||||
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
|
||||
|
||||
Output should match CSS gradient from TabContainer.less.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1px" height="16px" viewBox="0 0 1 16" preserveAspectRatio="none">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="100%" x2="0%" y2="0%">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
|
||||
<stop offset="6%" stop-color="#ffffff" stop-opacity="1"/>
|
||||
<stop offset="13%" stop-color="#ffffff" stop-opacity="0.2"/>
|
||||
<stop offset="43%" stop-color="#ffffff" stop-opacity="0.6"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="1" height="16" fill="url(#gradient)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 923 B |
BIN
lib/dijit/themes/claro/layout/images/tabClose.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
lib/dijit/themes/claro/layout/images/tabLeftSelected.png
Normal file
After Width: | Height: | Size: 213 B |
17
lib/dijit/themes/claro/layout/images/tabLeftSelected.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Source file for tabLeftSelected.png, which is used by IE7-9 for selected tabs.
|
||||
Compile to png with batik, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
|
||||
|
||||
Output should match CSS gradient from TabContainer.less.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1000px" height="1px" viewBox="0 0 1000 1" preserveAspectRatio="none">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.5"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="30" height="1" fill="url(#gradient)"/>
|
||||
<rect x="30" y="0" width="970" height="1" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 784 B |
BIN
lib/dijit/themes/claro/layout/images/tabLeftUnselected.png
Normal file
After Width: | Height: | Size: 106 B |
16
lib/dijit/themes/claro/layout/images/tabLeftUnselected.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Source file for tabLeftUnselected.png, which is used by IE7-9 for the selected tabs.
|
||||
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
|
||||
|
||||
Output should match CSS gradient from TabContainer.less.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="150px" height="1px" viewBox="0 0 100 1" preserveAspectRatio="none">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.5"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="150" height="1" fill="url(#gradient)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 737 B |
BIN
lib/dijit/themes/claro/layout/images/tabNested.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
lib/dijit/themes/claro/layout/images/tabRightSelected.png
Normal file
After Width: | Height: | Size: 210 B |
17
lib/dijit/themes/claro/layout/images/tabRightSelected.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Source file for tabRightSelected.png, which is used by IE7-9 for selected tabs.
|
||||
Compile to png with batik, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
|
||||
|
||||
Output should match CSS gradient from TabContainer.less.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1000px" height="1px" viewBox="0 0 1000 1" preserveAspectRatio="none">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="100%" y1="0%" x2="0%" y2="0%">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.5"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="970" height="1" fill="white"/>
|
||||
<rect x="970" y="0" width="30" height="1" fill="url(#gradient)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 786 B |
BIN
lib/dijit/themes/claro/layout/images/tabRightUnselected.png
Normal file
After Width: | Height: | Size: 105 B |
16
lib/dijit/themes/claro/layout/images/tabRightUnselected.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Source file for tabRightUnselected.png, which is used by IE7-9 for the selected tabs.
|
||||
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
|
||||
|
||||
Output should match CSS gradient from TabContainer.less.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="150px" height="1px" viewBox="0 0 100 1" preserveAspectRatio="none">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="100%" y1="0%" x2="0%" y2="0%">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.5"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="150" height="1" fill="url(#gradient)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 738 B |
BIN
lib/dijit/themes/claro/layout/images/tabTopSelected.png
Normal file
After Width: | Height: | Size: 120 B |
18
lib/dijit/themes/claro/layout/images/tabTopSelected.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Source file for tabTopSelected.png, which is used by IE7-9 for the selected tabs.
|
||||
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
|
||||
|
||||
Output should match CSS gradient from .topBottom-selected-tab-gradient() from TabContainer.less.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1px" height="250px" viewBox="0 0 1 250" preserveAspectRatio="none">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="1" height="2" fill="white"/>
|
||||
<rect x="0" y="2" width="1" height="6" fill="url(#gradient)"/>
|
||||
<rect x="0" y="8" width="1" height="242" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 882 B |
BIN
lib/dijit/themes/claro/layout/images/tabTopUnselected.png
Normal file
After Width: | Height: | Size: 121 B |
19
lib/dijit/themes/claro/layout/images/tabTopUnselected.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Source file for tabTopUnSelected.png, which is used by IE7-9 for the selected tabs.
|
||||
Compile to png with batik, gimp, or online tool ex: http://www.fileformat.info/convert/image/svg2raster.htm
|
||||
|
||||
Output should match CSS gradient from TabContainer.less.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1px" height="16px" viewBox="0 0 1 16" preserveAspectRatio="none">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="1"/>
|
||||
<stop offset="6%" stop-color="#ffffff" stop-opacity="1"/>
|
||||
<stop offset="13%" stop-color="#ffffff" stop-opacity="0.2"/>
|
||||
<stop offset="43%" stop-color="#ffffff" stop-opacity="0.6"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="1" height="16" fill="url(#gradient)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 920 B |