<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.birdhouse.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Owls</id>
	<title>The Birdhouse - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.birdhouse.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Owls"/>
	<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/w/Special:Contributions/Owls"/>
	<updated>2026-04-04T20:45:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=75</id>
		<title>Birdhouse:CSStest</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=75"/>
		<updated>2025-09-28T21:09:43Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;hey&#039;&#039;&#039; &#039;&#039;man&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Heading 2 ==&lt;br /&gt;
&lt;br /&gt;
* list one&lt;br /&gt;
* list two&lt;br /&gt;
* list three&lt;br /&gt;
&lt;br /&gt;
=== Heading 3 ===&lt;br /&gt;
&lt;br /&gt;
# blah blah blah&lt;br /&gt;
# two&lt;br /&gt;
# three&lt;br /&gt;
# fore&lt;br /&gt;
# faive,&lt;br /&gt;
&lt;br /&gt;
linking to the [[Main Page]] for a test and whatever and yeah&lt;br /&gt;
&lt;br /&gt;
==== Heading 4 ====&lt;br /&gt;
&lt;br /&gt;
yeag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;writing&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p id=&amp;quot;pg1&amp;quot;&amp;gt;Lorem ipsum dolor SHIT amet, consectetur adipiscing elit, &amp;lt;br/&amp;gt;sed do eiusmod tempor&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; incididunt ut labore e&amp;lt;br/&amp;gt;t dolore&amp;lt;br/&amp;gt; magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p id=&amp;quot;pg2&amp;quot;&amp;gt;This is page numbah two&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p id=&amp;quot;pg3&amp;quot;&amp;gt;This is page numbah threee&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bookbtnleft&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;bookbtnright&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=74</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=74"/>
		<updated>2025-09-28T21:08:01Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 90vw;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	max-width: 216px;&lt;br /&gt;
	width: 45vw;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/Bookleftred.png&amp;quot;) no-repeat; background-size: contain; }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	max-width: 216px;&lt;br /&gt;
	width: 45vw;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;) no-repeat; background-size: contain; }&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/a/ae/Booktop.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 90vw;&lt;br /&gt;
	max-height: 460px;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	padding: 7% 11% 0px 11%;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	font-size: 180%;&lt;br /&gt;
	line-height: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.book p { display: none; }&lt;br /&gt;
.book p#pg1 { display: block; }&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=73</id>
		<title>Birdhouse:CSStest</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=73"/>
		<updated>2025-09-28T21:02:42Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;hey&#039;&#039;&#039; &#039;&#039;man&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Heading 2 ==&lt;br /&gt;
&lt;br /&gt;
* list one&lt;br /&gt;
* list two&lt;br /&gt;
* list three&lt;br /&gt;
&lt;br /&gt;
=== Heading 3 ===&lt;br /&gt;
&lt;br /&gt;
# blah blah blah&lt;br /&gt;
# two&lt;br /&gt;
# three&lt;br /&gt;
# fore&lt;br /&gt;
# faive,&lt;br /&gt;
&lt;br /&gt;
linking to the [[Main Page]] for a test and whatever and yeah&lt;br /&gt;
&lt;br /&gt;
==== Heading 4 ====&lt;br /&gt;
&lt;br /&gt;
yeag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;writing&amp;quot;&amp;gt;&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit, &amp;lt;br/&amp;gt;sed do eiusmod tempor&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; incididunt ut labore e&amp;lt;br/&amp;gt;t dolore&amp;lt;br/&amp;gt; magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bookbtnleft&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;bookbtnright&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=72</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=72"/>
		<updated>2025-09-28T21:02:07Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 90vw;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	max-width: 216px;&lt;br /&gt;
	width: 45vw;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/Bookleftred.png&amp;quot;) no-repeat; background-size: contain; }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	max-width: 216px;&lt;br /&gt;
	width: 45vw;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;) no-repeat; background-size: contain; }&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/a/ae/Booktop.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 90vw;&lt;br /&gt;
	max-height: 460px;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	padding: 10% 11% 0px 11%;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	font-size: 180%;&lt;br /&gt;
	line-height: 100%;&lt;br /&gt;
}&lt;br /&gt;
.writing p { margin: 0; }&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=71</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=71"/>
		<updated>2025-09-28T20:56:24Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 90vw;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	max-width: 216px;&lt;br /&gt;
	width: 45vw;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/Bookleftred.png&amp;quot;); background-size: contain; }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	max-width: 216px;&lt;br /&gt;
	width: 45vw;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;); background-size: contain; }&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/a/ae/Booktop.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 90vw;&lt;br /&gt;
	height: 460px;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	padding: 10% 11% 0px 11%;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.writing p {&lt;br /&gt;
	font-size: 180%;&lt;br /&gt;
	line-height: 100%;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=70</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=70"/>
		<updated>2025-09-28T20:42:01Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 90vw;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	max-width: 216px;&lt;br /&gt;
	width: 45vw;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/Bookleftred.png&amp;quot;); }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	max-width: 216px;&lt;br /&gt;
	width: 45vw;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;); }&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/a/ae/Booktop.png&amp;quot;) no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 90vw;&lt;br /&gt;
	height: 460px;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	padding: 37px 45px 0px 43px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.writing p {&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=69</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=69"/>
		<updated>2025-09-28T20:35:19Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	max-width: 432px;&lt;br /&gt;
	width: 80%;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/Bookleftred.png&amp;quot;); }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;); }&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/a/ae/Booktop.png&amp;quot;) no-repeat;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 432px;&lt;br /&gt;
	height: 460px;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	padding: 37px 45px 0px 43px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.writing p {&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=68</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=68"/>
		<updated>2025-09-28T20:31:50Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/Bookleftred.png&amp;quot;); }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;); }&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/a/ae/Booktop.png&amp;quot;) no-repeat;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 432px;&lt;br /&gt;
	height: 460px;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	padding: 37px 45px 0px 43px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.writing p {&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=67</id>
		<title>Birdhouse:CSStest</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=67"/>
		<updated>2025-09-28T20:31:30Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;hey&#039;&#039;&#039; &#039;&#039;man&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Heading 2 ==&lt;br /&gt;
&lt;br /&gt;
* list one&lt;br /&gt;
* list two&lt;br /&gt;
* list three&lt;br /&gt;
&lt;br /&gt;
=== Heading 3 ===&lt;br /&gt;
&lt;br /&gt;
# blah blah blah&lt;br /&gt;
# two&lt;br /&gt;
# three&lt;br /&gt;
# fore&lt;br /&gt;
# faive,&lt;br /&gt;
&lt;br /&gt;
linking to the [[Main Page]] for a test and whatever and yeah&lt;br /&gt;
&lt;br /&gt;
==== Heading 4 ====&lt;br /&gt;
&lt;br /&gt;
yeag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;writing&amp;quot;&amp;gt;&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipiscing elit, &amp;lt;br/&amp;gt;sed do eiusmod tempor&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; incididunt ut labore e&amp;lt;br/&amp;gt;t dolore&amp;lt;br/&amp;gt; magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bookbtnleft&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;bookbtnright&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=66</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=66"/>
		<updated>2025-09-28T20:27:10Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/Bookleftred.png&amp;quot;); }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;); }&lt;br /&gt;
