summaryrefslogtreecommitdiff
path: root/css/main.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 /css/main.css
parent64f41d53728a966f10aef6d7ffbc00853d754300 (diff)
fixed some basics
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..c691562
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,69 @@
+body{
+padding-top:5px;
+font-family: 'Roboto', sans-serif;
+}
+.title{
+ font-family: 'Orienta', sans-serif;
+ font-size:3em;
+ text-shadow: 2px 4px 3px rgba(153,153,153,0.3);
+ color: #1C1C1C;
+}
+#impattern{
+ text-align:center;
+ display:inline-block;
+}
+#submit_wrapper{
+ padding-top:30px;
+}
+
+#sample
+ {
+ display:inline-block;
+ border-style: outset;
+ border-color: gray;
+ border-width: 5px;
+ height:100px;
+ }
+table.dithertable {
+ border-width: 5px;
+ border-spacing: 3px;
+ border-style: outset;
+ border-color: gray;
+ border-collapse: separate;
+ background-color: whitesmoke;
+}
+table.dithertable th {
+ border-width: medium;
+ padding: 2px;
+ border-style: ridge;
+ border-color: gray;
+ background-color: rgb(255, 255, 240);
+ -moz-border-radius: ;
+}
+table.dithertable td {
+ border-width: medium;
+ padding: 2px;
+ border-style: ridge;
+ border-color: gray;
+ background-color: rgb(255, 255, 240);
+ -moz-border-radius: ;
+ background-color:white;
+}
+.patterns
+ {
+ width:10px;
+ height:10px;
+ cursor:pointer;
+ }
+#dithertable
+ {
+ width:100%;
+ display:inline-block;
+ }
+tr
+ {
+ height:40px;
+ }
+.dontshowme{
+ display: none;
+}