Template:Notable/styles.css: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
No edit summary
imported>Elaeagnifolia
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:


.notable > .notable-header {
.notable > .notable-header {
background-color: #b9ecff;
background-color: #daf4ff;
border: 1px solid skyblue;
color: black;
color: black;
text-shadow: rgba(0, 0, 0, 0.75) 0 0 0.25em;
font-weight: bold;
font-weight: bold;
padding: 0.2em 0.5em;
padding: 0.2em 0.5em;

Latest revision as of 05:49, 13 May 2021

/** [[Template:Notable]] **/
.notable,
.notable * {
	box-sizing: border-box;
}

.notable {
	display: flex;
	flex-direction: column;
	margin: 1em;
}

.notable > .notable-header {
	background-color: #daf4ff;
	border: 1px solid skyblue;
	color: black;
	font-weight: bold;
	padding: 0.2em 0.5em;
	text-align: center;
}

.notable > .notable-content {
	background-color: #f8f9fa;
	padding: 0.2em 0.5em;
	border-right: 1px solid rgb(170, 170, 170);
	border-left: 1px solid rgb(170, 170, 170);
	border-bottom: 1px solid rgb(170, 170, 170);
	color: rgb(34, 34, 34);
}