Alexandra C. (
rosecarmine) wrote in
myrtillenne2021-03-21 08:55 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:
Wired

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
no subject
no subject
no subject
no subject
I don't know if you're still available for any help, but somehow while adjusting fonts, the cut tag text seems to have disappeared on my page and the reading page, even when replacing the sections from '.cuttag-action img {' to '.cuttag + b a {' with this base coding again. What other coding would be potentially hiding this text?
no subject
The text will be visible if you set the body font size in pixels.
no subject
no subject
no subject
I haven't touched the CSS. Is there a fix for this?
no subject
no subject
.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
no subject