Changeset 48891 in spip-zone for _themes_/zpip-2/Logistix/css/config.less
- Timestamp:
- Jun 17, 2011, 1:55:14 PM (10 years ago)
- Location:
- _themes_/zpip-2/Logistix
- Files:
-
- 1 added
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
_themes_/zpip-2/Logistix/css/config.less
r48857 r48891 2 2 Configuration 3 3 */ 4 @font-size: 12px; 5 @font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif; 4 @font-size: 0.8125em; 5 @font-family: Tahoma, Arial, Helvetica, sans-serif; 6 @line-height: 1.6em; 7 8 @font-size-mono: 1em; 6 9 @font-family-mono: 'Lucida Console', 'Courier New', Monospace; 10 @line-height-mono: 1.5em; 11 7 12 @text-indent: 25px; 8 @line-height: 1.6em; 9 @margin-bottom: 1.6em; 13 @margin-bottom: @line-height; 10 14 @color: #666666; 11 15 @background-color:#FFFFFF; … … 18 22 @quart-margin-bottom : @margin-bottom / 4; 19 23 20 @h1-font-size: 3.4em;21 @h1- margin-bottom: @line-height / @h1-font-size;22 @h1- line-height: @h1-margin-bottom * 3;23 @h2-font-size: (@line-height + @h1-font-size) / 2;24 @h2- margin-bottom : @line-height / @h2-font-size;25 @h2- line-height: @h2-margin-bottom * 2;26 @h3-font-size: 2em;27 @h3-margin-bottom : @line-height / @h 3-font-size;28 @h3-line-height: @h 3-margin-bottom * 2;24 @h1-font-size: 2em; 25 @h1-line-height: @line-height; 26 @h1-margin-bottom: @demi-margin-bottom; 27 @h2-font-size: @line-height; 28 @h2-line-height: 1; 29 @h2-margin-bottom : 1em; 30 @h3-font-size: (@line-height + 1) / 2; 31 @h3-margin-bottom : @line-height / @h4-font-size; 32 @h3-line-height: @h4-margin-bottom; 29 33 @h4-font-size: (@line-height + 1) / 2; 30 34 @h4-margin-bottom : @line-height / @h4-font-size; 31 35 @h4-line-height: @h4-margin-bottom; 36 32 37 33 38 .typo_standard { … … 43 48 .typo_mono { 44 49 font-family:/*@font-family-mono*/@font-family-mono; 50 line-height:/*@line-height-mono*/@line-height-mono; 51 font-size:/*@font-size-mono*/@font-size-mono; 45 52 }
Note: See TracChangeset
for help on using the changeset viewer.