Page 1 of 1

Styling the share popup

Posted: 06 Jul 2012, 09:33
by schreiber
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.

Re: Styling the share popup

Posted: 06 Jul 2012, 12:18
by mjau-mjau
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.

Re: Styling the share popup

Posted: 06 Jul 2012, 13:44
by schreiber
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?

Re: Styling the share popup

Posted: 06 Jul 2012, 19:21
by mjau-mjau
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.

Re: Styling the share popup

Posted: 07 Jul 2012, 02:51
by schreiber
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.

Re: Styling the share popup

Posted: 13 Feb 2013, 10:04
by paydayMARK
[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!!!