summaryrefslogtreecommitdiff
path: root/debian/gcc.css
blob: 35321f10ef89145cdf2f4a27cd6aaaa3822df18b (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/* CSS for the GCC web site.

   Gerald Pfeifer <gerald@pfeifer.com>
 */

body      { background-color: white; color: black; }

a:link    { color: #0066bb; text-decoration: none; }
a:visited { color: #003399; text-decoration: none; }
a:hover   { color: darkorange; text-decoration: none; }

h1        { color: darkslategray; text-align:center; }
h2        { color: darkslategray; }

.highlight{ color: darkslategray; font-weight:bold; }
.smaller  { font-size: 80%; }

.no-margin-top { margin-top:0; }
.twocolumns { column-counts:2; -moz-column-count:2; }
.imgleft { margin: 5px 20px; float: left; }

td.news      { width: 50%; padding-right: 8px; }
td.news h2   { font-size: 1.2em; margin-top: 0; margin-bottom: 2%; }
td.news dl   { margin-top:0; }
td.news dt   { color:darkslategrey; font-weight:bold; margin-top:0.3em; }
td.news dd   { margin-left:3ex; margin-top:0.1em; margin-bottom:0.1em; }
td.news .date { color:darkslategrey; font-size:90%; margin-left:0.1ex; }

td.status    { width: 50%; padding-left: 12px; border-left: #3366cc thin solid; }
td.status h2 { font-size: 1.2em; margin-top:0; margin-bottom: 1%; }
td.status dl { margin-top:0; }
td.status .version { font-weight:bold; }
td.status .regress { font-size: 80%; }
td.status dd { margin-left:3ex; }

table.nav {
  padding-left: 32px;
  border-spacing: 0pt;
}

table.navitem {
  border-spacing: 0pt;
}

table.navitem tr:nth-child(1) {
  border-color: #3366cc;
  border-style: solid;
  border-width: thin;
  color: #f2f2f9;
  background-color: #0066dd;
  font-weight: bold;
}
table.navitem tr:nth-child(2) {
  padding-top: 3px;
  padding-left: 8px;
  padding-bottom: 3px;
  background-color: #f2f2f9;
  font-size: smaller;
}

div.copyright {
  font-size: smaller;
  background: #f2f2f9;
  border: 2px solid #3366cc;
  border-style: solid;
  border-width: thin;
  padding: 4px;
}
div.copyright p:nth-child(3) { margin-bottom: 0; }

.boldcyan    { font-weight:bold; color:cyan; }
.boldlime    { font-weight:bold; color:lime; }
.boldmagenta { font-weight:bold; color:magenta; }
.boldred     { font-weight:bold; color:red; }
.boldblue    { font-weight:bold; color:blue; }
.green       { color:green; }

/* Quote an e-mail.  The first <div> has the sender, the second the quote. */
blockquote.mail div:nth-child(2) { border-left: solid blue; padding-left: 4pt; }

/* C++ status tables. */
table.cxxstatus th, table.cxxstatus td { border: 1px solid gray; }
table.cxxstatus td:nth-child(3) { text-align:center; }
table.cxxstatus tr.separator { background: #f2f2f9; }

.supported   { background-color: lightgreen; }
.unsupported { background-color: lightsalmon; }

/* Online documentation. */

pre.smallexample { 
  font-size: medium;
  background: #f2f2f9;
  padding: 4px; 
}

/* Classpath versus libgcj merge status page. */

.classpath-only         { background-color: #FFFFAA; }
.libgcj-only            { background-color: #FFFFAA; }
.VM-specific            { background-color: #CCCCFF; }
.GCJ-specific           { background-color: #CCCCFF; }
.needsmerge             { background-color: #FF9090; }
.merged                 { background-color: #22FF22; }
.merged-expected-diff   { background-color: #22FF22; }
.merged-unexpected-diff { background-color: #FF4444; }