New mission: revamp the portals to make them look actually tolerable to the eye. They are currently placeholders as of now.
The Gold Network: Soyworld | SNCApedia | SoyPlace


I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)

Template:UserTalkHeader/styles.css: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with ".template-usertalkheader { display: flex; flex-direction: column; margin: 0.5rem 0; gap: 0.25rem; text-align: center; padding: 0.25rem 0.5rem; border-width: 1px; border-style: solid; background-color: #EEF2FF; border-color: #D6DAF0; } .template-usertalkheader .welcome { background-color: #D6DAF0; padding: 0.25rem 0; } .template-usertalkheader .section { display: flex; flex-direction: row; gap: 0.5rem; align-items: center; justify-content: center; }..."
 
No edit summary
Tag: Reverted
Line 1: Line 1:
.template-usertalkheader {
/* Button with linear gradient background */
display: flex;
.background_form_element {
flex-direction: column;
    display: inline-block;
margin: 0.5rem 0;
    padding: 0.25em 0.6em;
gap: 0.25rem;
    font-size: 10.2px;
text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0.25rem 0.5rem;
    font-weight: bold;
border-width: 1px;
    line-height: 1.35em;
border-style: solid;
    text-align: center;
background-color: #EEF2FF;
    color: #2b333c;
border-color: #D6DAF0;
    cursor: pointer;
}
    user-select: none;
 
    /* Border styling */
    border: 3px double;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
    border-radius: 4px;


.template-usertalkheader .welcome {
    /* Linear gradient background */
background-color: #D6DAF0;
    background: linear-gradient(to bottom, #e0e0e0 0%, #c4c4c4 100%);
padding: 0.25rem 0;
}


.template-usertalkheader .section {
    /* Smooth hover transition */
display: flex;
    transition: all 0.2s ease;
flex-direction: row;
gap: 0.5rem;
align-items: center;
    justify-content: center;
}
}


.template-usertalkheader .button {
/* Hover effect */
background-color: white;
.background_form_element:hover {
padding: 0.25rem 0.5rem;
    border-color: #aedf9a #94da78 #6ab94b #94da78;
border: 1px solid #aaa;
    background: linear-gradient(to bottom, #dff2d0 0%, #b4e184 100%);
border-radius: 0.3rem;
}
}

Revision as of 18:26, 8 April 2026

/* Button with linear gradient background */
.background_form_element {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 10.2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.35em;
    text-align: center;
    color: #2b333c;
    cursor: pointer;
    user-select: none;

    /* Border styling */
    border: 3px double;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
    border-radius: 4px;

    /* Linear gradient background */
    background: linear-gradient(to bottom, #e0e0e0 0%, #c4c4c4 100%);

    /* Smooth hover transition */
    transition: all 0.2s ease;
}

/* Hover effect */
.background_form_element:hover {
    border-color: #aedf9a #94da78 #6ab94b #94da78;
    background: linear-gradient(to bottom, #dff2d0 0%, #b4e184 100%);
}