Login   Register  
PHP Classes
elePHPant
Icontem

File: editphp.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Pierre Marceau  >  EditPHP  >  editphp.css  >  Download  
File: editphp.css
Role: Configuration script
Content type: text/plain
Description: Style sheet
Class: EditPHP
Author: By
Last change:
Date: 2000-04-29 07:18
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>