From 80fb4429c2e4088fdbff45e2e4a9ee5ad69d9040 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 29 Sep 2013 03:16:04 +0200 Subject: css3 rox --- default/htdocs/styles/css3.css | 114 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 default/htdocs/styles/css3.css (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css new file mode 100644 index 0000000..b55cc09 --- /dev/null +++ b/default/htdocs/styles/css3.css @@ -0,0 +1,114 @@ +body { + font-family: Georgia, Serif; + background-color: #19495f; + height: 100%; + max-width: 900px; +} + +div.header { + background-color: #01768f; + border-color: #000000; + border-width: 2px; + border-style: solid; + color: #FFFFFF; + padding: 20px; + margin: 0px; + margin-bottom: 0px; + text-align: center; + border-radius:10px; + box-shadow: 10px 10px 5px #000000; +} + +div.main { + background-color: #FFFFFA; + border-width: 1px; + border-style: solid; + padding: 5px; + border-radius:10px; + box-shadow: 10px 10px 5px #000000; +} + +div.important { + background-color: #FF8181; + border-width: 1px; + border-style: solid; + border-radius:10px; + margin-right: 10px; + box-shadow: 10px 10px 5px #000000; +} + +html { + height: 100%; +} + +p { + padding: 1px 0; +} + +span.italic { + font-style: italic; +} + +span.bold { + font-weight: bold; +} + +h1 { + padding-left: 10px; + font-size: 30px; + text-shadow: 3px 3px 3px #BBBBBB; +} + +h2, h3, p { + padding-left: 10px; + padding-right: 10px; +} + + +pre, .quote, .code { + border:1px #000000 solid; + font-family: "Courier New", courier; + background: #FFFFFF; + color: #000000; + padding-top: -10px; + padding-right: 10px; + padding: 10px; + margin-bottom: 30px; + margin-right: 15px; + border-radius:10px; + box-shadow: 10px 10px 5px #000000; +} + +.footer { + background-color: #EEEEEE; + color: #000000; + text-align: center; + font-style: italic; + font-size: 12px; + margin-top: 10px; + padding: 10px; + border-radius:10px; +} + +a { + color: #000000; +} + +a:hover { + color: #FF0000; + text-decoration: none; +} + +img { + padding-left: 10px; + padding-bottom: 10px; +} + +img.limg { + padding-right: 10px; +} + +div.incsep { + background-color: #FEFEFE; + padding-bottom: 50px; +} -- cgit v1.2.3 From 6800e2594317ddf1af88aaca5a6fc1bfc29fe441 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 29 Sep 2013 05:26:30 +0200 Subject: add TTF --- default/htdocs/styles/css3.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index b55cc09..38dad9b 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,5 +1,6 @@ body { - font-family: Georgia, Serif; + font-family: Varela Round, Georgia, Serif; + src: url(?document=fonts/VarelaRound-Regular.ttf); background-color: #19495f; height: 100%; max-width: 900px; @@ -54,12 +55,20 @@ span.bold { } h1 { + font-family: Georgia, Serif; padding-left: 10px; font-size: 30px; text-shadow: 3px 3px 3px #BBBBBB; } -h2, h3, p { +h2, h3 { + font-family: Georgia, Serif; + padding-left: 10px; + padding-right: 10px; + text-shadow: 3px 3px 3px #BBBBBB; +} + +p { padding-left: 10px; padding-right: 10px; } -- cgit v1.2.3 From 9d22166bde342b63832726c20f051b9bbbd26dc4 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Sep 2013 14:29:05 +0200 Subject: add more webfont formats --- default/htdocs/styles/css3.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 38dad9b..8a3be5a 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,6 +1,7 @@ body { - font-family: Varela Round, Georgia, Serif; - src: url(?document=fonts/VarelaRound-Regular.ttf); + font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; + src: url('?document=fonts/VarelaRound-Regular.eot'); + src: local('☺'), url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); background-color: #19495f; height: 100%; max-width: 900px; -- cgit v1.2.3 From 545ad6ac6c2d927cb8b36f12e3e9473cf4ae5f56 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Sep 2013 14:31:44 +0200 Subject: foo --- default/htdocs/styles/css3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 8a3be5a..5e6e4b1 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,7 +1,7 @@ body { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; src: url('?document=fonts/VarelaRound-Regular.eot'); - src: local('☺'), url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); + src: url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); background-color: #19495f; height: 100%; max-width: 900px; -- cgit v1.2.3 From 9c4007e13309172bdfc94473959e6b3ec6ab5666 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Sep 2013 14:37:27 +0200 Subject: fix fonts --- default/htdocs/styles/css3.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 5e6e4b1..c0ae52c 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,7 +1,12 @@ -body { +@font-face { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; src: url('?document=fonts/VarelaRound-Regular.eot'); src: url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); + font-weight: normal; + font-style: normal; +} + +body { background-color: #19495f; height: 100%; max-width: 900px; -- cgit v1.2.3 From e22dd79fbda8736e5d012d165b555380815315ed Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Sep 2013 14:40:24 +0200 Subject: fix --- default/htdocs/styles/css3.css | 1 + 1 file changed, 1 insertion(+) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index c0ae52c..21541c5 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -7,6 +7,7 @@ } body { + font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; background-color: #19495f; height: 100%; max-width: 900px; -- cgit v1.2.3 From e539ba70bdca837601107650961a7ae5fcbdd8b3 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 29 Sep 2013 14:42:10 +0200 Subject: fix --- default/htdocs/styles/css3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 21541c5..e060698 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,5 +1,5 @@ @font-face { - font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; + font-family: 'Conv_VarelaRound-Regular'; src: url('?document=fonts/VarelaRound-Regular.eot'); src: url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); font-weight: normal; -- cgit v1.2.3 From 259aad5894b197b44b7cedd1b21ab13280e831eb Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 29 Sep 2013 14:52:01 +0200 Subject: new header font --- default/htdocs/styles/css3.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index e060698..ed28d9c 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -62,17 +62,15 @@ span.bold { } h1 { - font-family: Georgia, Serif; + font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; padding-left: 10px; font-size: 30px; - text-shadow: 3px 3px 3px #BBBBBB; } h2, h3 { - font-family: Georgia, Serif; + font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; padding-left: 10px; padding-right: 10px; - text-shadow: 3px 3px 3px #BBBBBB; } p { -- cgit v1.2.3 From c7b0e6d8951d5121c1011c82c312511bce5a9f45 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 29 Sep 2013 16:38:25 +0200 Subject: justify text --- default/htdocs/styles/css3.css | 1 + 1 file changed, 1 insertion(+) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index ed28d9c..32e5348 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -51,6 +51,7 @@ html { p { padding: 1px 0; + text-align: justify; } span.italic { -- cgit v1.2.3 From 616ae326c3155d255cb9fa37917dd384e0ce1556 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 19:52:05 +0200 Subject: add info --- default/htdocs/styles/css3.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 32e5348..f7741e1 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -45,6 +45,15 @@ div.important { box-shadow: 10px 10px 5px #000000; } +div.info { + background-color: #99FF66 + border-width: 1px; + border-style: solid; + border-radius:10px; + margin-right: 10px; + box-shadow: 10px 10px 5px #000000; +} + html { height: 100%; } -- cgit v1.2.3 From 56f58abff1be4e21ad2bd64b8a3a0cade3f8d5fc Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 19:59:40 +0200 Subject: fix --- default/htdocs/styles/css3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index f7741e1..ab7581b 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -45,7 +45,7 @@ div.important { box-shadow: 10px 10px 5px #000000; } -div.info { +div.information { background-color: #99FF66 border-width: 1px; border-style: solid; -- cgit v1.2.3 From 2dfb6b4b02d32d5051c88d37fd1854db51bf2c4f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 20:00:14 +0200 Subject: fix --- default/htdocs/styles/css3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index ab7581b..50feb51 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -46,7 +46,7 @@ div.important { } div.information { - background-color: #99FF66 + background-color: #99FF66; border-width: 1px; border-style: solid; border-radius:10px; -- cgit v1.2.3 From 32b2495b204c0a017f4e2f380555572b1d4bc8f3 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Wed, 23 Apr 2014 22:59:47 +0200 Subject: restyle --- default/htdocs/styles/css3.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 50feb51..5a569df 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -8,27 +8,28 @@ body { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; - background-color: #19495f; + background-color: #EEEEEE; height: 100%; - max-width: 900px; + max-width: 1200px; + margin-left: auto; margin-right: auto } div.header { - background-color: #01768f; + background-color: #EEEEEE; + color: #000000; border-color: #000000; border-width: 2px; border-style: solid; - color: #FFFFFF; padding: 20px; margin: 0px; - margin-bottom: 0px; + margin-bottom: 10px; text-align: center; border-radius:10px; box-shadow: 10px 10px 5px #000000; } div.main { - background-color: #FFFFFA; + background-color: #FFFFFF; border-width: 1px; border-style: solid; padding: 5px; @@ -92,15 +93,16 @@ p { pre, .quote, .code { border:1px #000000 solid; font-family: "Courier New", courier; - background: #FFFFFF; - color: #000000; + background-color: #000000; + color: #99FF66; padding-top: -10px; padding-right: 10px; padding: 10px; margin-bottom: 30px; - margin-right: 15px; + margin-left: auto; margin-right: auto; border-radius:10px; box-shadow: 10px 10px 5px #000000; + max-width: 1000px; } .footer { -- cgit v1.2.3 From fedc18aab051e9a347eb65264de405fe721bf21a Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Wed, 23 Apr 2014 23:01:59 +0200 Subject: You will be married within a year, and divorced within two. --- default/htdocs/styles/css3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 5a569df..d4fb6f1 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -10,7 +10,7 @@ body { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; background-color: #EEEEEE; height: 100%; - max-width: 1200px; + max-width: 1100px; margin-left: auto; margin-right: auto } -- cgit v1.2.3 From 8e7dc482d23d9b0326238fbe46268a2ad3d16108 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (eris.buetow.org)" Date: Sun, 2 Nov 2014 20:40:42 +0000 Subject: newfont --- default/htdocs/styles/css3.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index d4fb6f1..5786b7e 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,9 +1,11 @@ @font-face { - font-family: 'Conv_VarelaRound-Regular'; - src: url('?document=fonts/VarelaRound-Regular.eot'); - src: url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); - font-weight: normal; - font-style: normal; + font-family: 'Anonymous'; + src: url('?document=fonts/Anonymous.ttf') format('truetype'); +# font-family: 'Conv_VarelaRound-Regular'; +# src: url('?document=fonts/VarelaRound-Regular.eot'); +# src: url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); +# font-weight: normal; +# font-style: normal; } body { -- cgit v1.2.3 From 71057c176b28aab82e0ba78559edcbd21fb77558 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (eris.buetow.org)" Date: Sun, 2 Nov 2014 20:46:10 +0000 Subject: rollback --- default/htdocs/styles/css3.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 5786b7e..d4fb6f1 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -1,11 +1,9 @@ @font-face { - font-family: 'Anonymous'; - src: url('?document=fonts/Anonymous.ttf') format('truetype'); -# font-family: 'Conv_VarelaRound-Regular'; -# src: url('?document=fonts/VarelaRound-Regular.eot'); -# src: url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); -# font-weight: normal; -# font-style: normal; + font-family: 'Conv_VarelaRound-Regular'; + src: url('?document=fonts/VarelaRound-Regular.eot'); + src: url('?document=fonts/VarelaRound-Regular.woff') format('woff'), url('?document=fonts/VarelaRound-Regular.ttf') format('truetype'), url('?document=fonts/VarelaRound-Regular.svg') format('svg'); + font-weight: normal; + font-style: normal; } body { -- cgit v1.2.3 From 198d360dd15d556a56120e9cea0dae812c92036e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (eris.buetow.org)" Date: Sun, 2 Nov 2014 20:51:12 +0000 Subject: "What's this? Trix? Aunt! Trix? You? You're after the prize! What is it?" He picked up the box and studied the back. "A glow-in-the-dark squid! Have you got it out of there yet?" He tilted the box, angling the little colored balls of cereal so as to see the bottom, and nearly spilling them onto the table top. "Here it is!" He hauled out a little cream-colored, glitter-sprinkled squid, three-inches long and made out of rubbery plastic. -- James P. Blaylock, "The Last Coin" --- default/htdocs/styles/css3.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index d4fb6f1..89d0671 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -75,13 +75,14 @@ span.bold { h1 { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; padding-left: 10px; - font-size: 30px; + font-size: 40px; } h2, h3 { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; padding-left: 10px; padding-right: 10px; + font-size: 20px; } p { -- cgit v1.2.3 From 66d4a3c60bd106bb1363ed1357abd85469607171 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (eris.buetow.org)" Date: Sun, 2 Nov 2014 20:55:13 +0000 Subject: new color --- default/htdocs/styles/css3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 89d0671..549f5f9 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -8,7 +8,7 @@ body { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; - background-color: #EEEEEE; + background-color: #98AFC7; height: 100%; max-width: 1100px; margin-left: auto; margin-right: auto -- cgit v1.2.3 From d6a5d01a658af4d439f5285f0a289ef7707a0fea Mon Sep 17 00:00:00 2001 From: "Paul Buetow (eris.buetow.org)" Date: Sun, 2 Nov 2014 20:56:56 +0000 Subject: new color --- default/htdocs/styles/css3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 549f5f9..b064ba4 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -8,7 +8,7 @@ body { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; - background-color: #98AFC7; + background-color: #BCC6CC; height: 100%; max-width: 1100px; margin-left: auto; margin-right: auto -- cgit v1.2.3 From f2c32a8104bf6087608f0ed4b9a3668e3b4daeda Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 15:17:35 +0100 Subject: add important2 --- default/htdocs/styles/css3.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'default/htdocs/styles/css3.css') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index b064ba4..21e6e61 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -46,6 +46,15 @@ div.important { box-shadow: 10px 10px 5px #000000; } +div.important2 { + background-color: #FFA500; + border-width: 1px; + border-style: solid; + border-radius:10px; + margin-right: 10px; + box-shadow: 10px 10px 5px #000000; +} + div.information { background-color: #99FF66; border-width: 1px; -- cgit v1.2.3