<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGeshi.css</id>
	<title>MediaWiki:Geshi.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGeshi.css"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=MediaWiki:Geshi.css&amp;action=history"/>
	<updated>2026-05-12T23:32:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=MediaWiki:Geshi.css&amp;diff=4342&amp;oldid=prev</id>
		<title>MichaelAivaliotis at 23:57, 29 January 2011</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=MediaWiki:Geshi.css&amp;diff=4342&amp;oldid=prev"/>
		<updated>2011-01-29T23:57:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 23:57, 29 January 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l2&quot;&gt;Line 2:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;/* &amp;lt;syntaxhighlight lang=&quot;css&quot;&amp;gt; */ &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; &lt;/del&gt;/* This css will override styles used by the GeSHi syntax highlighting,    such that less awful colors for the highlighting can be chosen. */ &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;  &lt;/del&gt;/**  * Language code: &quot;vb&quot;  *   * Overrides colors used for keywords from that horrible gold   * to more tolerable blue. Other colors left as default at present time.  */ .source-vb .kw1 { 	color: #006 !important; }  /**  * Language code: &quot;cpp&quot;  *  * Color fix for member variables  */ .source-cpp .me1 { color:#499; } .source-cpp .me2 { color:#499; }   /* Reinstating borders */ body.skin-monobook div.mw-geshi { 	padding: 1em; 	border: 1px dashed #2f6fab; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }  body.skin-modern div.mw-geshi { 	border: solid 1px #3c78b5; 	padding: 0.4em; 	background-color: #f0f0f0; }  body.skin-simple div.mw-geshi { 	margin: 2em; 	border: solid 1px black; }  body.skin-chick div.mw-geshi { 	padding: 1em; 	border: 1px dashed #2f6fab; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }  body.skin-vector div.mw-geshi { 	padding: 1em; 	border: 1px dashed #2f6fab; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }   /* Fix so &amp;lt;source&amp;gt; tags, and .css and .js pages, get normal text size     also in some versions of Firefox, Safari, Konqueror, Chrome etc. */ div.mw-geshi div, pre { 	font-family: monospace, &quot;Courier New&quot; !important; }  /* &amp;lt;/syntaxhighlight&amp;gt; */&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;/* &amp;lt;syntaxhighlight lang=&quot;css&quot;&amp;gt; */&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;/* This css will override styles used by the GeSHi syntax highlighting,    such that less awful colors for the highlighting can be chosen. */&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;/**  * Language code: &quot;vb&quot;  *   * Overrides colors used for keywords from that horrible gold   * to more tolerable blue. Other colors left as default at present time.  */&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;.source-vb .kw1 { 	color: #006 !important; }  /**  * Language code: &quot;cpp&quot;  *  * Color fix for member variables  */ .source-cpp .me1 { color:#499; } .source-cpp .me2 { color:#499; }   /* Reinstating borders */ body.skin-monobook div.mw-geshi { 	padding: 1em; 	border: 1px dashed #2f6fab; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }  body.skin-modern div.mw-geshi { 	border: solid 1px #3c78b5; 	padding: 0.4em; 	background-color: #f0f0f0; }  body.skin-simple div.mw-geshi { 	margin: 2em; 	border: solid 1px black; }  body.skin-chick div.mw-geshi { 	padding: 1em; 	border: 1px dashed #2f6fab; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }  body.skin-vector div.mw-geshi { 	padding: 1em; 	border: 1px dashed #2f6fab; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }   /* Fix so &amp;lt;source&amp;gt; tags, and .css and .js pages, get normal text size     also in some versions of Firefox, Safari, Konqueror, Chrome etc. */ div.mw-geshi div, pre { 	font-family: monospace, &quot;Courier New&quot; !important; }  /* &amp;lt;/syntaxhighlight&amp;gt; */&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>MichaelAivaliotis</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=MediaWiki:Geshi.css&amp;diff=4341&amp;oldid=prev</id>
		<title>MichaelAivaliotis at 23:55, 29 January 2011</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=MediaWiki:Geshi.css&amp;diff=4341&amp;oldid=prev"/>
		<updated>2011-01-29T23:55:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 23:55, 29 January 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l2&quot;&gt;Line 2:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;div.mw-geshi { padding: 1em; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;   &lt;/del&gt;margin: 1em &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;0&lt;/del&gt;; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;   &lt;/del&gt;border: 1px dashed #2f6fab; }&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;/* &amp;lt;syntaxhighlight lang=&quot;css&quot;&amp;gt; */  /* This css will override styles used by the GeSHi syntax highlighting,    such that less awful colors for the highlighting can be chosen. */   /**  * Language code: &quot;vb&quot;  *   * Overrides colors used for keywords from that horrible gold   * to more tolerable blue. Other colors left as default at present time.  */ .source-vb .kw1 { 	color: #006 !important; }  /**  * Language code: &quot;cpp&quot;  *  * Color fix for member variables  */ .source-cpp .me1 { color:#499; } .source-cpp .me2 { color:#499; }   /* Reinstating borders */ body.skin-monobook &lt;/ins&gt;div.mw-geshi { &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;	&lt;/ins&gt;padding: 1em; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;	border: 1px dashed #2f6fab; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }  body.skin-modern div.mw-geshi { 	border: solid 1px #3c78b5; 	padding: 0.4em; 	background-color: #f0f0f0; }  body.skin-simple div.mw-geshi { 	&lt;/ins&gt;margin&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;: 2em; 	border: solid 1px black; }  body.skin-chick div.mw-geshi { 	padding: 1em; 	border: 1px dashed #2f6fab; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }  body.skin-vector div.mw-geshi { 	padding&lt;/ins&gt;: 1em; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;	&lt;/ins&gt;border: 1px dashed #2f6fab&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;; 	color: black; 	background-color: #f9f9f9; 	line-height: 1.1em; }   /* Fix so &amp;lt;source&amp;gt; tags, and .css and .js pages, get normal text size     also in some versions of Firefox, Safari, Konqueror, Chrome etc. */ div.mw-geshi div, pre { 	font-family: monospace, &quot;Courier New&quot; !important&lt;/ins&gt;; } &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; /* &amp;lt;/syntaxhighlight&amp;gt; */&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>MichaelAivaliotis</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=MediaWiki:Geshi.css&amp;diff=4338&amp;oldid=prev</id>
		<title>MichaelAivaliotis: Created page with &quot;/* CSS placed here will be applied to GeSHi syntax highlighting */   div.mw-geshi { padding: 1em;    margin: 1em 0;    border: 1px dashed #2f6fab; }&quot;</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=MediaWiki:Geshi.css&amp;diff=4338&amp;oldid=prev"/>
		<updated>2011-01-29T23:51:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;CSS placed here will be applied to GeSHi syntax highlighting: &lt;/span&gt;   div.mw-geshi { padding: 1em;    margin: 1em 0;    border: 1px dashed #2f6fab; }&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS placed here will be applied to GeSHi syntax highlighting */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
div.mw-geshi { padding: 1em;    margin: 1em 0;    border: 1px dashed #2f6fab; }&lt;/div&gt;</summary>
		<author><name>MichaelAivaliotis</name></author>
	</entry>
</feed>