From 9622701c002c301fcc73a3cf73e3e1726f638ffc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Jun 2012 05:28:52 -0700 Subject: documentation/bsp-guide/style.css: Added styles. (From yocto-docs rev: 7f0c5c81ed137d1705f96fe9465cecd2b76bc02a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/style.css | 46 ++++++++++++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 10 deletions(-) (limited to 'documentation/bsp-guide') diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css index 9d068a0f56..85b44f3d34 100644 --- a/documentation/bsp-guide/style.css +++ b/documentation/bsp-guide/style.css @@ -654,7 +654,7 @@ hr { .tip, .warning, .caution, .note { - border-color: #aaa; + border-color: #fff; } @@ -662,24 +662,24 @@ hr { .warning table th, .caution table th, .note table th { - border-bottom-color: #aaa; + border-bottom-color: #fff; } .warning { - background-color: #fea; + background-color: #f0f0f2; } .caution { - background-color: #fea; + background-color: #f0f0f2; } .tip { - background-color: #eff; + background-color: #f0f0f2; } .note { - background-color: #dfc; + background-color: #f0f0f2; } .glossary dl dt, @@ -771,6 +771,17 @@ h6, h7{ } +/* +Example of how to stick an image as part of the title. + +div.article .titlepage .title +{ + background-image: url("figures/white-on-black.png"); + background-position: center; + background-repeat: repeat-x; +} +*/ + div.preface .titlepage .title, div.colophon .title, div.chapter .titlepage .title { @@ -936,8 +947,8 @@ table { .tip, .note { - background: #666666; - color: #fff; + background: #f0f0f2; + color: #333; padding: 20px; margin: 20px; } @@ -948,11 +959,26 @@ table { margin: 0em; font-size: 2em; font-weight: bold; - color: #fff; + color: #333; } .tip a, .note a { - color: #fff; + color: #333; text-decoration: underline; } + +.footnote { + font-size: small; + color: #333; +} + +/* Changes the announcement text */ +.tip h3, +.warning h3, +.caution h3, +.note h3 { + font-size:large; + color: #00557D; +} + -- cgit v1.2.3-54-g00ecf