PDA

View Full Version : [rel] light.my.dark


spacefrog
07-07-2005, 02:07 PM
Hello,
I made a modification of the "PixelPost-Light"-template.

>> Demo (http://photo.sfrog.de/)

Preview (klick image to see full preview):

http://www.webspace-sharing.de/trojansky/wp-content/files/ppp.png (http://www.webspace-sharing.de/trojansky/wp-content/files/pppfull.png)


Info:
- English and German version avaiable.
- looks horrible with Internet Explorer
- maximum width of images should be 680px
- this is a modification of the "pixelpost-light"-template!
- psd-files included

hope you like it! :wink:

>> Download light.my.dark (english) (http://www.webspace-sharing.de/trojansky/wp-content/files/light.my.dark-eng.zip) or get it here (http://www.pixelpost.org/v1/index.php?x=downloads&details=90)

>> Download light.my.dark (german) (http://www.webspace-sharing.de/trojansky/wp-content/files/light.my.dark-ger.zip) or get it here (http://www.pixelpost.org/v1/index.php?x=downloads&details=91)

-spacefrog

Joe[y]
07-07-2005, 05:45 PM
very similar to my 'light white' template ;)


perhaps you were sub conciously influenced.


but i like it a lot! :)

spacefrog
07-07-2005, 07:01 PM
oh, sorry...!
i don't know your 'light white' template...i wanted to make the template similar to my weblog-template (www.sfrog.de) and so i made this.
i will change the name of the template as soon as possible 8)

Connie
07-07-2005, 08:03 PM
the css brings validation errors because you use CSS-elements which are no standard at all, Mozilla-elements,

instead of moz-opacity you should use "opacity", that's the correct element

so that's the reason for the validator problems
please clean that before you post it in public :o

spacefrog
07-07-2005, 08:23 PM
but moz-opacity causes no errors in IE or something else.

Auch die Mozilla-Entwickler haben einige (noch) nicht standardkonforme Eigenschaften in ihrem Browser eingebaut. "Noch" deshalb, weil einige von ihnen bereits große Ähnlichkeit mit zukünftigen CSS3-Eigenschaften haben.
Browser, die diese Eigenschaften nicht kennen, ignorieren sie einfach, sodass du sie durchaus einsetzen kannst, auch wenn sie nicht zum offiziellen Standard gehören.

Kein offizieller Standard des W3C Diese Eigenschaften gehören nicht zum offiziellen Standard des W3C, sondern sind in Anlehnung an die kommenden CSS-3-Eigenschaften von den Mozilla-Entwicklern eingeführt worden. Du kannst sie jederzeit einsetzen, musst aber damit rechnen, dass sie durch die CSS-3-Eigenschaften ausgetauscht werden, sobald diese offiziell verabschiedet sind.

Joe[y]
07-07-2005, 09:11 PM
you'll actually find there is no valid css function for opacity in all browsers. you need to use filters in IE but that's invalid.


also - don't fret over the name. perhaps think up a new name before you submit it when the main site is back up... to save confusion! there are already a few hundred downloads of my light white template.

Connie
07-07-2005, 09:15 PM
as you say in your german citation, these tags are browser-special

and the validator is nothing browser-special, it is neutral and it validates against the standard, so this code is invalid

there is no need to say "they do something bad, and these do something bad", what is wrong is wrong
but to be fair: Most of the "wrong" is done by IE 8)

blinking8s
07-08-2005, 05:26 AM
i was under the impression that moz opacitiy had more functionality for some reason, concidering almost everything opacity is used on uses moz-opacity

spacefrog
07-08-2005, 12:00 PM
is it okay to use moz-opaciaty?
i think so. maybe it's invalid but it's the only possibility to make such a "mouse-over"-effect and causes no errors.

@Joe[y]...your 'light white' template is great! i like it! :D

edit: is 'light my dark' correct english? this could be the name of my template...

Joe[y]
07-08-2005, 05:23 PM
personally i would always make cross-browser compatibility a priority over w3c validation. moz-opacity achieves neither of these.

i use, for example 70% opacity:

opacity: 0.70;
filter: alpha(opacity=70);

filter: is for IE but will bring about a validation error unfortunately. there's not much else you can do. there is no perfect solution.

spacefrog
07-09-2005, 12:14 PM
i changed the name to 'light.my.dark'. :D

raminia
07-13-2005, 07:31 AM
please, browse to pixelpost.org/v1 and sign in as a developer and upload your templates in the template section.

spacefrog
07-13-2005, 05:22 PM
ok,
http://www.pixelpost.org/v1/index.php?x=downloads&details=90
http://www.pixelpost.org/v1/index.php?x=downloads&details=91

raminia
07-13-2005, 08:19 PM
thanks :D