<!-- Outermost div with a light yellow background, custom border, padding, and rounded corners --> <div style="background-color: #fff6d1; color: #333; font-family: 'Georgia', serif; padding: 20px; margin-bottom: 20px; border-radius: 10px; border: 5px outset #ff91a4"> <!-- Nested div for the content --> <div> <!-- Title of the Christmas Cactus with a specific color and a negative bottom margin to reduce the gap with the next element. I know, its weird, just leave it --> <h1 style="color: #ff91a4; margin-bottom: -40px;">Yellow Daylily</h1> <!-- Subtitle with the scientific classification, styled with a lighter pink color and an increased bottom margin --> <h6 style="color: #ff91db; margin-bottom: 40px;">Liliales, Liliaceae Juss, Hemerocallis, Hemerocallis Lilioasphodelus L.</h6> <!-- Paragraph with the author, photographer, and collector names, using a unique color and a top margin adjustment --> <p style="margin-top: -28px; color: #557a95;">Author: Willow Salix <br>Photographer: Willow Salix<br>Collector: Willow Salix</p> <!-- Header for the Characteristics section, with a pink color and top margin for spacing --> <h2 style="color: #ff91a4; margin-top: 20px;">Characteristics</h2> <!-- Table for the Characteristics section with specific text color, border collapsing for a cleaner look, and full width --> <table style="color: #557a95; border-collapse: collapse; width: 100%;"> <!-- Each row describes a characteristic of the Christmas Cactus --> <tr> <td><strong>Species:</strong></td> <td>Lilioasphodelus</td> </tr> <tr> <td><strong>Type:</strong></td> <td>Monad</td> </tr> <tr> <td><strong>Size:</strong></td> <td>Large to Very Large >100µm</td> </tr> <tr> <td><strong>Shape:</strong></td> <td>Pear Shape</td> </tr> <tr> <td><strong>Aperture:</strong></td> <td>Requires further study. Appears to lack an aperture.</td> </tr> <tr> <td><strong>Polarity:</strong></td> <td>Hetropolar: Distal face tends to be more blunt than the proximal face. Overall the difference is small.</td> </tr> <tr> <td><strong>Outline in Polar View:</strong></td> <td>Unknown. Likely Circular</td> </tr> <tr> <td><strong>Infoldings:</strong></td> <td>None</td> </tr> <tr> <td><strong>Surface Texture & Ornamentations:</strong></td> <td>Homobrochate reticulum with smooth lacuna and coarse lophae</td> </tr> <tr> <td><strong>Sexine:</strong></td> <td>Present</td> </tr> <tr> <td><strong>Nexine:</strong></td> <td>Absent</td> </tr> <tr> <td><strong>Coatings:</strong></td> <td>Pollenkitt</td> </tr> </table> <!-- Header for the Microscopy Methods section, styled similarly to the Characteristics header --> <h2 style="color: #ff91a4; margin-top: 32px; margin-bottom: -20px;">Microscopy Methods</h2> <!-- Paragraphs detailing the microscopy methods used, with consistent styling --> <p style="margin-bottom: -20px; color: #557a95;"><strong>Light Microscopy: </strong>Bright Field</p> <p style="margin-bottom: -20px; color: #557a95;"><strong>Magnification: </strong>2.5x , 20x , 20x digitally zoomed</p> <p style="margin-bottom: -20px; color: #557a95;"><strong>Stain: </strong>Water, Safranin O</p> <p style="margin-bottom: -20px; color: #557a95;"><strong>Other Notes: </strong>This is a very interesting grain and I would like more time to study it.</p> <!-- Header for the Annotations section --> <h2 style="color: #ff91a4; margin-top: 32px; margin-bottom: -20px;">Annotations</h2> <!-- Placeholder paragraph for additional notes --> <p style="margin-bottom: -20px; color: #557a95;">Notes</p> <!-- Header for the photo gallery section, with a significant top margin for visual separation --> <h4 style="margin-top: 60px; margin-bottom: -20px; color: #ff91a4;">Photo Gallery Below</h4> </div> ![[YDLmeasured.png]] ![[Hemerocallis lilioasphodelus.png]] ![[YDL20x.png]] ![[YDL2.5x.png]]