&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/a/ae/Booktop.png&amp;quot;) no-repeat;&lt;br /&gt;
	width: 432px;&lt;br /&gt;
	height: 460px;&lt;br /&gt;
	overflow-y: scroll;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.writing p {&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=65</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=65"/>
		<updated>2025-09-28T20:26:14Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/leftred.png&amp;quot;); }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;); }&lt;br /&gt;
&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/a/ae/Bookleft.png&amp;quot;) no-repeat;&lt;br /&gt;
	width: 432px;&lt;br /&gt;
	height: 460px;&lt;br /&gt;
	overflow-y: scroll;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.writing p {&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=64</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=64"/>
		<updated>2025-09-28T20:23:07Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	&lt;br /&gt;
}&lt;br /&gt;
.bookbtnleft:hover { cursor: pointer; background: url(&amp;quot;/images/c/c6/leftred.png&amp;quot;); }&lt;br /&gt;
.bookbtnright {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 216px;&lt;br /&gt;
	height: 74px;&lt;br /&gt;
	background: url(&amp;quot;/images/1/1f/Bookright.png&amp;quot;) no-repeat contain;&lt;br /&gt;
}&lt;br /&gt;
.bookbtnright:hover { cursor: pointer; background: url(&amp;quot;/images/b/be/Bookrightred.png&amp;quot;); }&lt;br /&gt;
&lt;br /&gt;
.writing {&lt;br /&gt;
	background: url(&amp;quot;/images/2/20/Bookleft.png&amp;quot;) no-repeat contain;&lt;br /&gt;
	width: 432px;&lt;br /&gt;
	height: 460px;&lt;br /&gt;
	overflow-y: scroll;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	padding: 37px 45px 65px 43px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.writing p {&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=63</id>
		<title>Birdhouse:CSStest</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=63"/>
		<updated>2025-09-28T20:23:01Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;hey&#039;&#039;&#039; &#039;&#039;man&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Heading 2 ==&lt;br /&gt;
&lt;br /&gt;
* list one&lt;br /&gt;
* list two&lt;br /&gt;
* list three&lt;br /&gt;
&lt;br /&gt;
=== Heading 3 ===&lt;br /&gt;
&lt;br /&gt;
# blah blah blah&lt;br /&gt;
# two&lt;br /&gt;
# three&lt;br /&gt;
# fore&lt;br /&gt;
# faive,&lt;br /&gt;
&lt;br /&gt;
linking to the [[Main Page]] for a test and whatever and yeah&lt;br /&gt;
&lt;br /&gt;
==== Heading 4 ====&lt;br /&gt;
&lt;br /&gt;
yeag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;writing&amp;quot;&amp;gt;&lt;br /&gt;
YOUR TEXT HERE&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bookbtnleft&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class=&amp;quot;bookbtnright&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=62</id>
		<title>Birdhouse:CSStest</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=62"/>
		<updated>2025-09-28T20:16:30Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;hey&#039;&#039;&#039; &#039;&#039;man&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Heading 2 ==&lt;br /&gt;
&lt;br /&gt;
* list one&lt;br /&gt;
* list two&lt;br /&gt;
* list three&lt;br /&gt;
&lt;br /&gt;
=== Heading 3 ===&lt;br /&gt;
&lt;br /&gt;
# blah blah blah&lt;br /&gt;
# two&lt;br /&gt;
# three&lt;br /&gt;
# fore&lt;br /&gt;
# faive,&lt;br /&gt;
&lt;br /&gt;
linking to the [[Main Page]] for a test and whatever and yeah&lt;br /&gt;
&lt;br /&gt;
==== Heading 4 ====&lt;br /&gt;
&lt;br /&gt;
yeag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;book&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;writing&amp;quot;&amp;gt;&lt;br /&gt;
YOUR TEXT HERE&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=File:Bookrightred.png&amp;diff=61</id>
		<title>File:Bookrightred.png</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=File:Bookrightred.png&amp;diff=61"/>
		<updated>2025-09-28T20:14:06Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=File:Bookright.png&amp;diff=60</id>
		<title>File:Bookright.png</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=File:Bookright.png&amp;diff=60"/>
		<updated>2025-09-28T20:13:59Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=File:Bookleftred.png&amp;diff=59</id>
		<title>File:Bookleftred.png</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=File:Bookleftred.png&amp;diff=59"/>
		<updated>2025-09-28T20:13:52Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=File:Bookleft.png&amp;diff=58</id>
		<title>File:Bookleft.png</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=File:Bookleft.png&amp;diff=58"/>
		<updated>2025-09-28T20:13:43Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=File:Booktop.png&amp;diff=57</id>
		<title>File:Booktop.png</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=File:Booktop.png&amp;diff=57"/>
		<updated>2025-09-28T20:13:25Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Category:Images&amp;diff=56</id>
		<title>Category:Images</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Category:Images&amp;diff=56"/>
		<updated>2025-09-27T17:48:26Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;computer. show me birdhouse images.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;computer. show me birdhouse images.&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Category:Art&amp;diff=55</id>
		<title>Category:Art</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Category:Art&amp;diff=55"/>
		<updated>2025-09-27T17:48:09Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;Category:Images&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Images]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Category:Art_by_Owls&amp;diff=54</id>
		<title>Category:Art by Owls</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Category:Art_by_Owls&amp;diff=54"/>
		<updated>2025-09-27T17:47:57Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;Category:Art&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Art]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Category:Fics&amp;diff=53</id>
		<title>Category:Fics</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Category:Fics&amp;diff=53"/>
		<updated>2025-09-27T17:47:41Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Category:Fics_by_Owls&amp;diff=52</id>
		<title>Category:Fics by Owls</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Category:Fics_by_Owls&amp;diff=52"/>
		<updated>2025-09-27T17:47:22Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;Category:Fics&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Fics]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Category:Played_by_Owls&amp;diff=51</id>
		<title>Category:Played by Owls</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Category:Played_by_Owls&amp;diff=51"/>
		<updated>2025-09-24T00:22:56Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;Category:Characters&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Characters]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Category:Characters&amp;diff=50</id>
		<title>Category:Characters</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Category:Characters&amp;diff=50"/>
		<updated>2025-09-24T00:22:29Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;our tuoys&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;our tuoys&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Lily&amp;diff=49</id>
		<title>Lily</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Lily&amp;diff=49"/>
		<updated>2025-09-24T00:22:19Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p class=&amp;quot;minecraft lightpurple&amp;quot;&amp;gt;i should finish this...&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Characters]][[Category:Played by Owls]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Category:Page_templates&amp;diff=48</id>
		<title>Category:Page templates</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Category:Page_templates&amp;diff=48"/>
		<updated>2025-09-24T00:18:58Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;Templates made for copy and pasting into wiki pages.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Templates made for copy and pasting into wiki pages.&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Template:Character&amp;diff=47</id>
		<title>Template:Character</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Template:Character&amp;diff=47"/>
		<updated>2025-09-24T00:18:08Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;&amp;lt;pre&amp;gt;{{InfoboxCharacter  |name = Name  |image = Filename.png  |pronouns = pro/nouns  |nicknames = Nickname&amp;lt;br/&amp;gt;Another nickname  |species = Human?  |playedby = Name }}  Give an introduction to your character here! Fields in the infobox are optional, you can delete the line or leave it blank if you don&amp;#039;t want it to display.  == Personality ==  Talk about their personality! What makes them tick, what are their mannerisms, what do they like/dislike?...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;pre&amp;gt;{{InfoboxCharacter&lt;br /&gt;
 |name = Name&lt;br /&gt;
 |image = Filename.png&lt;br /&gt;
 |pronouns = pro/nouns&lt;br /&gt;
 |nicknames = Nickname&amp;lt;br/&amp;gt;Another nickname&lt;br /&gt;
 |species = Human?&lt;br /&gt;
 |playedby = [[User:Name|Name]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Give an introduction to your character here! Fields in the infobox are optional, you can delete the line or leave it blank if you don&#039;t want it to display.&lt;br /&gt;
&lt;br /&gt;
== Personality ==&lt;br /&gt;
&lt;br /&gt;
Talk about their personality! What makes them tick, what are their mannerisms, what do they like/dislike? Their fears? Their dreams?&lt;br /&gt;
&lt;br /&gt;
== Backstory ==&lt;br /&gt;
&lt;br /&gt;
Give as much backstory as you&#039;d like! Remember you can always come back and add more as it&#039;s revealed— don&#039;t spoil everything if you don&#039;t want to!&lt;br /&gt;
&lt;br /&gt;
== Appearance ==&lt;br /&gt;
&lt;br /&gt;
What do they look like?&lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
&lt;br /&gt;
[[Other character]]: What&#039;s their relationship like?&lt;br /&gt;
&lt;br /&gt;
[[Another]]: Are they friends? Enemies? Toxic yaoi?&lt;br /&gt;
&lt;br /&gt;
[[Category:Characters]][[Category:Played by USERNAME]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{InfoboxCharacter&lt;br /&gt;
 |name = Name&lt;br /&gt;
 |image = Filename.png&lt;br /&gt;
 |pronouns = pro/nouns&lt;br /&gt;
 |nicknames = Nickname&amp;lt;br/&amp;gt;Another nickname&lt;br /&gt;
 |species = Human?&lt;br /&gt;
 |playedby = [[User:Name|Name]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Give an introduction to your character here! Fields in the infobox are optional, you can delete the line or leave it blank if you don&#039;t want it to display.&lt;br /&gt;
&lt;br /&gt;
== Personality ==&lt;br /&gt;
&lt;br /&gt;
Talk about their personality! What makes them tick, what are their mannerisms, what do they like/dislike? Their fears? Their dreams?&lt;br /&gt;
&lt;br /&gt;
== Backstory ==&lt;br /&gt;
&lt;br /&gt;
Give as much backstory as you&#039;d like! Remember you can always come back and add more as it&#039;s revealed— don&#039;t spoil everything if you don&#039;t want to!&lt;br /&gt;
&lt;br /&gt;
== Appearance ==&lt;br /&gt;
&lt;br /&gt;
What do they look like?&lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
&lt;br /&gt;
[[Other character]]: What&#039;s their relationship like?&lt;br /&gt;
&lt;br /&gt;
[[Another character]]: Are they friends? Enemies? Toxic yaoi?&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
[[Category:Page templates]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Lily&amp;diff=46</id>
		<title>Lily</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Lily&amp;diff=46"/>
		<updated>2025-09-24T00:12:35Z</updated>

		<summary type="html">&lt;p&gt;Owls: Replaced content with &amp;quot;&amp;lt;p class=&amp;quot;minecraft lightpurple&amp;quot;&amp;gt;i should finish this...&amp;lt;/p&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p class=&amp;quot;minecraft lightpurple&amp;quot;&amp;gt;i should finish this...&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Template:UserNavbox&amp;diff=45</id>
		<title>Template:UserNavbox</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Template:UserNavbox&amp;diff=45"/>
		<updated>2025-09-24T00:09:27Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 1px solid #AA0000;background:#f1d1d1;padding:10px;text-align:center;&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;{{{username}}}&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;《 [[:Category:Played by {{{username}}}|Characters]] | [[:Category:Fics by {{{username}}}|Fics]] | [[:Category:Art by {{{username}}}|Art]] 》&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Template:UserNavbox&amp;diff=44</id>
		<title>Template:UserNavbox</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Template:UserNavbox&amp;diff=44"/>
		<updated>2025-09-23T15:54:41Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 1px solid #0000AA;background:#C8DBFF;padding:10px;text-align:center;&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;{{{username}}}&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;《 [[:Category:Played by {{{username}}}|Characters]] | [[:Category:Fics by {{{username}}}|Fics]] | [[:Category:Art by {{{username}}}|Art]] 》&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=User:Owls&amp;diff=43</id>
		<title>User:Owls</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=User:Owls&amp;diff=43"/>
		<updated>2025-09-23T15:54:39Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;{{UserNavbox|username=Owls}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UserNavbox|username=Owls}}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Template:UserNavbox&amp;diff=42</id>
		<title>Template:UserNavbox</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Template:UserNavbox&amp;diff=42"/>
		<updated>2025-09-23T15:53:35Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;&amp;lt;div style=&amp;quot;border: 1px solid #0000AA;background:#C8DBFF;padding:10px;text-align:center;&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;{{{username}}}&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;《 Characters | Fics | :Category:Art by {{{username}}}|Art]] 》&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 1px solid #0000AA;background:#C8DBFF;padding:10px;text-align:center;&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;{{{username}}}&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;《 [[:Category:Played by {{{username}}}|Characters]] | [[:Category:Fics by {{{username}}}|Fics]] | [[:Category:Art by {{{username}}}]]|Art]] 》&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Lily&amp;diff=41</id>
		<title>Lily</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Lily&amp;diff=41"/>
		<updated>2025-09-23T15:44:54Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxCharacter&lt;br /&gt;
 |name = Lily&lt;br /&gt;
 |image = &lt;br /&gt;
 |pronouns = she/her&lt;br /&gt;
 |nicknames = &lt;br /&gt;
 |species = Human?&lt;br /&gt;
 |playedby = [[User:Owls|Owls]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Give an introduction to your character here! Fields in the infobox are optional, you can delete the line or leave it blank if you don&#039;t want it to display.&lt;br /&gt;
&lt;br /&gt;
== Personality ==&lt;br /&gt;
&lt;br /&gt;
Talk about their personality! What makes them tick, what are their mannerisms, what do they like/dislike? Their fears? Their dreams?&lt;br /&gt;
&lt;br /&gt;
== Backstory ==&lt;br /&gt;
&lt;br /&gt;
Give as much backstory as you&#039;d like! Remember you can always come back and add more as it&#039;s revealed— don&#039;t spoil everything if you don&#039;t want to!&lt;br /&gt;
&lt;br /&gt;
== Appearance ==&lt;br /&gt;
&lt;br /&gt;
What do they look like?&lt;br /&gt;
&lt;br /&gt;
== Abilities ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Ability name&#039;&#039;&#039; - Explanation&lt;br /&gt;
* &#039;&#039;&#039;Another one&#039;&#039;&#039; - Another explanation&lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
&lt;br /&gt;
[[Other character]]: What&#039;s their relationship like?&lt;br /&gt;
&lt;br /&gt;
[[Another]]: Are they friends? Enemies? Toxic yaoi?&lt;br /&gt;
&lt;br /&gt;
[[Category:Characters]][[Category:Played by Owls]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Lily&amp;diff=40</id>
		<title>Lily</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Lily&amp;diff=40"/>
		<updated>2025-09-23T15:42:30Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;{{InfoboxCharacter  |name = Lily  |image =   |pronouns = she/her  |nicknames =   |species = Human?  |playedby = Owls }}  Give an introduction to your character here! Fields in the infobox are optional, you can delete the line or leave it blank if you don&amp;#039;t want it to display.  == Personality ==  Talk about their personality! What makes them tick, what are their mannerisms, what do they like/dislike? Their fears? Their dreams?  == Backstory ==  Give as much...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoboxCharacter&lt;br /&gt;
 |name = Lily&lt;br /&gt;
 |image = &lt;br /&gt;
 |pronouns = she/her&lt;br /&gt;
 |nicknames = &lt;br /&gt;
 |species = Human?&lt;br /&gt;
 |playedby = [[User:Owls|Owls]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Give an introduction to your character here! Fields in the infobox are optional, you can delete the line or leave it blank if you don&#039;t want it to display.&lt;br /&gt;
&lt;br /&gt;
== Personality ==&lt;br /&gt;
&lt;br /&gt;
Talk about their personality! What makes them tick, what are their mannerisms, what do they like/dislike? Their fears? Their dreams?&lt;br /&gt;
&lt;br /&gt;
== Backstory ==&lt;br /&gt;
&lt;br /&gt;
Give as much backstory as you&#039;d like! Remember you can always come back and add more as it&#039;s revealed— don&#039;t spoil everything if you don&#039;t want to!&lt;br /&gt;
&lt;br /&gt;
== Appearance ==&lt;br /&gt;
&lt;br /&gt;
What do they look like?&lt;br /&gt;
&lt;br /&gt;
== Abilities ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Ability name&#039;&#039;&#039; - Explanation&lt;br /&gt;
* &#039;&#039;&#039;Another one&#039;&#039;&#039; - Another explanation&lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
&lt;br /&gt;
[[Other character]]: What&#039;s their relationship like?&lt;br /&gt;
&lt;br /&gt;
[[Another]]: Are they friends? Enemies? Toxic yaoi?&lt;br /&gt;
&lt;br /&gt;
[[Category:Characters]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Template:InfoboxCharacter&amp;diff=39</id>
		<title>Template:InfoboxCharacter</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Template:InfoboxCharacter&amp;diff=39"/>
		<updated>2025-09-23T15:42:23Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;infobox&amp;gt;&lt;br /&gt;
    &amp;lt;title source=&amp;quot;name&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;image source=&amp;quot;image&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;pronouns&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Pronouns&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;nicknames&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Nicknames&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;species&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Species&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;playedby&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Played by&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;/infobox&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Template:InfoboxCharacter&amp;diff=38</id>
		<title>Template:InfoboxCharacter</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Template:InfoboxCharacter&amp;diff=38"/>
		<updated>2025-09-23T15:39:50Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;&amp;lt;infobox&amp;gt;     &amp;lt;title source=&amp;quot;name&amp;quot; /&amp;gt;     &amp;lt;image source=&amp;quot;image&amp;quot; /&amp;gt; &amp;lt;data source=&amp;quot;pronouns&amp;quot;&amp;gt;     &amp;lt;label&amp;gt;Pronouns&amp;lt;/label&amp;gt; &amp;lt;/data&amp;gt; &amp;lt;data source=&amp;quot;nicknames&amp;quot;&amp;gt;     &amp;lt;label&amp;gt;Nicknames&amp;lt;/label&amp;gt; &amp;lt;/data&amp;gt; &amp;lt;data source=&amp;quot;species&amp;quot;&amp;gt;     &amp;lt;label&amp;gt;Species&amp;lt;/label&amp;gt; &amp;lt;/data&amp;gt; &amp;lt;data source=&amp;quot;playedby&amp;quot;&amp;gt;     &amp;lt;label&amp;gt;Played by&amp;lt;/label&amp;gt; &amp;lt;/data&amp;gt; &amp;lt;data source=&amp;quot;relations&amp;quot;&amp;gt;     &amp;lt;label&amp;gt;Relations&amp;lt;/label&amp;gt; &amp;lt;/data&amp;gt; &amp;lt;/infobox&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;infobox&amp;gt;&lt;br /&gt;
    &amp;lt;title source=&amp;quot;name&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;image source=&amp;quot;image&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;pronouns&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Pronouns&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;nicknames&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Nicknames&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;species&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Species&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;playedby&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Played by&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;data source=&amp;quot;relations&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;Relations&amp;lt;/label&amp;gt;&lt;br /&gt;
&amp;lt;/data&amp;gt;&lt;br /&gt;
&amp;lt;/infobox&amp;gt;&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Birdhouse:To-do_list&amp;diff=37</id>
		<title>Birdhouse:To-do list</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Birdhouse:To-do_list&amp;diff=37"/>
		<updated>2025-09-23T15:37:02Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;da big ol&#039; to-do list&lt;br /&gt;
&lt;br /&gt;
Also see:&lt;br /&gt;
* [[:Category:Outdated pages]]&lt;br /&gt;
* [[Special:WantedPages]]&lt;br /&gt;
* [[Special:UncategorizedPages]]&lt;br /&gt;
&lt;br /&gt;
== CSS ==&lt;br /&gt;
&lt;br /&gt;
* Mobile colors&lt;br /&gt;
* &amp;lt;s&amp;gt;Replace mobile icons&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* How-to-edit page(s)&lt;br /&gt;
* Categories&lt;br /&gt;
* Infobox templates&lt;br /&gt;
* Warning/stub/spoiler callout boxes&lt;br /&gt;
* Navboxes for the bottom of pages&lt;br /&gt;
&lt;br /&gt;
== Bugfixing ==&lt;br /&gt;
&lt;br /&gt;
* Nothing yet&lt;br /&gt;
&lt;br /&gt;
== Random ideas ==&lt;br /&gt;
&lt;br /&gt;
* Interactive world map (using imagemap extension)&lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:To-do list}}__NOTOC__&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Birdhouse:To-do_list&amp;diff=36</id>
		<title>Birdhouse:To-do list</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Birdhouse:To-do_list&amp;diff=36"/>
		<updated>2025-09-23T01:19:08Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;da big ol&amp;#039; to-do list  Also see: * :Category:Outdated pages * Special:WantedPages * Special:UncategorizedPages  == CSS ==  * Mobile colors * Replace mobile icons  == Features ==  * How-to-edit page(s) * Categories * Infobox templates * Warning/stub/spoiler callout boxes * Navboxes for the bottom of pages  == Bugfixing ==  * Nothing yet  == Random ideas ==  * Interactive world map (using imagemap extension)  {{DISPLAYTITLE:To-do list}}__NOTOC__&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;da big ol&#039; to-do list&lt;br /&gt;
&lt;br /&gt;
Also see:&lt;br /&gt;
* [[:Category:Outdated pages]]&lt;br /&gt;
* [[Special:WantedPages]]&lt;br /&gt;
* [[Special:UncategorizedPages]]&lt;br /&gt;
&lt;br /&gt;
== CSS ==&lt;br /&gt;
&lt;br /&gt;
* Mobile colors&lt;br /&gt;
* Replace mobile icons&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* How-to-edit page(s)&lt;br /&gt;
* Categories&lt;br /&gt;
* Infobox templates&lt;br /&gt;
* Warning/stub/spoiler callout boxes&lt;br /&gt;
* Navboxes for the bottom of pages&lt;br /&gt;
&lt;br /&gt;
== Bugfixing ==&lt;br /&gt;
&lt;br /&gt;
* Nothing yet&lt;br /&gt;
&lt;br /&gt;
== Random ideas ==&lt;br /&gt;
&lt;br /&gt;
* Interactive world map (using imagemap extension)&lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:To-do list}}__NOTOC__&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Main_Page&amp;diff=35</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Main_Page&amp;diff=35"/>
		<updated>2025-09-23T01:05:43Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Welcome to The Birdhouse!}}&amp;lt;p class=&amp;quot;minecraft bold red&amp;quot;&amp;gt;whats up fuckers&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Birdhouse:CSStest]]&lt;br /&gt;
[[Birdhouse:To-do list]]&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=34</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Common.css&amp;diff=34"/>
		<updated>2025-09-22T00:18:11Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
CSS placed here will be applied to all skins.&lt;br /&gt;
DON&#039;T EDIT THIS unless you know for sure what you&#039;re doing,&lt;br /&gt;
because changing certain variables might break the wiki or make it look weird!&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* MINECRAFT FONTS */&lt;br /&gt;
&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftRegular.otf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftItalic.otf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBold.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: Minecraft;&lt;br /&gt;
  src: url(/resources/assets/fonts/MinecraftBoldItalic.otf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CODEBLOCKS */&lt;br /&gt;
&lt;br /&gt;
pre {&lt;br /&gt;
	color: blue;&lt;br /&gt;
	background: lightgray;&lt;br /&gt;
	font-size: 12px;&lt;br /&gt;
	line-height: 13px;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	max-height: 200px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
/*	user-select: all; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* CHAT LOGS */&lt;br /&gt;
&lt;br /&gt;
.chatlog {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #545454;&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.chatlog p {&lt;br /&gt;
	line-height: 1rem;&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* BOOKS */&lt;br /&gt;
&lt;br /&gt;
.book {&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	width: 432px;&lt;br /&gt;
	height: 534px;&lt;br /&gt;
	background: url(&amp;quot;/images/f/f3/Book.png&amp;quot;) no-repeat;&lt;br /&gt;
	padding: 37px 45px 65px 43px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.writing {&lt;br /&gt;
	width: 344px;&lt;br /&gt;
	height: 426px;&lt;br /&gt;
	overflow-y: scroll;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.writing p {&lt;br /&gt;
	font-size: 29px;&lt;br /&gt;
	line-height: 30px;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SPECIAL FORMATTING CLASSES */&lt;br /&gt;
&lt;br /&gt;
.minecraft { font-family: Minecraft; }&lt;br /&gt;
.bold { font-weight: bold; }&lt;br /&gt;
.italic { font-style: italic; }&lt;br /&gt;
.underline { text-decoration: underline; }&lt;br /&gt;
.darkbg { background-color: #23303E; }&lt;br /&gt;
.center { text-align: center; margin-bottom: 1em; }&lt;br /&gt;
&lt;br /&gt;
.darkblue { color: #0000AA; }&lt;br /&gt;
.darkgreen { color: #00AA00; }&lt;br /&gt;
.darkaqua { color: #00AAAA; }&lt;br /&gt;
.darkred { color: #AA0000; }&lt;br /&gt;
.darkpurple { color: #AA00AA; }&lt;br /&gt;
.gold { color: #FFAA00; }&lt;br /&gt;
.gray { color: #AAAAAA; }&lt;br /&gt;
.darkgray { color: #555555; }&lt;br /&gt;
.blue { color: #5555FF; }&lt;br /&gt;
.green { color: #55FF55; }&lt;br /&gt;
.aqua { color: #55FFFF; }&lt;br /&gt;
.red { color: #FF5555; }&lt;br /&gt;
.lightpurple { color: #FF55FF; }&lt;br /&gt;
.yellow { color: #FFFF55; }&lt;br /&gt;
.white { color: #FFFFFF; }&lt;br /&gt;
.black { color: #000000; }&lt;br /&gt;
&lt;br /&gt;
/* AO3 TAGS */&lt;br /&gt;
&lt;br /&gt;
.ao3 {&lt;br /&gt;
	background: #EDEDED;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
.tag {&lt;br /&gt;
	line-height: 1.5;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border-bottom: 1px dotted;&lt;br /&gt;
}&lt;br /&gt;
.tag:hover {&lt;br /&gt;
	color: white;&lt;br /&gt;
	background: #900000;&lt;br /&gt;
	cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* WARNINGS */&lt;br /&gt;
&lt;br /&gt;
.warning {&lt;br /&gt;
	font-size: 1rem;&lt;br /&gt;
	color: #222222;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin-bottom: 1em;&lt;br /&gt;
	padding: 15px;&lt;br /&gt;
}&lt;br /&gt;
.maturecontent {&lt;br /&gt;
	background-color: #fee7e6;&lt;br /&gt;
	border: 1px #d33 solid;&lt;br /&gt;
}&lt;br /&gt;
.caution {&lt;br /&gt;
	background-color: #fef8e6;&lt;br /&gt;
	border: 1px #ddc233 solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ADVANCEMENTS */&lt;br /&gt;
&lt;br /&gt;
.advhover {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	cursor: default;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:before {&lt;br /&gt;
	content: attr(data-hover);&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	left: 0;&lt;br /&gt;
	top: 110%;&lt;br /&gt;
	width: 200px;&lt;br /&gt;
	background-color: #110311;&lt;br /&gt;
	color: #55FF55;&lt;br /&gt;
	text-shadow: 2px 2px #153e15;&lt;br /&gt;
	font-family: Minecraft;&lt;br /&gt;
	border: 3px solid #26045c;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.advhover:hover:before {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#mw-normal-catlinks a.new {&lt;br /&gt;
	color: #ba0000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=33</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=33"/>
		<updated>2025-09-22T00:17:45Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
/* header fonts */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-SemiBold.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-SemiBoldItalic.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-heading { color: #2F66B3; font-weight: bold; }&lt;br /&gt;
h1 {&lt;br /&gt;
	font-family: &amp;quot;EpundaSlab&amp;quot;;&lt;br /&gt;
	font-size: 2.5em;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	letter-spacing: 0.04em;&lt;br /&gt;
	color: #2F66B3;&lt;br /&gt;
	border-bottom: 1px solid #4676c0;&lt;br /&gt;
}&lt;br /&gt;
.mw-heading2 { border-bottom: 1px solid #4676c0; }&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
body {&lt;br /&gt;
	background: #c8dbff;&lt;br /&gt;
}&lt;br /&gt;
#globalWrapper {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.mw-footer {&lt;br /&gt;
	border-top: 1px solid #0000AA;&lt;br /&gt;
	border-bottom: 1px solid #0000AA;&lt;br /&gt;
}&lt;br /&gt;
a { color: #0000AA; }&lt;br /&gt;
a:visited { color: #AA00AA; }&lt;br /&gt;
a.new { color: #AA0000; }&lt;br /&gt;
ul { list-style: square; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* fixes big logo */&lt;br /&gt;
.mw-wiki-logo {&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* top of page tabs */&lt;br /&gt;
body.skin--responsive #p-cactions li {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	padding: 0.5em 0 1em 0;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover { background-color: #F8F8FF; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected { border-color: #AA0000; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected a { color: #AA0000; background-color: #F8F8FF; }&lt;br /&gt;
&lt;br /&gt;
hr { background-color: #FF5555; }&lt;br /&gt;
&lt;br /&gt;
body.skin--responsive .portlet h3 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
    color: #0000AA;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive .mw-portlet &amp;gt; div, body.skin--responsive .pBody {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 body.skin--responsive #p-personal li a { color: #0000AA; }&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=32</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=32"/>
		<updated>2025-09-22T00:16:41Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
/* header fonts */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-SemiBold.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-SemiBoldItalic.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-heading { color: #2F66B3; font-weight: bold; }&lt;br /&gt;
h1 {&lt;br /&gt;
	font-family: &amp;quot;EpundaSlab&amp;quot;;&lt;br /&gt;
	font-size: 2.5em;&lt;br /&gt;
	color: #2F66B3;&lt;br /&gt;
	border-bottom: 1px solid #4676c0;&lt;br /&gt;
	letter-spacing: 0.04em;&lt;br /&gt;
}&lt;br /&gt;
.mw-heading2 { border-bottom: 1px solid #4676c0; }&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
body {&lt;br /&gt;
	background: #c8dbff;&lt;br /&gt;
}&lt;br /&gt;
#globalWrapper {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.mw-footer {&lt;br /&gt;
	border-top: 1px solid #0000AA;&lt;br /&gt;
	border-bottom: 1px solid #0000AA;&lt;br /&gt;
}&lt;br /&gt;
a { color: #0000AA; }&lt;br /&gt;
a:visited { color: #AA00AA; }&lt;br /&gt;
a.new { color: #AA0000; }&lt;br /&gt;
ul { list-style: square; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* fixes big logo */&lt;br /&gt;
.mw-wiki-logo {&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* top of page tabs */&lt;br /&gt;
body.skin--responsive #p-cactions li {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	padding: 0.5em 0 1em 0;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover { background-color: #F8F8FF; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected { border-color: #AA0000; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected a { color: #AA0000; background-color: #F8F8FF; }&lt;br /&gt;
&lt;br /&gt;
hr { background-color: #FF5555; }&lt;br /&gt;
&lt;br /&gt;
body.skin--responsive .portlet h3 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
    color: #0000AA;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive .mw-portlet &amp;gt; div, body.skin--responsive .pBody {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 body.skin--responsive #p-personal li a { color: #0000AA; }&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=31</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=31"/>
		<updated>2025-09-22T00:08:19Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
/* header fonts */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Bold.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-BoldItalic.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-heading { color: #2F66B3; font-weight: bold; }&lt;br /&gt;
h1 {&lt;br /&gt;
	font-family: &amp;quot;EpundaSlab&amp;quot;;&lt;br /&gt;
	font-size: 2.5em;&lt;br /&gt;
	color: #2F66B3;&lt;br /&gt;
	border-bottom: 1px solid #4676c0;&lt;br /&gt;
}&lt;br /&gt;
.mw-heading2 { border-bottom: 1px solid #4676c0; }&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
body {&lt;br /&gt;
	background: #c8dbff;&lt;br /&gt;
}&lt;br /&gt;
#globalWrapper {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.mw-footer {&lt;br /&gt;
	border-top: 1px solid #0000AA;&lt;br /&gt;
	border-bottom: 1px solid #0000AA;&lt;br /&gt;
}&lt;br /&gt;
a { color: #0000AA; }&lt;br /&gt;
a:visited { color: #AA00AA; }&lt;br /&gt;
a.new { color: #AA0000; }&lt;br /&gt;
ul { list-style: square; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* fixes big logo */&lt;br /&gt;
.mw-wiki-logo {&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* top of page tabs */&lt;br /&gt;
body.skin--responsive #p-cactions li {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	padding: 0.5em 0 1em 0;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover { background-color: #F8F8FF; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected { border-color: #FF5555; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected a { color: #FF5555; background-color: #F8F8FF; }&lt;br /&gt;
&lt;br /&gt;
hr { background-color: #FF5555; }&lt;br /&gt;
&lt;br /&gt;
body.skin--responsive .portlet h3 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
    color: #2F66B3;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive .mw-portlet &amp;gt; div, body.skin--responsive .pBody {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 body.skin--responsive #p-personal li a { color: #0000AA; }&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=30</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=30"/>
		<updated>2025-09-22T00:07:25Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
/* header fonts */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Bold.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-BoldItalic.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-heading { color: #2F66B3; }&lt;br /&gt;
h1 {&lt;br /&gt;
	font-family: &amp;quot;EpundaSlab&amp;quot;;&lt;br /&gt;
	font-size: 2.5em;&lt;br /&gt;
	color: #2F66B3;&lt;br /&gt;
	border-bottom: 1px solid #4676c0;&lt;br /&gt;
}&lt;br /&gt;
.mw-heading h2 { font-weight: bold; border-bottom: 1px solid #4676c0; }&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
body {&lt;br /&gt;
	background: #c8dbff;&lt;br /&gt;
}&lt;br /&gt;
#globalWrapper {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.mw-footer {&lt;br /&gt;
	border-top: 1px solid #0000AA;&lt;br /&gt;
	border-bottom: 1px solid #0000AA;&lt;br /&gt;
}&lt;br /&gt;
a { color: #0000AA; }&lt;br /&gt;
a:visited { color: #AA00AA; }&lt;br /&gt;
a.new { color: #AA0000; }&lt;br /&gt;
ul { list-style: square; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* fixes big logo */&lt;br /&gt;
.mw-wiki-logo {&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* top of page tabs */&lt;br /&gt;
body.skin--responsive #p-cactions li {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	padding: 0.5em 0 1em 0;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover { background-color: #F8F8FF; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected { border-color: #FF5555; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected a { color: #FF5555; background-color: #F8F8FF; }&lt;br /&gt;
&lt;br /&gt;
hr { background-color: #FF5555; }&lt;br /&gt;
&lt;br /&gt;
body.skin--responsive .portlet h3 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
    color: #2F66B3;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive .mw-portlet &amp;gt; div, body.skin--responsive .pBody {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 body.skin--responsive #p-personal li a { color: #0000AA; }&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=29</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=29"/>
		<updated>2025-09-22T00:05:39Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
/* header fonts */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Bold.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-BoldItalic.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-heading { color: #2F66B3; }&lt;br /&gt;
h1 {&lt;br /&gt;
	font-family: &amp;quot;EpundaSlab&amp;quot;;&lt;br /&gt;
	font-size: 2.5em;&lt;br /&gt;
	color: #2F66B3;&lt;br /&gt;
	border-bottom: 1px solid #4676c0;&lt;br /&gt;
}&lt;br /&gt;
h2 { border-bottom: 1px solid #4676c0; }&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
body {&lt;br /&gt;
	background: #c8dbff;&lt;br /&gt;
}&lt;br /&gt;
#globalWrapper {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.mw-footer {&lt;br /&gt;
	border-top: 1px solid #0000AA;&lt;br /&gt;
	border-bottom: 1px solid #0000AA;&lt;br /&gt;
}&lt;br /&gt;
a { color: #0000AA; }&lt;br /&gt;
a:visited { color: #AA00AA; }&lt;br /&gt;
a.new { color: #AA0000; }&lt;br /&gt;
ul { list-style: square; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* fixes big logo */&lt;br /&gt;
.mw-wiki-logo {&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* top of page tabs */&lt;br /&gt;
body.skin--responsive #p-cactions li {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	padding: 0.5em 0 1em 0;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover { background-color: #F8F8FF; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected { border-color: #FF5555; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected a { color: #FF5555; background-color: #F8F8FF; }&lt;br /&gt;
&lt;br /&gt;
hr { background-color: #FF5555; }&lt;br /&gt;
&lt;br /&gt;
body.skin--responsive .portlet h3 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
    color: #2F66B3;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive .mw-portlet &amp;gt; div, body.skin--responsive .pBody {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 body.skin--responsive #p-personal li a { color: #0000AA; }&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=28</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=28"/>
		<updated>2025-09-22T00:03:51Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
/* header fonts */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Bold.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-BoldItalic.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1 {&lt;br /&gt;
	font-family: &amp;quot;EpundaSlab&amp;quot;;&lt;br /&gt;
	font-size: 2.5em;&lt;br /&gt;
	color: #2F66B3;&lt;br /&gt;
	border-bottom: 1px solid #4676c0;&lt;br /&gt;
}&lt;br /&gt;
h2 {&lt;br /&gt;
	color: #2F66B3;&lt;br /&gt;
	border-bottom: 1px solid #4676c0;&lt;br /&gt;
}&lt;br /&gt;
h3, h4, h5 { color: #2F66B3; }&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
body {&lt;br /&gt;
	background: #c8dbff;&lt;br /&gt;
}&lt;br /&gt;
#globalWrapper {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.mw-footer {&lt;br /&gt;
	border-top: 1px solid #0000AA;&lt;br /&gt;
	border-bottom: 1px solid #0000AA;&lt;br /&gt;
}&lt;br /&gt;
a { color: #0000AA; }&lt;br /&gt;
a:visited { color: #AA00AA; }&lt;br /&gt;
a.new { color: #AA0000; }&lt;br /&gt;
ul { list-style: square; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* fixes big logo */&lt;br /&gt;
.mw-wiki-logo {&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* top of page tabs */&lt;br /&gt;
body.skin--responsive #p-cactions li {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	padding: 0.5em 0 1em 0;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover { background-color: #F8F8FF; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected { border-color: #FF5555; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected a { color: #FF5555; background-color: #F8F8FF; }&lt;br /&gt;
&lt;br /&gt;
hr { background-color: #FF5555; }&lt;br /&gt;
&lt;br /&gt;
body.skin--responsive .portlet h3 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
    color: #2F66B3;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive .mw-portlet &amp;gt; div, body.skin--responsive .pBody {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 body.skin--responsive #p-personal li a { color: #0000AA; }&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=27</id>
		<title>Birdhouse:CSStest</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=Birdhouse:CSStest&amp;diff=27"/>
		<updated>2025-09-21T23:59:18Z</updated>

		<summary type="html">&lt;p&gt;Owls: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;hey&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;man&amp;#039;&amp;#039;  == Heading 2 ==  * list one * list two * list three  === Heading 3 ===  # blah blah blah # two # three # fore # faive,  linking to the Main Page for a test and whatever and yeah  ==== Heading 4 ====  yeag&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;hey&#039;&#039;&#039; &#039;&#039;man&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Heading 2 ==&lt;br /&gt;
&lt;br /&gt;
* list one&lt;br /&gt;
* list two&lt;br /&gt;
* list three&lt;br /&gt;
&lt;br /&gt;
=== Heading 3 ===&lt;br /&gt;
&lt;br /&gt;
# blah blah blah&lt;br /&gt;
# two&lt;br /&gt;
# three&lt;br /&gt;
# fore&lt;br /&gt;
# faive,&lt;br /&gt;
&lt;br /&gt;
linking to the [[Main Page]] for a test and whatever and yeah&lt;br /&gt;
&lt;br /&gt;
==== Heading 4 ====&lt;br /&gt;
&lt;br /&gt;
yeag&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
	<entry>
		<id>https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=26</id>
		<title>MediaWiki:Monobook.css</title>
		<link rel="alternate" type="text/html" href="https://www.birdhouse.wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=26"/>
		<updated>2025-09-21T23:51:43Z</updated>

		<summary type="html">&lt;p&gt;Owls: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
/* header fonts */&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Regular.ttf);&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Italic.ttf);&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-Bold.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
@font-face {&lt;br /&gt;
  font-family: EpundaSlab;&lt;br /&gt;
  src: url(/resources/assets/fonts/EpundaSlab-BoldItalic.ttf);&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1 {&lt;br /&gt;
	font-family: &amp;quot;EpundaSlab&amp;quot;;&lt;br /&gt;
	font-size: 2.5em;&lt;br /&gt;
	color: #2F66B3;&lt;br /&gt;
	border-bottom: 1px solid #4676c0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
body {&lt;br /&gt;
	background: #c8dbff;&lt;br /&gt;
}&lt;br /&gt;
#globalWrapper {&lt;br /&gt;
	font-size: 15px;&lt;br /&gt;
}&lt;br /&gt;
.mw-footer {&lt;br /&gt;
	border-top: 1px solid #0000AA;&lt;br /&gt;
	border-bottom: 1px solid #0000AA;&lt;br /&gt;
}&lt;br /&gt;
a { color: #0000AA; }&lt;br /&gt;
a:visited { color: #AA00AA; }&lt;br /&gt;
a.new { color: #AA0000; }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* fixes big logo */&lt;br /&gt;
.mw-wiki-logo {&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* top of page tabs */&lt;br /&gt;
body.skin--responsive #p-cactions li {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	padding: 0.5em 0 1em 0;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive #p-cactions li a, body.skin--responsive #p-cactions li a:hover { background-color: #F8F8FF; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected { border-color: #FF5555; }&lt;br /&gt;
body.skin--responsive #p-cactions li.selected a { color: #FF5555; background-color: #F8F8FF; }&lt;br /&gt;
&lt;br /&gt;
hr { background-color: #FF5555; }&lt;br /&gt;
&lt;br /&gt;
body.skin--responsive .portlet h3 {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
    color: #2F66B3;&lt;br /&gt;
}&lt;br /&gt;
body.skin--responsive .mw-portlet &amp;gt; div, body.skin--responsive .pBody {&lt;br /&gt;
	border-color: #0000AA;&lt;br /&gt;
	background-color: #F8F8FF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
 body.skin--responsive #p-personal li a { color: #0000AA; }&lt;/div&gt;</summary>
		<author><name>Owls</name></author>
	</entry>
</feed>