]> 472bisson.ca Git - magnet.git/blob - style.css
e5611c1d00de89e57d17907ec9018768110eea8f
[magnet.git] / style.css
1 /* CSS layout */
2
3 body{
4 margin: 5px;
5 padding: 5px;
6 font-family: monospace;
7 }
8
9 input[type=text] {
10 width: 420px;
11 height: 30px;
12 padding: 1px;
13
14 font-family:monospace;
15 font-size:large;
16 }
17
18 input[type=submit] {
19
20 font-family:monospace;
21 font-size:large;
22
23 border: 1px solid #777777;
24 background: #6e9e2d;
25 color: white;
26 font: bold 11px 'Trebuchet MS';
27 padding: 4px;
28 height: 30px;
29 cursor: pointer;
30 -moz-border-radius: 4px;
31 -webkit-border-radius: 4px;
32 */}
33
34
35
36
37 /*
38
39 http://www.tdl.com/~jrb/jrb7/css_textfield0.html
40 http://www.red-team-design.com/style-an-input-button
41
42 */