PHP Classes

File: style.php

Recommend this page to a friend!
  Classes of Er. Rochak Chauhan   PHP Fancy Directory Browsing   style.php   Download  
File: style.php
Role: Auxiliary script
Content type: text/plain
Description: Stylesheet for display
Class: PHP Fancy Directory Browsing
List the contents of directories in a Web page
Author: By
Last change:
Date: 15 years ago
Size: 292 bytes
 

Contents

Class file image Download
<?php header("Content-Type: text/css");?>
div {
    font-family: arial,verdana;
    font-size:14px;
    display:block;
    margin-bottom:20px;
}
a{
    color:#000000;
    text-decoration:none;
}
td img{
    width:32px;
    border:0px;
}
/* This is the width of the Name cell*/
.t{ width:50%;}