Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
schreiber
Topic Author
Posts: 15
Joined: 05 Jul 2012, 15:32

Styling the share popup

06 Jul 2012, 09:33

How(where) do I style the Share popup from the menu?
I need to make the buttons darker and maybe the padding a bit thinner. Icons and text color is fine.
Attachments
Screen Shot 2012-07-06 at 15.26.44.png
Screen Shot 2012-07-06 at 15.26.44.png (23.91 KiB) Viewed 4517 times
Thanks,
Thomas Schreiber
http://mayfly.dk
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Styling the share popup

06 Jul 2012, 12:18

To minimize the amount of settings (as you see, there are already too many), we dont have colors for every single instance of all the UI elements. The share menu inherits the color from your background. What theme base are you using there? Somehow you have changed colors in theme or css so that yo have light text on light background. You need darker text in the share menu, thats for sure ... This is set from CSS.
 
User avatar
schreiber
Topic Author
Posts: 15
Joined: 05 Jul 2012, 15:32

Re: Styling the share popup

06 Jul 2012, 13:44

mjau-mjau wrote:What theme base are you using there?
I just took the first and best one, and that happened to be the Carbonized. I can see your point with the GUI and too many adjustment features. I almost have everything as I want, so I just need to make the last few tweaks. Can You point me in a direction regarding the CSS?
Thanks,
Thomas Schreiber
http://mayfly.dk
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Styling the share popup

06 Jul 2012, 19:21

schreiber wrote:I just took the first and best one, and that happened to be the Carbonized. I can see your point with the GUI and too many adjustment features. I almost have everything as I want, so I just need to make the last few tweaks. Can You point me in a direction regarding the CSS?
First I need to give you a tip though: When you choose the base fundament theme that you want to build from, make sure it is approximately the color range you want. For example choosing the carbonizer theme is not a good idea if you want a light background, because all your items will be crashing. If you want a light background, then start off with the illuminati theme instead, and work yourself from there.
https://www.photo.gallery/demo/x2/?theme=illuminati

If you do that, you will not have any problems with colors crashing like in your case.

If you do want to do it the hard way, you would now have to edit the CSS in your theme. Go to theme -> edit css stylesheet ->
Code
.sharemenu {}
I strongly recommend you first make your theme from illuminati if you want a light background! This will prevent a lot of frustration.
 
User avatar
schreiber
Topic Author
Posts: 15
Joined: 05 Jul 2012, 15:32

Re: Styling the share popup

07 Jul 2012, 02:51

mjau-mjau wrote:
schreiber wrote: I strongly recommend you first make your theme from illuminati if you want a light background! This will prevent a lot of frustration.
Thanks, I'll do that.
Thanks,
Thomas Schreiber
http://mayfly.dk
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Styling the share popup

13 Feb 2013, 10:04

[quote="
If you do want to do it the hard way, you would now have to edit the CSS in your theme. Go to theme -> edit css stylesheet ->
Code
.sharemenu {}
.[/quote]

Thank you!
That was so simple and so beautiful :) Thank you!
I did it with Notepad++
Thank you again!!!