~ubuntu-branches/ubuntu/oneiric/libspin-java/oneiric

« back to all changes in this revision

Viewing changes to src/site/resources/css/site.css

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2007-12-16 15:15:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071216151547-0xwxaqstui65ozpd
Tags: 1.5-1
* New upstream release:
  - doesn't use ant anymore but maven; using a workaround with
    maven-ant-helper and our own build.xml
  - doesn't need the patch against build.xml anymore; therefore removing
    ths patch and the dpatch framework
  - depends on libcglib2.1-java; adding the package to Build-Depends-Indep
    and moving libspin-java to contrib because of the dependency
  - the jar now has the version number in the filename; adding a symlink
* Fix debian/watch.
* Clean up debian/rules.
* Move upstream URL from the description to the new Homepage field.
* Change XS-Vcs-* fields to Vcs-*.
* Set Standards-Version to 3.7.3 (no further changes required).
* Add get-orig-source target in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
td.java, td.java-ln {vertical-align:top;}
 
2
tt.java, tt.java-ln, pre.java, pre.java-ln {line-height:1em; margin-bottom:0em;}
 
3
td.java-ln { text-align:right; }
 
4
tt.java-ln, pre.java-ln { color:#888888 }
 
5
/* Background       */ span.java0  { font-size: 10pt; color:#ffffff; }
 
6
/* Line numbers       */ span.java1  { font-size: 10pt; color:#808080; }
 
7
/* Multi-line comments       */ span.java2  { font-size: 10pt; color:#3f7f5f; }
 
8
/* Single-line comments       */ span.java3  { font-size: 10pt; color:#3f7f5f; }
 
9
/* Keywords       */ span.java4  { font-size: 10pt; color:#7f0055; font-weight:bold; }
 
10
/* Strings       */ span.java5  { font-size: 10pt; color:#2a00ff; }
 
11
/* Character constants       */ span.java6  { font-size: 10pt; color:#990000; }
 
12
/* Numeric constants       */ span.java7  { font-size: 10pt; color:#990000; }
 
13
/* Parenthesis       */ span.java8  { font-size: 10pt; color:#000000; }
 
14
/* Primitive Types       */ span.java9  { font-size: 10pt; color:#7f0055; font-weight:bold; }
 
15
/* Others       */ span.java10  { font-size: 10pt; color:#000000; }
 
16
/* Javadoc keywords       */ span.java11  { font-size: 10pt; color:#7f9fbf; }
 
17
/* Javadoc HTML tags       */ span.java12  { font-size: 10pt; color:#7f7f9f; }
 
18
/* Javadoc links       */ span.java13  { font-size: 10pt; color:#3f3fbf; }
 
19
/* Javadoc others       */ span.java14  { font-size: 10pt; color:#3f5fbf; }
 
20
/* Undefined       */ span.java15  { font-size: 10pt; color:#ff6100; }
 
21
/* Annotation       */ span.java16  { font-size: 10pt; color:#646464; }
 
22
 
 
23
div.java {
 
24
  border: 2px solid #3d95ff;
 
25
  line-height: 100%;
 
26
}
 
27
 
 
28
div.left {
 
29
  float: left;
 
30
  width: 48%;
 
31
}
 
32
 
 
33
div.right {
 
34
  float: right;
 
35
  width: 48%;
 
36
}
 
37
 
 
38
div.clear {
 
39
  clear: both;
 
40
}
 
41
 
 
42
h3.java {
 
43
  border: 0px;
 
44
  margin: 0px;
 
45
  background-color: #3d95ff;
 
46
  color: #ffffff;
 
47
  font-weight: normal;
 
48
  font-size: small;
 
49
}
 
50
 
 
51
code.java {
 
52
  display: block;
 
53
  overflow: hidden;
 
54
  border-left: 1em solid #ece9d8;
 
55
  line-height: 13px;
 
56
  white-space: nowrap;
 
57
}
 
58
 
 
59
span.onEDT {
 
60
  background-color:#c0FFa0;
 
61
}
 
62
 
 
63
span.offEDT {
 
64
  background-color:#FFb0c0;
 
65
}
 
66
 
 
67
*.centeredImage {
 
68
  text-align:center;
 
69
  margin-top:0px;
 
70
  margin-bottom:0px;
 
71
  padding:0px;
 
72
  display:block;
 
73
}
 
74
 
 
75
acronym {
 
76
  border-bottom: 1px dotted black;
 
77
  cursor: help;
 
78
}
 
 
b'\\ No newline at end of file'