summaryrefslogtreecommitdiff
path: root/house.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 /house.css
parent3ce3f646128590c96d61ca3609d56023cbbcfed9 (diff)
add files
Diffstat (limited to 'house.css')
-rw-r--r--house.css86
1 files changed, 86 insertions, 0 deletions
diff --git a/house.css b/house.css
new file mode 100644
index 0000000..5354fa1
--- /dev/null
+++ b/house.css
@@ -0,0 +1,86 @@
+h1, h2, h3, h4, h5, h6, p, li {
+ font-family: 'Times New Roman', Times, serif;
+}
+
+.j {
+ font-family: 'Courier New', Courier, monospace;
+}
+
+.j li {
+ font-family: 'Courier New', Courier, monospace;
+ font-size: 0.75rem;
+ line-height: 1.5;
+ padding-bottom: 5px;
+}
+
+.m {
+ text-decoration: line-through;
+ color: red;
+}
+
+.p {
+ text-decoration: line-through;
+ color: purple;
+}
+
+.b {
+ color: blue;
+}
+
+a {
+ color: blue;
+}
+
+a:active {
+ color: red;
+}
+
+.bsq {
+ width: 200px;
+ height: 200px;
+ background-color: black;
+ float: left;
+ shape-outside: square(50%);
+ display: block;
+ margin-bottom: 5px;
+ border: 2px solid blue;
+}
+
+.blsq {
+ width: 200px;
+ height: 200px;
+ transform:rotateY(180deg);
+ -webkit-transform:rotateY(180deg);
+ -moz-transform:rotateY(180deg);
+ -o-transform:rotateY(180deg);
+ -ms-transform:rotateY(180deg);
+ border: 2px solid blue;
+ float: left;
+ overflow: scroll;
+ text-align: justify;
+ margin-right: 5px;
+ margin-top: 20px;
+ padding: 0px;
+}
+
+.col {
+ display: flex;
+ word-wrap: break-word;
+}
+
+.udown {
+ transform:rotateX(180deg);
+ -webkit-transform:rotateX(180deg);
+ -moz-transform:rotateX(180deg);
+ -o-transform:rotateX(180deg);
+ -ms-transform:rotateX(180deg);
+}
+
+.minpass span {
+ color: red;
+ text-decoration: line-through;
+}
+
+body {
+ margin: 20px;
+}