diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-02-13 01:33:31 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-02-13 01:33:31 -0800 |
| commit | 4100860d10e2fb015db01d22bbf3f4735bcf10ec (patch) | |
| tree | 995b51fe3f8a6fe7fb58938c83463f3b09b5ee7c /impattern/im/imdither/style.css | |
first
Diffstat (limited to 'impattern/im/imdither/style.css')
| -rwxr-xr-x | impattern/im/imdither/style.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/impattern/im/imdither/style.css b/impattern/im/imdither/style.css new file mode 100755 index 0000000..2fa5360 --- /dev/null +++ b/impattern/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; + } |
