<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://inventa.dicespelled.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3APrint.css</id>
	<title>MediaWiki:Print.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://inventa.dicespelled.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3APrint.css"/>
	<link rel="alternate" type="text/html" href="https://inventa.dicespelled.com/index.php?title=MediaWiki:Print.css&amp;action=history"/>
	<updated>2026-04-30T22:47:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://inventa.dicespelled.com/index.php?title=MediaWiki:Print.css&amp;diff=434&amp;oldid=prev</id>
		<title>Nate: 2 / 3 Column support</title>
		<link rel="alternate" type="text/html" href="https://inventa.dicespelled.com/index.php?title=MediaWiki:Print.css&amp;diff=434&amp;oldid=prev"/>
		<updated>2024-09-13T11:58:32Z</updated>

		<summary type="html">&lt;p&gt;2 / 3 Column support&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS placed here will affect the print output */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Multi-column layouts (MCL) */&lt;br /&gt;
    .MCL-2col {&lt;br /&gt;
        -webkit-column-count: 2;&lt;br /&gt;
        -moz-column-count: 2;&lt;br /&gt;
        column-count: 2;&lt;br /&gt;
    }&lt;br /&gt;
    .MCL-3col {&lt;br /&gt;
        -webkit-column-count: 3;&lt;br /&gt;
        -moz-column-count: 3;&lt;br /&gt;
        column-count: 3;&lt;br /&gt;
    }&lt;br /&gt;
    .MCL-2col, .MCL-3col {&lt;br /&gt;
        -webkit-column-gap: 20px;&lt;br /&gt;
        -moz-column-gap: 20px;&lt;br /&gt;
        column-gap: 20px;&lt;br /&gt;
    }&lt;br /&gt;
        /* Styles for when we have less than 1600px to work with */&lt;br /&gt;
        @media screen and (max-width:1600px) {&lt;br /&gt;
        .MCL-3col {&lt;br /&gt;
            -webkit-column-count: 2;&lt;br /&gt;
            -moz-column-count: 2;&lt;br /&gt;
            column-count: 2;&lt;br /&gt;
        }&lt;br /&gt;
        }&lt;br /&gt;
            /* Styles for when we have less than 1440px to work with */&lt;br /&gt;
            @media screen and (max-width:1440px) {&lt;br /&gt;
            .MCL-2col {&lt;br /&gt;
                -webkit-column-count: 1;&lt;br /&gt;
                -moz-column-count: 1;&lt;br /&gt;
                column-count: 1&lt;br /&gt;
            }&lt;br /&gt;
            }&lt;br /&gt;
                /* Styles for when we have less than 800px to work with */&lt;br /&gt;
                @media screen and (max-width:800px) {&lt;br /&gt;
                .MCL-3col {&lt;br /&gt;
                    -webkit-column-count: 1;&lt;br /&gt;
                    -moz-column-count: 1;&lt;br /&gt;
                    column-count: 1;&lt;br /&gt;
                }&lt;br /&gt;
                }&lt;/div&gt;</summary>
		<author><name>Nate</name></author>
	</entry>
</feed>