Difference between revisions of "Template:Excerpt/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Izno
(add indicator)
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)))
 
(One intermediate revision by one other user 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 {

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;
}