~slub.team/goobi-indexserver/3.x

« back to all changes in this revision

Viewing changes to lucene/src/site/changes/ChangesFancyStyle.css

  • Committer: Sebastian Meyer
  • Date: 2012-08-03 09:12:40 UTC
  • Revision ID: sebastian.meyer@slub-dresden.de-20120803091240-x6861b0vabq1xror
Remove Lucene and Solr source code and add patches instead
Fix Bug #985487: Auto-suggestion for the search interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
  font-family: Georgia, "Times New Roman", Times, serif;
3
 
  color: black;
4
 
  background-color: white;
5
 
}
6
 
 
7
 
h1 {
8
 
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
9
 
  color: black; 
10
 
  background-color: light-gray;
11
 
}
12
 
 
13
 
h2 {
14
 
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
15
 
  color: black; 
16
 
  background-color: #D8D8D8;
17
 
}
18
 
 
19
 
a:link {
20
 
  color: blue;
21
 
}
22
 
 
23
 
a:visited {
24
 
  color: purple; 
25
 
}
26
 
 
27
 
li.bulleted-list {
28
 
  margin-top: 0.25em;
29
 
  margin-bottom: 0.25em;
30
 
}
31
 
 
32
 
li {
33
 
  margin-top: 1em;
34
 
  margin-bottom: 1em;
35
 
}
36
 
 
37
 
span.attrib {
38
 
  color: darkgreen;
39
 
}