Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Hardwired Background  (Read 5021 times)

0 Members and 1 Guest are viewing this topic.

GladiatoR

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Hardwired Background
« on: December 06, 2005, 07:36:10 am »

Hi, i'm just curious to see if there is a way to change the background on the hardwired theme since it causes a few problems with people that have lcd monitors. Is there a way to change it to a black color or any other color to be exact?

Regards Joe.
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: Hardwired Background
« Reply #1 on: December 06, 2005, 07:56:21 am »

you can change the theme's css file.
Logged

GladiatoR

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 26
Re: Hardwired Background
« Reply #2 on: December 06, 2005, 08:29:34 am »

Yes but where abouts do I change it to get rid of the little lines in the background and must make it a solid color?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Hardwired Background
« Reply #3 on: December 09, 2005, 07:44:20 am »

edit http://yoursite.tld/your_coppermine_folder/themes/hardwired/images/hardwired.gif with an image editor (MS Paint is fine) to remove those lines, or edit http://yoursite.tld/your_coppermine_folder/themes/hardwired/style.css, find
Code: [Select]
body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color : #AEAEAE;
        margin: 0px;
        background-color:#000000;
        background-image:url(images/hardwired.gif);
        background-repeat:repeat;
        }
and get rid of the background image by replacing it with
Code: [Select]
body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color : #AEAEAE;
        margin: 0px;
        background-color:#000000;
        /*background-image:url(images/hardwired.gif);*/
        background-repeat:repeat;
        }
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.