summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/qs-style.css
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-11-24 09:54:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-09 14:29:08 +0000
commit3716b1f51e87ca71ca8002819baf55f19128571e (patch)
tree2b06b2452ad77c9ae13714a5532621d22e60f9dc /documentation/yocto-project-qs/qs-style.css
parentc619d588b50e4c48da78ef4a0298a8e81698c0ed (diff)
downloadpoky-3716b1f51e87ca71ca8002819baf55f19128571e.tar.gz
yocto-project-qs, mega-manual: Overhaul of the QS
Changed the way the YP QS looks. The QS now has numbered sections rather than just formatted section heads. This allows the reader to better track the hierarchy of the sections. This feature has been asked for before and I decided it was time to implement it. One thing though, is I am not generating a full TOC at the head of the book as is done in the other YP manuals. Decided to add a manual title .PNG file. This required a new figure file (ypqs-title.png) that needed to reside in the figures folder of both the yocto-project-qs and mega-manual. Updates were required in the Makefile to include the figure. Updates required in the YP QS style sheet to display the figure. Basically, there were all kinds of changes to get this title to show up properly in both the YP QS and in the Mega Manual. Turned the structure of the YP QS into a book now rather than an article. This required creating a "qs.xml" file that has the actual content. (From yocto-docs rev: ef05f5c7ba2a61ebc4c58873cbbc32d35652659d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/qs-style.css')
-rw-r--r--documentation/yocto-project-qs/qs-style.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/yocto-project-qs/qs-style.css b/documentation/yocto-project-qs/qs-style.css
index 948f1bed3f..5085b9d0be 100644
--- a/documentation/yocto-project-qs/qs-style.css
+++ b/documentation/yocto-project-qs/qs-style.css
@@ -118,12 +118,13 @@ h6 {
118 background-color: transparent; 118 background-color: transparent;
119 background-repeat: no-repeat; 119 background-repeat: no-repeat;
120 padding-top: 256px; 120 padding-top: 256px;
121 background-position: top; 121 background-image: url("figures/ypqs-title.png");
122 background-position: left top;
122 margin-top: -256px; 123 margin-top: -256px;
123 padding-right: 50px; 124 padding-right: 50px;
124 margin-left: 50px; 125 margin-left: 0px;
125 text-align: center; 126 text-align: right;
126 width: 600px; 127 width: 740px;
127} 128}
128 129
129h3.author { 130h3.author {
@@ -791,9 +792,9 @@ div.article .titlepage .title
791 792
792div.preface .titlepage .title, 793div.preface .titlepage .title,
793div.colophon .title, 794div.colophon .title,
794div.chapter .titlepage .title, 795div.chapter .titlepage .title {
795div.article .titlepage .title 796 background-position: bottom;
796{ 797 background-repeat: repeat-x;
797} 798}
798 799
799div.section div.section .titlepage .title, 800div.section div.section .titlepage .title,