-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·2 lines (2 loc) · 1.01 KB
/
style.css
1
2
/* CSS crunched with Crunch - http://crunchapp.net/ */
html{height:100%}body{padding:0px;margin:0px;font-family:"Arial Verdana",Arial,sans-serif;min-height:100%}#wrapper{background-color:#eee;border:solid 5px #ccc;width:auto;padding:2%;margin:0px;overflow:hidden}table{width:100%;border:solid 5px #99c;border-radius:5px}th{color:#9aa}td{border:1px solid #ccc;border-radius:3px}tr:nth-child(even){background:#ccc;color:#eef}tr:nth-child(odd){background:#eef;color:#bbb}input[type="submit"],input[type="button"]{background:#44f;border:none;border-radius:5px;font-size:1.2em;font-weight:bold;color:#ff6;box-shadow:2px 2px 5px #006}input[type="submit"]:active,input[type="button"]:active{box-shadow:none;position:relative;top:1px;left:1px}input[type="submit"]:focus,input[type="button"]:focus{outline:0}input[type="text"]{border-radius:5px;border:none;height:20px;margin:5px}input[type="text"]:focus{box-shadow:0px 0px 10px #06f;outline:0}input[type="text"]:nth-child(odd){margin-right:1px}input[type="text"]:nth-child(even){margin-left:1px}