<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.gccollab.ca/index.php?action=history&amp;feed=atom&amp;title=Template%3ADFO-IM-gcplus-css-override</id>
	<title>Template:DFO-IM-gcplus-css-override - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gccollab.ca/index.php?action=history&amp;feed=atom&amp;title=Template%3ADFO-IM-gcplus-css-override"/>
	<link rel="alternate" type="text/html" href="https://wiki.gccollab.ca/index.php?title=Template:DFO-IM-gcplus-css-override&amp;action=history"/>
	<updated>2026-04-09T06:19:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wiki.gccollab.ca/index.php?title=Template:DFO-IM-gcplus-css-override&amp;diff=20717&amp;oldid=prev</id>
		<title>Zahid.siddiqi: Created page with &quot;&lt;html&gt; &lt;style&gt;    /* ===== override.css Purpose: To override the initial core.css styles.  Dependancy:  - core.css (runs first) -- override.css (runs second)  Author: Marco Ba...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.gccollab.ca/index.php?title=Template:DFO-IM-gcplus-css-override&amp;diff=20717&amp;oldid=prev"/>
		<updated>2020-03-30T14:50:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;html&amp;gt; &amp;lt;style&amp;gt;    /* ===== override.css Purpose: To override the initial core.css styles.  Dependancy:  - core.css (runs first) -- override.css (runs second)  Author: Marco Ba...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
/* =====&lt;br /&gt;
override.css&lt;br /&gt;
Purpose: To override the initial core.css styles.&lt;br /&gt;
&lt;br /&gt;
Dependancy: &lt;br /&gt;
- core.css (runs first)&lt;br /&gt;
-- override.css (runs second)&lt;br /&gt;
&lt;br /&gt;
Author: Marco Battilana (marco.battilana@dfo-mpo.gc.ca) - Fisheries and Oceans Canada&lt;br /&gt;
Twitter: @crazybat&lt;br /&gt;
&lt;br /&gt;
Revision History: &lt;br /&gt;
****&lt;br /&gt;
Version 1.0&lt;br /&gt;
(26 Oct 2018)&lt;br /&gt;
- Brought in existing GCpedia functionality for pages. Uses same links, just styled and displayed different.&lt;br /&gt;
&lt;br /&gt;
Known Issues:&lt;br /&gt;
- Incorporate additional GCpedia functionality: Language flipper, log in, etc. (PARTIALLY SOLVED! Still need to bring over remaining GCpedia items)&lt;br /&gt;
-- Search GCpedia&lt;br /&gt;
-- Categories&lt;br /&gt;
-- Others???&lt;br /&gt;
****&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
GCpedicure: www.gcpedia.gc.ca/wiki/GCpedicure&lt;br /&gt;
Bootstrap:	getbootstrap.com&lt;br /&gt;
 */&lt;br /&gt;
 &lt;br /&gt;
/* ==== To override the initial override from core.css. DO NOT REMOVE ==== */&lt;br /&gt;
&lt;br /&gt;
/* === GCpedia Head content (Personal, GCpedia Tools) === */&lt;br /&gt;
div#mw-head {&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  top: -145px;&lt;br /&gt;
  display: block;&lt;br /&gt;
  height: 0;&lt;br /&gt;
}  &lt;br /&gt;
div#mw-head #left-navigation,&lt;br /&gt;
div#mw-head #right-navigation .pull-left,&lt;br /&gt;
div#mw-head #right-navigation #p-cactions {&lt;br /&gt;
  display: none;&lt;br /&gt;
}  &lt;br /&gt;
&lt;br /&gt;
div#mw-head #p-personal {&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	/*bottom: -97px;*/&lt;br /&gt;
	bottom: -109px;&lt;br /&gt;
	/*right: 140px;*/&lt;br /&gt;
	right: 82px;&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* == NOTE: The Eng / Fr button only changed the language of GCpedia UI, NOT YOUR CONTENT. ==*/&lt;br /&gt;
div#mw-head #right-navigation #p-views {&lt;br /&gt;
  position: fixed;&lt;br /&gt;
  /*bottom: -30px;*/&lt;br /&gt;
  bottom: -40px;&lt;br /&gt;
  display: block;&lt;br /&gt;
  right: 20px;  &lt;br /&gt;
} &lt;br /&gt;
div#mw-head #right-navigation #p-views ul {&lt;br /&gt;
	background: #eee;&lt;br /&gt;
    border: solid hsla(0, 0%, 96%, 0.5);&lt;br /&gt;
    transition: 0.2s;	&lt;br /&gt;
	border-top-left-radius: 10px;&lt;br /&gt;
	border-top-right-radius: 10px;&lt;br /&gt;
}&lt;br /&gt;
div#mw-head #p-personal ul {&lt;br /&gt;
	transition: 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-head #right-navigation #p-views ul::before {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #222;&lt;br /&gt;
	display: block;&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	content: ' Views \A\A\A\A\A';&lt;br /&gt;
	white-space: pre-wrap;&lt;br /&gt;
	position: relative;&lt;br /&gt;
	top: -30px;&lt;br /&gt;
	border-top-left-radius: 10px;&lt;br /&gt;
	border-top-right-radius: 10px;&lt;br /&gt;
	border: solid 1px #777;&lt;br /&gt;
	padding: 0 5px;&lt;br /&gt;
}&lt;br /&gt;
div#mw-head #p-personal ul::before {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #222;&lt;br /&gt;
	display: block;&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin-bottom: 5px;&lt;br /&gt;
	content: ' Personal Tools \A\A\A\A';&lt;br /&gt;
	white-space: pre-wrap;&lt;br /&gt;
	position: relative;&lt;br /&gt;
	top: -30px;&lt;br /&gt;
	border-top-left-radius: 10px;&lt;br /&gt;
	border-top-right-radius: 10px;&lt;br /&gt;
	border: solid 1px #777;&lt;br /&gt;
	padding: 0 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-head #right-navigation #p-views:hover {&lt;br /&gt;
	bottom: 30px;&lt;br /&gt;
	transition: 0.2s;	&lt;br /&gt;
	z-index: 10000;&lt;br /&gt;
}&lt;br /&gt;
div#mw-head #p-personal:hover {&lt;br /&gt;
	/*bottom: -35px;*/&lt;br /&gt;
	bottom: -43px;&lt;br /&gt;
	transition: 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-head #right-navigation #p-views ul li,&lt;br /&gt;
