PHP Classes

File: rsserror.css

Recommend this page to a friend!
  Classes of Antonio Jozzolino   RSS Error   rsserror.css   Download  
File: rsserror.css
Role: Auxiliary data
Content type: text/plain
Description: CSS example file
Class: RSS Error
Generates RSS feeds from PHP error logs
Author: By
Last change:
Date: 17 years ago
Size: 675 bytes
 

Contents

Class file image Download
/*$Id: rsserror.css,v 1.2 2006/11/23 10:36:58 Antonio Jozzolino Exp $*/ rss { display: block; font-family: verdana, arial; } title { display: block; margin: 5px; padding: 2px; color: gray; border-bottom: 1px solid silver; } link { display: block; font-size: small; padding-left: 10px; } item { display: block; padding: 2px 30px 2px 30px; } /* all hidden elements */ language, lastBuildDate, ttl, guid, category, description, pubDate { display: none; } pre{ margin: 10px; padding: 10px; border: 2px dashed #C1C1C1; background-color:#EBEBEB; width: 530px; font: 11px "Courier New", Courier, monospace; color: #000000; overflow: auto; }