Widget:Changelog
<style> .change-widget { font-family: sans-serif; max-height: 300px; overflow-y: auto; background: transparent; padding: 0 2px; } .change-header { display: flex; justify-content: space-between; align-items: center; } .change-title { font-size: 110%; font-weight: bold; color: #000; } .change-date { font-size: 90%; color: #888; } .change-item hr { border: none; border-top: 1px solid #ccc; margin: 4px 0 8px 0; } .change-text { margin: 0 0 6px 0; max-height: 4.2em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 90%; line-height: 1.4; color: #333; } .change-item a { text-decoration: none; font-weight: bold; color: #0066cc; } .change-item a:hover { text-decoration: underline; } </style>