diff options
| author | Keith Packard <keithp@keithp.com> | 2015-11-01 21:05:20 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-11-01 21:18:47 -0800 | 
| commit | ef2ba847ca53a8ddfcddd4e51a0dd43c45161c85 (patch) | |
| tree | fb8a2639648567ab27460c95e7a3f09329ce223e /doc/am.css | |
| parent | 8642690da76a86736b97026e2a259d8cbad26262 (diff) | |
doc: Add product logos to books
This places the product logo on the title verso in pdf form, and above
the TOC in html form.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/am.css')
| -rw-r--r-- | doc/am.css | 40 | 
1 files changed, 25 insertions, 15 deletions
@@ -87,16 +87,16 @@ body div {  }  a:link { -    color: #0080ff; +    color: #78079a;  }  a:visited { -    color: #0080ff; +    color: #78079a;  }  h1, h2, h3, h4, h5, h6  { -  color: #0080ff; +  color: #78079a;    font-family: "Open Sans",sans-serif;  } @@ -119,16 +119,26 @@ div.warning p, div.note p, div.error p {      margin-left: 5%;  } -div.toc { +h3.corpauthor img {      position: fixed;      left: 0px;      top: 0px; -    height: 100%; -    width: 25em; +    width: 410px; +    height: 90px; +    border-right: 2px solid #78079a; +    border-bottom: 2px solid #78079a; +} + +div.toc { +    position: fixed; +    left: 0px; +    top: 92px; +    bottom: 0; +    width: 410px;      margin-right: 5ex;      margin-left: 0px;      float: left; -    border-right: 2px solid #0080ff; +    border-right: 2px solid #78079a;      border-collapse: collapse;      overflow: auto;  } @@ -186,7 +196,7 @@ div.example p.title,  div.sidebar p.title  {    font-weight: normal; -  color: #0080ff; +  color: #78079a;    font-family: "Open Sans",sans-serif;    margin-bottom: 0.2em;  } @@ -235,7 +245,7 @@ div.navheader th, div.navheader td, div.navfooter td {      font-family: "Open Sans",sans-serif;      font-size: 12pt;      font-weight: normal; -    color: #0080ff; +    color: #78079a;  }  div.navheader img, div.navfooter img {    border-style: none; @@ -354,12 +364,12 @@ div.revhistory {  div.revhistory table, div.revhistory th, div.revhistory td {      border-collapse: collapse; -    border: 1px solid #0080ff; +    border: 1px solid #78079a;      padding: 0.25em;  }  div.revhistory th { -  color: #0080ff; +  color: #78079a;  }  /* Keep TOC and index lines close together. */ @@ -402,10 +412,10 @@ div.informaltable tfoot,  div.informaltable tbody  {      /* No effect in IE6. */ -    border-top: 1px solid #0080ff; -    border-bottom: 1px solid #0080ff; -    border-left: 1px solid #0080ff; -    border-right: 1px solid #0080ff !important; +    border-top: 1px solid #78079a; +    border-bottom: 1px solid #78079a; +    border-left: 1px solid #78079a; +    border-right: 1px solid #78079a !important;      border-width: 1px !important;  }  */  | 
