... | @@ -2,11 +2,11 @@ |
... | @@ -2,11 +2,11 @@ |
|
|
|
|
|
The supported header layouts:
|
|
The supported header layouts:
|
|
|
|
|
|
* **standard**: by default, a layout with the full size site logo and content split onto 2 lines
|
|
* **standard**: by default, a layout with the full-size site logo and content split onto 2 lines
|
|
* **extended**: the largest layout with content split into 2 content areas with site logo, site title, and an optional background image separate from the other contents below. <br />
|
|
* **extended**: the largest layout with content split into 2 content areas with site logo, site title, and an optional background image separate from the other contents below. <br />
|
|
The Ghost `Publication cover` will be used as the optional background image.
|
|
The Ghost `Publication cover` will be used as the optional background image.
|
|
|
|
|
|
In accordance with the main color of your background image, you should define the color of the title manually, regardless of the selected theme (dark/light).
|
|
In accordance with the main color of your background image, you should define the color of the title and the navigation, regardless of the selected theme (dark/light).
|
|
|
|
|
|
```html
|
|
```html
|
|
<style type="text/css">
|
|
<style type="text/css">
|
... | @@ -18,7 +18,7 @@ In accordance with the main color of your background image, you should define th |
... | @@ -18,7 +18,7 @@ In accordance with the main color of your background image, you should define th |
|
</style>
|
|
</style>
|
|
```
|
|
```
|
|
|
|
|
|
In the case of not extended layout, the navivation and actions should be changed manually to be visible regardless of the selected theme (dark/light).
|
|
In the case of not extended layout, the navigation and actions should be changed manually to be visible regardless of the selected theme (dark/light).
|
|
|
|
|
|
```html
|
|
```html
|
|
<style type="text/css">
|
|
<style type="text/css">
|
... | | ... | |