<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.politiballwiki.net/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ADocumentation%2Fstyles.css</id>
	<title>Module:Documentation/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.politiballwiki.net/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ADocumentation%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://www.politiballwiki.net/w/index.php?title=Module:Documentation/styles.css&amp;action=history"/>
	<updated>2026-04-28T07:06:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.politiballwiki.net/w/index.php?title=Module:Documentation/styles.css&amp;diff=805&amp;oldid=prev</id>
		<title>Kymi: Created page with &quot;/* Base styling with glowing text effect */ .documentation, .documentation-metadata {     border: 1px solid #a2a9b1;     background-color: #D4213D; /* Poland&#039;s flag red */     clear: both;     color: black; /* Black text by default */     text-shadow: 0 0 8px #FFFFFF, 0 0 10px #FFFFFF, 0 0 12px #FFFFFF; /* Glowing effect */ }  /* Redlinks: Colors for unvisited and visited redlinks */ .documentation a.new, .documentation a.new:visited {     color: #b20000; /* Dark red for...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.politiballwiki.net/w/index.php?title=Module:Documentation/styles.css&amp;diff=805&amp;oldid=prev"/>
		<updated>2025-05-26T12:23:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;Base styling with glowing text effect: &lt;/span&gt; .documentation, .documentation-metadata {     border: 1px solid #a2a9b1;     background-color: #D4213D; &lt;span class=&quot;autocomment&quot;&gt;Poland&amp;#039;s flag red: &lt;/span&gt;     clear: both;     color: black; &lt;span class=&quot;autocomment&quot;&gt;Black text by default: &lt;/span&gt;     text-shadow: 0 0 8px #FFFFFF, 0 0 10px #FFFFFF, 0 0 12px #FFFFFF; &lt;span class=&quot;autocomment&quot;&gt;Glowing effect: &lt;/span&gt; }  &lt;span class=&quot;autocomment&quot;&gt;Redlinks: Colors for unvisited and visited redlinks: &lt;/span&gt; .documentation a.new, .documentation a.new:visited {     color: #b20000; /* Dark red for...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Base styling with glowing text effect */&lt;br /&gt;
.documentation,&lt;br /&gt;
.documentation-metadata {&lt;br /&gt;
    border: 1px solid #a2a9b1;&lt;br /&gt;
    background-color: #D4213D; /* Poland&amp;#039;s flag red */&lt;br /&gt;
    clear: both;&lt;br /&gt;
    color: black; /* Black text by default */&lt;br /&gt;
    text-shadow: 0 0 8px #FFFFFF, 0 0 10px #FFFFFF, 0 0 12px #FFFFFF; /* Glowing effect */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Redlinks: Colors for unvisited and visited redlinks */&lt;br /&gt;
.documentation a.new,&lt;br /&gt;
.documentation a.new:visited {&lt;br /&gt;
    color: #b20000; /* Dark red for redlinks (both unvisited and visited) */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Light background areas (no glow) */&lt;br /&gt;
.documentation pre,&lt;br /&gt;
.documentation code,&lt;br /&gt;
.documentation table {&lt;br /&gt;
    color: black; /* Black text */&lt;br /&gt;
    background-color: #E9E8E7; /* Light background */&lt;br /&gt;
    border: 1px solid #ddd;&lt;br /&gt;
    text-shadow: none; /* Disable glow for clean look */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Structural styling */&lt;br /&gt;
.documentation-startbox {&lt;br /&gt;
    padding-bottom: 3px;&lt;br /&gt;
    border-bottom: 1px solid #aaa;&lt;br /&gt;
    margin-bottom: 1ex;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.documentation-heading {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-size: 125%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.documentation-clear {&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.documentation-toolbar {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
    font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Night/Dark mode adjustments */&lt;br /&gt;
@media screen {&lt;br /&gt;
    html.skin-theme-clientpref-night .documentation,&lt;br /&gt;
    html.skin-theme-clientpref-night .documentation-metadata {&lt;br /&gt;
        background-color: #0b1e1c;&lt;br /&gt;
        color: white; /* Light text for contrast */&lt;br /&gt;
        text-shadow: none; /* No glow for light text */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (prefers-color-scheme: dark) {&lt;br /&gt;
    html.skin-theme-clientpref-os .documentation,&lt;br /&gt;
    html.skin-theme-clientpref-os .documentation-metadata {&lt;br /&gt;
        background-color: #0b1e1c;&lt;br /&gt;
        color: white; /* Light text for contrast */&lt;br /&gt;
        text-shadow: none; /* No glow for light text */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Light mode overrides */&lt;br /&gt;
html:not(.skin-theme-clientpref-night):not(.skin-theme-clientpref-os) .documentation,&lt;br /&gt;
html:not(.skin-theme-clientpref-night):not(.skin-theme-clientpref-os) .documentation-metadata {&lt;br /&gt;
    color: black; /* Black text */&lt;br /&gt;
    text-shadow: 0 0 8px #FFFFFF, 0 0 10px #FFFFFF, 0 0 12px #FFFFFF; /* Glowing effect */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Kymi</name></author>
	</entry>
</feed>