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 */ |
/* borders */ |
||
@media screen { |
|||
| ⚫ | |||
#bodyContent |
|||
.infobox { |
|||
.cs-comments:not(:empty), |
|||
| ⚫ | |||
body:not(.action-edit):not(.action-submit):not(.action-purge):not(.ns--1) .page-info, |
|||
.read-more-container > .read-more-container { |
|||
border-radius: 15px !important; |
border-radius: 15px !important; |
||
padding: 20px !important; |
|||
| ⚫ | |||
} |
|||
linear-gradient(#001D6D, #008594), |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
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 */ |
|||
| ⚫ | |||
padding: 20px !important; |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
} |
|||
} |
} |
||
} |
} |
||
Revision as of 23:21, December 29, 2025
/* borders */
@media (min-width: 1120px) {
.infobox {
border: 10px solid transparent !important;
border-radius: 15px !important;
padding: 20px !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;
}
}