Jump to content

Template:Breadcrumb nav/styles.css: Difference between revisions

From Mathepedia, the mathematical encyclopedia
Created page with ".mp-breadcrumb-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #f5fff8; font-size: 17px; line-height: 1.35; } .mp-breadcrumb-nav a { color: inherit; text-decoration: none; } .mp-breadcrumb-nav a:hover, .mp-breadcrumb-nav a:focus { text-decoration: underline; } .mp-breadcrumb-nav__item--root, .mp-breadcrumb-nav__item--root a { color: #d394ff; font-weight: 700; } .mp-breadcrumb-nav__sep { color: rgba(255, 255, 255,..."
 
No edit summary
 
Line 3: Line 3:
   flex-wrap: wrap;
   flex-wrap: wrap;
   align-items: center;
   align-items: center;
   gap: 12px;
   gap: 10px;
   color: #f5fff8;
   color: #f5fff8;
   font-size: 17px;
   font-size: 14px;
   line-height: 1.35;
   line-height: 1.35;
}
}
Line 27: Line 27:
.mp-breadcrumb-nav__sep {
.mp-breadcrumb-nav__sep {
   color: rgba(255, 255, 255, 0.85);
   color: rgba(255, 255, 255, 0.85);
   font-size: 24px;
   font-size: 18px;
   line-height: 1;
   line-height: 1;
}
}

Latest revision as of 14:28, 11 July 2026

.mp-breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #f5fff8;
  font-size: 14px;
  line-height: 1.35;
}

.mp-breadcrumb-nav a {
  color: inherit;
  text-decoration: none;
}

.mp-breadcrumb-nav a:hover,
.mp-breadcrumb-nav a:focus {
  text-decoration: underline;
}

.mp-breadcrumb-nav__item--root,
.mp-breadcrumb-nav__item--root a {
  color: #d394ff;
  font-weight: 700;
}

.mp-breadcrumb-nav__sep {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1;
}