Toggle menu
171
106
44
3.5K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
/* Template:Quote/styles.css */

.wiki-quote {
    margin: 1em 0 1em 0;
    padding: 12px 20px 12px 20px;
    border-left: 3px solid #2d6a4f;
    background: #f6f5f0;
    border-radius: 0 6px 6px 0;
    quotes: none;
}

.wiki-quote__text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2a2a2a;
    font-style: italic;
}

.wiki-quote__attribution {
    margin-top: 8px;
    font-size: 0.82rem;
    color: #666;
    font-style: normal;
}