Siriux Login field

IanGarrett

Joined: 2007-08-25
Posts: 8
Posted: Fri, 2008-03-21 06:13

I know this is around the forums, and I've tried to try all the solutions I've seen. I'm using a customized css is the siriux theme. I've changed the background in the css to black. On the "Gallery User Administration" page, aka Login, the text fields are are black as the background and the text that goes in them. Therefore no one can see what they are inputting. This doesn't occur anywhere else and I don't see color-packs in use in siriux. I've spent a lot of time today trying to figure this out, step by step altering all of the background colors in anything that looks possible to be a white box or white text in the black box. It's the most current version of gallery (at least as of two days ago when I installed it on this site).

any ideas?

thank you

 
alecmyers

Joined: 2006-08-01
Posts: 4342
Posted: Fri, 2008-03-21 14:18

Look for #giFormUsername, #giFormGroupname and #giFormPassword in the theme.css file in the siriux folder.

Also install Firebug (http://www.getfirebug.com/) - it will let you drill down into the html page to see and edit the styles applied to different elements. And other useful stuff.

 
IanGarrett

Joined: 2007-08-25
Posts: 8
Posted: Fri, 2008-03-21 14:55

Thanks for the quick note. Sadly thats the area I've been focused on. The code for it currently looks like this:

#giFormUsername {
background: #ffffff;
}

#giFormGroupname {
background: #ffffff;
}

#giFormPassword {
background: #ffffff;
}

it has said background-color too, and had the icons as well.

you can see the lack of white space here:

http://rigdondesign.net/portoflio/gallery2/main.php?g2_view=core.UserAdmin&g2_subView=core.UserLogin&g2_return=%2Fportoflio%2Fgallery2%2Fmain.php%3F&g2_returnName=album

Thanks again for your help!

 
alecmyers

Joined: 2006-08-01
Posts: 4342
Posted: Fri, 2008-03-21 15:08

Mine reads as follows:

#giFormUsername, .giFormUsername {
	background: #ffcc99;
	padding-left: 5px;
}

#giFormGroupname {
	background: #ffcc99;
	padding-left: 5px;
}

And it's just peachy. Literally.

Use Firebug as I suggested - it will show you all the hierarchical styles applied to any element, and let you edit them in real time.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2008-03-21 16:46

You can do what alecmyers suggests or why not use the black colorpack? Somebody has alredy done the css for for you when you use a colorpack.

moved thread to css forums.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
IanGarrett

Joined: 2007-08-25
Posts: 8
Posted: Fri, 2008-03-21 20:31

Thanks to both of you! I've got an admission to make up front, I have been using two themes to manage the gallery... one for the top level and one for everything else. There was a reason with some small differences I wanted between the top and the sub galleries. I was editing the wrong theme.css for half the time. I'll fess up to a stupid moment.

Anyway, it worked. I do have a question though, does siriux use colorpacks? I have them activated in all of the installs I've done of gallery, but haven't seen how to use them in Siruix, Matrix no problem.

This goes to another vote to note just working into the night.

Thanks again.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2008-03-21 20:58

Siriux: Colorpack compatible: no

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jufjo

Joined: 2008-04-14
Posts: 13
Posted: Tue, 2008-04-22 17:21

Then how did I change the background colour in my gallery?
I think I did it by altering a colorpack.
Honestly, I dont remember how I did it!

http://www.hab3045.nl/fotoalbum/main.php

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2008-04-22 18:15

The link provided and the login from that page is black text and white background.
What was it you wanted to do? There is theme.css that you can make adjustments.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jufjo

Joined: 2008-04-14
Posts: 13
Posted: Tue, 2008-04-22 18:33

My link??

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2008-04-22 19:12

yes

 
jufjo

Joined: 2008-04-14
Posts: 13
Posted: Tue, 2008-04-22 19:23

The background I have chosen was cornsilk (#FFF8DC), that is the color I see as its background when I look at the album.
Other visitors also see that colour as its background.
Now im really confused!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2008-04-22 19:36

The login field is white with black letting. The title of this thread: Siriux Login field.
What is it you are after?

floidave wrote:
What was it you wanted to do?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jufjo

Joined: 2008-04-14
Posts: 13
Posted: Tue, 2008-04-22 19:47

I wanted (and thought I succeeded) in altering the colorpack of Siriux so that the general background of my album is the Cornsilk colour.
Because the colorpack changing was mentioned here I thought I'd check it out.
People who visit the album say the background is indeed the cornsilky colour.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2008-04-22 20:14

You edited theme.css.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jufjo

Joined: 2008-04-14
Posts: 13
Posted: Tue, 2008-04-22 20:35

The theme.css in the themes/siriux/ folder?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2008-04-23 00:50

yes

body.gallery {
	margin: 1.5em;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #FFF8DC;
	color: #333;
	text-align: center;
}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
jufjo

Joined: 2008-04-14
Posts: 13
Posted: Wed, 2008-04-23 11:09

Thank you so much!
Another dumb ex-blonde has been made happy ;)