style.css   style.css 
.synopsis, .classsynopsis .synopsis, .classsynopsis
{ {
background: #eeeeee; /* tango:aluminium 1/2 */
border: solid 1px #aaaaaa; background: #eeeeec;
border: solid 1px #d3d7cf;
padding: 0.5em; padding: 0.5em;
} }
.programlisting .programlisting
{ {
background: #eeeeff; /* tango:sky blue 0/1 */
border: solid 1px #aaaaff; background: #e6f3ff;
border: solid 1px #729fcf;
padding: 0.5em; padding: 0.5em;
} }
.variablelist .variablelist
{ {
padding: 4px; padding: 4px;
margin-left: 3em; margin-left: 3em;
} }
.variablelist td:first-child .variablelist td:first-child
{ {
vertical-align: top; vertical-align: top;
} }
/* this is needed so that the local anchors are displayed below the naviagt ion */
@media screen { @media screen {
sup a.footnote sup a.footnote
{ {
position: relative; position: relative;
top: 0em ! important; top: 0em ! important;
} }
div.refnamediv a[name], div.refsect1 a[name] /* this is needed so that the local anchors are displayed below the navia
gtion */
div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.r
efsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
{ {
position: relative; position: relative;
top: -4.5em; padding-top:4.5em;
}
/* this seems to be a bug in the xsl style sheets when generating indexes
*/
div.index div.index
{
top: 0em;
}
/* make space for the fixed navigation bar and add space at the bottom so
that
* link targets appear somewhat close to top
*/
body
{
padding-top: 3.2em;
padding-bottom: 20em;
} }
/* style and size the navigation bar */
table.navigation#top table.navigation#top
{ {
background: #ffeeee; position: fixed;
border: solid 1px #ffaaaa; /* tango:scarlet red 0/1 */
background: #ffe6e6;
border: solid 1px #ef2929;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
position: fixed;
top: 0; top: 0;
left: 0; left: 0;
height: 2em; height: 3em;
z-index: 1; z-index: 10;
} }
.navigation a .navigation a, .navigation a:visited
{ {
color: #770000; /* tango:scarlet red 3 */
color: #a40000;
} }
.navigation a:visited .navigation a:hover
{ {
color: #550000; /* tango:scarlet red 1 */
color: #ef2929;
} }
td.shortcuts td.shortcuts
{ {
color: #770000; /* tango:scarlet red 1 */
color: #ef2929;
font-size: 80%; font-size: 80%;
white-space: nowrap; white-space: nowrap;
} }
div.refentry, div.chapter, div.reference, div.part, div.book, div.glossar
y, div.sect1, div.appendix, div.preface
{
position: relative;
top: 3em;
z-index: 0;
}
div.glossary, div.index
{
position: relative;
top: 2em;
z-index: 0;
}
div.refnamediv
{
margin-top: 2em;
}
body
{
padding-bottom: 20em;
}
} }
@media print { @media print {
table.navigation { table.navigation {
visibility: collapse; visibility: collapse;
display: none; display: none;
} }
div.titlepage table.navigation { div.titlepage table.navigation {
visibility: visible; visibility: visible;
display: table; display: table;
background: #ffeeee; /* tango:scarlet red 0/1 */
border: solid 1px #ffaaaa; background: #ffe6e6;
border: solid 1px #ef2929;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
top: 0; top: 0;
left: 0; left: 0;
height: 2em; height: 3em;
} }
} }
.navigation .title .navigation .title
{ {
font-size: 200%; font-size: 200%;
} }
div.gallery-float div.gallery-float
{ {
skipping to change at line 118 skipping to change at line 120
padding: 10px; padding: 10px;
} }
div.gallery-float img div.gallery-float img
{ {
border-style: none; border-style: none;
} }
div.gallery-spacer div.gallery-spacer
{ {
clear: both; clear: both;
} }
a
a, a:visited
{ {
text-decoration: none; text-decoration: none;
/* tango:sky blue 2 */
color: #3465a4;
} }
a:hover a:hover
{ {
text-decoration: underline; text-decoration: underline;
color: #FF0000; /* tango:sky blue 1 */
color: #729fcf;
} }
div.table table div.table table
{ {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0px; border-spacing: 0px;
border-style: solid; /* tango:aluminium 3 */
border-color: #777777; border: solid 1px #babdb6;
border-width: 1px;
} }
div.table table td, div.table table th div.table table td, div.table table th
{ {
border-style: solid; /* tango:aluminium 3 */
border-color: #777777; border: solid 1px #babdb6;
border-width: 1px;
padding: 3px; padding: 3px;
vertical-align: top; vertical-align: top;
} }
div.table table th div.table table th
{ {
background-color: #eeeeee; /* tango:aluminium 2 */
background-color: #d3d7cf;
} }
hr hr
{ {
color: #777777; /* tango:aluminium 3 */
background: #777777; color: #babdb6;
border: 0; background: #babdb6;
border: none 0px;
height: 1px; height: 1px;
clear: both; clear: both;
} }
.footer .footer
{ {
padding-top: 3.5em; padding-top: 3.5em;
color: #777777; /* tango:aluminium 3 */
color: #babdb6;
text-align: center; text-align: center;
font-size: 80%; font-size: 80%;
} }
.warning
{
/* tango:orange 0/1 */
background: #ffeed9;
border-color: #ffb04f;
}
.note
{
/* tango:chameleon 0/0.5 */
background: #d8ffb2;
border-color: #abf562;
}
.note, .warning
{
padding: 0.5em;
border-width: 1px;
border-style: solid;
}
.note h3, .warning h3
{
margin-top: 0.0em
}
.note p, .warning p
{
margin-bottom: 0.0em
}
/* blob links */
h2 .extralinks, h3 .extralinks
{
float: right;
/* tango:aluminium 3 */
color: #babdb6;
font-size: 80%;
font-weight: normal;
}
.annotation
{
/* tango:aluminium 5 */
color: #555753;
font-size: 80%;
font-weight: normal;
}
/* code listings */
.listing_code .programlisting .cbracket { color: #a40000; } /* tango: sca
rlet red 3 */
.listing_code .programlisting .comment { color: #a1a39d; } /* tango: alu
minium 4 */
.listing_code .programlisting .function { color: #000000; font-weight: bo
ld; }
.listing_code .programlisting .function a { color: #11326b; font-weight: bo
ld; } /* tango: sky blue 4 */
.listing_code .programlisting .keyword { color: #4e9a06; } /* tango: cha
meleon 3 */
.listing_code .programlisting .linenum { color: #babdb6; } /* tango: alu
minium 3 */
.listing_code .programlisting .normal { color: #000000; }
.listing_code .programlisting .number { color: #75507b; } /* tango: plu
m 2 */
.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky
blue 3 */
.listing_code .programlisting .string { color: #c17d11; } /* tango: cho
colate 2 */
.listing_code .programlisting .type { color: #000000; }
.listing_code .programlisting .type a { color: #11326b; } /* tango: sky
blue 4 */
.listing_code .programlisting .symbol { color: #ce5c00; } /* tango: ora
nge 3 */
.listing_frame {
/* tango:sky blue 1 */
border: solid 1px #729fcf;
padding: 0px;
}
.listing_lines, .listing_code {
margin-top: 0px;
margin-bottom: 0px;
padding: 0.5em;
}
.listing_lines {
/* tango:sky blue 0.5 */
background: #a6c5e3;
/* tango:aluminium 6 */
color: #2e3436;
}
.listing_code {
/* tango:sky blue 0 */
background: #e6f3ff;
}
.listing_code .programlisting {
/* override from previous */
border: none 0px;
padding: 0px;
}
.listing_lines pre, .listing_code pre {
margin: 0px;
}
 End of changes. 27 change blocks. 
54 lines changed or deleted 64 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/