Направо към съдържанието

Шаблон:Военно лице/styles.css

от Уикипедия, свободната енциклопедия
/* Title box with name(s) */
.infobox .title {
  background-color: #b0c4de;
  border: 1px solid #aaa; 
}

/* Description box */
.infobox .description {
  background-color: #eee;
  border:1px solid #aaaaaa;
  font-size: 110%;
}

/* The box at the bottom for commons link */
.infobox .commons {
  background-color: #b0c4de;
  border: 1px solid #aaaaaa;
}

/* Sections heading */
.infobox .heading {
  background-color: #eee;
  border: 1px solid #aaaaaa;
}

/* Capitalizaton of the fist letter */
.infobox .capitalized-first-link-letter a {
  display: block; /* capitalize works only on block-level elements */
}
.infobox .capitalized-first-link-letter a::first-letter {
  text-transform: capitalize;
}
.infobox .capitalized-first-link-letter a:first-letter {
  text-transform: capitalize; /* IE 8- */
}