Skip to content

Commit bf92195

Browse files
committed
Added priliminary search functionality
1 parent c73dd47 commit bf92195

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

reset.css

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
/*
2+
3+
Copyright 2008 Mahesh Asolkar
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
*/
18+
19+
/* -- Reset Styles --
20+
From: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
21+
*/
22+
23+
html, body, div, span, applet, object, iframe,
24+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
25+
a, abbr, acronym, address, big, cite, code,
26+
del, dfn, em, font, img, ins, kbd, q, s, samp,
27+
small, strike, strong, sub, sup, tt, var,
28+
dl, dt, dd, ol, ul, li,
29+
fieldset, form, label, legend,
30+
table, caption, tbody, tfoot, thead, tr, th, td {
31+
margin: 0;
32+
padding: 0;
33+
border: 0;
34+
outline: 0;
35+
font-weight: inherit;
36+
font-style: inherit;
37+
font-size: 100%;
38+
font-family: inherit;
39+
vertical-align: baseline;
40+
}
41+
/* remember to define focus styles! */
42+
:focus {
43+
outline: 0;
44+
}
45+
body {
46+
line-height: 1;
47+
color: black;
48+
background: white;
49+
}
50+
ol, ul {
51+
list-style: none;
52+
}
53+
/* tables still need 'cellspacing="0"' in the markup */
54+
table {
55+
border-collapse: separate;
56+
border-spacing: 0;
57+
}
58+
caption, th, td {
59+
text-align: left;
60+
font-weight: normal;
61+
}
62+
blockquote:before, blockquote:after,
63+
q:before, q:after {
64+
content: "";
65+
}
66+
blockquote, q {
67+
quotes: "" "";
68+
}
69+
70+
/* -- Reset Done -- */

serene/images/search_bar.png

1.51 KB
Loading

0 commit comments

Comments
 (0)