X-Git-Url: https://472bisson.ca/gitweb/magnet.git/blobdiff_plain/9ab9ae27d681b5a0e6e945a78eae0a08df98b575..27695224d865b9d893ac8fecc40c7809d3337b45:/style.css diff --git a/style.css b/style.css index ee6fb27..62ba5e7 100644 --- a/style.css +++ b/style.css @@ -1 +1,39 @@ -http://www.tdl.com/~jrb/jrb7/css_textfield0.html \ No newline at end of file +/* CSS layout */ + +body{ + margin: 5px; + padding: 5px; + font-family: monospace; +} + +input[type=text] { + width: 420px; + height: 30px; + padding: 1px; + + font-family:monospace; + font-size:large; +} + +input[type=submit] { + + font-family:monospace; + font-size:large; + + border: 1px solid #777777; + background: #6e9e2d; + color: white; + font: bold 11px 'Trebuchet MS'; + padding: 4px; + height: 30px; + cursor: pointer; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; +} + +/* + +http://www.tdl.com/~jrb/jrb7/css_textfield0.html +http://www.red-team-design.com/style-an-input-button + +*/ \ No newline at end of file