summaryrefslogtreecommitdiff
path: root/im/imdither/style.css
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-13 02:42:02 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-13 02:42:02 -0800
commitfd640b170a64584fd9c295be53c91972ff9f9ec1 (patch)
treec67e95b332e183bbf14065bba55dd77e86a71fbe /im/imdither/style.css
parent64f41d53728a966f10aef6d7ffbc00853d754300 (diff)
fixed some basics
Diffstat (limited to 'im/imdither/style.css')
-rwxr-xr-xim/imdither/style.css30
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;
+ }