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
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Button with linear gradient background */
.template-usertalkheader {
.background_form_element {
display: flex;
    display: inline-block;
flex-direction: column;
    padding: 0.25em 0.6em;
margin: 0.5rem 0;
    font-size: 10.2px;
gap: 0.25rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
    font-weight: bold;
padding: 0.25rem 0.5rem;
    line-height: 1.35em;
border-width: 1px;
    text-align: center;
border-style: solid;
    color: #2b333c;
background-color: #EEF2FF;
    cursor: pointer;
border-color: #D6DAF0;
    user-select: none;
}


    /* Border styling */
.template-usertalkheader .welcome {
    border: 3px double;
background-color: #D6DAF0;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
padding: 0.25rem 0;
    border-radius: 4px;
}
 
    /* Linear gradient background */
    background: linear-gradient(to bottom, #e0e0e0 0%, #c4c4c4 100%);


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


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

Latest revision as of 18:28, 8 April 2026

.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;
}

.template-usertalkheader .button {
	background-color: white;
	padding: 0.25rem 0.5rem;
	border: 1px solid #aaa;
	border-radius: 0.3rem;
}