diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-16 17:41:55 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-16 17:41:55 +0000 |
| commit | c00ae4e38b44247b50d4ba36366323b3d2bba978 (patch) | |
| tree | b4d5e7949f009dbca94624a1e0bde58cb6fd7a99 /old/house.css | |
| parent | fa98cb5aca8f508d547bf5fe2b8bd13f47a3140e (diff) | |
major site redesign
Diffstat (limited to 'old/house.css')
| -rw-r--r-- | old/house.css | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/old/house.css b/old/house.css new file mode 100644 index 0000000..f80ceb7 --- /dev/null +++ b/old/house.css @@ -0,0 +1,80 @@ +h1, h2, h3, h4, h5, h6, p, li { + font-family: 'Times New Roman', Times, serif; +} + +.j { + font-family: 'Courier New', Courier, monospace; +} + +.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; + margin-right: 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; +} |
