User:Ambrosia/code.css

From City of Hope MUSH
Revision as of 00:30, 23 July 2020 by Ambrosia (talk | contribs)
Jump to navigation Jump to search

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: 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.
#codetable {
  color: #222;
  border-collapse: collapse;
}

#codetable tbody tr td {
  padding: 5px;
}

#codetitle {
  border: 1px solid #999;
}

#codedisclaimer {
  border: 1px solid #999;
  text-color: #f00;
  background-color: #fffafa;
}

#codeimages {
}

.codeheader {
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #999;
  background-color: #eee;
}

.codetext {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #999;
}

.boldcenter {
  font-weight: bold;
  text-align: center;
}

.backcolor {
  background-color: #dddddd;
}