by steve0greatness, Tuesday, 2 July 2024, 18:17:15 (1719944235), pushed by steve0greatness, Tuesday, 28 January 2025, 07:34:16 (1738049656)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
73858298a0a5c401a9a9ff9d2add0f0cdb90a47f
themesxml.css
@@ -6,10 +6,10 @@ themes {
font-family: "Gully";
}
themes {}
theme {
display: inline-block;
text-align: center;
width: fit-content;
margin: 15px
}
@@ -22,7 +22,6 @@ theme uri {
theme uri,
theme author {
user-select: all;
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% );
background-clip: text;
-webkit-text-fill-color: transparent;
@@ -31,18 +30,31 @@ theme author {
}
theme title::before {
content: "Theme: ";
content: "Theme:";
margin-right: 5px;
display: inline-block;
color: white;
}
theme author::before {
color: white;
content: "Author: ";
content: "Author:";
background: #fff;
background-clip: text;
display: inline-block;
margin-right: 5px;
}
theme author::after {
content: " <" attr(uri) ">";
display: inline-block;
background: #fff;
background-clip: text;
margin-left: 5px;
content: "<" attr(uri) ">";
}
theme uri::before {
user-select: all;
content: "Theme CSS: /themes/";
display: inline-block;
background: #fff;
background-clip: text;
margin-right: 5px;
content: "Theme CSS (relative to /themes/):";
}