Login   Register  
PHP Classes
elePHPant
Icontem

File: docs/pod.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ondrej Maly  >  MP3 Jukebox  >  docs/pod.css  >  Download  
File: docs/pod.css
Role: Auxiliary data
Content type: text/plain
Description: doc
Class: MP3 Jukebox
Serve play lists to implement a Web based jukebox
Author: By
Last change:
Date: 2005-07-07 09:01
Size: 526 bytes
 

Contents

Class file image Download
/* CSS Document */

body {
    font-family : 'courier new', courier;
    font-size : 0.8em;
    margin : 0;
    padding : 3em 5em;
}

h1, h2, h3 {
    font-family : arial, 'sans-serif';
}

h1, h2 {
    margin-top : 1.5em;
}

h1 {
    font-size : 3em;
}

h2 {
    font-size : 2em;
    margin-bottom : 1em;
}

h3 {
    font-size : 1.3em;
    margin : 1em 0 0.5em 1em;
}

td.block {
    background-color : #ccc;
}

p {
    margin : 0.5em 5em;
}

span.gray {
    background-color : #ccc;
}