Version | Offset | Offset | Change |
---|---|---|---|
3093 | Win x64 | 0xF0A8B | 85 -> 3B |
3094 | Win x64 | 0xF0A8B | 85 -> 3B |
3095 | Win x64 | 0xF0BDF | 85 -> 3B |
3100 | Win x64 | 0xE888D | F8 -> E0 |
3101 | Win x64 | 0xE7721 | F8 -> E0 |
3102 | Win x64 | 0xE849D | F8 -> E0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: junicode; | |
src: url('_junicode.ttf'); | |
} | |
.card, table { | |
font-family: Helvetica, sans-serif, junicode; | |
font-size: 20px; | |
text-align: center; | |
color: #d03030; | |
background-color: #fafaf5; |
post.html.eco
used for displaying prev and next page links on your current page (static site friendly)posts.html.eco
used for displaying a content listing, that is split up onto multiple pages (requires dynamic site)- paged plugin used for splitting a document into a different pages, very neat (static site friendly)