[personal profile] foxway
Hello, I'm a recent LJ migrant and I'm using the Tabula Rasa layout by [personal profile] girlrock  located here.

I would like to add or change some of the main navigation links to include an about post and a link to my website or another journal, but I can't figure out how to do it?
 
I can see that she has manipulated the main navigation links in her own journal navigation (the about, fics, and code pages) and from what I can see, she doesn't have a paid account?
 
I've read other tagged entries saying you can do it via S2, but only with a paid account? And I also don't even know where to go to edit the code for S2.
 
I could conceivably try to style the link list module in a similar format, but I wouldn't know how to go about doing that right now since I'm not familiar with dreamwidth coding as of yet. 
 
Any ideas on how I can add my own links to the main navigation? Or change some of the ones I'm not using? Thank you for your help! 

*********
 
EDIT: She was kind enough to tell me how she did it here. It involved creating a new theme layer for Tabula Rasa which I was able to do with my free account easily following her instructions.

 

(no subject)

Jul. 16th, 2023 02:16 pm
raivotar: (Default)
[personal profile] raivotar
hi! its me... i think how i can enable userpics on entries for my current layout?

[admin post] Admin Post: Latest code push: style updates

Jul. 1st, 2023 12:34 pm
momijizukamori: A sleeping dreamsheep with a '<3' sign. It says 'Momiji' above it, and 'Styles' below it. (dreamsheep volunteer)
[personal profile] momijizukamori
We did a code push last night - you can see the full list of changes in this code tour (plus a couple from older code tours, turns out we forgot to run the style rebuild script on the last code push), but I thought I'd highlight some styles-specific changes!

  • All official journal layouts now have mobile-view modes. Yes, even Zesty.
  • All official journal layouts now expose the properties to configure when the switch to mobile-view happens.
  • Cut tags now have classes on all their elements, to make them easier to target in CSS
  • Nearly all styles now offer the option to put the navigation links in the header (though some may a bit light on styling at the moment)


The changes for the header navlinks may cause some minor visual changes in layouts that didn't previously have them. If you're not planning on putting navlinks there, you can add #header .module-wrapper {display: none;} to your custom CSS to remove it from the document flow entirely as a quick fix. There may also be cases of things targeting #header .inner that need to be changed to #header > .inner so they don't hit the nested module .inner div as well.

(no subject)

Jun. 26th, 2023 06:15 pm
juneghosts: (Default)
[personal profile] juneghosts
hi! this is [personal profile] raivotar with another account.... i just think how i can enable userpics in entries with this layout i use?

(no subject)

Jun. 25th, 2023 01:06 pm
raivotar: (Default)
[personal profile] raivotar
Can everyone tell me how i can make userpics enable in entries like this ---> [personal profile] secondaccident layout? i think i use flexible squares
[personal profile] gaarahiden
I've been trying to find a link to Juice by @[personal profile] ninetydegrees for SO LONG but I can't find it anywhere :( Does anyone have it? If not, I would love something similar to it.. My favourite parts are the font, colour, and the journal title display.

Here's a link to the one journal that I know has it... Thank you in advance!
[personal profile] sunlit_skycat
Hi, I'm a new Dreamwidth user, and I have a community here, at https://blueheronteanook.dreamwidth.org/. I am using the style Radiant Aqua for Venture, with a lot of recolors, set to 3 Columns (one sidebar on each side), one sidebar on each side. I want to be able to make this theme more mobile friendly by having one column only on mobile, essentially the 1 Column (modules at bottom; no sidebar) layout, while keeping the 3 column layout on desktop.

Someone in another community pointed me here. I was given this code, which I copied and pasted into the Custom CSS box, but didn't produce any changes on mobile when I went to check it on Firefox on a Galaxy Note9.

https://gist.github.com/cmho/b3501c8da9ffeb10e903152136a6377d

@media only screen and (max-width: 768px) { /* you can change the pixel width to whatever you want */
    .column-right #content {
        box-sizing: border-box;
    }

    #content {
        padding: 1em;
    }

    .two-columns-right #content, .three-columns-sides #content {
        border: none;
    }

    #content .inner #primary,
    #content .inner #secondary,
    #content .inner #tertiary {
        width: 100%;
        margin: 0;
        float: none;
    }

    .two-columns-left #secondary > .inner:first-child, .three-columns-left #secondary > .inner:first-child, .three-columns-sides #secondary > .inner:first-child, .two-columns-right #tertiary > .inner:first-child, .three-columns-right #tertiary > .inner:first-child, .three-columns-sides #tertiary > .inner:first-child {
        padding: 0;
    }
}

