PHP Classes

File: editphp.css

Recommend this page to a friend!
  Classes of Pierre Marceau   Edit PHP   editphp.css   Download  
File: editphp.css
Role: Auxiliary data
Content type: text/plain
Description: Style sheet
Class: Edit PHP
Online code and HTML editor
Author: By
Last change:
Date: 23 years ago
Size: 776 bytes
 

Contents

Class file image Download
<style type="text/css"> <!-- body { background-image: url(<?php echo "$PHP_SELF?mode=image"; ?>); background-repeat: repeat; background-color: #FFFFFF; margin: 0 0 0 0; } td { font-size: 10pt; } .textarea { font-family: "Courier New, Courier, monospace"; font-size: 10pt; } a { font-weight: 600; font-size: 10pt; color: #000000; text-decoration: none; } a:active { color: #000000; } input { font-size: 10pt; } h4.printreport { background: #C0C0C0; color: #FFFFFF; text-align: center; } pre.printreport { font-size: 8pt; font-family: "Courier New,Courier,monospace"; color: #000000; background: #FFFFFF; border: double #C0C0C0; white-space: pre; } --> </style>