{% extends "base.html" %} {% block title %}{{ collection_name }} - GPX Collection{% endblock %} {% block map_height %}70vh{% endblock %} {% block initial_zoom %}10{% endblock %} {% block extra_css %} /* Collection-specific styles */ .back-link-sidebar { display: inline-block; margin-bottom: 5px; padding: 4px 8px; background: rgba(255,255,255,0.2); color: white; text-decoration: none; border-radius: 3px; font-size: 0.8em; } .back-link-sidebar:hover { background: rgba(255,255,255,0.3); } .file-list { margin: 0; } .file-item { padding: 15px 0; border-bottom: 1px solid #e0e0e0; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s ease; } .file-item:hover { background: rgba(44, 90, 160, 0.05); } .file-item:last-child { border-bottom: none; } .file-item-content { flex: 1; } .download-link { background: #CCCCCC; color: white; padding: 8px; text-decoration: none; border-radius: 50%; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; transition: background 0.2s ease; flex-shrink: 0; margin-left: 10px; } .download-link:hover { background: #1e3d6f; } .file-name-link { color: #2c5aa0; text-decoration: none; cursor: pointer; font-weight: bold; } .file-name-link:hover { color: #1e3d6f; text-decoration: underline; } {% endblock %} {% block navigation %} {% endblock %} {% block header %} {% endblock %} {% block map_container %}