Jump to content

Template:History of the United States sidebar/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
fix class name
Line 1: Line 1:
.US-politics-sidebar {
.US-history-sidebar {
width: 22.0em;
width: 22.0em;
border: 4px double #d69d36;
border: 4px double #d69d36;
}
}


.US-politics-sidebar .sidebar-title-with-pretitle {
.US-history-sidebar .sidebar-title-with-pretitle {
background: #002868;
background: #002868;
color: #FFFFFF;
color: #FFFFFF;
Line 10: Line 10:
}
}


.US-politics-sidebar .sidebar-title-with-pretitle a {
.US-history-sidebar .sidebar-title-with-pretitle a {
color: #FFFFFF;
color: #FFFFFF;
}
}

Revision as of 06:36, 17 May 2024

.US-history-sidebar {
	width: 22.0em;
    border: 4px double #d69d36;
}

.US-history-sidebar .sidebar-title-with-pretitle {
	background: #002868;
	color: #FFFFFF;
	background-clip:padding-box;
}

.US-history-sidebar .sidebar-title-with-pretitle a {
	color: #FFFFFF;
}

.US-history-sidebar .sidebar-caption {
	padding-bottom:0.3em;
}

.US-history-sidebar .sidebar-list-content {
    text-align: center;
}

.US-history-sidebar .sidebar-list-title  {
	text-align: center;
	background: #bf0a30;
	color: #FFFFFF;
}

.US-history-sidebar .sidebar-list-title a {
	color: #FFFFFF;
}

.US-history-sidebar .mw-collapsible-text {
	color: #FFFFFF;
}