/[hyperestraier_wrappers]/0.0.12/examples/subway/public/styles/form.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /0.0.12/examples/subway/public/styles/form.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sat Sep 3 18:02:31 2005 UTC (18 years, 7 months ago) by dpavlin
File MIME type: text/css
File size: 1148 byte(s)
import of hyper_estraier_wrappers-0.0.12.tar.gz

1 form {
2 margin: 0;
3 }
4
5
6 fieldset {
7 padding: 0;
8
9 margin: 0;
10 margin-top: 10px;
11
12 border-style: none;
13 }
14
15
16 label {
17 display: block;
18
19 margin: 2px 0;
20 margin-top: 10px;
21
22 text-transform: lowercase;
23 font-weight: bold;
24 }
25
26 label span {
27 font-size: 85%;
28 font-weight: normal; /* reset */
29 }
30
31 input, textarea {
32
33 font: bold 12px/150% verdana, geneva, sans-serif;
34
35 color: #444;
36
37 margin: 0;
38 padding: 4px 2px;
39
40 border: 1px solid #ccc;
41 }
42
43 input:focus, textarea:focus {
44
45 }
46
47
48 input[type=submit], input[type=password], input[type=reset] {
49
50 padding: 2px 4px;
51 margin: 0;
52
53 /* space between the next button */
54 margin-right: 2px;
55
56 color: #444;
57 background: #ccc;
58
59 /* raised 3d look */
60 border-top: 2px solid #eee;
61 border-left: 2px solid #eee;
62 border-bottom: 2px solid #333;
63 border-right: 2px solid #333;
64
65 font: bold 12px/150% Verdana, geneva, arial, sans-serif;
66 }
67
68
69
70 input[type=text], textarea {
71 width: auto;
72 }
73
74
75 textarea {
76 width: 98%;
77 }

  ViewVC Help
Powered by ViewVC 1.1.26