|
@@ -122,13 +122,13 @@ h6 {
|
|
|
background-color: transparent;
|
|
|
background-repeat: no-repeat;
|
|
|
padding-top: 256px;
|
|
|
- background-image: url("figures/poky-ref-manual.png");
|
|
|
+ background-image: url("figures/poky-title.png");
|
|
|
background-position: left top;
|
|
|
margin-top: -256px;
|
|
|
padding-right: 50px;
|
|
|
- margin-left: 50px;
|
|
|
+ margin-left: 0px;
|
|
|
text-align: right;
|
|
|
- width: 600px;
|
|
|
+ width: 740px;
|
|
|
}
|
|
|
|
|
|
h3.author {
|
|
@@ -771,12 +771,22 @@ 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 {
|
|
|
- background-image: url("images/title-bg.png");
|
|
|
- background-position: bottom;
|
|
|
- background-repeat: repeat-x;
|
|
|
+div.chapter .titlepage .title,
|
|
|
+div.article .titlepage .title
|
|
|
+{
|
|
|
}
|
|
|
|
|
|
div.section div.section .titlepage .title,
|
|
@@ -787,7 +797,7 @@ div.sect2 .titlepage .title {
|
|
|
|
|
|
h1.title {
|
|
|
background-color: transparent;
|
|
|
- background-image: url("poky-ref-manual.png");
|
|
|
+ background-image: url("figures/poky-title.png");
|
|
|
background-repeat: no-repeat;
|
|
|
height: 256px;
|
|
|
text-indent: -9000px;
|