PHP Classes

File: style.css

Recommend this page to a friend!
  Classes of Michael Ettl   parseCSS   style.css   Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Stylesheet
Class: parseCSS
Class for parsing CSS Stylesheets
Author: By
Last change: Updated Version:
-- selectors to lowercase (html is case-insensitiv, xml case sensitiv)
-- attributest from duplicate selectors now are combined
-- white spaces are no longer trimed (e.g. border: 1px solid black)
Date: 15 years ago
Size: 635 bytes
 

Contents

Class file image Download
body { font-family: Arial; font-size: 10pt; font-style: normal; color: #ff0000; background-color: #00ff00; } BODY { padding-left: 2px; } body.top { font-family: Arial; font-size: 10pt; text-decoration: none; } .main { font-family: Arial; font-size: 10px; font-style: normal; } td, th { font-family: Arial;font-style: normal;border: 1px solid grey; } a { font-family: Arial; text-decoration: none; font-weight:bold; } a.navi { font-size: 10pt; font-family: Arial; text-decoration: none; font-weight: bold; } a:active { color: red; }