summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/style.css')
-rw-r--r--documentation/poky-ref-manual/style.css26
1 files changed, 18 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css
index 138d485f5b..087e45c1fb 100644
--- a/documentation/poky-ref-manual/style.css
+++ b/documentation/poky-ref-manual/style.css
@@ -122,13 +122,13 @@ h6 {
122 background-color: transparent; 122 background-color: transparent;
123 background-repeat: no-repeat; 123 background-repeat: no-repeat;
124 padding-top: 256px; 124 padding-top: 256px;
125 background-image: url("figures/poky-ref-manual.png"); 125 background-image: url("figures/poky-title.png");
126 background-position: left top; 126 background-position: left top;
127 margin-top: -256px; 127 margin-top: -256px;
128 padding-right: 50px; 128 padding-right: 50px;
129 margin-left: 50px; 129 margin-left: 0px;
130 text-align: right; 130 text-align: right;
131 width: 600px; 131 width: 740px;
132} 132}
133 133
134h3.author { 134h3.author {
@@ -771,12 +771,22 @@ h6,
771h7{ 771h7{
772} 772}
773 773
774/*
775Example of how to stick an image as part of the title.
776
777div.article .titlepage .title
778{
779 background-image: url("figures/white-on-black.png");
780 background-position: center;
781 background-repeat: repeat-x;
782}
783*/
784
774div.preface .titlepage .title, 785div.preface .titlepage .title,
775div.colophon .title, 786div.colophon .title,
776div.chapter .titlepage .title { 787div.chapter .titlepage .title,
777 background-image: url("images/title-bg.png"); 788div.article .titlepage .title
778 background-position: bottom; 789{
779 background-repeat: repeat-x;
780} 790}
781 791
782div.section div.section .titlepage .title, 792div.section div.section .titlepage .title,
@@ -787,7 +797,7 @@ div.sect2 .titlepage .title {
787 797
788h1.title { 798h1.title {
789 background-color: transparent; 799 background-color: transparent;
790 background-image: url("poky-ref-manual.png"); 800 background-image: url("figures/poky-title.png");
791 background-repeat: no-repeat; 801 background-repeat: no-repeat;
792 height: 256px; 802 height: 256px;
793 text-indent: -9000px; 803 text-indent: -9000px;