PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Stylesheet Help (http://www.photopost.com/forum/photopost-pro-how-do-i/139524-stylesheet-help.html)

BobHarbison March 15th, 2009 01:19 PM

Stylesheet Help
 
I'm using the Metal.css styelsheet, which I've modified a bit.

I need to find where I change two colors.

The first is the color of text in a pull down menu. When I got to move a photo, the pull down menu has white text on a white background, which is rather hard (impossible) to read. The only way you can see it is when you highlight the text.

I know I simply need to change color, but what item am I looking for?

The same thing happens when I edit something in the text editor. Grey on grey cursor. Where can I change that?

Chuck S March 15th, 2009 01:38 PM

do you have an example on your site where you are referring to?

I dont see any obvious errors in the default metal.css file we have. The style default text colors are defined in the body tag and the select box class also

BobHarbison March 15th, 2009 02:47 PM

Quote:

Originally Posted by Chuck S (Post 1243539)
do you have an example on your site where you are referring to?

I dont see any obvious errors in the default metal.css file we have. The style default text colors are defined in the body tag and the select box class also

You'd have to be logged in as an admin to see it.

You're right though, they're certainly not obvious. I did check, and I am seeing it using the default metal.css template.

Here's where to find the problems:

1) Log in as an admin, then select a photo and choose "move photo". Try to use the pull down category menu. Notice how it appears blank. It's actually white on white.

2) Again, as an admin, try to edit the header file (or a template or similiar file that opens an edit box). Click in the box and the cursor is invisible.

Chuck S March 15th, 2009 05:48 PM

Line 747 of showframe.php

Code:

Content visible to verified customers only.
remove this

background: FFFFFF;

BobHarbison March 15th, 2009 06:27 PM

Thank you.

Chuck S March 15th, 2009 07:50 PM

Have a good weekend.

BobHarbison March 16th, 2009 08:44 PM

I've just noticed that I'm still having the cursor problem.

If you apply the metal.css stylesheet, and then go into the control panel and click on something with an edit box, say edit the header for example, there's no way to see where the cursor is located at when you're in the box.

In a regular editing box, like the quick reply box I'm using here, there's a vertical bar, kind of like this | that shows where the cursor is. That's what's missing, which makes it really tough to edit stuff...

Chuck S March 16th, 2009 09:12 PM

dont know what to tell you about that. I can tell you if you have problems with white background and white text but cursors dont know where they are set.

BobHarbison April 3rd, 2009 06:16 PM

Found it!

To change the color of the boxes in the form, use the appropriately titled variable "Formboxes" in the CSS sheet.

I simply deleted the values that were specified, and the default colors work for me. No more invisible cursor (which sometimes led to audible cursing...)

Chuck S April 4th, 2009 08:03 AM

audible cursing LOL


All times are GMT -5. The time now is 12:53 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97