<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://de.kitakujo.de/w/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>http://de.kitakujo.de/w/index.php?feed=atom&amp;target=Fristu&amp;title=Spezial%3ABeitr%C3%A4ge</id>
		<title>Kitakien - Benutzerbeiträge [de]</title>
		<link rel="self" type="application/atom+xml" href="http://de.kitakujo.de/w/index.php?feed=atom&amp;target=Fristu&amp;title=Spezial%3ABeitr%C3%A4ge"/>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=Spezial:Beitr%C3%A4ge/Fristu"/>
		<updated>2026-04-20T17:46:16Z</updated>
		<subtitle>Aus Kitakien</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Common.css</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Common.css"/>
				<updated>2005-12-19T15:21:22Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;nach cacheleeren ausblenden&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; /*-----------------------------------------------------------------------------------------*/&lt;br /&gt;
 /* ACHTUNG! Common.css enthält gemeinsame Skin-Anpassungen der deutschsprachigen Wikipedia */&lt;br /&gt;
 /*-----------------------------------------------------------------------------------------*/&lt;br /&gt;
&lt;br /&gt;
 /* +++++ 1. ANPASSUNGEN DER ANZEIGE VON EDITIERBAREN SEITENINHALTEN +++++ */&lt;br /&gt;
&lt;br /&gt;
 /* Personennamen in Kapitälchen: class=&amp;quot;Person&amp;quot; */&lt;br /&gt;
 &lt;br /&gt;
 .Person {&lt;br /&gt;
 	display: inline;&lt;br /&gt;
 	font-variant: small-caps;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */&lt;br /&gt;
 &lt;br /&gt;
 div.BoxenVerschmelzen,&lt;br /&gt;
 div.NavFrame {&lt;br /&gt;
 	margin: 0px;&lt;br /&gt;
 	padding: 2px;&lt;br /&gt;
 	border: 1px solid #aaaaaa;&lt;br /&gt;
 	text-align: center;&lt;br /&gt;
 	border-collapse: collapse;&lt;br /&gt;
 	font-size: 95%;&lt;br /&gt;
        clear:both;&lt;br /&gt;
 }&lt;br /&gt;
 div.BoxenVerschmelzen div.NavFrame {&lt;br /&gt;
 	border-style: none;&lt;br /&gt;
 	border-style: hidden;&lt;br /&gt;
 }&lt;br /&gt;
 div.NavFrame + div.NavFrame {&lt;br /&gt;
 	border-top-style: none;&lt;br /&gt;
 	border-top-style: hidden;&lt;br /&gt;
 }&lt;br /&gt;
 div.NavPic {&lt;br /&gt;
 	background-color: #ffffff;&lt;br /&gt;
 	margin: 0px;&lt;br /&gt;
 	padding: 2px;&lt;br /&gt;
 	float: left;&lt;br /&gt;
 }&lt;br /&gt;
 div.NavFrame div.NavHead {&lt;br /&gt;
 	height: 1.6em;&lt;br /&gt;
 	font-weight: bold;&lt;br /&gt;
 	font-size: 100%;&lt;br /&gt;
 	background-color: #efefef;&lt;br /&gt;
 }&lt;br /&gt;
 div.NavFrame p {&lt;br /&gt;
 	font-size: 100%;&lt;br /&gt;
 }&lt;br /&gt;
 div.NavFrame div.NavContent {&lt;br /&gt;
 	font-size: 100%;&lt;br /&gt;
 }&lt;br /&gt;
 div.NavFrame div.NavContent p {&lt;br /&gt;
 	font-size: 100%;&lt;br /&gt;
 }&lt;br /&gt;
 div.NavEnd {&lt;br /&gt;
 	margin: 0px;&lt;br /&gt;
 	padding: 0px;&lt;br /&gt;
 	line-height: 1px;&lt;br /&gt;
 	clear: both;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 /* Navigationsleisten nicht mit ausdrucken */&lt;br /&gt;
 &lt;br /&gt;
 @media print{&lt;br /&gt;
 	.NavFrame {&lt;br /&gt;
 		display: none;&lt;br /&gt;
 	}&lt;br /&gt;
 	.BoxenVerschmelzen {&lt;br /&gt;
 		display: none;&lt;br /&gt;
 	}&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */&lt;br /&gt;
 &lt;br /&gt;
 div.sideBox {&lt;br /&gt;
 	position: relative;&lt;br /&gt;
 	float: right;&lt;br /&gt;
 	background: white;&lt;br /&gt;
 	margin-left: 1em;&lt;br /&gt;
 	border: 1px solid grey;&lt;br /&gt;
 	padding: 0.3em;&lt;br /&gt;
 	width: 200px;&lt;br /&gt;
 	overflow: hidden;&lt;br /&gt;
 	clear: right;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl {&lt;br /&gt;
 	padding: 0;&lt;br /&gt;
 	margin: 0 0 0.3em 0;&lt;br /&gt;
 	font-size: 96%;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl dt {&lt;br /&gt;
 	background: none;&lt;br /&gt;
 	margin: 0.4em 0 0 0;&lt;br /&gt;
 }&lt;br /&gt;
 div.sideBox dl dd {&lt;br /&gt;
 	margin: 0.1em 0 0 1.1em;&lt;br /&gt;
 	background-color: #f3f3f3;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] */&lt;br /&gt;
 &lt;br /&gt;
 table.taxobox {&lt;br /&gt;
        border-collapse: collapse;&lt;br /&gt;
        border: 1px solid gray;&lt;br /&gt;
        float: right;&lt;br /&gt;
        margin-left: 0.5em;&lt;br /&gt;
 }&lt;br /&gt;
 table.taxobox th {&lt;br /&gt;
        background-color: #ffc0c0;&lt;br /&gt;
        border: solid 1px gray;&lt;br /&gt;
        text-align: center;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
 }&lt;br /&gt;
 table.taxobox td {&lt;br /&gt;
        vertical-align:top;&lt;br /&gt;
 } &lt;br /&gt;
 &lt;br /&gt;
 table.taxobox .Person {&lt;br /&gt;
        font-style: normal;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.taxobox div.thumb, &lt;br /&gt;
 table.taxobox div.thumb * {&lt;br /&gt;
        margin: 0;&lt;br /&gt;
        padding: 0;&lt;br /&gt;
        float: none;&lt;br /&gt;
        border: none; &lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.taxobox div.magnify {&lt;br /&gt;
        display: none;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.taxobox tr td div.thumb div div.thumbcaption {&lt;br /&gt;
        text-align:center;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.taxobox td.Person {&lt;br /&gt;
        text-align:center;&lt;br /&gt;
        display:block;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.taxobox td.taxo-name {&lt;br /&gt;
        text-align:center;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.taxobox td.taxo-bild {&lt;br /&gt;
        text-align:center;&lt;br /&gt;
 } &lt;br /&gt;
&lt;br /&gt;
 /* Stylesheet-Ergänzung zu [[Wikipedia:Paläoboxen|Paläoboxen]] */&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox {&lt;br /&gt;
       border-collapse: collapse;&lt;br /&gt;
       border: 1px solid gray;&lt;br /&gt;
       float: right;&lt;br /&gt;
       margin-left: 0.5em;&lt;br /&gt;
 }&lt;br /&gt;
 table.palaeobox th {&lt;br /&gt;
       background-color: #e7dcc3;&lt;br /&gt;
       border: solid 1px gray;&lt;br /&gt;
       text-align: center;&lt;br /&gt;
       font-weight: bold;&lt;br /&gt;
 }&lt;br /&gt;
 table.palaeobox td {&lt;br /&gt;
       vertical-align:top;&lt;br /&gt;
 } &lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox .Person {&lt;br /&gt;
       font-style: normal;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox div.thumb, &lt;br /&gt;
 table.palaeobox div.thumb * {&lt;br /&gt;
       margin: 0;&lt;br /&gt;
       padding: 0;&lt;br /&gt;
       float: none;&lt;br /&gt;
       border: none; &lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox div.magnify {&lt;br /&gt;
       display:none;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox tr td div.thumb div div.thumbcaption {&lt;br /&gt;
       text-align:left;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox td.Person {&lt;br /&gt;
       text-align:center;&lt;br /&gt;
       display:block;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox td.taxo-name {&lt;br /&gt;
       text-align:center;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox td.taxo-bild {&lt;br /&gt;
       text-align:center;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox td.taxo-zeit {&lt;br /&gt;
       text-align:center;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 table.palaeobox td.taxo-ort {&lt;br /&gt;
       text-align:left; &lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Bitte KEINE weiteren Definitionen dieser Art für Boxen hier, das gehört in entsprechende Vorlagen! */&lt;br /&gt;
 /* Hier 20 Mal Trivialitäten wie &amp;quot;text-align:center&amp;quot; zu definieren verlangsamt alles und ist nicht */&lt;br /&gt;
 /* Sinn der Sache. (Und wer nicht weiß warum, hats nicht verstanden.) */&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 /* Do not expand [[Wikipedia:WikiProjekt Georeferenzierung|kvaleberg.com-URLs]] for printing */&lt;br /&gt;
 &lt;br /&gt;
 #content span.coordinates a.external.text:after, #content span.coordinates a.external.autonumber:after {&lt;br /&gt;
         content: &amp;quot;&amp;quot;;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* Metadaten (bspw. [[Wikipedia:Personendaten|Personendaten]]) */&lt;br /&gt;
 &lt;br /&gt;
 table.metadata {&lt;br /&gt;
 	border: 1px solid #aaaaaa;&lt;br /&gt;
 	display: none; &lt;br /&gt;
 }&lt;br /&gt;
 .metadata-label {&lt;br /&gt;
 	color: #aaaaaa;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
 /*&lt;br /&gt;
  * Farbdefinitionen für Rahmen und Hintergründe von Textbausteinen.&lt;br /&gt;
  * Hier: Standardvorgaben für &amp;quot;dunkle Schrift auf hellem Grund&amp;quot;.&lt;br /&gt;
  * Für Hell-auf-dunkel-Skins (Amethyst) müssen dort entsprechende Definitionen&lt;br /&gt;
  * zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.&lt;br /&gt;
  * (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man&lt;br /&gt;
  * für dünne Rahmen nur noch &amp;quot;border-style&amp;quot; angeben muss.)&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
 .rahmenfarbe1 { /* Wie Inhaltsverzeichnis */&lt;br /&gt;
 	border-color: #aaaaaa;&lt;br /&gt;
 	border-width: thin;&lt;br /&gt;
 }&lt;br /&gt;
 .rahmenfarbe2 { /* Unauffällig, geringer Kontrast */&lt;br /&gt;
 	border-color: #e9e9e9;&lt;br /&gt;
 	border-width: thin;&lt;br /&gt;
 }&lt;br /&gt;
 .rahmenfarbe3 { /* &amp;quot;Rot&amp;quot;, auffällig */&lt;br /&gt;
 	border-color: #c00000;&lt;br /&gt;
 	border-width: thin;&lt;br /&gt;
 }&lt;br /&gt;
 .rahmenfarbe4 { /* Neutrale Farbe, deutlich */&lt;br /&gt;
 	border-color: #8888aa;&lt;br /&gt;
 	border-width: thin;&lt;br /&gt;
 }&lt;br /&gt;
 .rahmenfarbe5 { /* &amp;quot;Schwarz&amp;quot;, hoher Kontrast */&lt;br /&gt;
 	border-color: #000000;&lt;br /&gt;
 	border-width: thin;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */&lt;br /&gt;
 	background-color: #f9f9f9;&lt;br /&gt;
 }&lt;br /&gt;
 .hintergrundfarbe2 { /* &amp;quot;Weiß&amp;quot;, für Nicht-Artikel-Seiten, neutral */&lt;br /&gt;
 	background-color: #ffffff;&lt;br /&gt;
 }&lt;br /&gt;
 .hintergrundfarbe3 { /* &amp;quot;Gelb&amp;quot;, auffällig */&lt;br /&gt;
 	background-color: #ffff40;&lt;br /&gt;
 }&lt;br /&gt;
 .hintergrundfarbe4 { /* Sehr auffällig */&lt;br /&gt;
 	background-color: #ffaa00;&lt;br /&gt;
 }&lt;br /&gt;
 .hintergrundfarbe5 { /* Neutral, abgesetzt */&lt;br /&gt;
 	background-color: #e0e0e0;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten, u. a.) +++++ */&lt;br /&gt;
&lt;br /&gt;
 /* Markierung von Redirects in [[Special:Allpages]]  */&lt;br /&gt;
 &lt;br /&gt;
 .allpagesredirect {&lt;br /&gt;
        font-style: italic;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #gelesen{display:none}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-24T10:32:12Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
.Person{display:inline;font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
/*#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #F3F3FF; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form { &lt;br /&gt;
background: inherit;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-20T10:15:51Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;Benutzer und Wikipedia namensraum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
/*#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #F3F3FF; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form { &lt;br /&gt;
background: inherit;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-20T10:10:05Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;inherit nur für Spezialseiten&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
/*#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #F3F3FF; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns--1 table, .ns--1 form { &lt;br /&gt;
background: inherit;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-17T12:06:06Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
/*#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #F8FCFF; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table, form { &lt;br /&gt;
background: inherit;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-17T12:04:44Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;heller&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
/*#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #e0F0FF; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table, form { &lt;br /&gt;
background: inherit;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-17T11:50:41Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;table, form&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
/*#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #F0F6FF; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table, form { &lt;br /&gt;
background: inherit;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-17T11:44:08Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
/*#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #F0F6FF; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-17T11:41:13Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
/*#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #DDEEEE; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-17T11:37:25Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;neuer Versuch&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected a, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #DDEEEE /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 #content,  .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-17T11:31:09Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;anderes blau&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected, #mytabs li.selected a, #p-cactions li.selected, #p-cactions li.selected a {&lt;br /&gt;
    background-color: #DDEEEE /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 * #content, .ns-0 * #mytabs li.selected, .ns-0 * #mytabs li.selected a, .ns-0 * #p-cactions li.selected, .ns-0 * #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-17T10:48:10Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;Farbtest&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#siteNotice{font-size: x-small}*/&lt;br /&gt;
&lt;br /&gt;
/* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
   setting the background color for all #content areas to light blue and then&lt;br /&gt;
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
   do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
&lt;br /&gt;
#content, #mytabs li.selected, #mytabs li.selected a, #p-cactions li.selected, #p-cactions li.selected a {&lt;br /&gt;
    background-color: AliceBlue; /* ein leichtes blau */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-0 * #content, .ns-0 * #mytabs li.selected, .ns-0 * #mytabs li.selected a, .ns-0 * #p-cactions li.selected, .ns-0 * #p-cactions li.selected a {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-10T19:26:45Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#siteNotice{font-size: x-small}*/&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-09T20:09:31Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#siteNotice{font-size: x-small}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-09T15:56:41Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#siteNotice{font-size: x-small}*/&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-02T17:41:03Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#siteNotice{font-size: x-small}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-02T17:19:14Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;xsmall&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#sitenotice{font-size: x-small}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-08-02T17:10:00Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;sitenotice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;br /&gt;
&lt;br /&gt;
/*sitenotice*/&lt;br /&gt;
#sitenotice{font-weight: bold}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-14T15:25:39Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;!important&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
#siteNotice {display: none;}&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold !important;}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-14T15:23:54Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
#siteNotice {display: none;}&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font-weight:bold;}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-14T15:15:20Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
#siteNotice {display: none;}&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#p-cactions li #ca-edit a{font-weight:bold}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-14T15:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
#siteNotice {display: none;}&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#p-cactions li #ca-edit a{font:bold}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-14T15:10:38Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
#siteNotice {display: none;}&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#p-cactions #ca-edit a{font:bold}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-14T15:09:33Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
#siteNotice {display: none;}&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit a{font:bold}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-14T15:04:28Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;für Kurt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben in den Navigationsbereichen*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
/*Personennamen in Kapitälchen: &amp;lt;font class=&amp;quot;Person&amp;quot;&amp;gt;Name&amp;lt;/font&amp;gt;*/&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;br /&gt;
&lt;br /&gt;
/*Ausschalten der foundraising-Nachricht*/&lt;br /&gt;
#siteNotice {display: none;}&lt;br /&gt;
&lt;br /&gt;
/*fetter bearbeiten-link*/&lt;br /&gt;
#ca-edit{font:bold}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-04T00:59:33Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;Änderungen von Sansculotte rückgängig gemacht und letzte Version von Fristu wiederhergestellt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben*/&lt;br /&gt;
&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-07-03T23:32:25Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;Personen in Kapitälchen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben*/&lt;br /&gt;
&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;br /&gt;
&lt;br /&gt;
font.Person{font-variant:small-caps}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.js</id>
		<title>MediaWiki:Monobook.js</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.js"/>
				<updated>2004-06-10T09:22:00Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;dt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* tooltips and access keys */ ta = new Object(); ta['pt-userpage'] = new Array('.','meine Benutzerseite'); ta['pt-anonuserpage'] = new Array('.','The user page for the ip you\'re editing as'); ta['pt-mytalk'] = new Array('n','meine Diskussionsseite'); ta['pt-anontalk'] = new Array('n','Diskussion über Beiträge dieser IP-Adresse'); ta['pt-preferences'] = new Array('','meine Einstellungen'); ta['pt-watchlist'] = new Array('l','Die Liste der beobachteten Seiten.'); ta['pt-mycontris'] = new Array('y','Liste meiner Beiträge'); ta['pt-login'] = new Array('o','Sich einzuloggen wird zwar gerne gesehen, ist aber keine Pflicht.'); ta['pt-anonlogin'] = new Array('o','Sich einzuloggen wird zwar gerne gesehen, ist aber keine Pflicht.'); ta['pt-logout'] = new Array('o','Ausloggen'); ta['ca-article'] = new Array('a','Artikel ansehen'); ta['ca-talk'] = new Array('t','Diskussion zum Artikelinhalt'); ta['ca-edit'] = new Array('e','Du kannst diese Seite bearbeiten. Bitte benutze die Vorschau vor dem Speichern.'); ta['ca-addsection'] = new Array('+','Füge dieser Diskussion einen Kommentar zu.'); ta['ca-viewsource'] = new Array('e','Dies Seite ist geschützt. Du Kannst den Quelltext betrachten.'); ta['ca-history'] = new Array('h','Frühere Versionen dieser Seite.'); ta['ca-protect'] = new Array('=','Seite beschützen'); ta['ca-delete'] = new Array('d','entsorge diese Seite'); ta['ca-undelete'] = new Array('d','schwupps, da isses wieder'); ta['ca-move'] = new Array('m','durchs Verschieben wird die Seite umbenannt'); ta['ca-nomove'] = new Array('','Du darfst diese Seite nicht verschieben'); ta['ca-watch'] = new Array('w','Füge diese Seite Deiner Beobachtungsliste hinzu'); ta['ca-unwatch'] = new Array('w','Entferne diese Seite von Deiner Beobachtungsliste'); ta['search'] = new Array('f','Durchsuche dieses Wiki'); ta['p-logo'] = new Array('','Hauptseite'); ta['n-mainpage'] = new Array('z','Besuche die Hauptseite'); ta['n-portal'] = new Array('','Über das Projekt, was Du tun kanns, wo was zu finden ist'); ta['n-currentevents'] = new Array('','Finde Hintergrundinformationen über aktuelle Ereignisse'); ta['n-recentchanges'] = new Array('r','Die Liste der letzten Änderungen in diesem Wiki.'); ta['n-randompage'] = new Array('x','Lade ein zufällige Seite'); ta['n-help'] = new Array('','Der Ort zum Herausfinden.'); ta['n-sitesupport'] = new Array('','Unterstütze uns'); ta['t-whatlinkshere'] = new Array('j','Liste alller Wikipediaseiten, die hierher zeigen'); ta['t-recentchangeslinked'] = new Array('k','Letzte Änderungen der Seiten die von hier verlinkt sind'); ta['feed-rss'] = new Array('','RSS-Feed für diese Seite'); ta['feed-atom'] = new Array('','Atom-Feed für diese Seite'); ta['t-contributions'] = new Array('','Betrachte die Liste der Beiträge dieses Benutzers'); ta['t-emailuser'] = new Array('','Sende diesem Benutzer eine E-Mail'); ta['t-upload'] = new Array('u','Lade Bilder oder Mediadateien hoch'); ta['t-specialpages'] = new Array('q','Liste aller Spezialseiten'); ta['ca-nstab-main'] = new Array('c','Betrachte Artikelinhalt'); ta['ca-nstab-user'] = new Array('c','Betrachte Benutzerseite'); ta['ca-nstab-media'] = new Array('c','Betrachte Mediaseite'); ta['ca-nstab-special'] = new Array('','Dies ist eine Spezialseite, sie kann nicht bearbeitet werden.'); ta['ca-nstab-wp'] = new Array('a','Betrachte die Projektseite'); ta['ca-nstab-image'] = new Array('c','Betrachte die Bildseite'); ta['ca-nstab-mediawiki'] = new Array('c','Betrachte die Systemmeldung'); ta['ca-nstab-template'] = new Array('c','Betrachte die Vorlage'); ta['ca-nstab-help'] = new Array('c','Betrachte die Hilfsseite'); ta['ca-nstab-category'] = new Array('c','Betrachte die Kategorienseite');&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-06-03T09:46:12Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben*/&lt;br /&gt;
&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=MediaWiki:Monobook.css"/>
				<updated>2004-06-03T09:43:03Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;Großbuchstaben für alle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*Großbuchstaben*/&lt;br /&gt;
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	<entry>
		<id>http://de.kitakujo.de/w/index.php?title=Vorlage:TOC</id>
		<title>Vorlage:TOC</title>
		<link rel="alternate" type="text/html" href="http://de.kitakujo.de/w/index.php?title=Vorlage:TOC"/>
				<updated>2003-12-11T20:12:46Z</updated>
		
		<summary type="html">&lt;p&gt;Fristu:&amp;#32;für einheitliches Aussehen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[#A|A]] [[#B|B]] [[#C|C]] [[#D|D]] [[#E|E]] [[#F|F]] [[#G|G]] [[#H|H]] [[#I|I]] &lt;br /&gt;
[[#J|J]] [[#K|K]] [[#L|L]] [[#M|M]] [[#N|N]] [[#O|O]] [[#P|P]] [[#Q|Q]] [[#R|R]] &lt;br /&gt;
[[#S|S]] [[#T|T]] [[#U|U]] [[#V|V]] [[#W|W]] [[#X|X]] [[#Y|Y]] [[#Z|Z]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Fristu</name></author>	</entry>

	</feed>