# Customizing the Look of the Report

The photos below show what can be done. The text below the photos can be copied and pasted into ScribeWare to customize the finished report. To insert copied text go to **Settings** and the **Advanced.**&#x20;

<figure><img src="/files/XK34sUUxbiCe3kj1Lfb1" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UjjSZPfxde2Bg0IlPAnL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GOr392xuNlneTboENBw2" alt=""><figcaption></figcaption></figure>

### **#1**

.header-color:before {

background-color: rgba(207, 207, 207, 0.7); /\* HEADER COLORS \*/

<figure><img src="/files/fSLSTrsQhXXFClJ5zHVX" alt=""><figcaption></figcaption></figure>

### **#2**

\#header {color: rgb(0, 0, 0,); /\*black\*/

font-weight: bold;

}

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

### **#3**

\#header {color: rgb(0, 0, 0,); /\*black\*/

font-weight: bold;

}

<figure><img src="/files/prlxiQvjilvYobwPDmZ5" alt=""><figcaption></figcaption></figure>

### **#4**

\#header .for {

border-top: none;

border-bottom: none;

}

<figure><img src="/files/BvIUHd6JP7WngjEy3BEH" alt=""><figcaption></figcaption></figure>

### #5

\#summary .section > h2 { font-size: 25px; font-weight: 500; /\* determines weight \*/ }

<figure><img src="/files/McDiwLR8ASoC7ybBQmuz" alt=""><figcaption></figcaption></figure>

### #6

div.section > div > h2 { font-size: 25px; font-weight: 500; /\* determines weight \*/ }

<figure><img src="/files/3kRwNjzO4RqStU6b1l7c" alt=""><figcaption></figcaption></figure>

### #7

\#important-info h2 { font-size: 25px; font-weight: 500; /\* determines weight \*/ }

<figure><img src="/files/kisuN3XaCajj42DWeCWh" alt=""><figcaption></figcaption></figure>

### #8

@media print {

\#report .section {page-break-after: always;}

\#full-report {page-break-before: always;}

}

<figure><img src="/files/mnNZ6CpUoPHEncIHuPGJ" alt=""><figcaption></figcaption></figure>

### #9

@media print {

\#report .section {page-break-after: always;}

\#full-report {page-break-before: always;}

}

<figure><img src="/files/UHaP8h3PfodOwt5IkdRa" alt=""><figcaption></figcaption></figure>

### #10

\#summary ul, #summary ul li, #summary .chapter-name {border-color: inherit;} #summary .chapter-name:after { content:' '; display: block; border-bottom: 2px solid; border-color: inherit; }

<figure><img src="/files/FEXPNeellRxQtaPFXhTj" alt=""><figcaption></figcaption></figure>

### #11

\#summary li {margin-top: 6px;} #summary ul {border-color: inherit;} #summary > div > ul > li { background: rgba(240,237,237, 1); /\* Or use a partially transparent background to make the modifier background color lighter: rgba(255,255,255, 0.8) or darker: rgba(235, 235, 235, 0.6) */ padding: 15px; border-radius: 05px; border-width: 0.25px; border-style: solid; border-color: inherit; /* Dark color of modifier \*/ }

<figure><img src="/files/NCZt5oA6ZOFE98eC7t1h" alt=""><figcaption></figcaption></figure>

### #12

\#summary ul {border-color: inherit;} #summary div > ul > li:not(:first-of-type) { border-top-style: solid; border-width: 2px; border-color: inherit; } /*You likely would not use this if you are using #10*/

<figure><img src="/files/zAk9IT1fZuXrnOXF5uC5" alt=""><figcaption></figcaption></figure>

### #13

\#summary ul li ul li, #report ul li {list-style-type: none;} /\* Can also change the bullet style ("circle", "square", etc.) NOTE: this change will not be reflected in the repair request PDF \*/

<figure><img src="/files/c41PD3tZp1UIen8os8l0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/KJs4NM7wAnmbhfORcsCh" alt=""><figcaption></figcaption></figure>

### #14

.observation-media:before {

content: "🔹🔹🪷 IMAGES, & DIAGRAMS🪷🔹🔹"; /\*This can be anything you want but going longer should be avoided\*/

padding-bottom: 15px;

width: 100%;

display: flex;

font-weight: bold;

font-color: inherit

justify-content: space-around;}

### #15 - This CSS Will Place The Photo Below The Text When There is Only One Photo

<figure><img src="/files/BjSJAP9yZeudo0GiEHGj" alt=""><figcaption></figcaption></figure>

.make-inline {flex-direction: column;}&#x20;

.make-inline > div:first-of-type > br:first-of-type {display:none;}

<br>

The first line puts the image under the text; the second line starts the text just after the observation label instead of starting it on its own line.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scribeware.com/into-the-weeds/customizing-the-look-of-the-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
