PHP Classes

File: style/default.css

Recommend this page to a friend!
  Classes of John Paul de Guzman   Class Generator   style/default.css   Download  
File: style/default.css
Role: Application script
Content type: text/plain
Description: Style sheet for the User Interface
Class: Class Generator
Generate classes to access MySQL database tables
Author: By
Last change:
Date: 18 years ago
Size: 1,100 bytes
 

Contents

Class file image Download
/* CSS Document */
body {
    margin: 0 0 0 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333333;
}



#maincontainer {
    width:588px;
    background-color:#F4F3F0;
}

#contentcontainer {
    width:560px;
    background-image:url(../images/center_main_contentBg.jpg);
    height:100%;
}

#content {
    padding:15px 8px 0px 15px;
}

#separator {
    border-bottom:1px #CCCCCC solid;
}

.head_1 {
    font-family:Trebuchet MS;
    font-size:25px;
    font-weight:bold;
    color:#606060;
}

.head_2 {
    font-family:Trebuchet MS;
    font-size:15px;
    font-weight:bold;
    color:#606060;
}

table .base {
    border-bottom:2px #322B23 solid;
}

table .base_c {
    border-bottom:1px #CCCCCC solid;
}

table select {
    font-size:11px;
    width:100%;
}

table .input {
    width:98%;
    font-family:Trebuchet MS;
    font-size:15px;
    font-weight:bold;
    height:20px;

}

table .table_name {
    font-size:12px;
    font-family:Trebuchet MS;
    font-weight:bold;
}

#action {
    font-size:11 px;
    padding:5px;
    border:1px #CCCCCC solid;
    background:#f4f5f6;
}