Search…

X3 Photo Gallery Support Forums

Search…
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

font size subfolder

24 Jul 2012, 04:07

please can anybody tell me where I can find on the stylesheet where I can find font size of the subfolder in the menu?
thanks

albertobernasconi.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: font size subfolder

24 Jul 2012, 23:36

There is not really any "font size of subfolder" ... You set font-size for the menu with the following item:
Code
.mainmenu_title {
}
However, you may be able to use the level classes to apply a style on specific levels in the menu. For example:
Code
.mainmenu_level2 {
font-size:13px;
}
The above generally represents the secondary level, or first level of submenu items.
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

Re: font size subfolder

25 Jul 2012, 05:29

perfect, it works.thanks
A.
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

Re: font size subfolder

25 Jul 2012, 06:54

is there a way to make the subfolder menu collapsed automatically after I open a picture?
thanks.
A.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: font size subfolder

26 Jul 2012, 00:03

alberto wrote:is there a way to make the subfolder menu collapsed automatically after I open a picture?
Unfortunately no. Sorry, I need to apologize because I see you are using the "horizontal menu" ... Unfortunately, the horizontal menu is a simple modification of the vertical menu, and it does not include proper settings for how a horizontal menu should work. Either I would reconsider using the vertical menu instead, or you will need to simply accept that the horizontal menu is slightly limited. Perhaps we will include a separate horizontal menu in a future release!