Revision history for XmlStyleSheet


Revision [18454]

Last edited on 2008-01-28 00:11:40 by JavaWoman [Modified links pointing to docs server]

No Differences

Revision [8679]

Edited on 2005-05-29 10:54:05 by JavaWoman [move to subcategory]
Additions:
=====Basic Layout for Rss 1.0 Feeds=====

%%
/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
The following software licensing rules apply:
http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: style.css,v 1.15 2003/04/04 05:31:06 dom Exp $ */

/* This stylesheet is used to give a basic layout for RSS 1.0 feeds */

/* Add it to your RSS feed with

<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>

*/

rss, channel, item, title, description, link
{
display: block;
}

image, language, managingEditor, webMaster, docs, copyright,
lastBuildDate, pubDate, rating, day, hour,
skipDays, skipHours, textinput, name
{
display: none;
}

channel, item {
z-index:1;
border:2px solid #eff ;
border-right:2px solid #eef ;
border-bottom:2px solid #aaf ;
padding:5px;
width:95%;
margin-top:3px;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
padding-bottom: 10px;
}

RDF {
max-width:50em;
min-width:12em;
display:block;
margin-right:0;
margin-left:0;
padding-right:2%;
padding-left:2%;
}

channel>title {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
text-align: center;
font-size:1.4em;
padding-bottom:0.5em;
}

channel>description {
margin-top: 6pt;
font-style: italic;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

item>title {
text-align:left;
margin-top:5px;
margin-bottom:3px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size:1.2em;
}

date {
margin-left: 1em;
}

link {
text-decoration: underline;
margin-left: 1em;
color: #12f;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
letter-spacing: 1px;
}

title {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
color: #f55;
font-size: 14px;
}

description {
font-style: italic;
font-size: 1.2em;
}
%%


----
CategoryDevelopmentDiscussion CategoryLayout
Deletions:
=====Basic Layout for Rss 1.0 Feeds=====

%%
/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
The following software licensing rules apply:
http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: style.css,v 1.15 2003/04/04 05:31:06 dom Exp $ */

/* This stylesheet is used to give a basic layout for RSS 1.0 feeds */

/* Add it to your RSS feed with

<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>

*/

rss, channel, item, title, description, link
{
display: block;
}

image, language, managingEditor, webMaster, docs, copyright,
lastBuildDate, pubDate, rating, day, hour,
skipDays, skipHours, textinput, name
{
display: none;
}

channel, item {
z-index:1;
border:2px solid #eff ;
border-right:2px solid #eef ;
border-bottom:2px solid #aaf ;
padding:5px;
width:95%;
margin-top:3px;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
padding-bottom: 10px;
}

RDF {
max-width:50em;
min-width:12em;
display:block;
margin-right:0;
margin-left:0;
padding-right:2%;
padding-left:2%;
}

channel>title {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
text-align: center;
font-size:1.4em;
padding-bottom:0.5em;
}

channel>description {
margin-top: 6pt;
font-style: italic;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

item>title {
text-align:left;
margin-top:5px;
margin-bottom:3px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size:1.2em;
}

date {
margin-left: 1em;
}

link {
text-decoration: underline;
margin-left: 1em;
color: #12f;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
letter-spacing: 1px;
}

title {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
color: #f55;
font-size: 14px;
}

description {
font-style: italic;
font-size: 1.2em;
}
%%


----
CategoryDevelopment CategoryLayout


Revision [2295]

Edited on 2004-11-18 09:49:20 by DarTar [New category]
Additions:
CategoryDevelopment CategoryLayout
Deletions:
CategoryDevelopment


Revision [1992]

Edited on 2004-10-25 19:00:37 by NilsLindenberg [category added + header]
Additions:
=====Basic Layout for Rss 1.0 Feeds=====

%%
/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
The following software licensing rules apply:
http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: style.css,v 1.15 2003/04/04 05:31:06 dom Exp $ */

/* This stylesheet is used to give a basic layout for RSS 1.0 feeds */

/* Add it to your RSS feed with

<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>

*/

rss, channel, item, title, description, link
{
display: block;
}

image, language, managingEditor, webMaster, docs, copyright,
lastBuildDate, pubDate, rating, day, hour,
skipDays, skipHours, textinput, name
{
display: none;
}

channel, item {
z-index:1;
border:2px solid #eff ;
border-right:2px solid #eef ;
border-bottom:2px solid #aaf ;
padding:5px;
width:95%;
margin-top:3px;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
padding-bottom: 10px;
}

RDF {
max-width:50em;
min-width:12em;
display:block;
margin-right:0;
margin-left:0;
padding-right:2%;
padding-left:2%;
}

channel>title {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
text-align: center;
font-size:1.4em;
padding-bottom:0.5em;
}

channel>description {
margin-top: 6pt;
font-style: italic;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

item>title {
text-align:left;
margin-top:5px;
margin-bottom:3px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size:1.2em;
}

date {
margin-left: 1em;
}

link {
text-decoration: underline;
margin-left: 1em;
color: #12f;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
letter-spacing: 1px;
}

title {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
color: #f55;
font-size: 14px;
}

description {
font-style: italic;
font-size: 1.2em;
}
%%


----
CategoryDevelopment
Deletions:
%%
/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
The following software licensing rules apply:
http://www.w3.org/Consortium/Legal/copyright-software */
/* $Id: style.css,v 1.15 2003/04/04 05:31:06 dom Exp $ */
/* This stylesheet is used to give a basic layout for RSS 1.0 feeds */
/* Add it to your RSS feed with
<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>
*/
rss, channel, item, title, description, link
{
display: block;
}
image, language, managingEditor, webMaster, docs, copyright,
lastBuildDate, pubDate, rating, day, hour,
skipDays, skipHours, textinput, name
{
display: none;
}
channel, item {
z-index:1;
border:2px solid #eff ;
border-right:2px solid #eef ;
border-bottom:2px solid #aaf ;
padding:5px;
width:95%;
margin-top:3px;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
padding-bottom: 10px;
}
RDF {
max-width:50em;
min-width:12em;
display:block;
margin-right:0;
margin-left:0;
padding-right:2%;
padding-left:2%;
}
channel>title {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
text-align: center;
font-size:1.4em;
padding-bottom:0.5em;
}
channel>description {
margin-top: 6pt;
font-style: italic;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
item>title {
text-align:left;
margin-top:5px;
margin-bottom:3px;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size:1.2em;
}
date {
margin-left: 1em;
}
link {
text-decoration: underline;
margin-left: 1em;
color: #12f;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
letter-spacing: 1px;
}
title {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: bold;
color: #f55;
font-size: 14px;
}
description {
font-style: italic;
font-size: 1.2em;
}%%


Revision [960]

The oldest known version of this page was created on 2004-08-11 08:48:16 by DotMG [category added + header]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki