Difference between revisions of "Template:Excerpt/styles.css"
Jump to navigation
Jump to search
imported>Xaosflux (init) |
imported>JJMC89 m (Changed protection level for "Template:Excerpt/styles.css": Highly visible style sheet, matching Template:Excerpt ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| + | /* {{pp-template}} */ | ||
/* Unbold link to the article that this is being transcluded to */ | /* Unbold link to the article that this is being transcluded to */ | ||
.excerpt .selflink { | .excerpt .selflink { | ||
font-weight: normal; | font-weight: normal; | ||
| + | } | ||
| + | |||
| + | .excerpt-indicator { | ||
| + | border-left: 3px solid #c8ccd1; | ||
| + | margin: 1em 0; | ||
| + | padding-left: 1em; | ||
} | } | ||
Latest revision as of 03:55, 23 April 2020
/* {{pp-template}} */
/* 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;
}