Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/default/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stefan Gabos  >  PHP Printer Friendly Pages Generator  >  templates/default/style.css  >  Download  
File: templates/default/style.css
Role: Auxiliary data
Content type: text/plain
Description: default template's stylesheet file
Class: PHP Printer Friendly Pages Generator
Generate HTML pages adjusted for printing
Author: By
Last change:
Date: 2006-10-03 13:53
Size: 403 bytes
 

Contents

Class file image Download
body
{
    font-family: arial, sans;
    font-size: 11px;
}
#header
{
    background-color: #aabbcc;
    border: 1px solid black;
    padding: 5px;
}
h1
{
    font-size: 21px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}
.footer
{
    font-size: 10px;
    color: black;
}
#footer
{
    background-color: #dedede;
    border: 1px solid black;
    padding: 5px;
}