{% extends "base.html" %} {% block head %} {% endblock %} {% block css %} #mynetwork { width: 100%; height: 100vh; max-width: 2000px; max-height: 2000px; border: 1px solid lightgray; background-color: white; } .legend { position: absolute; bottom: 10px; left: 10px; background-color: rgba(255, 255, 255, 0.8); padding: 5px; border-radius: 5px; border: 1px solid #ccc; font-size: 12px; color: #333; } #node-info { position: absolute; bottom: 10px; right: 10px; background-color: rgba(255, 255, 255, 0.9); padding: 10px; border-radius: 5px; border: 1px solid #ccc; font-size: 14px; color: #333; width: 250px; max-height: 200px; overflow-y: auto; } {% endblock %} {% block body %}