Convert javascript to CSS
I have a modified version of 'google reader absolutely compact'. I'd like to post it on this site. Unfortunately, the site accepts only CSS. Is there a way to convert javascript to css ?
this is my first time.
this is my first time.
Comments
If you wind up posting it, add the link here.
- Hide 'Like' feature
- Hide 'Author' info for open feeds.
then add the rest here
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://google.com/reader"), url-prefix("http://www.google.com/reader"), url-prefix("https://google.com/reader"), url-prefix("https://www.google.com/reader"){ /*css goes here*/ }
Thanks ChoGGi !
var css = "
and from the end:
";
that stuff is for javascript so it'll probably make the style not work