/* * File: library.css * Author: bgstack15 * Startdate: 2024-07-06-7 15:44 * SPDX-License-Identifier: GPL-3.0-only * Title: CSS for library_info html output * Project: library_info * Purpose: css * History: * Usage: * Reference: * Improve: * Dependencies: */ img.thumb { max-width: 60px; max-height: 60px; transition: 0.5s; } img.thumb:hover { max-width: 300px; max-height: 300px; transition: 0.3s; } span.eighty { font-size: 80%; }