Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Quote.css: Difference between revisions

MediaWiki interface page
Created page with "blockquote { background-color: var(--theme-color-2); border: none !important; border-radius: 20px; position: relative; margin-left: 0; width: fit-content; } blockquote::after { content: '”'; font-family: "Stack Sans Text", sans-serif !important; font-size: 80px !important; position: absolute; top: 40px; right: 40px; color: var(--theme-color-7); }"
 
need to edit completely
Line 1: Line 1:
blockquote {
    background-color: var(--theme-color-2);
    border: none !important;
    border-radius: 20px;
    position: relative;
    margin-left: 0;
    width: fit-content;
}


blockquote::after {
    content: '”';
    font-family: "Stack Sans Text", sans-serif !important;
    font-size: 80px !important;
    position: absolute;
    top: 40px;
    right: 40px;
    color: var(--theme-color-7);
}