jhumor: (Default)
jhumor ([personal profile] jhumor) wrote in [community profile] style_system2016-03-07 11:30 pm
Entry tags:

Userpic Links {bullet points solved}

In one of my communities, I'm using a slightly modded Abstractia.

I'd like to be able to change the userpic so that it will ALWAYS display Keyword order|View All.
Mostly I'm kind of tired on waiting for DW to do anything about this for all style sheets and I'm wondering if there's a way to code it using Custom CSS.

After searching through this comm, I came across some code that looked like it worked for CSS2, but probably won't work for Abstractia?

Anyway, so I tried changing it to this (and several derivatives of it). So, I'm just guessing this isn't the way to go about it. (I wish I understood the different CSS better.)



Any help you could grant would be great, because I have this comm and several journals that I'd like to update to forcing the keyword order and view all options.

ETA: perhaps easier? Is there a way to change the bullet point image? I know I can do it by finding a URL and doing 'background img', but I'd rather do it natively via text. (IE: currently on the style they are squares (■) I want them to be one of my choice.)

SOLUTION: Use this code:


Where XXX are options from a CSS List Style website.


Thanks in advanced.
(deleted comment)
marahmarie: (M In M Forever) (Default)

[personal profile] marahmarie 2016-03-15 12:23 am (UTC)(link)
I'm sorry I wasn't more clear. I meant what you put in the textarea is in CSS syntax, but the code between the brackets is actually written in s2 syntax, so that's why it won't compile! s2 inserted into a CSS command won't be recognized by our compiler. You'd have to write an actual function (I believe that's what it's called) to pull off what you're after.

We have an s2 Cookbook to help those curious about s2 to get started. Some people can just look at the examples found there and figure out how to write the s2 they want. I've never been quite that good at it, but I've seen plenty of people who seem to be.

The bullet point issue seems to be a limitation of CSS (only certain bullets are pre-coded).

Yes, they're hardcoded via more s2, so without re-writing DW's code for that it's hard to work around. We can't just insert bullet point text into the Wizard since it has no function to allow that.

As far as changing bullet points go, you can change both list bullets in your entries and the ones in say, your sidebar, via CSS (the former would require using inline HTML in your entry lists to target with CSS; the latter, just targeting the existing sidebar module-list HTML via CSS).

I'm glad you found something you can live with right now as far as the bullet points go. I get into similar places myself, where I have sort of what I want but not quite, which is why I rewrite my CSS so much, because eventually I find a better solution, so I'm always kind of upgrading as I go along. :)
Edited (typo) 2016-03-15 00:26 (UTC)