diff --git a/documentation/adt-manual/adt-style.css b/documentation/adt-manual/adt-style.css index 58dd70e367..d722ad4b7f 100644 --- a/documentation/adt-manual/adt-style.css +++ b/documentation/adt-manual/adt-style.css @@ -313,6 +313,13 @@ a:hover { /*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.informalexample, diff --git a/documentation/bsp-guide/bsp-style.css b/documentation/bsp-guide/bsp-style.css index 6a3179e731..e407ca4a72 100644 --- a/documentation/bsp-guide/bsp-style.css +++ b/documentation/bsp-guide/bsp-style.css @@ -313,6 +313,13 @@ a:hover { /*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.informalexample, diff --git a/documentation/dev-manual/dev-style.css b/documentation/dev-manual/dev-style.css index f92130003c..b900ffc9b2 100644 --- a/documentation/dev-manual/dev-style.css +++ b/documentation/dev-manual/dev-style.css @@ -313,6 +313,13 @@ a:hover { /*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.informalexample, diff --git a/documentation/kernel-dev/kernel-dev-style.css b/documentation/kernel-dev/kernel-dev-style.css index f678beb4a2..6e0c1c7fc9 100644 --- a/documentation/kernel-dev/kernel-dev-style.css +++ b/documentation/kernel-dev/kernel-dev-style.css @@ -313,6 +313,13 @@ a:hover { /*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.informalexample, diff --git a/documentation/mega-manual/mega-style.css b/documentation/mega-manual/mega-style.css index ea40de151d..45b77ac958 100644 --- a/documentation/mega-manual/mega-style.css +++ b/documentation/mega-manual/mega-style.css @@ -312,6 +312,13 @@ a:hover { /*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.informalexample, diff --git a/documentation/profile-manual/profile-manual-style.css b/documentation/profile-manual/profile-manual-style.css index b60ea1c82c..f3cca8536d 100644 --- a/documentation/profile-manual/profile-manual-style.css +++ b/documentation/profile-manual/profile-manual-style.css @@ -313,6 +313,13 @@ a:hover { /*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.informalexample, diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css index e896a39d33..e04b5006b4 100644 --- a/documentation/ref-manual/ref-style.css +++ b/documentation/ref-manual/ref-style.css @@ -1,6 +1,6 @@ -/* +/* Generic XHTML / DocBook XHTML CSS Stylesheet. - + Browser wrangling and typographic design by Oyvind Kolas / pippin@gimp.org @@ -42,7 +42,7 @@ body { font-family: Verdana, Sans, sans-serif; - + min-width: 640px; width: 80%; margin: 0em auto; @@ -243,7 +243,7 @@ div.legalnotice p.legalnotice-title { p { line-height: 1.5em; margin-top: 0em; - + } dl { @@ -297,7 +297,7 @@ p a[id] { padding: 0px; display: inline; background-image: none; -} +} a { text-decoration: underline; @@ -313,6 +313,13 @@ a:hover { /*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.informalexample, @@ -338,10 +345,10 @@ div.table p.title b{ font-weight: normal; } -.mediaobject .caption, +.mediaobject .caption, .mediaobject .caption p { text-align: center; - font-size: 80%; + font-size: 80%; padding-top: 0.5em; padding-bottom: 0.5em; } @@ -604,7 +611,7 @@ b.keycap, .keycap { border: 1px solid; } - + div.navheader, div.heading{ border-bottom: 1px solid; @@ -675,10 +682,10 @@ hr { } .note { - background-color: #f0f0f2; + background-color: #f0f0f2; } -.glossary dl dt, +.glossary dl dt, .variablelist dl dt, .variablelist dl dt span.term { color: #044; @@ -778,10 +785,10 @@ div.article .titlepage .title } */ -div.preface .titlepage .title, -div.colophon .title, +div.preface .titlepage .title, +div.colophon .title, div.chapter .titlepage .title, -div.article .titlepage .title +div.article .titlepage .title { } @@ -942,8 +949,8 @@ table { .tip, .note { - background: #f0f0f2; - color: #333; + background: #f0f0f2; + color: #333; padding: 20px; margin: 20px; } @@ -954,12 +961,12 @@ table { margin: 0em; font-size: 2em; font-weight: bold; - color: #333; + color: #333; } .tip a, .note a { - color: #333; + color: #333; text-decoration: underline; } @@ -976,4 +983,3 @@ table { font-size:large; color: #00557D; } - diff --git a/documentation/yocto-project-qs/qs-style.css b/documentation/yocto-project-qs/qs-style.css index 0a21bdc4bb..235c85a1ba 100644 --- a/documentation/yocto-project-qs/qs-style.css +++ b/documentation/yocto-project-qs/qs-style.css @@ -312,6 +312,13 @@ a:hover { /*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.informalexample,