(no subject)

Jun. 2nd, 2023 06:36 pm
sarliina: (Default)
[personal profile] sarliina
anybody knows similar layout that my current one but dreamwidth-based?

(no subject)

May. 13th, 2023 09:43 pm
juneghosts: (Default)
[personal profile] juneghosts
hi! i think how i can use same font that [community profile] forbiddenfruit? I think is it Google font? here are the url -> https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=PT+Sans&display=swap

and my codes
[personal profile] haptalaon

UPDATE: better way of doing this in the comments!



Hello all!



I do pretty things to my paragraphs, so I hand-code up my HTML in the editor rather than using rich text, putting P tags round my paragraphs. However, DW will still automatically add BR tags between them - making the gaps between my paragraphs HUGE and unsightly



The fix for this sets the height of BR as nothing - making the reading experience far more sightly. Put it in your Customise CSS section.



.entry-content br {
   display: block;
   margin: 0 0;
}
[personal profile] misbegotten
Hiya! I'm a CSS noob and most of what I've learned thus far is trial and error attempts at implementing suggestions for custom CSS that I've seen in this community.

I'm playing around with Fluid Measure on my journal and have a couple of questions. Thank you for any help you can give!:

1) Is it possible to put the Navigation module in a header? Or do I need to pick a different style to do that? That's a dealbreaker for me.

(ETA: fixed! thanks to [personal profile] althea_valara) 2) The space (container? IDEK) around the modules is showing black on my desktop (but not on mobile). I can't figure out where to change that.

Area around modules is black

(no subject)

Feb. 16th, 2023 05:22 pm
zshipper: (Default)
[personal profile] zshipper
Does anyone have a link to this layout? I'd like to be able to use it but I can't seem to find it anywhere.
[personal profile] shellz
I wanted to install some of the other older LiveJournal styles. This one is Tabular Indent!

download the Tabular Indent raw code here

Go to Advanced Customization.
Click on Your Layers
Under "Create top-level layer", select "Layout" for Type and "Core 1" for Core Version. Hit create.
You'll be taken back to your layers page. You should see a layer titled "Livejournal S2 Core V1". Click edit. Paste the code and click save & compile.
If you want to fix your reading page to show the usernames, follow the tutorial listed on this page.
Now you need to use the layout. Go to Customize Journal Style page. Click on "Your Custom Layers" and apply your new theme
To edit the theme colors and fonts further, click "Customize".

Preview of the Tabular Indent layout )
[personal profile] shellz
I wanted to install some of the other older LiveJournal styles. This one is Disjointed. I rememeber it being a favorite of the alternative kids and the boys/men on the website, especially in those early days.

download the Disjointed raw code here

Go to Advanced Customization.
Click on Your Layers
Under "Create top-level layer", select "Layout" for Type and "Core 1" for Core Version. Hit create.
You'll be taken back to your layers page. You should see a layer titled "Livejournal S2 Core V1". Click edit. Paste the code and click save & compile.
If you want to fix your reading page to show the usernames, follow the tutorial listed on this page.
Now you need to use the layout. Go to Customize Journal Style page. Click on "Your Custom Layers" and apply your new theme
To edit the theme colors and fonts further, click "Customize".

