Author Topic: Adding Configuration Manager to style Sheet  (Read 3525 times)

0 Members and 1 Guest are viewing this topic.

Offline adwiseman

  • album.pl Contributor
  • ***
  • Posts: 53
  • Karma: +3/-0
    • akwiseman
Adding Configuration Manager to style Sheet
« on: March 10, 2004, 10:55:36 »
Hi Mike,
I was hoping that a section could be added to the Style sheet for the Configuration Manager.  My style sheet (http://perl.bobbitt.ca/contrib/album/style/Photo_Album_UM_COLORS.zip
) causes the configuration manager to have a dark blue background and black text.  You can't ready it.  Is this something asy to do, or hard?

Adam

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re:Adding Configuration Manager to style Sheet
« Reply #1 on: March 10, 2004, 19:30:28 »
Should be pretty easy... Adding to the to do list...

Cheers

Offline adwiseman

  • album.pl Contributor
  • ***
  • Posts: 53
  • Karma: +3/-0
    • akwiseman
Re: Adding Configuration Manager to style Sheet
« Reply #2 on: March 26, 2004, 15:13:08 »
I've worked around this issue by ensuring that the Body color, and the P color are not used.  I still can't figure out, if it's possible, what section in the css for the text on the change description form.  The text "Enter your new description" and below the picture, "Uploaded by <username>" are still using the body color.



Proposed changes to style sheet


The text color of the body was being used as the text color for the album table, and photo titles.
This includes the text "Welcome <username>", and the album, video, picture counts in the titles of each object,
upload page instructions, and field names.

I've added a color to these sections in the Photo_Album.css file

/* The entire album "table" */
#album   { width: 93%; border: 2px solid #333333; color: #000000; background-color: #E4E4E4; }


/* Album's title as displayed under it's thumbnail */
.albumsubtitle   { text-align: center; font-size: 8pt; color: #000000; display: inline; }

/* Photo's title as displayed under it's thumbnail */
.photosubtitle   { text-align: center; font-size: 8pt; color: #000000; display: inline; }

/* Admin menu */
.admin   { background-color: #000066; text-align: center; color: #000000; font-size: 6pt; }


/*******************************
   table definitions
   (Used to display the thumbnails of sub albums, movies and photos inside an album.)
*******************************/
table   { border-collapse: collapse; empty-cells: hide;
   border-color: #000033; width: 80%; color: #000000; }

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Adding Configuration Manager to style Sheet
« Reply #3 on: March 29, 2004, 20:57:30 »
Cool, I have no problem with those changes... I've merged them into the style sheet in the zip... Do they resolve the problem for you or was there more to it?

Offline adwiseman

  • album.pl Contributor
  • ***
  • Posts: 53
  • Karma: +3/-0
    • akwiseman
Re: Adding Configuration Manager to style Sheet
« Reply #4 on: March 30, 2004, 10:14:47 »
There's more to it.  Configuration manager aside, These changes fixes everything in the album , and all windows except the updated description form.  The text next to the title, and descriptions boxes I can't seam to get off the body color.  My above corrects all but this.  I'm not waiting for a fix, Just wanted to let you know, and try and help out.  As much as my limited skill can.

The configuration manager form uses the body color for the title, and some text, it uses the the table color for other text, and another for notes text(cant remember which one).

http://www.akwiseman.com/cgi-bin/album.pl

I uploaded my changed style sheet to contribute, but am unable to delete the old one I put there.  http://perl.bobbitt.ca/contrib/album/style/Photo_Album_UM_COLORS.zip


Just wanted to reafirm how awsome album.pl is!

Adam

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Adding Configuration Manager to style Sheet
« Reply #5 on: March 30, 2004, 11:07:40 »
Thanks Adam, help like this is great - I don't always have the time to tackle stuff like this, if I even know about it!

The "enterdesc" class should control the text in the update description form. Haven't tested it though...

P.S. I've deleted your old style sheet.

Offline adwiseman

  • album.pl Contributor
  • ***
  • Posts: 53
  • Karma: +3/-0
    • akwiseman
Re: Adding Configuration Manager to style Sheet
« Reply #6 on: March 30, 2004, 13:48:11 »
Found another.  add ; color: #000000 to "popular"

Nope, the following strings in "updated titles and decriptions" all use backgroupd color, and not the "enterdesc"

Owner  <textbox>
Enter your new description
<textbox>
 

<checkbox> Stop entering descriptions

The "Enter your new title" at the top does use "enterdesc"

Also, in "create album", the same problem with all textbox titles.

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Adding Configuration Manager to style Sheet
« Reply #7 on: March 31, 2004, 15:51:57 »
Ok, I've added the new one as well... I'll have to check out the rest when I have a bit more time...


Cheers