diff options
Diffstat (limited to 'im/imdither/style.css')
| -rwxr-xr-x | im/imdither/style.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/im/imdither/style.css b/im/imdither/style.css new file mode 100755 index 0000000..2fa5360 --- /dev/null +++ b/im/imdither/style.css @@ -0,0 +1,30 @@ + +#sample + { + border-style: outset; + border-color: gray; + border-width: 5px; + } +.master { + border-width: 5px; + border-spacing: 3px; + border-style: outset; + border-color: gray; + border-collapse: separate; + background-color: rgb(250, 240, 230); +} +.dithers + { + width:40px; + height:14px; + cursor:pointer; + } +#dithertable + { + width:50%; + display:inline-block; + } +tr + { + height:40px; + } |
