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

FEATURES
- sidebar image (400x400px)
- navigation links, links list, custom text
- comment pages
- icon pages
INSTRUCTIONS
- Go to the "Select style" page, search for "Basic Boxes" and apply any theme.
- Go to the "Customize your theme" page and click on the "Presentation" tab. In the "Additional options" section select "icons" for:
- Select whether entry management links are printed as text or using the available icons
- Select whether comment management links are printed as text or using the available icons.
- Click on the "Modules" tab. Set "Custom text" to number 1, "Navigation" to number 2 and "Links list" to number 4. Uncheck the other modules.
- Click on the "Custom CSS" tab and paste the code into the "Use embeded CSS" field. Uncheck "Use layout's stylesheet(s)". Paste the following into the "Custom stylesheet URL" field.
- Go to the "Account settings" page and check "Show my journal's icons pages in my chosen style instead of the site layout".
RESOURCES
- icon font by Google
- image from unsplash.com
Tags:
no subject
Date: 08/07/2023 01:26 pm (UTC).cuttag-action img {
display: none;
}
.cut-wrapper{
display: inline-flex;
align-items: center;
border: 1px solid var(--border-color);
border-radius: 4px;
padding: 5px;
}
.cuttag-action:before {
content: "content_cut";
display: block;
font-family: Material Icons;
font-size: 22px;
line-height: 22px;
margin-right: 5px;
color: var(--icon-color);
}
.cuttag-action-after:before {
display: inline-block;
border: 1px solid var(--border-color);
border-radius: 4px;
padding: 5px;
}
.cut-open, .cut-close {
display:none;
}
.cut-text {
font-size: var(--text-size);
text-transform: lowercase;
font-weight: normal;
}
Let me know if it works.
no subject
Date: 08/07/2023 02:19 pm (UTC)