Template:Featured In/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
border-width: 2px; |
border-width: 2px; |
||
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px; |
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px; |
||
margin:0.5em 0; |
|||
padding:0; |
|||
font-size:90%; |
|||
width:22em; |
|||
float:right; |
|||
clear:right; |
|||
margin-left:1em; |
|||
} |
|||
.featured_in_titles { |
|||
text-align: center; |
|||
font-size:100%; |
|||
} |
|||
.featured_in_list { |
|||
text-align: center; |
|||
font-size:85%; |
|||
} |
} |
||
Revision as of 17:04, July 3, 2025
.featured_in_table {
border-color: var(--color-amaranth-legacy-scope);
border-width: 2px;
box-shadow: var(--color-amaranth-legacy-scope) 0 0 10px;
margin:0.5em 0;
padding:0;
font-size:90%;
width:22em;
float:right;
clear:right;
margin-left:1em;
}
.featured_in_titles {
text-align: center;
font-size:100%;
}
.featured_in_list {
text-align: center;
font-size:85%;
}