Alexandra C. (
rosecarmine) wrote in
myrtillenne2021-09-18 04:33 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Candy

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
no subject
no subject
no subject
no subject
no subject
no subject
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
.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
no subject