steve0greatness,
created on Tuesday, 14 January 2025, 00:38:54 (1736815134),
received on Tuesday, 28 January 2025, 07:34:17 (1738049657)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
f4e8557e5349e1d984464b013b303475ca223459
style.css
@@ -22,23 +22,34 @@ html {
} :any-link { --color1: #19004B; --color2: #00194B; --color3: #000064; --colora: #080854;background: linear-gradient( 90deg, rgb(255, 150, 150) 0%,rgb(255, 194, 102) 10%,rgb(244, 255, 107) 20%,rgb(176, 253, 173) 30%,rgb(155, 255, 254) 40%,rgb(192, 246, 255) 50%,rgb(96, 172, 255) 60%,rgb(138, 79, 255) 70%,rgb(217, 110, 255) 80%,rgb(255, 126, 237) 90%,rgb(255, 145, 145) 100%var(--color1), var(--color2), var(--color3)); color: var(--colora);background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 2px var(--primary-text);transition: 500ms color, 500ms background; } :any-link:is(:hover,:visited) { --color1: #35005B; --color2: #00355B; --color3: #000084; --colora: #0E0E6e; } :any-link:active { --color1: #4B0019; --color2: #4B1900; --color3: #640000; --colora: #540808;} th,
submit.html
@@ -47,8 +47,8 @@
<h2 id="rules">Rules of Submitted Themes</h2> <p>The following rules are rules that all submitted themes <i>must</i> fulfill. These rules mostly do not apply to the content of the theme, but rather are about the metadata of the theme. We may request changes for you to make in order for it to fit out layed out rules.</p> <ul> <li><strong id="rule-licensing">All themes must be under a free license</strong>. If you are unsure, take a look at <a href="https://www.gnu.org/licenses/license-list.html">Various Licenses and Comments about Them</a> on <a href="https://www.gnu.org">GNU.org</a>. Some common free licenses are the <a href="https://opensource.org/license/mit">Expact/MIT license</a>, the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License v3.0</a>, and the <a href="https://unlicense.org/">Unlicense</a>. It is recommended that you understand what the license allows you theme to be used for before licensing it under that license.</li><li><strong id="rule-unminified">Your theme must not be minified upon submitting.</strong> We will not accept thems that are minified; when submitting any theme to RATI, it must come non-minified.</li><li><strong id="rule-licensing">All themes must be under a free license</strong>. If you are unsure, take a look at <a href="https://www.gnu.org/licenses/license-list.html">Various Licenses and Comments about Them</a> on <a href="https://www.gnu.org">GNU.org</a>. Some common free licenses are the <a href="https://opensource.org/license/mit">Expact/MIT license</a>, the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License v3.0</a>, and the <a href="https://unlicense.org/">Unlicense</a>. It is important you understand what your license allows your theme to be used for before licensing it under that license.</li> <li><strong id="rule-unminified">Your theme must not be minified upon submitting.</strong> Minified themes will not be accepted; when submitting any theme to RATI, it must come non-minified.</li><li><strong id="rule-external">Your theme must use as few external resources as is possible.</strong> Ideally, your theme should look at least passible if all external resources go down.</li> </ul> <h2 id="how-to-submit">How Can I Submit My Theme?</h2>
@@ -59,10 +59,10 @@
<li>Your theme's name</li> <li>A link to your profile</li> </ul> <p>Also make sure to include your themes CSS file with your email, otherwise it cannot be added.</p><p>Also make sure to include your themes CSS file as an attachment to your email, otherwise it cannot be added.</p><h3 id="submit-with-pr">Submit with Pull Request</h3> <p>You can also submit your theme in a PR to the repository this is hosted at: <a href="https://roundabout-host.com/steve0greatness/ThemeIndex">roundabout-host.com/steve0greatness/ThemeIndex</a> (or its mirror at <a href="https://codeberg.org/Steve0Greatness/ThemeIndex">codeberg.org/Steve0Greatness/ThemeIndex</a>).</p><p>Simply place your theme CSS into a subdirectory under the theme direcotry(this should be your username), then include a bit of metadata in the themes.xml file in the project root.</p><p>You can also submit your theme in a PR to the repository this is hosted on <a href="https://roundabout-host.com/steve0greatness/ThemeIndex">roundabout-host.com</a> (or its mirror at <a href="https://codeberg.org/Steve0Greatness/ThemeIndex">Codeberg</a>). You may also submit a patch over email.</p> <p>Simply place your theme CSS file under <code>themes/<your username></code>. If you don't already have a directory under themes, please create one.</p><p>This meta data should be as follows:</p> <code class="preformatted-text"><<span class="lang-element">theme</span>> <<span class="lang-element">title</span>>{Theme Name}</<span class="lang-element">title</span>>
theme-list.xsl
@@ -5,7 +5,6 @@
xmlns:t="https://steve0greatness.roundabout-host.com/ThemeIndex/themes.xsd" > <xsl:template match="/"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head>