<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.addictmud.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gargamel</id>
	<title>Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.addictmud.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gargamel"/>
	<link rel="alternate" type="text/html" href="https://wiki.addictmud.org/index.php/Special:Contributions/Gargamel"/>
	<updated>2026-04-30T17:25:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.addictmud.org/index.php?title=User:Gargamel/monobook.css&amp;diff=1369</id>
		<title>User:Gargamel/monobook.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.addictmud.org/index.php?title=User:Gargamel/monobook.css&amp;diff=1369"/>
		<updated>2005-11-03T23:30:46Z</updated>

		<summary type="html">&lt;p&gt;Gargamel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Gargamel</name></author>
	</entry>
	<entry>
		<id>https://wiki.addictmud.org/index.php?title=User:Gargamel&amp;diff=1368</id>
		<title>User:Gargamel</title>
		<link rel="alternate" type="text/html" href="https://wiki.addictmud.org/index.php?title=User:Gargamel&amp;diff=1368"/>
		<updated>2005-11-03T23:28:17Z</updated>

		<summary type="html">&lt;p&gt;Gargamel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Gargamel</name></author>
	</entry>
	<entry>
		<id>https://wiki.addictmud.org/index.php?title=User:Gargamel/monobook.css&amp;diff=1367</id>
		<title>User:Gargamel/monobook.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.addictmud.org/index.php?title=User:Gargamel/monobook.css&amp;diff=1367"/>
		<updated>2005-11-03T23:26:51Z</updated>

		<summary type="html">&lt;p&gt;Gargamel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* make the background behind the content area and the tabs a light grey */&lt;br /&gt;
#content, #content table&lt;br /&gt;
#p-cactions ul li a { &lt;br /&gt;
   background: #f5f5f5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
