MediaWiki:Breadcrumb.css: Difference between revisions

From The Seven Sages of Rome
(Created page with ".breadcrumb { padding-bottom: 1rem !important; } .breadcrumb { padding-bottom: 1rem; } .breadcrumb-item i { margin-left: 5px; color: rgba(0, 0, 0, 0.2); } →‎** hover breadcrumbs **: .breadcrumb-item:hover { background-color: #f9f9f9; } .breadcrumb-item:hover:after { border: 14px solid #f9f9f9; border-left-color: transparent; border-bottom-color: transparent; } .breadcrumb-item:first-child:hover { background-color: rgba(52, 134, 235, 0.15); } .breadc...")
 
No edit summary
 
Line 3: Line 3:
}
}


.breadcrumb {
padding-bottom: 1rem;
}
.breadcrumb-item i {
.breadcrumb-item i {
   margin-left: 5px;
   margin-left: 5px;
Line 11: Line 8:
}
}


/*** hover breadcrumbs ***/
.breadcrumb-item:hover {
.breadcrumb-item:hover {
   background-color: #f9f9f9;
   background-color: #f9f9f9;

Latest revision as of 11:31, 12 March 2025

.breadcrumb {
	padding-bottom: 1rem !important;
}

.breadcrumb-item i {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.2);
}

.breadcrumb-item:hover {
  background-color: #f9f9f9;
}

.breadcrumb-item:hover:after {
  border: 14px solid #f9f9f9;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.breadcrumb-item:first-child:hover {
  background-color: rgba(52, 134, 235, 0.15);
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "" !important;
	padding-right: 0 !important;
}

.breadcrumb-item:hover {
	background-color: transparent !important;
}