OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [tools/] [resource/] [gnu/] [classpath/] [tools/] [gjdoc/] [htmldoclet/] [gjdochtml-clean-color1.css] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
/* gjdochtml-clean-layout.css
2
   Copyright (C) 2004 Free Software Foundation, Inc.
3
 
4
This file is part of GNU Classpath.
5
 
6
GNU Classpath is free software; you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation; either version 2, or (at your option)
9
any later version.
10
 
11
GNU Classpath is distributed in the hope that it will be useful, but
12
WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
General Public License for more details.
15
 
16
You should have received a copy of the GNU General Public License
17
along with GNU Classpath; see the file COPYING.  If not, write to the
18
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19
02111-1307 USA. */
20
 
21
/* --- GNU Clean Style: Color Scheme #1 --- */
22
 
23
[class~="title"],
24
[class="table header"],
25
[class="table sub header"],
26
[class="section header"],
27
[class="serialized package header"],
28
[class="serialized class header"]
29
{
30
        background-color: #E8EAFF;
31
}
32
 
33
[class~="navbar"][class~="item"]
34
{
35
         border-color: #000000;
36
         color: #000000;
37
}
38
 
39
[class~="navbar"][class~="item"][class~="disabled"]
40
{
41
         border-color: #aaaaaa;
42
         color: #aaaaaa;
43
}
44
 
45
[class~="navbar"][class~="item"][class~="active"]
46
{
47
        color: #000000;
48
        background-color: #E8EAFF;
49
}
50
 
51
[class~="navbar"][class~="item"][class~="active"]
52
{
53
        border-color:  #222222;
54
}
55
 
56
.navbar .header a
57
{
58
        color: #777777;
59
}
60
 
61
a[href] {
62
  color: #141EB8;
63
}
64
 
65
a[href]:visited {
66
  color: #0C126E;
67
}
68
 
69
 
70
/* ---- source highlighting ---- */
71
 
72
.comment      { color: #777777; }
73
.tag          { color: #444444; }
74
.keyword      { color: #B36B00; }
75
.header.type  { color: #00248F; }
76
.type         { color: #0033CC; }
77
.literal      { color: #809FFF; }
78
.variable     { color: #007D48; }
79
.method       { color: #B32400; }
80
.line-number  { color: #AAAAAA; }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.