More details on what you do that would be appreciated. Here’s how I would tackle the problem.
First a reminder on lists and their styling, because
Each level has its own style.
seems to indicate you do not master lists (however, their working is not obvious and there are many subtleties with them).
A list item is a paragraph who has received a paragraph style associated with a so-called list style. The paragraph style is responsible for the formatting and lay-out of text content while the list style deals with the bullet(s) or the numbering. Conceptually, there is no difference between a bulleted list and a numbered list.
Once a paragraph style can control a list (after associating it with a list style), this same paragraph style can be used for all levels of the list. The magic to change level is just to type Tab
or Shift
+Tab
before the first character of the paragraph.
Therefore, you do not need one style per level (unless you want to change font or size but this does not result in a fine looking document). Moreover, this unicity emphasizes that the whole list is considered as a single semantic object within the document.
Now, here’s my suggestion. I’ll use paragraph style List 1 associated with list style List 1 (they are two different styles but they can bear the same name because they are stored in different namespaces; the similarity of these built-in names is not fortuitous, it is intended to remind the relationship).
To facilitate navigation, open the style side panel with F11
.
- Associate paragraph List 1 with list List 1
Right-click on paragraph style List 1 in the style panel and choose Modify
. Go to the Outline & Numbering
tab. Select List 1 in the Numbering style drop-down menu. Click OK
.
- Customize list List 1
Click on the fifth icon from left (List Styles) on the toolbar in the styles panel.
Right-click on paragraph style List 1 in the style panel and choose Modify
. Go to the Customize
tab (Options
in older LO versions).
A more elegant presentation than yours is to change the bullet character per level. Click on the desired level in the list Level at left, then on the Character button ...
to open a character selection dialog. The default bullet is U+2022. You can use U+2219 RING_OPERATOR (white circle) for level 2, … You have nice “bullets” in the geometric shapes in the Unicode range U+25A0 to U+25FF.
To change visual aspects of the bullet, play with its Character style, by default Bullet, by default Numbering Symbols. I suggest to change for Bullets so that your bulleted lists are separated from numbered lists.
What you ask for requires you to define one character style for each level. But I would rather recommend to use a different bullet per level than changing size because this forced size will be frozen and won’t follow the size from the paragraph style should you change it.
The Position
tab allows you to customize the indentation level to your liking.
Click OK
.
- When you create a list item, type its text in the current paragrph style. Then with the cursor style inside the list item, double click on List 1 in the style panel. Set the cursor at the beginning to adjust level with
Tab
or Shift
+Tab
. The bullet and indent will automatically change.
If this answer helped you, please accept it by clicking the check mark to the left and, karma permitting, upvote it. If this resolves your problem, close the question, that will help other people with the same question.