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

FEATURES
- default icon, navigation links, links list, custom text
- comment pages
- icon pages
INSTRUCTIONS
- Go to the "Select style" page, search for "Tabula Rasa" and apply any theme.
- Choose the "1 Column (modules at top and bottom; no sidebar)" page setup.
- Go to the "Customize your theme" page and click on the "Presentation" tab. In the "Additional options" section select "text-only" 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 "Profile" to number 1, "Navigation" to number 2, "Custom text" to number 3, "Links list" to number 4. Uncheck the other modules.
- Click on the on "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
Tags:
no subject
Date: 18/09/2021 02:55 pm (UTC)no subject
Date: 18/09/2021 05:49 pm (UTC)no subject
Date: 18/09/2021 11:24 pm (UTC)no subject
Date: 27/09/2021 07:54 pm (UTC)no subject
Date: 29/05/2022 08:35 pm (UTC)no subject
Date: 08/07/2023 11:58 am (UTC)It basically just looks messy instead of the nice code you provided, entirely DW's fault (incidentally the code push also broke many other aspects of userstyles, but they have apparently fixed most of those).
I know my explanation wasn't the best, and I'm mostly just annoyed at DW for breaking your gorgeous work (I did raise the issue with them and they gave me a solution which didn't work and then said the onus is on the original layout creator... sigh). But maybe just a heads-up if you need to change the code for future layouts...?
no subject
Date: 08/07/2023 12:50 pm (UTC).cuttag + b {
font-size: 0;
}
.cuttag + b a {
font-size: var(--text-size);
text-transform: lowercase;
font-weight: normal;
margin-left: 27px;
}
with
.cut-open, .cut-close {
display:none;
}
.cut-text{
text-transform: lowercase;
font-weight: normal;
margin-left: 27px;
display:block;
}
Let me know if it works.
no subject
Date: 08/07/2023 12:57 pm (UTC)no subject
Date: 08/07/2023 01:31 pm (UTC)