changing login font color

nanosec

Joined: 2005-04-13
Posts: 11
Posted: Mon, 2005-08-15 02:21

yes i changed my gallery2 beta 4 background to all black via theme matrix.css. now the only problem is when users go and input there login and password my font is black I have tried looking through the css and changing things around but cant locate that portion of the file what or where am i missing?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Mon, 2005-08-15 03:49

It's theme.css you want to be editing, matrix.css does not exist.

Scroll down and look for this code

#gallery {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #333;
    background-color: #fff;
}

That should get you going. You may want to look at just using a color pack. I believe RC1 has a black color pack in it.

 
trucker2000

Joined: 2005-08-13
Posts: 17
Posted: Mon, 2005-08-15 23:49

Where do you find color packs?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2005-08-16 01:50

There should've been some installed with your gallery install. But you can find some user contributions here, http://codex.gallery2.org/index.php/Gallery2:UserContributions

You may need to install the color pack module depending on which package of G2 you installed though. You can download that here, http://codex.gallery2.org/index.php/Gallery2:Download

To change color packs for you theme or album go to Site Admin > Themes > your theme > select a different color pack. For an individual album Edit Album > Album (tab)

 
nanosec

Joined: 2005-04-13
Posts: 11
Posted: Tue, 2005-08-16 23:00

okay I tried that it didnt work all it did was make all the text on the page white and all i need is where the users login and put in there passwords to be white also was wondering on the gallery main page i want to be able to click on the gallery name in the upper left corner and have it go back to the websites home page that the users came from how would i do that?

***Okay fixed the login and password section by doing this.

#giFormUsername, .giFormUsername {

background: url('../matrix/images/userinfo.png') no-repeat 0 1px;
padding-left: 17px;
color: #fff;
}

#giFormPassword {
background: url('../matrix/images/key7-16-bw.gif') no-repeat 0 1px;
padding-left: 17px;
color: #fff;
}

i just added what is in red and it worked great. but still need help with the link thing on the main page

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2005-08-17 01:40

I don't really follow on what you want for a link. Do you want gallery to see where they came from, remember it and assign that as a link, or would you rather have it hardcoded to your home page?

 
nanosec

Joined: 2005-04-13
Posts: 11
Posted: Sun, 2005-08-28 12:38

I would like it hardcoded on all the gallery pages a link they can click on to go back to the main portion of the web site

 
nanosec

Joined: 2005-04-13
Posts: 11
Posted: Sun, 2005-08-28 19:03

is that possible to do just adding a link to top of everypage or no?

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Mon, 2005-08-29 06:16

of course it is.

 
nanosec

Joined: 2005-04-13
Posts: 11
Posted: Mon, 2005-08-29 17:48

Could you point me in the direction of the information to obtain what im trying to do please.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2005-08-31 18:04

The sticky at the top of this forum should get you there.

http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=28428

Edit theme.tpl for your theme. Be sure to follow the directions about creating a 'local' directory or clone the theme to make your own.