spip_nursit/plugins/dist/themes/zpip-2/KeepItSimple/css/config.less

45 lines
1.4 KiB
Text
Raw Permalink Normal View History

2023-06-01 15:30:12 +00:00
/*
Configuration
*/
@font-size: 12px;
@font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
@font-family-mono: 'Lucida Console', 'Courier New', Monospace;
@text-indent: 25px;
@line-height: 1.6em;
@margin-bottom: 1.6em;
@color: #666666;
@background-color:#FFFFFF;
@demi-line-height : @line-height / 2;
@minus-demi-line-height : @demi-line-height * -1;
@minus-text-indent : @text-indent * -1;
@demi-text-indent : @text-indent / 2;
@demi-margin-bottom : @margin-bottom / 2;
@quart-margin-bottom : @margin-bottom / 4;
@h1-font-size: 3.4em;
@h1-margin-bottom: @line-height / @h1-font-size;
@h1-line-height: @h1-margin-bottom * 3;
@h2-font-size: (@line-height + @h1-font-size) / 2;
@h2-margin-bottom : @line-height / @h2-font-size;
@h2-line-height: @h2-margin-bottom * 2;
@h3-font-size: 2em;
@h3-margin-bottom : @line-height / @h3-font-size;
@h3-line-height: @h3-margin-bottom * 2;
@h4-font-size: (@line-height + 1) / 2;
@h4-margin-bottom : @line-height / @h4-font-size;
@h4-line-height: @h4-margin-bottom;
.typo_standard {
font-size:/*@font-size*/@font-size;
font-family:/*@font-family*/@font-family;
text-indent:/*@text-indent*/@text-indent;
line-height:/*@line-height*/@line-height;
margin-bottom:/*@margin-bottom*/@margin-bottom;
color:/*@color*/@color;
background-color:/*@background-color*/@background-color;
}
.typo_mono {
font-family:/*@font-family-mono*/@font-family-mono;
}