Template:Neo-Conglobata/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary |
Tesinormed (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/* RawCSS-allowed: Raebies */ |
|||
@media (min-width: 1120px) { |
|||
.infobox { |
|||
border: 2px solid transparent !important; |
|||
border: 2px transparent solid !important; |
|||
border-radius: var(--border-radius-medium) !important; |
|||
background-image: linear-gradient(#001d6d, #008594), linear-gradient(to bottom, #13fff2, white) !important; |
|||
background-image: |
|||
| ⚫ | |||
linear-gradient(#001D6D, #008594), |
|||
background-clip: padding-box, border-box !important; |
|||
| ⚫ | |||
background-clip: padding-box, border-box !important; |
|||
} |
|||
} |
} |
||
Revision as of 00:28, January 2, 2026
/* RawCSS-allowed: Raebies */
.infobox {
border: 2px transparent solid !important;
border-radius: var(--border-radius-medium) !important;
background-image: linear-gradient(#001d6d, #008594), linear-gradient(to bottom, #13fff2, white) !important;
background-origin: border-box !important;
background-clip: padding-box, border-box !important;
}