diff options
Diffstat (limited to 'icons/Chicago95/tools')
| -rw-r--r-- | icons/Chicago95/tools/22/color-fill.png | bin | 0 -> 7839 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-brush.png | bin | 0 -> 7211 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-ellipse.png | bin | 0 -> 6801 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-freehand.png | bin | 0 -> 6767 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-polygon.png | bin | 0 -> 3111 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-polyline.png | bin | 0 -> 8203 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-rectangle.png | bin | 0 -> 119 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-smudge.png | bin | 0 -> 657 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-star.png | bin | 0 -> 3760 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/22/draw-text.png | bin | 0 -> 5366 bytes | |||
| -rw-r--r-- | icons/Chicago95/tools/icons.html | 111 |
11 files changed, 111 insertions, 0 deletions
diff --git a/icons/Chicago95/tools/22/color-fill.png b/icons/Chicago95/tools/22/color-fill.png Binary files differnew file mode 100644 index 0000000..94a5890 --- /dev/null +++ b/icons/Chicago95/tools/22/color-fill.png diff --git a/icons/Chicago95/tools/22/draw-brush.png b/icons/Chicago95/tools/22/draw-brush.png Binary files differnew file mode 100644 index 0000000..c84b52b --- /dev/null +++ b/icons/Chicago95/tools/22/draw-brush.png diff --git a/icons/Chicago95/tools/22/draw-ellipse.png b/icons/Chicago95/tools/22/draw-ellipse.png Binary files differnew file mode 100644 index 0000000..d59d7e8 --- /dev/null +++ b/icons/Chicago95/tools/22/draw-ellipse.png diff --git a/icons/Chicago95/tools/22/draw-freehand.png b/icons/Chicago95/tools/22/draw-freehand.png Binary files differnew file mode 100644 index 0000000..dbefb64 --- /dev/null +++ b/icons/Chicago95/tools/22/draw-freehand.png diff --git a/icons/Chicago95/tools/22/draw-polygon.png b/icons/Chicago95/tools/22/draw-polygon.png Binary files differnew file mode 100644 index 0000000..d844675 --- /dev/null +++ b/icons/Chicago95/tools/22/draw-polygon.png diff --git a/icons/Chicago95/tools/22/draw-polyline.png b/icons/Chicago95/tools/22/draw-polyline.png Binary files differnew file mode 100644 index 0000000..b1fd356 --- /dev/null +++ b/icons/Chicago95/tools/22/draw-polyline.png diff --git a/icons/Chicago95/tools/22/draw-rectangle.png b/icons/Chicago95/tools/22/draw-rectangle.png Binary files differnew file mode 100644 index 0000000..228a07e --- /dev/null +++ b/icons/Chicago95/tools/22/draw-rectangle.png diff --git a/icons/Chicago95/tools/22/draw-smudge.png b/icons/Chicago95/tools/22/draw-smudge.png Binary files differnew file mode 100644 index 0000000..b7c5fef --- /dev/null +++ b/icons/Chicago95/tools/22/draw-smudge.png diff --git a/icons/Chicago95/tools/22/draw-star.png b/icons/Chicago95/tools/22/draw-star.png Binary files differnew file mode 100644 index 0000000..a8ed5e0 --- /dev/null +++ b/icons/Chicago95/tools/22/draw-star.png diff --git a/icons/Chicago95/tools/22/draw-text.png b/icons/Chicago95/tools/22/draw-text.png Binary files differnew file mode 100644 index 0000000..dcc875b --- /dev/null +++ b/icons/Chicago95/tools/22/draw-text.png diff --git a/icons/Chicago95/tools/icons.html b/icons/Chicago95/tools/icons.html new file mode 100644 index 0000000..499e656 --- /dev/null +++ b/icons/Chicago95/tools/icons.html @@ -0,0 +1,111 @@ +<!DOCTYPE html> +<html> +<head> +<style> +td { + border: 1px solid black; + padding: 10px; + text-align:center; + font-size: x-small; + vertical-align: bottom; + background: white; +} +table { + position: relative; + margin-left: auto; + margin-right: auto; +} + +th { + background: #000080; + color: white; + position: sticky; + top: 0; + border: 1px solid black; + padding: 10px; + text-align:center; +} + +body { + background: #008080; + font-family: Arial, Helvetica, Arial, sans-serif; +} +h1, h2 { + font-family: Arial, Helvetica, Arial, sans-serif; + color: white; + text-align:center; + font-weight: bold; +} +</style> +<title>Chicago 95 Icons: tools</title> +<!-- Part of the Chicago95 project --> +</head> +<body><h1>Chicago95 Icons: tools</h1> +<br><br> +<p style="color:white">Below is the list of all icons using in the <b>tools</b> section. Each icon is identified by its name. If the icon is a symlink to another icon it will be followed by the name of the link target.</p> +<br><br> +<table> + <tr> + <th>22</th> + </tr> + <tr> + <td> + <img src="./22/color-fill.png" alt="color-fill.png"></img> + <br>color-fill.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-brush.png" alt="draw-brush.png"></img> + <br>draw-brush.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-ellipse.png" alt="draw-ellipse.png"></img> + <br>draw-ellipse.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-freehand.png" alt="draw-freehand.png"></img> + <br>draw-freehand.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-polygon.png" alt="draw-polygon.png"></img> + <br>draw-polygon.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-polyline.png" alt="draw-polyline.png"></img> + <br>draw-polyline.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-rectangle.png" alt="draw-rectangle.png"></img> + <br>draw-rectangle.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-smudge.png" alt="draw-smudge.png"></img> + <br>draw-smudge.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-star.png" alt="draw-star.png"></img> + <br>draw-star.png + </td> + </tr> + <tr> + <td> + <img src="./22/draw-text.png" alt="draw-text.png"></img> + <br>draw-text.png + </td> + </tr> +</table></body></html> |
