Login   Register  
PHP Classes
elePHPant
Icontem

File: styles.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Corey Hart  >  CSS Compressor  >  styles.css  >  Download  
File: styles.css
Role: Example script
Content type: text/plain
Description: Styles the display page
Class: CSS Compressor
Compact the size of CSS definitions
Author: By
Last change:
Date: 2010-05-02 01:50
Size: 603 bytes
 

Contents

Class file image Download
body {
    font-size: 10pt;
}

table{
    width: 100%;
    font-size: 9pt;
}

h2{
    margin: 2px;
}

input[type='checkbox'] {
    font-size: 8pt;
}

label {
    display: block;
    padding: 5px 2px;
}

label.odd {
    background: #EEEDED;
}

label.order-important {
    background: #DADAE7;
    border: 1px solid #ADC6F0;
    padding: 5px;
}

textarea{
    width: 98%;
    height: 450px;
    font-size: 8pt;
}

div.options {
    height: 422px;
    overflow: auto;
    border-left: 1px solid #ADC6F0;
    border-bottom: 1px solid #ADC6F0;
}

#results {
    width: 1000px;
    background: #E8DCFF;
    margin: 20px 40px;
    padding: 20px;
    border: 1px solid #989898;
}