Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/src/search_css.h

Source at commit 1322 created 12 years 8 months ago.
By meklort, Add doxygen to utils folder
1"/*---------------- Search Box */\n"
2"\n"
3"#FSearchBox {\n"
4" float: left;\n"
5"}\n"
6"\n"
7"#searchli {\n"
8" float: right;\n"
9" display: block;\n"
10" width: 170px;\n"
11" height: 36px;\n"
12"}\n"
13"\n"
14"#MSearchBox {\n"
15" white-space : nowrap;\n"
16" position: absolute;\n"
17" float: none;\n"
18" display: inline;\n"
19" margin-top: 8px;\n"
20" right: 0px;\n"
21" width: 170px;\n"
22" z-index: 102;\n"
23"}\n"
24"\n"
25"#MSearchBox .left\n"
26"{\n"
27" display:block;\n"
28" position:absolute;\n"
29" left:10px;\n"
30" width:20px;\n"
31" height:19px;\n"
32" background:url('search_l.png') no-repeat;\n"
33" background-position:right;\n"
34"}\n"
35"\n"
36"#MSearchSelect {\n"
37" display:block;\n"
38" position:absolute;\n"
39" width:20px;\n"
40" height:19px;\n"
41"}\n"
42"\n"
43".left #MSearchSelect {\n"
44" left:4px;\n"
45"}\n"
46"\n"
47".right #MSearchSelect {\n"
48" right:5px;\n"
49"}\n"
50"\n"
51"#MSearchField {\n"
52" display:block;\n"
53" position:absolute;\n"
54" height:19px;\n"
55" background:url('search_m.png') repeat-x;\n"
56" border:none;\n"
57" width:116px;\n"
58" margin-left:20px;\n"
59" padding-left:4px;\n"
60" color: #909090;\n"
61" outline: none;\n"
62" font: 9pt Arial, Verdana, sans-serif;\n"
63"}\n"
64"\n"
65"#FSearchBox #MSearchField {\n"
66" margin-left:15px;\n"
67"}\n"
68"\n"
69"#MSearchBox .right {\n"
70" display:block;\n"
71" position:absolute;\n"
72" right:10px;\n"
73" top:0px;\n"
74" width:20px;\n"
75" height:19px;\n"
76" background:url('search_r.png') no-repeat;\n"
77" background-position:left;\n"
78"}\n"
79"\n"
80"#MSearchClose {\n"
81" display: none;\n"
82" position: absolute;\n"
83" top: 4px;\n"
84" background : none;\n"
85" border: none;\n"
86" margin: 0px 4px 0px 0px;\n"
87" padding: 0px 0px;\n"
88" outline: none;\n"
89"}\n"
90"\n"
91".left #MSearchClose {\n"
92" left: 6px;\n"
93"}\n"
94"\n"
95".right #MSearchClose {\n"
96" right: 2px;\n"
97"}\n"
98"\n"
99".MSearchBoxActive #MSearchField {\n"
100" color: #000000;\n"
101"}\n"
102"\n"
103"/*---------------- Search filter selection */\n"
104"\n"
105"#MSearchSelectWindow {\n"
106" display: none;\n"
107" position: absolute;\n"
108" left: 0; top: 0;\n"
109" border: 1px solid ##A0;\n"
110" background-color: ##FA;\n"
111" z-index: 1;\n"
112" padding-top: 4px;\n"
113" padding-bottom: 4px;\n"
114" -moz-border-radius: 4px;\n"
115" -webkit-border-top-left-radius: 4px;\n"
116" -webkit-border-top-right-radius: 4px;\n"
117" -webkit-border-bottom-left-radius: 4px;\n"
118" -webkit-border-bottom-right-radius: 4px;\n"
119" -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
120"}\n"
121"\n"
122".SelectItem {\n"
123" font: 8pt Arial, Verdana, sans-serif;\n"
124" padding-left: 2px;\n"
125" padding-right: 12px;\n"
126" border: 0px;\n"
127"}\n"
128"\n"
129"span.SelectionMark {\n"
130" margin-right: 4px;\n"
131" font-family: monospace;\n"
132" outline-style: none;\n"
133" text-decoration: none;\n"
134"}\n"
135"\n"
136"a.SelectItem {\n"
137" display: block;\n"
138" outline-style: none;\n"
139" color: #000000; \n"
140" text-decoration: none;\n"
141" padding-left: 6px;\n"
142" padding-right: 12px;\n"
143"}\n"
144"\n"
145"a.SelectItem:focus,\n"
146"a.SelectItem:active {\n"
147" color: #000000; \n"
148" outline-style: none;\n"
149" text-decoration: none;\n"
150"}\n"
151"\n"
152"a.SelectItem:hover {\n"
153" color: #FFFFFF;\n"
154" background-color: ##50;\n"
155" outline-style: none;\n"
156" text-decoration: none;\n"
157" cursor: pointer;\n"
158" display: block;\n"
159"}\n"
160"\n"
161"/*---------------- Search results window */\n"
162"\n"
163"iframe#MSearchResults {\n"
164" width: 60ex;\n"
165" height: 15em;\n"
166"}\n"
167"\n"
168"#MSearchResultsWindow {\n"
169" display: none;\n"
170" position: absolute;\n"
171" left: 0; top: 0;\n"
172" border: 1px solid #000;\n"
173" background-color: ##F0;\n"
174"}\n"
175"\n"
176"/* ----------------------------------- */\n"
177"\n"
178"\n"
179"#SRIndex {\n"
180" clear:both; \n"
181" padding-bottom: 15px;\n"
182"}\n"
183"\n"
184".SREntry {\n"
185" font-size: 10pt;\n"
186" padding-left: 1ex;\n"
187"}\n"
188"\n"
189".SRPage .SREntry {\n"
190" font-size: 8pt;\n"
191" padding: 1px 5px;\n"
192"}\n"
193"\n"
194"body.SRPage {\n"
195" margin: 5px 2px;\n"
196"}\n"
197"\n"
198".SRChildren {\n"
199" padding-left: 3ex; padding-bottom: .5em \n"
200"}\n"
201"\n"
202".SRPage .SRChildren {\n"
203" display: none;\n"
204"}\n"
205"\n"
206".SRSymbol {\n"
207" font-weight: bold; \n"
208" color: ##58;\n"
209" font-family: Arial, Verdana, sans-serif;\n"
210" text-decoration: none;\n"
211" outline: none;\n"
212"}\n"
213"\n"
214"a.SRScope {\n"
215" display: block;\n"
216" color: ##58; \n"
217" font-family: Arial, Verdana, sans-serif;\n"
218" text-decoration: none;\n"
219" outline: none;\n"
220"}\n"
221"\n"
222"a.SRSymbol:focus, a.SRSymbol:active,\n"
223"a.SRScope:focus, a.SRScope:active {\n"
224" text-decoration: underline;\n"
225"}\n"
226"\n"
227".SRPage .SRStatus {\n"
228" padding: 2px 5px;\n"
229" font-size: 8pt;\n"
230" font-style: italic;\n"
231"}\n"
232"\n"
233".SRResult {\n"
234" display: none;\n"
235"}\n"
236"\n"
237"DIV.searchresults {\n"
238" margin-left: 10px;\n"
239" margin-right: 10px;\n"
240"}\n"
241

Archive Download this file

Revision: 1322