Pages: 1 2 |
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-7-2011 at 05:03 PM
|
|
|
Here is the "Hypnotic Flourishes", converted from your site:
Attachment: Hypnotic Flourishes.mp4 (1.11mb)
This file has been downloaded 900 times
Pirk
|
|
Audiosoft
|
posted on 5-7-2011 at 05:56 PM
|
|
|
odd and even rows in the songlist...
tr:nth-child(2n) { }
tr:nth-child(2n+1) { }
only seems to work on each row background not each element like title, rating, genre
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-7-2011 at 06:10 PM
|
|
|
where you add that?
Pirk
|
|
Audiosoft
|
posted on 5-7-2011 at 06:11 PM
|
|
|
in songlist.dis just add
tr:nth-child(2n)
{ background-image:url(songlisttitle.png); }
and it will have background on every other row
not very useful because the background shows in the empty artist space
that hypno background is OK. the ones on that site are a kind of short but they do loop nice. maybe i will i will sign up to get the hd versions.
this is my favorite video so far besides my lava lamp loop which is 28MB. this one is only good for Playlist= in colors.ini
[VideoBackgrounds]
Enable=True
PlayList=solarflare.mp4
Attachment: solarflare.mp4 (1.52mb)
This file has been downloaded 914 times
Audiosoft
|
|
Audiosoft
|
posted on 5-7-2011 at 06:21 PM
|
|
|
and i put this PNG over it in colors.ini
[PNGBackgrounds]
Enable=True
PlayList=PNGBackground.png
Audiosoft has attached this image:
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-7-2011 at 06:30 PM
|
|
|
OK for tr:nth-child(2n).. too bad it does not work in title
beautiful your video!
Pirk
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-7-2011 at 10:52 PM
|
|
|
Here is another CSS feature i added in my songlist:
Pirk has attached this image:
Pirk
|
|
Audiosoft
|
posted on 5-8-2011 at 10:02 PM
|
|
|
working on an IE9 skin for EJukebox with subtle animations...
...
stained glass color effect in artistlist.dis works with hsla or rgba
[HiArtistBackground]
Color=hsla(165,100%,40%,0.3)
Color2=hsla(165,100%,40%,0.3)
TextColor=rgba(255,255,255,0.5)
TextColor2=rgba(255,255,255,0.5)
TextColorHi=#FFFFFF
TextColor2Hi=#FFFFFF
fun with alpha colors, radius and box shadow
color: rgba(255,255,255,0.5);
background:transparent;
background-color: rgba(111,111,61,0.05);
border-top: 3px inset rgba(222,111,61,0.1);
border-left: 3px inset rgba(111,111,61,0.1);
border-right: 3px inset rgba(111,111,61,0.1);
border-bottom: 3px inset rgba(222,111,61,0.1);
border-radius: 100% 10% 100% 100%;
box-shadow: inset 3px 3px 30px rgba(111,111,61,0.5);
Audiosoft has attached this image:
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-9-2011 at 12:15 PM
|
|
|
indeed subtle or not, video animation effects can be really surprising!
Pirk has attached this image:
Pirk
|
|
Audiosoft
|
posted on 5-9-2011 at 06:12 PM
|
|
|
maybe put a... background-color: hsla(240,0%,100%,0.5);
in .Artistrow2 (or is it .Artistrow?) so the black text is easier to read
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-9-2011 at 06:44 PM
|
|
|
it was just a snapshot after i added the video background behind my previous skin..
maybe better like that: thanks.
Pirk has attached this image:
Pirk
|
|
Audiosoft
|
posted on 5-9-2011 at 07:01 PM
|
|
|
wow that looks so awesome!
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-9-2011 at 07:11 PM
|
|
|
yeah i've also been surprised more than expected by this result!!
but that will be "the skin of 2020"... if we don't have a Skin
Builder before!
Pirk
|
|
Audiosoft
|
posted on 5-9-2011 at 07:28 PM
|
|
|
2020? that's too late... IE10 will be out by then with text-shadow and
multi-step alpha gradients
well there is already Create skin.zip ....and this forum with big attachment support. you still need EJ to delete all unused images?
maybe what we need is a good IE9 base skin and then a window to let the user pick border, background and text colors, fonts and background mp4 and
not make them worry about images or sizing or where to use zoom. full skins will still work the same but maybe we could have skins that are easy to
customize. the idea would be to create variables in .dis and colors.ini that would map to user selected values. so instead of color: #FF000 the .dis
would have color: ^ReusableName^; there would be a master and user style.ini that would map all the ReusableNames=value and have a window in EJ to
change the values instead of having to edit the style.ini. How does that sound? the names would have to also somehow name the Type. longcolor,
hexcolor, alphahex (still only way to get alpha gradients until IE10), hsla color, filename, fontname. or would this all make it all more confusing? i
am afraid any skin builder would have to limit the possibilities that already exist with .dis, colors.ini and reusable files. is it not easier to copy
and paste code around in colors.ini and .dis files than to have a drop down box to set each value?
for instance...have you tried?
.albumwimagehi
{
box-shadow: inset 3px 3px 30px rgba(111,111,61,0.5);
zoom: 170%;
position:relative;
top:0px;
left:-170px;
}
Audiosoft has attached this image:
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-10-2011 at 12:12 PM
|
|
|
RE: you still need EJ to delete all unused images?
yeah more than ever... like a skin publisher! i would always need a tool to do this boring work for me because day after day i try Too Many images and
their variants edited in photoshop (if only it was possible to save the file edition historic?) this tool could lead to a clean public skin regularly,
each time starting from the functional but totally messy skin version. for me messy = never posted...
i was hoping you'll improve the disripper.exe so that it really works for the entire skin images. reading ALL and only the really used images, maybe
from the HTML "final page"?
more the tool will be powerful, more often i will post variants of my skin. avoiding the so boring cleaning stage...
a moment i thought you were leaving on this idea? i think that was the good way!
and if the tool could also clean the .dis files, removing repeated instances of the same instruction..
RE: is it not easier to copy and paste code around in colors.ini and .dis files than to have a drop down box to set each value?
yes, probably!
Thanks.
Pirk
|
|
Audiosoft
|
posted on 5-10-2011 at 06:28 PM
|
|
|
hmm what happened to that list of images? i remember posting it.
it had all images for EJ that are not set in .dis or colors.ini
all the VU meter and MP4 newness and i forgot about .dis ripper exe
http://www.audiosoft.net/forums/viewthread.php?tid=2839#pid81954
oh yeah it was supposed to be open source. oh well i'll see what i can do.
Audiosoft
|
|
Pirk
Posting Freak
Posts: 3976
Registered: 3-11-2003
Location: France
Member Is Offline
|
posted on 5-10-2011 at 06:30 PM
|
|
|
open source or not, if it fulfills its office.. thanks if you can do something!
Pirk
|
|
Pages: 1 2 |