summaryrefslogtreecommitdiffstats
path: root/style2.css
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2022-03-06 23:04:04 +0300
committersyn <isaqtm@gmail.com>2022-03-06 23:04:04 +0300
commit209db42ebdfa6682680d6a9e67703fc24bbb2b48 (patch)
tree0396729f46e22a4454308812d0ee7dc61d600fda /style2.css
parent5d602730fa3ff994ad8442640936f3e8b71c6db8 (diff)
downloadiro-209db42ebdfa6682680d6a9e67703fc24bbb2b48.tar.gz
update
Diffstat (limited to 'style2.css')
-rw-r--r--style2.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/style2.css b/style2.css
new file mode 100644
index 0000000..9527a24
--- /dev/null
+++ b/style2.css
@@ -0,0 +1,48 @@
+@font-face {
+ font-family: "AnkaCoder";
+ src: url("AnkaCoder-C87-r.ttf") format("truetype");
+}
+
+html,
+body {
+ margin: 0;
+ height: 100%;
+}
+
+#main {
+ --link-separator: "|";
+ --text-color: #908090;
+ --spacing: 0.25em;
+ text-align: left;
+ display: inline-block;
+ padding-left: 2em;
+ padding-right: 2em;
+ padding-top: 50px;
+}
+
+body {
+ background-image: url("blur-shakal.jpeg");
+ background-position: center;
+ background-size: cover;
+ background-repeat: no-repeat;
+ font-family: "AnkaCoder", monospace;
+ color: var(--text-color);
+ overflow-x: hidden;
+ text-align: center;
+}
+
+a {
+ color: #efbfdf;
+ text-decoration: none;
+}
+
+.svg2764 {
+ opacity: 0.5;
+}
+
+.ip-addr {
+ background-color: #efbfdf;
+ color: black;
+ padding: 10px 20px;
+ display: inline;
+}