Jump to content

MediaWiki:Common.css

From Oregon Church Wiki
Revision as of 18:46, 11 October 2025 by ORCadmin (talk | contribs) (Created page with "CSS placed here will be applied to all skins: OregonChurch.net layout: .oc-block { margin: 1.5em 0; padding: 1em; border: 1px solid #ccc; border-radius: 12px; background: #f9f9f9; box-shadow: 0 1px 3px rgba(0,0,0,0.1); } .oc-row { margin: 0.15em 0; line-height: 1.5; } .oc-label { font-weight: 600; color: #1b5e20; } .oc-sep { opacity: 0.6; } .oc-value { color: #222; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* OregonChurch.net layout */
.oc-block {
  margin: 1.5em 0;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #f9f9f9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.oc-row { margin: 0.15em 0; line-height: 1.5; }
.oc-label { font-weight: 600; color: #1b5e20; }
.oc-sep { opacity: 0.6; }
.oc-value { color: #222; }