summaryrefslogtreecommitdiff
path: root/legacy/greg.css
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-01-08 14:25:31 +0000
committerRadiohotline <radiohotline@disroot.org>2026-01-08 14:25:31 +0000
commit8447267bbe6579255905e313c512ea449309e393 (patch)
treec5bebcad1c9a27844a72ccb0912b92a3b39950a9 /legacy/greg.css
parent3ce3f646128590c96d61ca3609d56023cbbcfed9 (diff)
add files
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;
+}