<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>http://steuerlein-reimbibel.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3APiechart%2Fstyles.css</id>
	<title>Vorlage:Piechart/styles.css - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="http://steuerlein-reimbibel.de/index.php?action=history&amp;feed=atom&amp;title=Vorlage%3APiechart%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="http://steuerlein-reimbibel.de/index.php?title=Vorlage:Piechart/styles.css&amp;action=history"/>
	<updated>2026-04-12T18:08:32Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Johann Steuerleins Reimbibel</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>http://steuerlein-reimbibel.de/index.php?title=Vorlage:Piechart/styles.css&amp;diff=1083&amp;oldid=prev</id>
		<title>Walknud: Die Seite wurde neu angelegt: „/** 	Smooth piechart. 	 	Module:Piechart */ /* base structure  */ .smooth-pie { 	display: none; 	position: relative; 	width: 100px; 	height: 100px; 	border-radius: 50%; 	background-color: yellowgreen; } /* slices (default = pie25/pieX) */ .smooth-pie div { 	position: absolute; 	transform-origin: left bottom; 	background-color: #655;  	top: 0; left: 50%; 	width: 50%; height: 50%; 	border-radius: 0 500% 0 0; } .smooth-pie .pie50 { 	transform-origin: lef…“</title>
		<link rel="alternate" type="text/html" href="http://steuerlein-reimbibel.de/index.php?title=Vorlage:Piechart/styles.css&amp;diff=1083&amp;oldid=prev"/>
		<updated>2024-01-18T16:11:40Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&lt;span class=&quot;autocomment&quot;&gt;* 	Smooth piechart. 	 	&lt;a href=&quot;/index.php?title=Module:Piechart&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Module:Piechart (Seite nicht vorhanden)&quot; data-bs-title=&quot;Module:Piechart&quot;&gt;Module:Piechart&lt;/a&gt;: &lt;/span&gt; &lt;span class=&quot;autocomment&quot;&gt;base structure: &lt;/span&gt; .smooth-pie { 	display: none; 	position: relative; 	width: 100px; 	height: 100px; 	border-radius: 50%; 	background-color: yellowgreen; } &lt;span class=&quot;autocomment&quot;&gt;slices (default = pie25/pieX): &lt;/span&gt; .smooth-pie div { 	position: absolute; 	transform-origin: left bottom; 	background-color: #655;  	top: 0; left: 50%; 	width: 50%; height: 50%; 	border-radius: 0 500% 0 0; } .smooth-pie .pie50 { 	transform-origin: lef…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
	Smooth piechart.&lt;br /&gt;
	&lt;br /&gt;
	[[Module:Piechart]]&lt;br /&gt;
*/&lt;br /&gt;
/* base structure  */&lt;br /&gt;
.smooth-pie {&lt;br /&gt;
	display: none;&lt;br /&gt;
	position: relative;&lt;br /&gt;
	width: 100px;&lt;br /&gt;
	height: 100px;&lt;br /&gt;
	border-radius: 50%;&lt;br /&gt;
	background-color: yellowgreen;&lt;br /&gt;
}&lt;br /&gt;
/* slices (default = pie25/pieX) */&lt;br /&gt;
.smooth-pie div {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	transform-origin: left bottom;&lt;br /&gt;
	background-color: #655;&lt;br /&gt;
&lt;br /&gt;
	top: 0; left: 50%;&lt;br /&gt;
	width: 50%; height: 50%;&lt;br /&gt;
	border-radius: 0 500% 0 0;&lt;br /&gt;
}&lt;br /&gt;
.smooth-pie .pie50 {&lt;br /&gt;
	transform-origin: left center;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	border-radius: 0 100% 100% 0 / 50%;&lt;br /&gt;
}&lt;br /&gt;
.smooth-pie .pie12-5 {clip-path: polygon(0% 0%, 100% 0%, 0 100%);}&lt;br /&gt;
.smooth-pie    .pie5 {clip-path: polygon(0% 0%, 32.49197% 0%, 0 100%);}&lt;br /&gt;
.smooth-pie    .pie7 {clip-path: polygon(0% 0%, 47.056428% 0%, 0 100%);}&lt;br /&gt;
.smooth-pie    .pie1 {clip-path: polygon(0% 0%, 6.2914667% 0%, 0 100%);}&lt;br /&gt;
/* unlock for supported browsers */&lt;br /&gt;
@supports(clip-path: circle(50%)) {&lt;br /&gt;
	.smooth-pie {&lt;br /&gt;
		display:block;&lt;br /&gt;
	}	&lt;br /&gt;
}&lt;br /&gt;
/* container and legend */&lt;br /&gt;
.smooth-pie-container {&lt;br /&gt;
  display: flex;&lt;br /&gt;
  align-items: flex-start;&lt;br /&gt;
  gap: 1em;&lt;br /&gt;
  flex-wrap: wrap;&lt;br /&gt;
}&lt;br /&gt;
.smooth-pie-legend {&lt;br /&gt;
  list-style-type: none !important;&lt;br /&gt;
  margin: 0 !important;&lt;br /&gt;
  padding: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.smooth-pie-legend li {&lt;br /&gt;
  display: flex;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  gap: .5em;&lt;br /&gt;
}&lt;br /&gt;
.smooth-pie-legend li span {&lt;br /&gt;
  display: block;&lt;br /&gt;
  box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.smooth-pie-legend li .l-color {&lt;br /&gt;
  border: 1px solid black;&lt;br /&gt;
  width: .8em;&lt;br /&gt;
  height: .8em;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Walknud</name></author>
	</entry>
</feed>