documentation: Added permalink display styles to CSS files.

Fixes [YOCTO #5772]

Updated each manual's CSS style sheet to contain a style for
how the permalink symbol looks on its own and how it looks
when a user hovers over it with the mouse.

(From yocto-docs rev: c8d4afa0b83a40ac2de0c47c191a11b3e7d241e5)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-06-25 14:52:05 +03:00 committed by Richard Purdie
parent 6b5398f82b
commit 9eb3e85557
8 changed files with 73 additions and 18 deletions

View File

@ -313,6 +313,13 @@ a:hover {
/*font-weight: bold;*/ /*font-weight: bold;*/
} }
/* This style defines how the permalink character
appears by itself and when hovered over with
the mouse. */
[alt='Permalink'] { color: #eee; }
[alt='Permalink']:hover { color: black; }
div.informalfigure, div.informalfigure,
div.informalexample, div.informalexample,

View File

@ -313,6 +313,13 @@ a:hover {
/*font-weight: bold;*/ /*font-weight: bold;*/
} }
/* This style defines how the permalink character
appears by itself and when hovered over with
the mouse. */
[alt='Permalink'] { color: #eee; }
[alt='Permalink']:hover { color: black; }
div.informalfigure, div.informalfigure,
div.informalexample, div.informalexample,

View File

@ -313,6 +313,13 @@ a:hover {
/*font-weight: bold;*/ /*font-weight: bold;*/
} }
/* This style defines how the permalink character
appears by itself and when hovered over with
the mouse. */
[alt='Permalink'] { color: #eee; }
[alt='Permalink']:hover { color: black; }
div.informalfigure, div.informalfigure,
div.informalexample, div.informalexample,

View File

@ -313,6 +313,13 @@ a:hover {
/*font-weight: bold;*/ /*font-weight: bold;*/
} }
/* This style defines how the permalink character
appears by itself and when hovered over with
the mouse. */
[alt='Permalink'] { color: #eee; }
[alt='Permalink']:hover { color: black; }
div.informalfigure, div.informalfigure,
div.informalexample, div.informalexample,

View File

@ -312,6 +312,13 @@ a:hover {
/*font-weight: bold;*/ /*font-weight: bold;*/
} }
/* This style defines how the permalink character
appears by itself and when hovered over with
the mouse. */
[alt='Permalink'] { color: #eee; }
[alt='Permalink']:hover { color: black; }
div.informalfigure, div.informalfigure,
div.informalexample, div.informalexample,

View File

@ -313,6 +313,13 @@ a:hover {
/*font-weight: bold;*/ /*font-weight: bold;*/
} }
/* This style defines how the permalink character
appears by itself and when hovered over with
the mouse. */
[alt='Permalink'] { color: #eee; }
[alt='Permalink']:hover { color: black; }
div.informalfigure, div.informalfigure,
div.informalexample, div.informalexample,

View File

@ -1,6 +1,6 @@
/* /*
Generic XHTML / DocBook XHTML CSS Stylesheet. Generic XHTML / DocBook XHTML CSS Stylesheet.
Browser wrangling and typographic design by Browser wrangling and typographic design by
Oyvind Kolas / pippin@gimp.org Oyvind Kolas / pippin@gimp.org
@ -42,7 +42,7 @@
body { body {
font-family: Verdana, Sans, sans-serif; font-family: Verdana, Sans, sans-serif;
min-width: 640px; min-width: 640px;
width: 80%; width: 80%;
margin: 0em auto; margin: 0em auto;
@ -243,7 +243,7 @@ div.legalnotice p.legalnotice-title {
p { p {
line-height: 1.5em; line-height: 1.5em;
margin-top: 0em; margin-top: 0em;
} }
dl { dl {
@ -297,7 +297,7 @@ p a[id] {
padding: 0px; padding: 0px;
display: inline; display: inline;
background-image: none; background-image: none;
} }
a { a {
text-decoration: underline; text-decoration: underline;
@ -313,6 +313,13 @@ a:hover {
/*font-weight: bold;*/ /*font-weight: bold;*/
} }
/* This style defines how the permalink character
appears by itself and when hovered over with
the mouse. */
[alt='Permalink'] { color: #eee; }
[alt='Permalink']:hover { color: black; }
div.informalfigure, div.informalfigure,
div.informalexample, div.informalexample,
@ -338,10 +345,10 @@ div.table p.title b{
font-weight: normal; font-weight: normal;
} }
.mediaobject .caption, .mediaobject .caption,
.mediaobject .caption p { .mediaobject .caption p {
text-align: center; text-align: center;
font-size: 80%; font-size: 80%;
padding-top: 0.5em; padding-top: 0.5em;
padding-bottom: 0.5em; padding-bottom: 0.5em;
} }
@ -604,7 +611,7 @@ b.keycap,
.keycap { .keycap {
border: 1px solid; border: 1px solid;
} }
div.navheader, div.heading{ div.navheader, div.heading{
border-bottom: 1px solid; border-bottom: 1px solid;
@ -675,10 +682,10 @@ hr {
} }
.note { .note {
background-color: #f0f0f2; background-color: #f0f0f2;
} }
.glossary dl dt, .glossary dl dt,
.variablelist dl dt, .variablelist dl dt,
.variablelist dl dt span.term { .variablelist dl dt span.term {
color: #044; color: #044;
@ -778,10 +785,10 @@ div.article .titlepage .title
} }
*/ */
div.preface .titlepage .title, div.preface .titlepage .title,
div.colophon .title, div.colophon .title,
div.chapter .titlepage .title, div.chapter .titlepage .title,
div.article .titlepage .title div.article .titlepage .title
{ {
} }
@ -942,8 +949,8 @@ table {
.tip, .tip,
.note { .note {
background: #f0f0f2; background: #f0f0f2;
color: #333; color: #333;
padding: 20px; padding: 20px;
margin: 20px; margin: 20px;
} }
@ -954,12 +961,12 @@ table {
margin: 0em; margin: 0em;
font-size: 2em; font-size: 2em;
font-weight: bold; font-weight: bold;
color: #333; color: #333;
} }
.tip a, .tip a,
.note a { .note a {
color: #333; color: #333;
text-decoration: underline; text-decoration: underline;
} }
@ -976,4 +983,3 @@ table {
font-size:large; font-size:large;
color: #00557D; color: #00557D;
} }

View File

@ -312,6 +312,13 @@ a:hover {
/*font-weight: bold;*/ /*font-weight: bold;*/
} }
/* This style defines how the permalink character
appears by itself and when hovered over with
the mouse. */
[alt='Permalink'] { color: #eee; }
[alt='Permalink']:hover { color: black; }
div.informalfigure, div.informalfigure,
div.informalexample, div.informalexample,