Difference between revisions of "Template:Excerpt/styles.css"
Jump to navigation
Jump to search
imported>Xaosflux m (Protected "Template:Excerpt/styles.css": Highly visible template ([Edit=Require autoconfirmed or confirmed access] (indefinite) [Move=Require autoconfirmed or confirmed access] (indefinite))) |
imported>Izno (add indicator) |
||
| Line 2: | Line 2: | ||
.excerpt .selflink { | .excerpt .selflink { | ||
font-weight: normal; | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | .excerpt-indicator { | ||
| + | border-left: 3px solid #c8ccd1; | ||
| + | margin: 1em 0; | ||
| + | padding-left: 1em; | ||
} | } | ||
Revision as of 16:50, 4 April 2020
/* Unbold link to the article that this is being transcluded to */
.excerpt .selflink {
font-weight: normal;
}
.excerpt-indicator {
border-left: 3px solid #c8ccd1;
margin: 1em 0;
padding-left: 1em;
}