New Theme CSS
#21
Posted 21 January 2012 - 13:19
~ Chief Technical Officer
Wayne 'Zorg' Robinson
#22
Posted 22 January 2012 - 11:41
more codes please also is there a way to stretch a picture? i can't seem to find one big enough.
Sorry, I have tried, but I failed ... don't know how to do it trough CSS
But it is possible to stretch a image to 100% height and 100% width of your screen.
thanks for trying though
#23
Posted 23 January 2012 - 08:44
now i will love buffing more XD
#24
Posted 23 January 2012 - 09:55
Hunting Setup Guide: http://wiki.fallensw...ting_setup_list
Create Setups: http://jagger.atwebpages.com/fs/
How to get to map: http://games.jmle.net/fs.htm
#25
Posted 23 January 2012 - 11:59
Put this:
html {
background: url('http://i1216.photobucket.com/albums/dd361/JasonMKW/Matrix.gif');}
Thats right... you can have an animated background! =P
Regards,
EH
#26
Posted 23 January 2012 - 22:42
#27
Posted 24 January 2012 - 01:05
The background isn't on #pCC, it's on #pC and #pC::before. Inspect object in Chrome or Firebug for Firefox are excellent ways to tell what's going on.Any way to make the #pCC background transparent on the new UI? Have tried multiple times and have got nothing.
Something like...
#pC, #pC::before, #pF { background: transparent none; }Would get you the effect I'm guessing you're looking for.
~ Chief Technical Officer
Wayne 'Zorg' Robinson
#28
Posted 24 January 2012 - 01:41
#29
Posted 24 January 2012 - 08:26
The background isn't on #pCC, it's on #pC and #pC::before. Inspect object in Chrome or Firebug for Firefox are excellent ways to tell what's going on.Any way to make the #pCC background transparent on the new UI? Have tried multiple times and have got nothing.
Something like...#pC, #pC::before, #pF { background: transparent none; }Would get you the effect I'm guessing you're looking for.
what would be the code to change the table background image to :transparent? ( logs)
#30
Posted 24 January 2012 - 09:17
more codes please also is there a way to stretch a picture? i can't seem to find one big enough.
html {
background: url('http://www.your.image.com');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
#31
Posted 24 January 2012 - 09:22
you accidentally a }more codes please also is there a way to stretch a picture? i can't seem to find one big enough.
html {
background: url('http://www.your.image.com');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
#32
Posted 24 January 2012 - 09:26
#33
Posted 24 January 2012 - 09:36
This is a caused by fshelper. Have pointed necra in the right direction.The background isn't on #pCC, it's on #pC and #pC::before. Inspect object in Chrome or Firebug for Firefox are excellent ways to tell what's going on.Any way to make the #pCC background transparent on the new UI? Have tried multiple times and have got nothing.
Something like...#pC, #pC::before, #pF { background: transparent none; }Would get you the effect I'm guessing you're looking for.
what would be the code to change the table background image to :transparent? ( logs)
#34
Posted 24 January 2012 - 11:27
Hunting Setup Guide: http://wiki.fallensw...ting_setup_list
Create Setups: http://jagger.atwebpages.com/fs/
How to get to map: http://games.jmle.net/fs.htm
#35
Posted 24 January 2012 - 13:35
more codes please also is there a way to stretch a picture? i can't seem to find one big enough.
html {
background: url('http://www.your.image.com');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
wicked cool! thanks
#36
Posted 24 January 2012 - 14:17
#37
Posted 24 January 2012 - 15:46
Almost done with making myself a smoooth theme placed over the classic one .. but, as you can see I can't find the last two remaining objects :-/
I have replaced the image location for the menu_open_bg.gif with a recolored one, but for some reason it keeps showing a little of the original file to the left side.. what am I missing?
Also I can't figure out, where to change the color for the subheadings (Trade and PvP shown in image).
Tried this;
.nav-level-1.subheading { background-color: #656685; }
but it apparently isn't what I am looking for ...
No one can deny that we changed this game and influenced it in such a way that NO ONE could compete with us.. so much so that they changed the rules. ~Abhorrence, chosen founder of Cerulean Sins
#38
Posted 24 January 2012 - 20:24
I have my entire background transparent so I can see the background image I loaded up, but now cant see any options because my background is mostly black.
I there anyone that knows a way to basically change all fonts on said page to a single color?
#39
Posted 24 January 2012 - 21:09
Install firebug. Then you can find out useful stuff like this which changes the left hand side menu.Ok now im having trouble even changing just the font colors for the side bar menus.
I have my entire background transparent so I can see the background image I loaded up, but now cant see any options because my background is mostly black.
I there anyone that knows a way to basically change all fonts on said page to a single color?
.nav-link {
color: #F7EAC9;
line-height: 22px;
text-decoration: none;
}
#40
Posted 24 January 2012 - 21:34
Install firebug. Then you can find out useful stuff like this which changes the left hand side menu.Ok now im having trouble even changing just the font colors for the side bar menus.
I have my entire background transparent so I can see the background image I loaded up, but now cant see any options because my background is mostly black.
I there anyone that knows a way to basically change all fonts on said page to a single color?
.nav-link {
color: #F7EAC9;
line-height: 22px;
text-decoration: none;
}
Well I have firebug installed but I couldnt seem to find it I must have been missing it, lol, thanks
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users