Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 23rd May 2019, 23:45
guldhammer guldhammer is offline
Banned
 
Join Date: Jan 2010
Saint Lucia
Posts: 59
Default replace background image with color?
How do i replace my background image with a color??

Here in my css is my background image:

body {
font: 11px arial, verdana, sans-serif;
color: #2C2C2C;
background-image: url(pics/wall.jpg);
background-attachment: fixed;
width:100%;
height:100%;
left:0;
top:0;
z-index:-100;
/* url('bg.png') repeat-x bottom center*/
}
Reply With Quote
  #2  
Old 24th May 2019, 00:15
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
remove background-image and add background-color: #xxx;
color: #xxx; if only for font color of the body..
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #3  
Old 24th May 2019, 00:27
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
Do you think would take care of it dnd
Find
background-image: url(pics/wall.jpg);
Replace with
background-color: #474747;
Reply With Quote
  #4  
Old 24th May 2019, 11:09
guldhammer guldhammer is offline
Banned
 
Join Date: Jan 2010
Saint Lucia
Posts: 59
Default
Now it work http://vikingbits.guldhammer.info/
Thanks
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 11:22. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.