Preview of the Disjointed layout )
[personal profile] miscellanium
i'm wanting to use this style and i'm not sure the creator is active currently so i was hoping someone here could help. i'm super rusty with css and hesitant to fiddle around too much, so could someone please point me in the right direction for making the entries column wider/more responsive?

alternatively, isn't there some code i could use to force images to fit within the column while still being the proper size if someone clicks through to view the individual entry?

it would also be super handy to have a box that lists top tags and titles of recent entries. where in the code would that element go?

any help for this noob would be much appreciated.

[personal profile] blaire
 Hello, is there any way I can use Generator layouts here on DW? I’ve seen a few people using it but can’t find any info on Google anywhere. Any help would be appreciated, thank you!
[personal profile] london_fan
Hello lovely and helpful people here,

ever since I started using a genuine Dreamwidth layout I've been using this tutorial from [community profile] style_system to display the metadata with the mood theme picture on the left side of the metadata, including the tags. The code is working perfectly in general!

However, there is an issue... )

ADDENDUM (20th November 2022):
Since I got no comments here so far, I tried something else and implemented some old LJ tutorial and matching CSS I have used there for many years. It works perfectly on Dreamwidth, but eliminates Dreamwidth's unique tags navigation feature. Since this workaround is okay for my needs, I will consider the problem solved. However, if anyone still wants to tackle and fix this issue here with the DW tutorial, I'd still appreciate it. Thank you!
[personal profile] haptalaon

I made a little open-and-shut book for journal cuts - the book opens on hover, stays open when the cut is open, then closes on hover and if you click it and the cut is closed it's shut. The cut text and icon are both centered. Like this!

a screenshot of the finished effect just described

Based on code by[personal profile] tropicsbear  here, updated from the original here by[personal profile] rise

You can download my book icons here - they're based on the open source twitter emoji [Closed Book / Open Book]. Please don't hotlink - download then re-upload to your own image hosting. What other before-and-after emoki could you use?

They are not pictures - they are in .svg format, a set of code instructions for displaying images. You can edit them in a dedicated svg editor, or in any program which edits text files (!). Use a .svg editor if you want to add symbols or change the design - or make your own pixel art - but if you just want to change the colour of the book, it's easy. Open the .svg source code in a text editor, then use find&replace to swap the color hex codes for the colours you want. Currently, the dark brown is #C1694F and the light brown is #D99E82.

Code under the cut!

Read more... )
[personal profile] haptalaon

This is a Contrast Checker, which will tell you whether the contrast between your text and background is strong enough to be accessible for all users.

The site also describes other best practices (for example, always marking out links visually for people who can't see colour distinctions, or considering how your site will be experienced by screen readers)

I also found this checklist helpful - it's aimed at serious web-designers, but i've found tests like 'what does your site look like on desktop zoom' invaluable for improving my code projects

[personal profile] haptalaon
Hello all - new to DW themes but not new to CSS, and maybe tripping over myself.

I've added some custom CSS on the Customize Your Theme >> Custom CSS page, and it was appearing and looking marvellous. Then - all of a sudden - it stopped displaying my custom tweaks on my journal.

I've tried Ctrl+f5 to refresh my cache, and tried removing the code - saving - replacing it - saving again, and using an external URL. I've also used Inspect on the journal page, to check and confirm that my code isn't appearing at all (it's as if it doesn't exist). I'm feeling low now, as I liked my changes and my basic journal looks dull.

I've got a free account only - is that the issue? Or is this some weird quirk I don't understand....?

Cheers all!

Profile

Dreamwidth style system discussion

February 2026

S M T W T F S
1234567
89 1011121314
15161718192021
22232425262728

Syndicate

RSS Atom

Style Credit

Expand Cut Tags

No cut tags
Page generated Apr. 22nd, 2026 11:04 am
Powered by Dreamwidth Studios