<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.honour.app/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css</id>
	<title>MediaWiki:Common.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.honour.app/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.honour.app/index.php?title=MediaWiki:Common.css&amp;action=history"/>
	<updated>2026-09-25T20:41:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.honour.app/index.php?title=MediaWiki:Common.css&amp;diff=175664&amp;oldid=prev</id>
		<title>Maintenance script: College profile header + drag-and-drop logo + Google Maps location helper</title>
		<link rel="alternate" type="text/html" href="https://wiki.honour.app/index.php?title=MediaWiki:Common.css&amp;diff=175664&amp;oldid=prev"/>
		<updated>2026-09-23T23:20:53Z</updated>

		<summary type="html">&lt;p&gt;College profile header + drag-and-drop logo + Google Maps location helper&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* HONOUR-COLLEGE-START */&lt;br /&gt;
/* College profile pages: header, facts card, form helpers */&lt;br /&gt;
body:has(.college-header) .firstHeading,&lt;br /&gt;
body:has(.college-header) .mw-first-heading { display: none; }&lt;br /&gt;
&lt;br /&gt;
.college-header { display: flex; align-items: center; gap: 20px; flex-wrap: wrap;&lt;br /&gt;
  padding: 20px; margin: 0 0 20px; border: 1px solid #e2e6ef; border-radius: 12px; background: #fff; }&lt;br /&gt;
.college-logo { flex: 0 0 112px; width: 112px; height: 112px; box-sizing: border-box; padding: 8px;&lt;br /&gt;
  display: flex; align-items: center; justify-content: center; overflow: hidden;&lt;br /&gt;
  border: 1px solid #e2e6ef; border-radius: 12px; background: #fff; }&lt;br /&gt;
.college-logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }&lt;br /&gt;
.college-logo-placeholder { font-size: 48px; opacity: .45; }&lt;br /&gt;
.college-identity { flex: 1 1 280px; min-width: 0; }&lt;br /&gt;
.college-name { font-size: 1.8em; font-weight: 700; line-height: 1.25; margin-bottom: 8px; color: #202122; }&lt;br /&gt;
.college-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }&lt;br /&gt;
.college-chip { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: .85em; font-weight: 600;&lt;br /&gt;
  background: #eef2fb; color: #2a3b66; }&lt;br /&gt;
.college-status-active { background: #e6f6ec; color: #1b6b3a; }&lt;br /&gt;
.college-status-inactive { background: #f0f0f0; color: #666; }&lt;br /&gt;
.college-status-pending { background: #fff4e0; color: #8a5a00; }&lt;br /&gt;
.college-location-line { color: #54595d; }&lt;br /&gt;
.college-edit { margin-left: auto; }&lt;br /&gt;
&lt;br /&gt;
.college-facts { float: right; clear: right; width: 300px; margin: 0 0 16px 24px; padding: 14px 16px;&lt;br /&gt;
  border: 1px solid #e2e6ef; border-radius: 12px; background: #fafbfd; font-size: .92em; }&lt;br /&gt;
.college-facts-title { font-weight: 700; margin-bottom: 6px; }&lt;br /&gt;
.cf-row { display: grid; grid-template-columns: 96px 1fr; gap: 10px; align-items: start;&lt;br /&gt;
  padding: 7px 0; border-top: 1px solid #eceff5; }&lt;br /&gt;
.college-facts-title + .cf-row { border-top: 0; }&lt;br /&gt;
.cf-label { color: #72777d; }&lt;br /&gt;
.cf-value { color: #202122; overflow-wrap: anywhere; }&lt;br /&gt;
.college-map-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }&lt;br /&gt;
.college-map-links a.external { padding: 6px 12px; border: 1px solid #ccd6ee; border-radius: 8px; background: #fff;&lt;br /&gt;
  font-weight: 600; text-decoration: none; background-image: none !important; }&lt;br /&gt;
.college-map-links a.external:hover { background: #eef3ff; }&lt;br /&gt;
@media (max-width: 720px) {&lt;br /&gt;
  .college-facts { float: none; width: auto; margin: 0 0 16px; }&lt;br /&gt;
  .college-edit { margin-left: 0; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Form: logo drop zone + location hint */&lt;br /&gt;
.college-drop { max-width: 420px; padding: 18px; text-align: center; cursor: pointer; color: #444;&lt;br /&gt;
  border: 2px dashed #b8c4e0; border-radius: 12px; background: #f8faff; }&lt;br /&gt;
.college-drop.is-over { border-color: #3366cc; background: #eef3ff; }&lt;br /&gt;
.college-drop img { display: block; max-width: 120px; max-height: 120px; margin: 0 auto 8px; }&lt;br /&gt;
.college-drop-icon { font-size: 26px; color: #3366cc; }&lt;br /&gt;
.college-drop-note { font-size: .85em; color: #777; margin-top: 4px; }&lt;br /&gt;
.college-drop-msg { margin-top: 8px; font-weight: 600; color: #333; }&lt;br /&gt;
.college-drop-remove { display: inline-block; margin-top: 6px; font-size: .85em; }&lt;br /&gt;
.college-coords-hint { max-width: 560px; margin-top: 4px; font-size: .85em; color: #555; }&lt;br /&gt;
.college-coords-hint.is-ok { color: #1b6b3a; }&lt;br /&gt;
.college-coords-hint.is-error { color: #b32424; }&lt;br /&gt;
/* HONOUR-COLLEGE-END */&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>