summaryrefslogtreecommitdiff
path: root/impattern/im/imdither/style.css
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-13 01:33:31 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-13 01:33:31 -0800
commit4100860d10e2fb015db01d22bbf3f4735bcf10ec (patch)
tree995b51fe3f8a6fe7fb58938c83463f3b09b5ee7c /impattern/im/imdither/style.css
first
Diffstat (limited to 'impattern/im/imdither/style.css')
-rwxr-xr-ximpattern/im/imdither/style.css30
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;
+ }