Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Character Relationship Box/styles.css

Template page
Revision as of 19:40, May 1, 2025 by LordSkorne7 (talk | contribs) (Created page with "Character Relationship Box Styles: .character-relationship-box { display: flex; align-items: center; margin-bottom: 20px; border: 2px solid #df0049; border-radius: 10px; padding: 15px; background-color: #2b2b2b; color: #e0e0e0; font-family: 'Varela Round', sans-serif; } .character-relationship-text { flex: 1; } .character-relationship-header { display: block; font-size: 1.5em; font-weight: bold; color: #df004...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Character Relationship Box Styles */
.character-relationship-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 2px solid #df0049;
    border-radius: 10px;
    padding: 15px;
    background-color: #2b2b2b;
    color: #e0e0e0;
    font-family: 'Varela Round', sans-serif;
}

.character-relationship-text {
    flex: 1;
}

.character-relationship-header {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #df0049;
    margin-bottom: 8px;
}

.character-relationship-subinfo {
    display: block;
    margin-bottom: 10px;
}

.character-relationship-description {
    display: block;
    margin-top: 10px;
}

.character-relationship-image {
    margin-left: 15px;
}

.character-heart {
    color: #df0049;
    font-size: 1.2em;
    margin-right: 2px;
}