MediaWiki:Common.css

From Portland Homeless Resources Wiki
Revision as of 03:45, 26 February 2026 by PHRWadmin (talk | contribs) (Created page with "CSS placed here will be applied to all skins: CSS placed here will be applied to all skins: PortlandHomeless.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)
Jump to navigation Jump to search

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 */
/* CSS placed here will be applied to all skins */

/* PortlandHomeless.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; 
}

/* Change visited link color to green */
a:visited {
  color: #2e7d32 !important; /* dark green */
}

/* Optional: make hover color match normal links for consistency */
a:hover {
  color: #1b5e20 !important;
}

/* Hide the "Last updated on..." footer line */
#footer-info-lastmod {
  display: none !important;
}