Search…

X3 Photo Gallery Support Forums

Search…
 
speedhorse
Topic Author
Posts: 2
Joined: 11 Aug 2009, 17:28

Start page title

23 Aug 2009, 15:33

How can i change start page title e.g. size, color, font?


Image
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Start page title

25 Aug 2009, 03:58

speedhorse wrote:How can i change start page title e.g. size, color, font?
All change of font styles are done through the theme CSS stylesheet file. See more info here:
viewtopic.php?t=4270

That specific block you have outlined, come from the "filemod_" classes:
mjau-mjau wrote:.filemod {
/*Sets the global styles for all items in the filemod page*/
}
.filemod_title {
/*Sets styles for the filemod title*/
}
.filemod_description {
/*Set styles for the filemod description text*/
}
 
speedhorse
Topic Author
Posts: 2
Joined: 11 Aug 2009, 17:28

25 Aug 2009, 13:11

Thank you, Karl!
 
matelom
Posts: 6
Joined: 01 Sep 2009, 23:36

Title within one line. How to specify max width of it?

01 Sep 2009, 23:47

Hi,
Could you please advice whether I can change the width of the title displayed by speedhorse (to prevent from creating new lines, i.e. only one line needed in the title)? Do I have to edit stylesheet and use "width" command? Thank you.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

02 Sep 2009, 15:13

You don ´t really set "width" of text, but you set the SIZE of the font instead, which will lead to shorter line. You would edit the stylesheet for this.

By default, the text above the image is limited within a textfield that is the same width as the image being displayed. This is to prevent the text from displaying on the right outside of the image left-border, which would look strange.
 
matelom
Posts: 6
Joined: 01 Sep 2009, 23:36

02 Sep 2009, 20:16

Thank you! :)