Difference between revisions of "MediaWiki:Chameleon.css"

From Expat Wiki
Jump to navigation Jump to search
(Created page with "→‎Logo: its own size.: .p-navbar .navbar-brand img { height: auto; position: static; } →‎Minimum Paragraph Widths in Fluid Layouts: p:before { content: ""; widt...")
 
 
Line 11: Line 11:
 
   display: block;
 
   display: block;
 
   overflow: hidden;
 
   overflow: hidden;
 +
}
 +
 +
/* Form Filter List */
 +
table.form-list-filter-js th:not(.name),
 +
table.form-list-filter-js tr.header td:not(.name) {
 +
  display: list-item;
 +
  list-style: none;
 +
  text-align: left;
 +
  font-size: 1em;
 
}
 
}

Latest revision as of 21:48, 22 July 2022

/* Logo: its own size. */
.p-navbar .navbar-brand img {
  height: auto;
  position: static;
}

/* Minimum Paragraph Widths in Fluid Layouts */
p:before {
  content: "";
  width: 10em;
  display: block;
  overflow: hidden;
}

/* Form Filter List */
table.form-list-filter-js th:not(.name),
table.form-list-filter-js tr.header td:not(.name) {
  display: list-item;
  list-style: none;
  text-align: left;
  font-size: 1em;
}