<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.telosrealms.com/index.php?action=history&amp;feed=atom&amp;title=User%3ADeus_do_xilofone%2Fcommon.css</id>
	<title>User:Deus do xilofone/common.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.telosrealms.com/index.php?action=history&amp;feed=atom&amp;title=User%3ADeus_do_xilofone%2Fcommon.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.telosrealms.com/index.php?title=User:Deus_do_xilofone/common.css&amp;action=history"/>
	<updated>2026-06-24T09:52:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.telosrealms.com/index.php?title=User:Deus_do_xilofone/common.css&amp;diff=7802&amp;oldid=prev</id>
		<title>imported&gt;Deus do xilofone: Created page with &quot;/**  * ==============================  * Tooltips Gadget (Base Styles)  * ==============================  */ .main-tooltip {     border: 1px solid #cac4b5;     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);     margin-bottom: 5px;     padding: 2px 5px;     background-color: #181818; }  #tooltip-wrapper {     padding: 3px 7px 2px 3px; }  .has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {     display: none; }  .tooltips-init-complete {     cursor: help; }...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.telosrealms.com/index.php?title=User:Deus_do_xilofone/common.css&amp;diff=7802&amp;oldid=prev"/>
		<updated>2025-09-02T18:49:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;*  * ==============================  * Tooltips Gadget (Base Styles)  * ==============================: &lt;/span&gt; .main-tooltip {     border: 1px solid #cac4b5;     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);     margin-bottom: 5px;     padding: 2px 5px;     background-color: #181818; }  #tooltip-wrapper {     padding: 3px 7px 2px 3px; }  .has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {     display: none; }  .tooltips-init-complete {     cursor: help; }...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * ==============================&lt;br /&gt;
 * Tooltips Gadget (Base Styles)&lt;br /&gt;
 * ==============================&lt;br /&gt;
 */&lt;br /&gt;
.main-tooltip {&lt;br /&gt;
    border: 1px solid #cac4b5;&lt;br /&gt;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);&lt;br /&gt;
    margin-bottom: 5px;&lt;br /&gt;
    padding: 2px 5px;&lt;br /&gt;
    background-color: #181818;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#tooltip-wrapper {&lt;br /&gt;
    padding: 3px 7px 2px 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.has-redlinks,&lt;br /&gt;
.tooltip-loading,&lt;br /&gt;
.advanced-tooltip .tooltip-contents {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tooltips-init-complete {&lt;br /&gt;
    cursor: help;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.main-tooltip img {&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * ==============================&lt;br /&gt;
 * Skill Tree Layout&lt;br /&gt;
 * ==============================&lt;br /&gt;
 */&lt;br /&gt;
.skill-tree {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    row-gap: 15px; /* vertical spacing between rows */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Rows */&lt;br /&gt;
.row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
}&lt;br /&gt;
.row-1 { gap: 0; }&lt;br /&gt;
.row-2 { gap: 40px; }&lt;br /&gt;
.row-3 { gap: 20px; }&lt;br /&gt;
.wide-gap { gap: 80px; } /* For Trap tree rows */&lt;br /&gt;
&lt;br /&gt;
/* Nodes */&lt;br /&gt;
.node {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    width: 80px; /* keeps nodes aligned */&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * ==============================&lt;br /&gt;
 * Tooltip Content Custom Styling&lt;br /&gt;
 * ==============================&lt;br /&gt;
 */&lt;br /&gt;
.tooltip-contents {&lt;br /&gt;
    background-color: #333;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    padding: 8px;&lt;br /&gt;
    border-radius: 6px;&lt;br /&gt;
    line-height: 1.4em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    max-width: 220px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tt-gr { color: #54fb53; }&lt;br /&gt;
.tt-aq { color: #55faf4; }&lt;br /&gt;
/* Node Title Style */&lt;br /&gt;
.skill-title {&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  color: #faa701; /* orange-yellow */&lt;br /&gt;
  text-shadow: 1px 1px 0px black; /* slight black outline */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Node Text Style (default green, but can have inline blue words) */&lt;br /&gt;
.skill-text {&lt;br /&gt;
  color: #00aa00; /* green */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.skill-text .blue {&lt;br /&gt;
  color: #0066ff; /* blue for special words */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>imported&gt;Deus do xilofone</name></author>
	</entry>
</feed>