git-svn-id: svn://euphorik.ch/pompage@46 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / display_form_details.css
1 @import url("imports/before.css");
2 @import url("imports/tooltips.css");
3
4 form
5 {
6 -moz-outline: 1px solid #ff0000 !important;
7 outline: 1px solid #ff0000 !important;
8 }
9
10 form[action]:before
11 {
12 content: "<form action=\"" attr(action) "\">" !important;
13 }
14
15 form[action][autocomplete]:before
16 {
17 content: "<form action=\"" attr(action) "\" autocomplete=\"" attr(autocomplete) "\">" !important;
18 }
19
20 form[action][autocomplete][enctype]:before
21 {
22 content: "<form action=\"" attr(action) "\" autocomplete=\"" attr(autocomplete) "\" enctype=\"" attr(enctype) "\">" !important;
23 }
24
25 form[action][autocomplete][enctype][id]:before
26 {
27 content: "<form action=\"" attr(action) "\" autocomplete=\"" attr(autocomplete) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\">" !important;
28 }
29
30 form[action][autocomplete][enctype][id][method]:before
31 {
32 content: "<form action=\"" attr(action) "\" autocomplete=\"" attr(autocomplete) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\" method=\"" attr(method) "\">" !important;
33 }
34
35 form[action][autocomplete][enctype][id][method][name]:before
36 {
37 content: "<form action=\"" attr(action) "\" autocomplete=\"" attr(autocomplete) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
38 }
39
40 form[action][enctype]:before
41 {
42 content: "<form action=\"" attr(action) "\" enctype=\"" attr(enctype) "\">" !important;
43 }
44
45 form[action][enctype][id]:before
46 {
47 content: "<form action=\"" attr(action) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\">" !important;
48 }
49
50 form[action][enctype][id][method]:before
51 {
52 content: "<form action=\"" attr(action) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\" method=\"" attr(method) "\">" !important;
53 }
54
55 form[action][enctype][id][method][name]:before
56 {
57 content: "<form action=\"" attr(action) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
58 }
59
60 form[action][id]:before
61 {
62 content: "<form action=\"" attr(action) "\" id=\"" attr(id) "\">" !important;
63 }
64
65 form[action][id][method]:before
66 {
67 content: "<form action=\"" attr(action) "\" id=\"" attr(id) "\" method=\"" attr(method) "\">" !important;
68 }
69
70 form[action][id][method][name]:before
71 {
72 content: "<form action=\"" attr(action) "\" id=\"" attr(id) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
73 }
74
75 form[action][method]:before
76 {
77 content: "<form action=\"" attr(action) "\" method=\"" attr(method) "\">" !important;
78 }
79
80 form[action][method][name]:before
81 {
82 content: "<form action=\"" attr(action) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
83 }
84
85 form[action][name]:before
86 {
87 content: "<form action=\"" attr(action) "\" name=\"" attr(name) "\">" !important;
88 }
89
90 form[autocomplete]:before
91 {
92 content: "<form autocomplete=\"" attr(autocomplete) "\">" !important;
93 }
94
95 form[autocomplete][enctype]:before
96 {
97 content: "<form autocomplete=\"" attr(autocomplete) "\" enctype=\"" attr(enctype) "\">" !important;
98 }
99
100 form[autocomplete][enctype][id]:before
101 {
102 content: "<form autocomplete=\"" attr(autocomplete) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\">" !important;
103 }
104
105 form[autocomplete][enctype][id][method]:before
106 {
107 content: "<form autocomplete=\"" attr(autocomplete) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\" method=\"" attr(method) "\">" !important;
108 }
109
110 form[autocomplete][enctype][id][method][name]:before
111 {
112 content: "<form autocomplete=\"" attr(autocomplete) "\" enctype=\"" attr(enctype) "\" id=\"" attr(id) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
113 }
114
115 form[autocomplete][id]:before
116 {
117 content: "<form autocomplete=\"" attr(autocomplete) "\" id=\"" attr(id) "\">" !important;
118 }
119
120 form[autocomplete][id][method]:before
121 {
122 content: "<form autocomplete=\"" attr(autocomplete) "\" id=\"" attr(id) "\" method=\"" attr(method) "\">" !important;
123 }
124
125 form[autocomplete][id][method][name]:before
126 {
127 content: "<form autocomplete=\"" attr(autocomplete) "\" id=\"" attr(id) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
128 }
129
130 form[autocomplete][method]:before
131 {
132 content: "<form autocomplete=\"" attr(autocomplete) "\" method=\"" attr(method) "\">" !important;
133 }
134
135 form[autocomplete][method][name]:before
136 {
137 content: "<form autocomplete=\"" attr(autocomplete) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
138 }
139
140 form[enctype]:before
141 {
142 content: "<form enctype=\"" attr(enctype) "\">" !important;
143 }
144
145 form[enctype][id]:before
146 {
147 content: "<form enctype=\"" attr(enctype) "\" id=\"" attr(id) "\">" !important;
148 }
149
150 form[enctype][id][method]:before
151 {
152 content: "<form enctype=\"" attr(enctype) "\" id=\"" attr(id) "\" method=\"" attr(method) "\">" !important;
153 }
154
155 form[enctype][id][method][name]:before
156 {
157 content: "<form enctype=\"" attr(enctype) "\" id=\"" attr(id) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
158 }
159
160 form[enctype][method]:before
161 {
162 content: "<form enctype=\"" attr(enctype) "\" method=\"" attr(method) "\">" !important;
163 }
164
165 form[enctype][method][name]:before
166 {
167 content: "<form enctype=\"" attr(enctype) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
168 }
169
170 form[id]:before
171 {
172 content: "<form id=\"" attr(id) "\">" !important;
173 }
174
175 form[id][method]:before
176 {
177 content: "<form id=\"" attr(id) "\" method=\"" attr(method) "\">" !important;
178 }
179
180 form[id][method][name]:before
181 {
182 content: "<form id=\"" attr(id) "\" method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
183 }
184
185 form[id][name]:before
186 {
187 content: "<form id=\"" attr(id) "\" name=\"" attr(name) "\">" !important;
188 }
189
190 form[method]:before
191 {
192 content: "<form method=\"" attr(method) "\">" !important;
193 }
194
195 form[method][name]:before
196 {
197 content: "<form method=\"" attr(method) "\" name=\"" attr(name) "\">" !important;
198 }
199
200 form[name]:before
201 {
202 content: "<form name=\"" attr(name) "\">" !important;
203 }
204
205 input.webdeveloper-unhidden
206 {
207 -moz-outline: 1px solid #00ff00 !important;
208 background-color: #c0c0c0 !important;
209 color: #000000 !important;
210 outline: 1px solid #00ff00 !important;
211 }