File: style.css

package info (click to toggle)
libjogl2-java 2.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,484 kB
  • sloc: java: 257,713; ansic: 86,782; xml: 7,914; objc: 4,880; sh: 3,033; cpp: 139; makefile: 50; awk: 46; perl: 27
file content (30 lines) | stat: -rw-r--r-- 944 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
div.title { font-size: 150%; background: #87ceff; text-align: center; font-weight: bold; }

div.sub { margin-left : 20px; }
div.element { background: #d3d3d3; }

h1.package { background: #ffe4c4; }
h1.view { background: #98fb98; }

h2.package { background: #ffe4c4; }
h2.view { background: #98fb98; }
h2.class { background: #87ceff; }
h2.usecase { background: #87ceff; }
h2.state { background: #87ceff; }
h2.activity { background: #87ceff; }

h3.package { background: #ffe4c4; }
h3.view { background: #98fb98; }
h3.class { background: #87ceff; }
h3.usecase { background: #87ceff; }
h3.state { background: #87ceff; }
h3.stateregion { background: #87ceff; }
h3.activity { background: #87ceff; }

h4.package { background: #ffe4c4; }
h4.view { background: #98fb98; }
h4.class { background: #87ceff; }
h4.usecase { background: #87ceff; }
h4.state { background: #87ceff; }
h4.stateregion { background: #87ceff; }
h4.activity { background: #87ceff; }