Chris Luke | b585097 | 2016-05-03 16:34:59 -0400 | [diff] [blame] | 1 | /* VPP CSS overrides */ |
| 2 | |
| 3 | body, table, div, p, dl { |
| 4 | font: initial; |
| 5 | font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; |
| 6 | font-size: small; |
| 7 | } |
| 8 | |
| 9 | code, tt { |
| 10 | font: initial; |
| 11 | font-family: Consolas, Courier, monospace; |
| 12 | font-size: small; |
| 13 | } |
| 14 | |
| 15 | pre { |
| 16 | font-size: 105%; |
| 17 | } |
| 18 | |
| 19 | |
| 20 | .title { |
| 21 | font: initial; |
| 22 | font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; |
| 23 | font-size: 150%; |
| 24 | font-weight: bold; |
| 25 | } |
| 26 | |
| 27 | |
| 28 | .mdescLeft, .mdescRight, |
| 29 | .memItemLeft, .memItemRight, |
| 30 | .memTemplItemLeft, .memTemplItemRight, .memTemplParams { |
| 31 | font-family: Consolas, Courier, monospace; |
| 32 | } |
| 33 | |
| 34 | .memname { |
| 35 | font-family: Consolas, Courier, monospace; |
| 36 | font-weight: bold; |
| 37 | font-size: 105%; |
| 38 | } |
| 39 | |
| 40 | .paramname { |
| 41 | font-family: Consolas, Courier, monospace; |
| 42 | font-weight: bold; |
| 43 | } |
| 44 | |
| 45 | a.el { |
| 46 | font-family: Consolas, Courier, monospace; |
| 47 | } |
Chris Luke | 64ebb5f | 2017-09-27 15:09:48 -0400 | [diff] [blame] | 48 | |
| 49 | div.fragment { |
| 50 | padding: 2px; |
| 51 | margin-left: 8px; |
| 52 | } |
| 53 | |