Icy Phoenix
Old Styles Topics - Style GrungeLite For IP 2.0
Limun [ Fri 09 Nov, 2012 14:14 ]
Post subject: Style GrungeLite For IP 2.0
Mighty Gorgon [ Sat 17 Nov, 2012 11:52 ]
Post subject: Re: Style GrungeLite For IP 2.0
Great job my friend.
TheSteffen [ Sun 18 Nov, 2012 12:45 ]
Post subject: Re: Style GrungeLite For IP 2.0
Thanks for your great work and thanks for sharing it Limun
Limun [ Sat 01 Dec, 2012 12:47 ]
Post subject: Re: Style GrungeLite For IP 2.0
Style updated
added in css lines for dropdown menu and chat tabs
mort [ Sat 01 Dec, 2012 14:26 ]
Post subject: Re: Style GrungeLite For IP 2.0
Hey Limun,
You may find this useful - Paths are wrong because I tested it on something else with FF and IE.
It replaces this.
body{
background: #1E2B3B url("images/grungeLite/bg/background.jpg") fixed no-repeat 50% 0px; height:auto;
}
/** html body{
background: #1E2B3B url("images/grungeLite/bg/background.jpg"); fixed;
}*/
html first, body next.
/* main selectors */
html {
height:100%;
margin:0;
padding:0;
background-color:#1E2B3B;
background-image:url('./images/bg/b1b.jpg');
background-repeat:repeat-y;
background-position: 50% 0px;
}
body {
min-height:100%;
margin:0;
padding:0;
background-image:url('./images/bg/b1t.jpg');
background-repeat: no-repeat;
background-position: 50% 0px;
}
Pics are in the .zip
Limun [ Sun 02 Dec, 2012 07:27 ]
Post subject: Re: Style GrungeLite For IP 2.0
ok i will try .. but i edited a little background images ...
mort [ Sun 02 Dec, 2012 07:43 ]
Post subject: Re: Style GrungeLite For IP 2.0
It was just something to add to your "Bag of tricks"
I've also got another one that adds different left and right background images (Which I cloned the above from) if you want to add it to your arsenal, just let me know.
Limun [ Sun 02 Dec, 2012 07:45 ]
Post subject: Re: Style GrungeLite For IP 2.0
It was just something to add to your "Bag of tricks"
I've also got another one that adds different left and right background images (Which I cloned the above from) if you want to add it to your arsenal, just let me know.
why not , shoot
mort [ Sun 02 Dec, 2012 08:14 ]
Post subject: Re: Style GrungeLite For IP 2.0
Done!
And gives a nice effect when the left image is a horizontal flip of the right one.
html {
height:100%;
margin:0;
padding:0;
background-color:#5B4C3D;
background-image:url('./images/bg/bg1_right.png');
background-repeat:repeat-y;
background-position:right top;
background-attachment:fixed;
}
body {
min-height:100%;
margin:0;
padding:0;
background-image:url('./images/bg/bg1_left.png');
background-repeat:repeat-y;
background-position:left top;
background-attachment:fixed;
}
Limun [ Sun 02 Dec, 2012 08:26 ]
Post subject: Re: Style GrungeLite For IP 2.0
Hey Limun,
You may find this useful - Paths are wrong because I tested it on something else with FF and IE.
yep , its better
now i need to upload again new versions of both grunge styles
and also new screens
Done!
And gives a nice effect when the left image is a horizontal flip of the right one.
html {
height:100%;
margin:0;
padding:0;
background-color:#5B4C3D;
background-image:url('./images/bg/bg1_right.png');
background-repeat:repeat-y;
background-position:right top;
background-attachment:fixed;
}
body {
min-height:100%;
margin:0;
padding:0;
background-image:url('./images/bg/bg1_left.png');
background-repeat:repeat-y;
background-position:left top;
background-attachment:fixed;
}
thanks i will try this for sure
mort [ Sun 02 Dec, 2012 08:39 ]
Post subject: Re: Style GrungeLite For IP 2.0
now i need to upload again new versions of both grunge styles
Know that feeling all too well.
Here's a bit of a demo of the side css where the same image is flipped.
Have fun,
Now I'll give you back your thread.
Limun [ Mon 03 Dec, 2012 07:27 ]
Post subject: Re: Style GrungeLite For IP 2.0
Style and screens updated again because of mort
mort [ Mon 03 Dec, 2012 09:23 ]
Post subject: Re: Style GrungeLite For IP 2.0
Don't blame me!