Template:Neo-Conglobata/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* borders */ |
|||
@media (min-width: 1120px) { |
@media (min-width: 1120px) { |
||
.infobox { |
.infobox { |
||
border: |
border: 2px solid transparent !important; |
||
padding: 10px !important; |
|||
padding: 20px !important; |
|||
background-image: |
background-image: |
||
linear-gradient(#001D6D, #008594), |
linear-gradient(#001D6D, #008594), |
||
Revision as of 23:23, December 29, 2025
@media (min-width: 1120px) {
.infobox {
border: 2px solid transparent !important;
padding: 10px !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;
}
}