<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ro">
	<id>http://wiki.dcae.pub.ro/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGeshi.css</id>
	<title>MediaWiki:Geshi.css - Revizia istoricului</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.dcae.pub.ro/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGeshi.css"/>
	<link rel="alternate" type="text/html" href="http://wiki.dcae.pub.ro/index.php?title=MediaWiki:Geshi.css&amp;action=history"/>
	<updated>2026-04-16T11:53:51Z</updated>
	<subtitle>Istoricul versiunilor pentru această pagină din wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>http://wiki.dcae.pub.ro/index.php?title=MediaWiki:Geshi.css&amp;diff=14&amp;oldid=prev</id>
		<title>Rhobincu: Created page with &quot;/* 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;  *   ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.dcae.pub.ro/index.php?title=MediaWiki:Geshi.css&amp;diff=14&amp;oldid=prev"/>
		<updated>2012-01-16T21:21:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;This css will override styles used by the GeSHi syntax highlighting,    such that less awful colors for the highlighting can be chosen.: &lt;/span&gt;     /**  * Language code: &amp;quot;vb&amp;quot;  *   ...&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pagină nouă&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* This css will override styles used by the GeSHi syntax highlighting,&lt;br /&gt;
   such that less awful colors for the highlighting can be chosen. */&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
/**&lt;br /&gt;
 * Language code: &amp;quot;vb&amp;quot;&lt;br /&gt;
 * &lt;br /&gt;
 * Overrides colors used for keywords from that horrible gold &lt;br /&gt;
 * to more tolerable blue. Other colors left as default at present time.&lt;br /&gt;
 */&lt;br /&gt;
.source-vb .kw1 {&lt;br /&gt;
	color: #006 !important;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/**&lt;br /&gt;
 * Language code: &amp;quot;cpp&amp;quot;&lt;br /&gt;
 *&lt;br /&gt;
 * Color fix for member variables&lt;br /&gt;
 */&lt;br /&gt;
.source-cpp .me1 { color:#499; }&lt;br /&gt;
.source-cpp .me2 { color:#499; }&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
/* Reinstating borders */&lt;br /&gt;
body.skin-monobook div.mw-geshi {&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	border: 1px dashed #2f6fab;&lt;br /&gt;
	color: black;&lt;br /&gt;
	background-color: #f9f9f9;&lt;br /&gt;
	line-height: 1.1em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
body.skin-modern div.mw-geshi {&lt;br /&gt;
	border: solid 1px #3c78b5;&lt;br /&gt;
	padding: 0.4em;&lt;br /&gt;
	background-color: #f0f0f0;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
body.skin-simple div.mw-geshi {&lt;br /&gt;
	margin: 2em;&lt;br /&gt;
	border: solid 1px black;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
body.skin-chick div.mw-geshi {&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	border: 1px dashed #2f6fab;&lt;br /&gt;
	color: black;&lt;br /&gt;
	background-color: #f9f9f9;&lt;br /&gt;
	line-height: 1.1em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
body.skin-vector div.mw-geshi {&lt;br /&gt;
	padding: 1em;&lt;br /&gt;
	border: 1px dashed #2f6fab;&lt;br /&gt;
	color: black;&lt;br /&gt;
	background-color: #f9f9f9;&lt;br /&gt;
	line-height: 1.1em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
/* Fix so &amp;lt;source&amp;gt; tags, and .css and .js pages, get normal text size &lt;br /&gt;
   also in some versions of Firefox, Safari, Konqueror, Chrome etc. */&lt;br /&gt;
div.mw-geshi div,&lt;br /&gt;
pre {&lt;br /&gt;
	font-family: monospace, &amp;quot;Courier New&amp;quot; !important;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* Geshi&amp;#039;s colourscheme for MySQL is absolutely hideous. */&lt;br /&gt;
.mysql.source-mysql .kw1,&lt;br /&gt;
.mysql.source-mysql .kw2,&lt;br /&gt;
.mysql.source-mysql .kw3,&lt;br /&gt;
.mysql.source-mysql .kw6,&lt;br /&gt;
.mysql.source-mysql .kw10 {&lt;br /&gt;
	color: #993333;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.mysql.source-mysql .coMULTI,&lt;br /&gt;
.mysql.source-mysql .sy1 {&lt;br /&gt;
	color: #808080;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.mysql.source-mysql .br0 {&lt;br /&gt;
	color: #66cc66;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Rhobincu</name></author>
	</entry>
</feed>