div#mw-head #p-personal ul li {&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	background: #eee;&lt;br /&gt;
	height: 30px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-head #right-navigation #p-views ul li#ca-ve-edit {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div#mw-head #right-navigation #p-search #simpleSearch {&lt;br /&gt;
	height: inherit;&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	right: 16px;&lt;br /&gt;
	top: 29px;&lt;br /&gt;
}&lt;br /&gt;
/*TO DO Have search show on very small devices, but results don't show very well on older template. Staying invisible for now.*/&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
	div#mw-head #right-navigation #p-search {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen {&lt;br /&gt;
	div#mw-head #right-navigation #p-search #simpleSearch #searchInput {&lt;br /&gt;
		font-size: inherit;&lt;br /&gt;
		padding: 0 0 0 5px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen {&lt;br /&gt;
	div#mw-head #right-navigation #p-search #simpleSearch input {&lt;br /&gt;
		background-color: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton {&lt;br /&gt;
		background-color: #ccc;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.icon#ca-unfavorite a, .icon#ca-favorite a {&lt;br /&gt;
    padding-top: 2.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	div.vectorTabs {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
		background-image: none !ie;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen {&lt;br /&gt;
	div.vectorTabs span {&lt;br /&gt;
		display: inherit;&lt;br /&gt;
		background-image: none;&lt;br /&gt;
		background-image: none !ie;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen {&lt;br /&gt;
	div.vectorTabs ul {&lt;br /&gt;
		height: auto;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen {&lt;br /&gt;
	div.vectorTabs ul li {&lt;br /&gt;
		line-height: 0;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen {&lt;br /&gt;
	#p-personal {&lt;br /&gt;
		top: auto;&lt;br /&gt;
		background: #eee;&lt;br /&gt;
		border: solid hsla(0, 0%, 96%, 0.5);&lt;br /&gt;
		border-top-left-radius: 10px;&lt;br /&gt;
		border-top-right-radius: 10px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen {&lt;br /&gt;
	#p-personal ul {&lt;br /&gt;
		padding-left: 0;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media screen {&lt;br /&gt;
	#p-personal li {&lt;br /&gt;
		font-size: 0.8em;&lt;br /&gt;
		padding: 0 0.375em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*TO DO: Figure out a way to make GCpedia tools not sticky on the footer with small resolutions. For now, don't show as it's hard to edit a GCpedia page with such a small window.*/&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
	div#mw-head #right-navigation #p-views {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
	div#mw-head #p-personal {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* === GCpedia Left Navigation content === */&lt;br /&gt;
/* == Eng / Fr button (Used to flip the language of your CONTENT ==*/&lt;br /&gt;
&lt;br /&gt;
div#mw-panel {&lt;br /&gt;
  position: absolute;&lt;br /&gt;
  left: -9999px;&lt;br /&gt;
  display: block;&lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
div#mw-panel #p-lang .interlanguage-link {&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	top: -2px;&lt;br /&gt;
	right: 17px;&lt;br /&gt;
	display: block;&lt;br /&gt;
	font-size: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
	div#mw-panel #p-lang .interlanguage-link {&lt;br /&gt;
		position: fixed;&lt;br /&gt;
		/*top: -4px;*/&lt;br /&gt;
		left: 0;&lt;br /&gt;
		width: 95px;&lt;br /&gt;
		height: 0px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
div#mw-panel #p-lang .interlanguage-link a {&lt;br /&gt;
	color: #fff;&lt;br /&gt;
	/*padding: 15px;*/&lt;br /&gt;
	padding-left: 71px;&lt;br /&gt;
	padding-right: 71px;&lt;br /&gt;
	line-height: 2.1rem;&lt;br /&gt;
	display: block;&lt;br /&gt;
	/*background: #333;*/&lt;br /&gt;
	/*border: solid 1px #aaa;*/&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
	div#mw-panel #p-lang .interlanguage-link a {&lt;br /&gt;
		line-height: 0;&lt;br /&gt;
		padding-left: 10px;&lt;br /&gt;
		padding-right: 10px;&lt;br /&gt;
		display: inline;&lt;br /&gt;
	}&lt;br /&gt;
}		&lt;br /&gt;
div#mw-panel #p-lang .interlanguage-link a::after {&lt;br /&gt;
	/*content:'';&lt;br /&gt;
	display:block;&lt;br /&gt;
	width:0px;&lt;br /&gt;
	height:2px;&lt;br /&gt;
	background:#00d6fe;&lt;br /&gt;
	transition: 0.2s;*/&lt;br /&gt;
}&lt;br /&gt;
div#mw-panel #p-lang .interlanguage-link a:hover::after {&lt;br /&gt;
	/*width:100%;*/&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zahid.siddiqi</name></author>
	</entry>
</feed>