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 screen { |
|||
@media (min-width: 1120px) { |
|||
body:not(.citizen-sticky-header-visible) .citizen-page-header-inner { |
|||
border-radius: 15px !important; |
|||
border-width: 3px !important; |
|||
} |
|||
#citizen-toc { |
|||
#bodyContent .infobox { |
|||
border-radius: 15px !important; |
|||
border-width: 3px !important; |
|||
| ⚫ | |||
border-color: var(--color-amaranth-legacy-scope); |
|||
box-shadow: 0 0 10px var(--color-amaranth-legacy-scope); |
|||
} |
|||
#rounded { |
|||
width: 200px; |
|||
/* Use transparent so the background image is visible */ |
|||
border: 10px solid transparent !important; |
|||
padding: 20px !important; |
|||
| ⚫ | |||
linear-gradient(#001D6D, #008594), linear-gradient(to bottom, #13FFF2, white) !important; |
linear-gradient(#001D6D, #008594), linear-gradient(to bottom, #13FFF2, white) !important; |
||
background-origin: border-box; |
|||
background-clip: padding-box, border-box; |
|||
} |
|||
} |
|||
} |
} |
||
Revision as of 23:15, December 29, 2025
/* borders */
@media screen {
@media (min-width: 1120px) {
body:not(.citizen-sticky-header-visible) .citizen-page-header-inner {
border-radius: 15px !important;
border-width: 3px !important;
}
#citizen-toc {
border-radius: 15px !important;
border-width: 3px !important;
border-color: var(--color-amaranth-legacy-scope);
box-shadow: 0 0 10px var(--color-amaranth-legacy-scope);
}
#rounded {
width: 200px;
/* Use transparent so the background image is visible */
border: 10px solid transparent !important;
padding: 20px !important;
background-image:
linear-gradient(#001D6D, #008594), linear-gradient(to bottom, #13FFF2, white) !important;
background-origin: border-box;
background-clip: padding-box, border-box;
}
}
}