| OLD | NEW |
| 1 body { | 1 body { |
| 2 font-family: 'Roboto', sans-serif; | 2 font-family: 'Roboto', sans-serif; |
| 3 -webkit-font-smoothing: antialiased; | 3 -webkit-font-smoothing: antialiased; |
| 4 } | 4 } |
| 5 | 5 |
| 6 /* ***** General ***** */ | 6 /* ***** General ***** */ |
| 7 p, | 7 p, |
| 8 dt, | 8 dt, |
| 9 dd { | 9 dd { |
| 10 font: 400 15px/19px 'Roboto', sans-serif; | 10 font: 400 15px/19px 'Roboto', sans-serif; |
| (...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1064 } | 1064 } |
| 1065 | 1065 |
| 1066 /* Highlighting code annotated with [[highlight]] */ | 1066 /* Highlighting code annotated with [[highlight]] */ |
| 1067 code.highlight { | 1067 code.highlight { |
| 1068 border: 1px solid yellow; | 1068 border: 1px solid yellow; |
| 1069 color: #0084c5; | 1069 color: #0084c5; |
| 1070 background-color: lemonchiffon; | 1070 background-color: lemonchiffon; |
| 1071 border-radius: 4px; | 1071 border-radius: 4px; |
| 1072 } | 1072 } |
| 1073 | 1073 |
| 1074 /* Strike through code annotated with [[strike]] */ |
| 1075 code.strike { |
| 1076 text-decoration: line-through; |
| 1077 } |
| 1078 |
| 1074 /* Center link. */ | 1079 /* Center link. */ |
| 1075 .link { | 1080 .link { |
| 1076 vertical-align: middle; | 1081 vertical-align: middle; |
| 1077 } | 1082 } |
| 1078 | 1083 |
| 1079 /* Maximum scaling for image at 100% */ | 1084 /* Maximum scaling for image at 100% */ |
| 1080 .scale-img-max { | 1085 .scale-img-max { |
| 1081 max-width:100%; | 1086 max-width:100%; |
| 1082 max-height:100%; | 1087 max-height:100%; |
| 1083 } | 1088 } |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1445 .synonym nav ul { | 1450 .synonym nav ul { |
| 1446 -moz-column-count:1; /* Firefox */ | 1451 -moz-column-count:1; /* Firefox */ |
| 1447 -webkit-column-count:1; /* Safari and Chrome */ | 1452 -webkit-column-count:1; /* Safari and Chrome */ |
| 1448 column-count:1; | 1453 column-count:1; |
| 1449 } | 1454 } |
| 1450 } | 1455 } |
| 1451 | 1456 |
| 1452 .titlepage h3 { | 1457 .titlepage h3 { |
| 1453 font: 400 26px/32px 'Montserrat', sans-serif; | 1458 font: 400 26px/32px 'Montserrat', sans-serif; |
| 1454 } | 1459 } |
| OLD | NEW |