textarea {&lt;br /&gt;
   width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* stop background image from scrolling with content area */&lt;br /&gt;
body { &lt;br /&gt;
   background-attachment: fixed; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* replace the book in the background with something else */&lt;br /&gt;
body, pre { &lt;br /&gt;
   background: black; &lt;br /&gt;
   color: #cccc99;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* change the logo */&lt;br /&gt;
/*&lt;br /&gt;
#p-logo a { &lt;br /&gt;
   background: url(http://www.addictmud.org/images/main_castle.gif) 35% 50% no-repeat !important; &lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* don&#039;t use any logo, move the boxes onto that area instead */&lt;br /&gt;
/* #p-logo { &lt;br /&gt;
   display: none;&lt;br /&gt;
} &lt;br /&gt;
#column-one { &lt;br /&gt;
   padding-top: 0; &lt;br /&gt;
} */&lt;br /&gt;
&lt;br /&gt;
/* suppress the person icon by your username */&lt;br /&gt;
li#pt-userpage { &lt;br /&gt;
   background: none &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* use browser prefs for text size and font */&lt;br /&gt;
body, #globalWrapper { &lt;br /&gt;
   font: inherit !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* display body content */&lt;br /&gt;
div#bodyContent {&lt;br /&gt;
   width: 100%;&lt;br /&gt;
   line-height: 105%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* change background of unselected tabs */&lt;br /&gt;
#p-cactions ul li a {&lt;br /&gt;
   background: #C7FDC7; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* change background of selected tabs */&lt;br /&gt;
#p-cactions ul li.selected a { &lt;br /&gt;
   background: white; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* change border background of selected tabs */&lt;br /&gt;
#p-cactions li.selected { &lt;br /&gt;
   border-color: #aaaaaa; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* tab bottom not removed on hover */&lt;br /&gt;
/*&lt;br /&gt;
#p-cactions li a:hover { &lt;br /&gt;
   z-index: 0; &lt;br /&gt;
   text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
#p-cactions li.selected a:hover { &lt;br /&gt;
   z-index: 3; &lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* style the search box and the buttons below it */&lt;br /&gt;
input.searchButton {&lt;br /&gt;
   background-color: #efefef !important;&lt;br /&gt;
   border: 1px outset !important;  &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput { &lt;br /&gt;
   border: 1px inset !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */&lt;br /&gt;
pre { &lt;br /&gt;
   overflow: auto; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Transform the user toolbar into a sidebox */&lt;br /&gt;
&lt;br /&gt;
#p-personal {&lt;br /&gt;
   position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal .pBody {&lt;br /&gt;
   /*&lt;br /&gt;
   margin: 0.5em 0.5em 0.5em 0.5em;&lt;br /&gt;
   float: none;&lt;br /&gt;
   overflow: visible; */&lt;br /&gt;
   padding: 0.3em 0.8em 0.3em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal ul {&lt;br /&gt;
   /* font-size: 95%; */&lt;br /&gt;
   padding: 0;&lt;br /&gt;
   text-align: left;&lt;br /&gt;
   text-transform: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal li {&lt;br /&gt;
   display: list-item;&lt;br /&gt;
   padding: 0 0 0 0;&lt;br /&gt;
   margin: 0 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {&lt;br /&gt;
&lt;br /&gt;
   line-height: 1.25em;&lt;br /&gt;
   vertical-align: middle;&lt;br /&gt;
&lt;br /&gt;
   display: block;&lt;br /&gt;
&lt;br /&gt;
   color: #cccc99;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   font-size: 20px;&lt;br /&gt;
   font-family: &amp;quot;Script MT Bold&amp;quot; &amp;quot;Arial&amp;quot;;&lt;br /&gt;
   text-transform: capitalize;&lt;br /&gt;
   &lt;br /&gt;
   text-align: right;&lt;br /&gt;
   padding-right: 0.5em;&lt;br /&gt;
   margin-right: 0px;&lt;br /&gt;
&lt;br /&gt;
   border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal, #p-navigation, #p-search, #p-tb {&lt;br /&gt;
   background: black;&lt;br /&gt;
   width: 11.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {&lt;br /&gt;
   background: black;&lt;br /&gt;
   border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal ul, #p-navigation ul, #p-search ul, #p-tb ul {&lt;br /&gt;
   line-height: 1.5em;&lt;br /&gt;
   list-style-type: none;&lt;br /&gt;
   list-style-image: none;&lt;br /&gt;
   &lt;br /&gt;
   text-align: right;&lt;br /&gt;
   font-size: 14px;&lt;br /&gt;
   font-family: &amp;quot;Script MT Bold&amp;quot; &amp;quot;Arial&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li {&lt;br /&gt;
   line-height: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a, #p-personal ul li a {&lt;br /&gt;
   text-decoration: none;&lt;br /&gt;
   font-weight: normal;&lt;br /&gt;
   color: red; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover, #p-personal ul li a:hover {&lt;br /&gt;
   color: #cccc99;&lt;br /&gt;
   text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal ul li a:hover {&lt;br /&gt;
   background: black;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
a, a:link, a:visited, #p-personal ul li { &lt;br /&gt;
   text-decoration: none;&lt;br /&gt;
   font-weight: normal;&lt;br /&gt;
   color: red; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover, #p-personal ul li a:hover {&lt;br /&gt;
   color: blue;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:active {&lt;br /&gt;
   text-decoration: none;&lt;br /&gt;
   font-weight: normal; &lt;br /&gt;
   color:red;&lt;br /&gt;
}&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>Gargamel</name></author>
	</entry>
	<entry>
		<id>https://wiki.addictmud.org/index.php?title=User:Gargamel&amp;diff=1366</id>
		<title>User:Gargamel</title>
		<link rel="alternate" type="text/html" href="https://wiki.addictmud.org/index.php?title=User:Gargamel&amp;diff=1366"/>
		<updated>2005-11-03T23:18:55Z</updated>

		<summary type="html">&lt;p&gt;Gargamel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* make the background behind the content area and the tabs a light grey */&lt;br /&gt;
#content, #content table&lt;br /&gt;
#p-cactions ul li a { &lt;br /&gt;
   background: #f5f5f5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
textarea {&lt;br /&gt;
   width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* stop background image from scrolling with content area */&lt;br /&gt;
body { &lt;br /&gt;
   background-attachment: fixed; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* replace the book in the background with something else */&lt;br /&gt;
body, pre { &lt;br /&gt;
   background: black; &lt;br /&gt;
   color: #cccc99;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* change the logo */&lt;br /&gt;
/*&lt;br /&gt;
#p-logo a { &lt;br /&gt;
   background: url(http://www.addictmud.org/images/main_castle.gif) 35% 50% no-repeat !important; &lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* don&#039;t use any logo, move the boxes onto that area instead */&lt;br /&gt;
/* #p-logo { &lt;br /&gt;
   display: none;&lt;br /&gt;
} &lt;br /&gt;
#column-one { &lt;br /&gt;
   padding-top: 0; &lt;br /&gt;
} */&lt;br /&gt;
&lt;br /&gt;
/* suppress the person icon by your username */&lt;br /&gt;
li#pt-userpage { &lt;br /&gt;
   background: none &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* use browser prefs for text size and font */&lt;br /&gt;
body, #globalWrapper { &lt;br /&gt;
   font: inherit !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* display body content */&lt;br /&gt;
div#bodyContent {&lt;br /&gt;
   width: 100%;&lt;br /&gt;
   line-height: 105%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* change background of unselected tabs */&lt;br /&gt;
#p-cactions ul li a {&lt;br /&gt;
   background: #C7FDC7; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* change background of selected tabs */&lt;br /&gt;
#p-cactions ul li.selected a { &lt;br /&gt;
   background: white; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* change border background of selected tabs */&lt;br /&gt;
#p-cactions li.selected { &lt;br /&gt;
   border-color: #aaaaaa; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* tab bottom not removed on hover */&lt;br /&gt;
/*&lt;br /&gt;
#p-cactions li a:hover { &lt;br /&gt;
   z-index: 0; &lt;br /&gt;
   text-decoration: none; &lt;br /&gt;
}&lt;br /&gt;
#p-cactions li.selected a:hover { &lt;br /&gt;
   z-index: 3; &lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* style the search box and the buttons below it */&lt;br /&gt;
input.searchButton {&lt;br /&gt;
   background-color: #efefef !important;&lt;br /&gt;
   border: 1px outset !important;  &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput { &lt;br /&gt;
   border: 1px inset !important; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */&lt;br /&gt;
pre { &lt;br /&gt;
   overflow: auto; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Transform the user toolbar into a sidebox */&lt;br /&gt;
&lt;br /&gt;
#p-personal {&lt;br /&gt;
   position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal .pBody {&lt;br /&gt;
   /*&lt;br /&gt;
   margin: 0.5em 0.5em 0.5em 0.5em;&lt;br /&gt;
   float: none;&lt;br /&gt;
   overflow: visible; */&lt;br /&gt;
   padding: 0.3em 0.8em 0.3em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal ul {&lt;br /&gt;
   /* font-size: 95%; */&lt;br /&gt;
   padding: 0;&lt;br /&gt;
   text-align: left;&lt;br /&gt;
   text-transform: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal li {&lt;br /&gt;
   display: list-item;&lt;br /&gt;
   padding: 0 0 0 0;&lt;br /&gt;
   margin: 0 0 0 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {&lt;br /&gt;
&lt;br /&gt;
   line-height: 1.25em;&lt;br /&gt;
   vertical-align: middle;&lt;br /&gt;
&lt;br /&gt;
   display: block;&lt;br /&gt;
&lt;br /&gt;
   color: #cccc99;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   font-size: 20px;&lt;br /&gt;
   font-family: &amp;quot;Script MT Bold&amp;quot; &amp;quot;Arial&amp;quot;;&lt;br /&gt;
   text-transform: capitalize;&lt;br /&gt;
   &lt;br /&gt;
   text-align: right;&lt;br /&gt;
   padding-right: 0.5em;&lt;br /&gt;
   margin-right: 0px;&lt;br /&gt;
&lt;br /&gt;
   border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal, #p-navigation, #p-search, #p-tb {&lt;br /&gt;
   background: black;&lt;br /&gt;
   width: 11.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {&lt;br /&gt;
   background: black;&lt;br /&gt;
   border: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal ul, #p-navigation ul, #p-search ul, #p-tb ul {&lt;br /&gt;
   line-height: 1.5em;&lt;br /&gt;
   list-style-type: none;&lt;br /&gt;
   list-style-image: none;&lt;br /&gt;
   &lt;br /&gt;
   text-align: right;&lt;br /&gt;
   font-size: 14px;&lt;br /&gt;
   font-family: &amp;quot;Script MT Bold&amp;quot; &amp;quot;Arial&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li {&lt;br /&gt;
   line-height: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a, #p-personal ul li a {&lt;br /&gt;
   text-decoration: none;&lt;br /&gt;
   font-weight: normal;&lt;br /&gt;
   color: red; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover, #p-personal ul li a:hover {&lt;br /&gt;
   color: #cccc99;&lt;br /&gt;
   text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#p-personal ul li a:hover {&lt;br /&gt;
   background: black;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
a, a:link, a:visited, #p-personal ul li { &lt;br /&gt;
   text-decoration: none;&lt;br /&gt;
   font-weight: normal;&lt;br /&gt;
   color: red; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:hover, #p-personal ul li a:hover {&lt;br /&gt;
   color: blue;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a:active {&lt;br /&gt;
   text-decoration: none;&lt;br /&gt;
   font-weight: normal; &lt;br /&gt;
   color:red;&lt;br /&gt;
}&lt;br /&gt;
*/&lt;/div&gt;</summary>
		<author><name>Gargamel</name></author>
	</entry>
</feed>