17 lines
526 B
CSS
17 lines
526 B
CSS
/*
|
|
Configuration
|
|
*/
|
|
.typo_standard {
|
|
font-size: /*@font-size*/ 0.8125em;
|
|
font-family: /*@font-family*/ Tahoma, Arial, Helvetica, sans-serif;
|
|
text-indent: /*@text-indent*/ 25px;
|
|
line-height: /*@line-height*/ 1.6em;
|
|
margin-bottom: /*@margin-bottom*/ 1.6em;
|
|
color: /*@color*/ #666666;
|
|
background-color: /*@background-color*/ #ffffff;
|
|
}
|
|
.typo_mono {
|
|
font-family: /*@font-family-mono*/ 'Lucida Console', 'Courier New', Monospace;
|
|
line-height: /*@line-height-mono*/ 1.5em;
|
|
font-size: /*@font-size-mono*/ 1em;
|
|
}
|