![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)


Live preview
Features:
- sliding sidebar
- header image (1000x400px)
- sidebar image (300x400px)
- navigation links, links list, custom text
- comment pages
- icon pages
How to install:
- Go to the "Select style" page, search for "Tabula Rasa" and apply any theme.
- Choose one of the 1 Column page setups.
- Go to the "Customize your theme" page, click on the "Custom CSS" tab and paste the code into the "Use embeded CSS" field. Uncheck "Use layout's stylesheet(s)".
- On the same page, paste the following https://fonts.googleapis.com/css2?family=Oxygen&family=Allerta+Stencil&display=swap into the "Custom stylesheet URL" field.
- Click on the "Modules" tab. Set "Navigation" to number 2, "Links list" to number 4 and "Custom text" to number 13. Uncheck the other modules.
- Click on the "Presentation" tab; in the "Additional options" section look for "Select whether entry management links are printed as text or using the available icons" and "Select whether comment management links are printed as text or using the available icons". Select "text-only" for both.
- icon font by Google
- images from unsplash.com
Tags:
no subject
Date: 02/01/2021 12:27 am (UTC)no subject
Date: 02/01/2021 03:15 pm (UTC)no subject
Date: 03/01/2021 01:21 pm (UTC)no subject
Date: 27/09/2023 01:59 am (UTC)no subject
Date: 27/09/2023 09:01 pm (UTC)background-image:url( link to your image );
If you want it to fill the entire page, also add
background-size:cover;
andbackground-attachment:fixed;
It should look like this:
body{
background:var(--body-background-color);
border:0;
color:var(--text-color);
line-height:var(--line-height);
font-family:var(--main-font);
font-size:var(--text-size);
margin:0;
background-image:url( link to your image );
background-size:cover;
background-attachment:fixed;
}