MediaWiki:DemoDB.css

From ExoticA

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#demodb_nav {
  clear: both;
  margin: 0 auto 0 auto;
  width: 73em;
}

#demodb_nav fieldset {
  margin-top: 0;
}

#demodb_search {
  width: 32em;
  float: left;
  text-align: right;
}


#demodb_search_form {
  font-size: 12px;
  white-space: nowrap;
}

#demodb_search_form .textbox input {
 width: 8em;
}

#demodb_qsearch_form {
  text-align: center;
}

#demodb_browse {
  float: left;
  margin-left: 1em;
  width: 33em;
}

#demodb_browse dt {
  float: left;
  clear: left;
  padding-bottom: 3px;
  width: 5em;
  font-weight: normal;
}

#demodb_browse form {
  text-align: right;
}

#demodb_browse dd {
  padding-bottom: 3px;
  margin-left: 5em;
}

#demodb_browse_sub {
  clear: left;
  width: 52em;
  text-align: center;
  margin: 0 auto 1em auto;
}

#demodb_resultstable {
  clear: both;
  margin: 0 auto 1em auto;
  width: 100%;
  empty-cells:hide;
}


#demodb_infobuttons {
  clear: left;
}

#demodb_infobuttons form {
  float: left;
  margin: .5em;
}

#demodb_resultstable .demodb_spacer {
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  height: 16px;
}

#demodb_resultstable table {
  font-size: 90%;
  border: 2px #ddd solid;
  margin: 2px 0 2px 0;
  width: 100%;
}

#demodb_resultstable table caption {
  padding: 0;
  border-color: #ddd;
}

#demodb_resultstable table th {
  background-color: #ddd;
  border: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 1em;
  text-align: right;
}

#demodb_resultstable table td {
  border-color: #ddd;
}

#demodb_resultstable .highlight {
  background-color: #ffffc0;
  font-size: 110%;
  font-weight: bold;
}

.demodb_pager {
  float: right;
  border: 1px #aaa solid;
  font-weight: bold;
  margin: .5em 0 .5em 0;
}

#demodb_message {
  text-align: center;
  clear: both;
  font-weight: bold;
}