summaryrefslogtreecommitdiff
path: root/legacy/greg.css
diff options
context:
space:
mode:
authorradiohotline <radiohotline@disroot.org>2026-02-17 14:44:55 +0300
committerradiohotline <radiohotline@disroot.org>2026-02-17 14:44:55 +0300
commit435aeb674198769b61b0ee8d82f85a108bacf49e (patch)
tree2c87322d81130062e62afc04a22ef1e664a4622c /legacy/greg.css
maintainence
Diffstat (limited to 'legacy/greg.css')
-rw-r--r--legacy/greg.css65
1 files changed, 65 insertions, 0 deletions
diff --git a/legacy/greg.css b/legacy/greg.css
new file mode 100644
index 0000000..dee741d
--- /dev/null
+++ b/legacy/greg.css
@@ -0,0 +1,65 @@
+body {
+ /*background-color: lightgreen;*/
+ color:rgb(34, 56, 52);
+ font-family: serif;
+}
+
+.normal {
+ background-image: url('img/bg/dithered-poles.png');
+}
+
+.content {
+ background-color: rgb(90, 125, 131);
+ margin-top: 50px;
+ margin-left: 20%;
+ margin-right: 20%;
+ padding: 25px;
+}
+
+.box {
+ background-color: rgb(121, 155, 161);
+ padding: 15px;
+ padding-top: 2px;
+}
+
+h1 {
+ font-size: 35px;
+}
+
+a {
+ color: rgb(9, 57, 97);
+}
+
+figure {
+ display: inline-block;
+ margin: 15px;
+}
+
+::selection {
+ background-color: #308280;
+ color: white;
+}
+
+.gregevil {
+ background-image: url('img/greg/Flag_of_Estonia.png');
+ background-repeat: repeat;
+ background-size: 300px 200px;
+}
+
+.gregevil a {
+ color: white;
+}
+
+.evilcontent {
+ background-color: white;
+ margin-top: 50px;
+ margin-left: 20%;
+ margin-right: 20%;
+ padding: 25px;
+}
+
+.evilbox {
+ background-color: white;
+ padding: 15px;
+ padding-top: 2px;
+}