Login   Register  
PHP Classes
elePHPant
Icontem

File: examples/tbs_us_examples_0styles.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Skrol29  >  TinyButStrong template engine  >  examples/tbs_us_examples_0styles.css  
File: examples/tbs_us_examples_0styles.css
Role: Auxiliary script
Content type: text/plain
Description: css file for examples and tests
Class: TinyButStrong template engine
Template Engine for Pro and Beginners
 

Contents

Class file image Download
h1 {
    font-family:Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    margin-bottom:12px;
    text-align:center;
}
.title-table {
    background:#BBCCED;
    font-weight: bold;
}
.text-mini {
    font-size: 10px;
}
.title-section {
    font-weight: bold;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;

}
table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.text-section2 {
    font-style: italic;
    color: #0099CC;
}
.text-example2 {
    color: #006600;
}
.title-section2 {
    font-weight: bold;
    text-decoration: underline;
}
.back-menu { /* background for menu bar */
    background-color:#CCC;
}
.back-special2 { /* background for special zones in the examples */
    background-color: #E5ECF9;
}
.text-prm {
    color: #333399;
}.borders01 {
    border: 1px solid #006699;
}
.row-example01 {
    padding: 2px;
    border: 2px solid #006699;
}
.row-example02 {
    padding: 2px;
    border: 2px solid #FF6699;
}
.w3cinfo {
    font-size: 9px;
    text-align: center;
    color: #666;
}