[personal profile] sheliak posting in [community profile] style_system
My current layout is Librarian's Dream, and I've been playing with Mobility on my test journal. I've run across a couple things in both that I can't figure out how to wrangle.

Librarian's Dream

1. Multilevel tags: I've noticed that some multilevel tags display oddly. Basically, when there's an x:y:z tag, what's displayed is x:y, and then z as if it had been tagged x:z rather than x:y:z. Does anyone know how to fix this and add an extra indent to third-level tags?

2. The profile icon has a bit of padding underneath it. I'd like to either remove that padding, or add equivalent padding above + to the left, so that the icon appears more centered. Is either of those possible?


Mobility

This is less urgent, I've just been poking at the style and trying to figure out what I can and can't do.

3. Is it possible to make the border disappear on the next/previous button, and the [flat/top level comments only] bar on entries? (Or, for that matter, to get rid of all borders on everything?) I've been able to figure how to turn most borders on and off, but those have eluded me.

4. Is it possible to set a background image for comments, next/previous, archive, tags page, etc, as it is for the entries/modules/header? (I'm trying to use a (hopefully unobtrusive) textured image instead of a solid color, basically.)

5. If the latter is not possible: is it possible to change link & text color only on the next/previous?

(Current Mobility attempts at [personal profile] beta_lyrae.


Thanks in advance!

Date: 2019-02-14 03:14 am (UTC)
momijizukamori: (dreamsheep | styles)
From: [personal profile] momijizukamori
I'm about to go out of town for the weekend, but if you don't have answers by Monday, please poke me to have a look :)

Date: 2019-02-19 03:32 pm (UTC)
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)
From: [personal profile] momijizukamori
Not a problem - did you get everything sorted, or did you still need help?

Date: 2019-02-15 04:40 am (UTC)
fueschgast: (non-fandom: computer - productive)
From: [personal profile] fueschgast
  1. Is that problem solved by now? On entries the tags look complete and on the tags page the 3rd level is indented.

  2. .userprofile-userinfo .userpic {
    display: table-cell;
    padding: 4px 0px 0px 8px;
    }

    .userprofile-userinfo .journal-name {
    display: table-cell;
    vertical-align: middle;
    }

  3. For the specific ones:
    .topnav, .bottomnav, .comment-pages {
    border: none;
    }


    For all:
    div {
    border: none!important;
    }

    In that case, if you do want a border on a specific div, you need to add !important to that line.

  4. I don't know if I understood you correctly, but if you want to change the background of the specific pages, here's how you address them:
    body.page-recent
    body.page-entry
    body.page-reply
    body.page-archive
    body.page-month
    body.page-day
    body.page-read
    body.page-network
    body.page-tags

  5. As I can't see any next or previous, this is only a guess:
    .topnav a, .bottomnav a {
    color: #ff00ff;
    }

Date: 2019-02-16 09:34 am (UTC)
fueschgast: (non-fandom: computer - productive)
From: [personal profile] fueschgast
1. That doesn't sound like a CSS problem, so I can't help you with it.

3. Maybe the .comment-pages border gets overridden. You could try adding !important.

4. Oh! Okay, those classes will take a bit of work to collect and I don't have the time right now. You could do it yourself though. Did you know that you can right-click on a page (but not on a link or an image, unless it's a background picture) and view the source code? To make it easier to find a class, you can search for what's in the div you're looking for. So in the case of the comments, you can search for a part of a comment's date (not the whole line, because "Date:" and the date are divided by html tags) and find that the class is .comment.

Profile

Dreamwidth style system discussion

April 2025

S M T W T F S
  12345
6 78910 1112
13 141516171819
2021 2223242526
27282930   

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 2nd, 2025 08:24 am
Powered by Dreamwidth Studios