Как стилизовывать странички на выход? Чтобы было, как http://exchangecode.com/robert/infolist.xml, а лучше как http://mozilla.doslash.org/infolister/e … utput.html.
Заранее спасибо
Отредактировано St.MPA3b (31-07-2005 14:41:41)
Я схожу с ума или это глючит Реальность?
Gentoo Linux (~x86) + Konqueror + Kmail ;). Не люблю GTK.
Отсутствует
Example output: HTML, plain text, XML (styled with XSLT+CSS)
именно XML + XSLT styleshit дает http://exchangecode.com/robert/infolist.xml
но как полученно второе??
Отредактировано St.MPA3b (31-07-2005 23:18:08)
Я схожу с ума или это глючит Реальность?
Gentoo Linux (~x86) + Konqueror + Kmail ;). Не люблю GTK.
Отсутствует
УРА! Понял про первый вариант
Берем http://exchangecode.com/robert/infolist_xslt.zip
Выкидываем все на свой фтп. Например, в папку FirefoxConfig. В настройках оутпута расширения выбираем XML, выбираем Add a proccesing blablabla и как XSLT styleshit ставим путь до infolist.xsl (в нашем случае, infolist.xsl). В настройках фтп путь до файла ставим, как FirefoxConfig/FirefoxConfig.xml .
Аплоадим. Вуаля!
Можете посмотреть мой http://den.e-art.ru/FirefoxConfig/FirefoxConfig.xml .
Сейчас буду пытаться делать стайлщит покрасивей...
Правда... в IE это нельзя просматривать
Отредактировано St.MPA3b (01-08-2005 00:05:06)
Я схожу с ума или это глючит Реальность?
Gentoo Linux (~x86) + Konqueror + Kmail ;). Не люблю GTK.
Отсутствует
Черт, в IE вообще хреново работает...
Хочу, чтобы было, как http://mozilla.doslash.org/infolister/example-output.html ... Оставил пост в екстеншнмирроре ( http://forums.mozillazine.org/viewtopic.php?p=1643099#1643099 ). Может, помогут
Я схожу с ума или это глючит Реальность?
Gentoo Linux (~x86) + Konqueror + Kmail ;). Не люблю GTK.
Отсутствует
Вот оно как!
Выделить кодКод:
/* Copyright (c) 2004-2005,Nickolay Ponomarev <asqueella at gmail dot com> You may use and/or modify this style if you want,though. */ a{color:#555588;text-decoration:none} a:visited{color:#999999} a:hover[href]{text-decoration:underline} body{font-family:Tahoma,sans-serif} div.bottomnote{clear:both} div.extensions{float:left} div.extensions,div.themes,div.plugins{background:#fdfdfd;border:1px solid #222222;margin:15px 0 15px 0;padding:15px;width:45%} div.lastupd,div.useragent{padding:10px} div.plugins{float:right} div.themes{float:right} h3{color:#777777;font-size:8pt;font-weight:normal;padding-left:1em} h3 > span.hdr{font-size:14pt;text-decoration:underline} li{list-style-type:none} li:before{content:"- "} span.hdr{color:#000000;font-weight:bold} ul{padding-left:1em}Save the above code in a file named infolist.css and place the file in the same folder as the output file from InfoLister.
Then insert the following line right below the TITLE tags
Мой результат см. в подписи
Отредактировано St.MPA3b (01-08-2005 00:56:05)
Я схожу с ума или это глючит Реальность?
Gentoo Linux (~x86) + Konqueror + Kmail ;). Не люблю GTK.
Отсутствует
Чтобы нормально показывались Disabled Extensions
надо поправить этот css-ник.
/* Copyright (c) 2004-2005,Nickolay Ponomarev <asqueella at gmail dot com> You may use and/or modify this style if you want,though. */ a{color:#555588;text-decoration:none} a:visited{color:#999999} a:hover[href]{text-decoration:underline} body{font-family:Tahoma,sans-serif} div.bottomnote{clear:both} div.extensions{float:left} div.disabledextensions{float:right} div.disabledextensions,div.extensions,div.themes,div.plugins{background:#fdfdfd;border:1px solid #222222;margin:15px 0 15px 0;padding:15px;width:45%} div.lastupd,div.useragent{padding:10px} div.plugins{float:right} div.themes{float:right} h3{color:#777777;font-size:8pt;font-weight:normal;padding-left:1em} h3 > span.hdr{font-size:14pt;text-decoration:underline} li{list-style-type:none} li:before{content:"- "} span.hdr{color:#000000;font-weight:bold} ul{padding-left:1em}
Отсутствует