<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://www.gladsantivi.bzh/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css</id>
	<title>MediaWiki:Common.css - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://www.gladsantivi.bzh/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css"/>
	<link rel="alternate" type="text/html" href="https://www.gladsantivi.bzh/w/index.php?title=MediaWiki:Common.css&amp;action=history"/>
	<updated>2026-09-20T02:25:34Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.gladsantivi.bzh/w/index.php?title=MediaWiki:Common.css&amp;diff=15&amp;oldid=prev</id>
		<title>Manager : 1 version importée</title>
		<link rel="alternate" type="text/html" href="https://www.gladsantivi.bzh/w/index.php?title=MediaWiki:Common.css&amp;diff=15&amp;oldid=prev"/>
		<updated>2025-06-01T10:37:46Z</updated>

		<summary type="html">&lt;p&gt;1 version importée&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 1 juin 2025 à 10:37&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Manager</name></author>
	</entry>
	<entry>
		<id>https://www.gladsantivi.bzh/w/index.php?title=MediaWiki:Common.css&amp;diff=14&amp;oldid=prev</id>
		<title>Manager : 1 révision importée</title>
		<link rel="alternate" type="text/html" href="https://www.gladsantivi.bzh/w/index.php?title=MediaWiki:Common.css&amp;diff=14&amp;oldid=prev"/>
		<updated>2020-02-17T17:21:46Z</updated>

		<summary type="html">&lt;p&gt;1 révision importée&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Le CSS placé ici sera appliqué à tous les habillages. */&lt;br /&gt;
&lt;br /&gt;
body {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  background: #FFFFFF;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* wikitable/prettytable class for skinning normal tables */&lt;br /&gt;
/* D&amp;#039;après https://en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_12#CSS_striped_for_.wikitable, le 21/01/2016 23:18 */&lt;br /&gt;
 &lt;br /&gt;
table.wikitable,&lt;br /&gt;
table.prettytable {&lt;br /&gt;
    width : 100%&lt;br /&gt;
    margin: 1em 1em 5em 1em;&lt;br /&gt;
    background: #ffff00;&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
.wikitable th, .wikitable td,&lt;br /&gt;
.prettytable th, .prettytable td {&lt;br /&gt;
    border: 1px #aaa solid;&lt;br /&gt;
    padding: 0.0em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.wikitable th,&lt;br /&gt;
.prettytable th {&lt;br /&gt;
    background-color: #777777;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.wikitable tr:nth-child(2n+2),&lt;br /&gt;
.prettytable tr:nth-child(2n+2) { /* The striping is handled by the :nth-child pseudo-class, with the odd row adjusted. */&lt;br /&gt;
    background: #f0f0f0;&lt;br /&gt;
}&lt;br /&gt;
.wikitable tr:nth-child(2n+1),&lt;br /&gt;
.prettytable tr:nth-child(2n+1) { /* The striping is handled by the :nth-child pseudo-class, with the even row adjusted. */&lt;br /&gt;
    background: #f7f7f7;&lt;br /&gt;
} &lt;br /&gt;
.wikitable caption,&lt;br /&gt;
.prettytable caption {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Pour test d&amp;#039;affichage des événements mfl le 05/08/2016 17:47 */&lt;br /&gt;
table.eventable {&lt;br /&gt;
    width : 100%&lt;br /&gt;
    background: #f4f4f4;&lt;br /&gt;
    border-style: hidden;&lt;br /&gt;
/*    margin: 25px 50px 75px 100px; */&lt;br /&gt;
    padding: 200x 200px 200px 200px;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.eventable th, .eventable td {&lt;br /&gt;
    border: 0px #aaa solid;&lt;br /&gt;
    padding: 0.0em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.eventable th {&lt;br /&gt;
    background-color: #747474;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.eventable caption {&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    background-color: green;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.eventable tr:nth-child(2n+2) {&lt;br /&gt;
/* The striping is handled by the :nth-child pseudo-class, with the odd row adjusted. */&lt;br /&gt;
    background: #f0f0f0;&lt;br /&gt;
/*    border-style: hidden; */&lt;br /&gt;
}&lt;br /&gt;
.eventable tr:nth-child(2n+1) {&lt;br /&gt;
/* The striping is handled by the :nth-child pseudo-class, with the even row adjusted. */&lt;br /&gt;
    background: #f7f7f7;&lt;br /&gt;
/*    border-style: hidden; */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.eventable td {&lt;br /&gt;
/* The striping is handled by the :nth-child pseudo-class, with the even row adjusted. */&lt;br /&gt;
    padding: 7px 7px 7px 7px;&lt;br /&gt;
    border-style: hidden;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Manager</name></author>
	</entry>
</feed>