<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ragnagoats.net:443/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-test.css</id>
	<title>MediaWiki:Gadget-test.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ragnagoats.net:443/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-test.css"/>
	<link rel="alternate" type="text/html" href="https://ragnagoats.net:443/wiki/index.php?title=MediaWiki:Gadget-test.css&amp;action=history"/>
	<updated>2026-04-06T16:54:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://ragnagoats.net:443/wiki/index.php?title=MediaWiki:Gadget-test.css&amp;diff=1365&amp;oldid=prev</id>
		<title>Administrator: Created page with &quot;/* Style for class headings */ h2 {     font-size: 24px;     margin: 20px 0;     text-align: center; }  /* Style for skills container */ .skills-container {     display: flex;     flex-wrap: wrap; }  /* Style for skill containers */ .skill-container {   margin: 10px;   text-align: center;   position: relative;   border: 1px solid;   border-radius: 5%; }  /* Style for skill pictures */ .skill-picture {     width: 24px;     height: 24px;     display: block;     margin: 0 a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ragnagoats.net:443/wiki/index.php?title=MediaWiki:Gadget-test.css&amp;diff=1365&amp;oldid=prev"/>
		<updated>2024-01-18T12:48:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Style for class headings: &lt;/span&gt; h2 {     font-size: 24px;     margin: 20px 0;     text-align: center; }  &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Style for skills container: &lt;/span&gt; .skills-container {     display: flex;     flex-wrap: wrap; }  &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Style for skill containers: &lt;/span&gt; .skill-container {   margin: 10px;   text-align: center;   position: relative;   border: 1px solid;   border-radius: 5%; }  &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Style for skill pictures: &lt;/span&gt; .skill-picture {     width: 24px;     height: 24px;     display: block;     margin: 0 a...&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Style for class headings */&lt;br /&gt;
h2 {&lt;br /&gt;
    font-size: 24px;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for skills container */&lt;br /&gt;
.skills-container {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for skill containers */&lt;br /&gt;
.skill-container {&lt;br /&gt;
  margin: 10px;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  position: relative;&lt;br /&gt;
  border: 1px solid;&lt;br /&gt;
  border-radius: 5%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for skill pictures */&lt;br /&gt;
.skill-picture {&lt;br /&gt;
    width: 24px;&lt;br /&gt;
    height: 24px;&lt;br /&gt;
    display: block;&lt;br /&gt;
    margin: 0 auto;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for skill level bubbles */&lt;br /&gt;
.skill-level {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    margin-top: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.bubble {&lt;br /&gt;
    width: 9px;&lt;br /&gt;
    height: 9px;&lt;br /&gt;
    background-color: #ccc;&lt;br /&gt;
    border-radius: 50%;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.bubble.blue {&lt;br /&gt;
    background-color: blue;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for quest skills */&lt;br /&gt;
.quest-skill {&lt;br /&gt;
    border: 1px solid gold;&lt;br /&gt;
    background-color: #fff8dc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skill-desc {&lt;br /&gt;
  margin: 0px;&lt;br /&gt;
  position: center;&lt;br /&gt;
  border: 1px solid;&lt;br /&gt;
  border-radius: 5%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.skill-name {&lt;br /&gt;
        font-size: 8px; /* Adjust the font size as needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skill-container:hover .skill-info {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for highlighted skill */&lt;br /&gt;
.highlight {&lt;br /&gt;
    border: 1px solid orange;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for highlighted skill */&lt;br /&gt;
.highlight2 {&lt;br /&gt;
    border: 1px solid green;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Style for required level information */&lt;br /&gt;
[data-required-level]::before {&lt;br /&gt;
    content: attr(data-required-level);&lt;br /&gt;
    display: block;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    margin-top: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Style for the skill display container */&lt;br /&gt;
#data-display {&lt;br /&gt;
    max-width: 800px;&lt;br /&gt;
    margin: 0 auto;&lt;br /&gt;
    padding: 20px;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Administrator</name></author>
	</entry>
</feed>