diff options
Diffstat (limited to 'css/main.css')
| -rw-r--r-- | css/main.css | 69 |
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; +} |
