From e952db46e0557f253db53faac5f9e37f42ab8809 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Tue, 4 Sep 2012 16:32:51 -0700 Subject: [PATCH] =?utf8?q?Alternate=20aesthetic=20for=20Parmait=C3=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- editor/index.css | 46 ++++++++++++++++++++++++++++++++++++++-------- editor/index.html | 2 +- editor/index.js | 2 ++ editor/paper.jpg | Bin 0 -> 180390 bytes 4 files changed, 41 insertions(+), 9 deletions(-) create mode 100644 editor/paper.jpg diff --git a/editor/index.css b/editor/index.css index 134b66e..202914e 100644 --- a/editor/index.css +++ b/editor/index.css @@ -6,7 +6,10 @@ body { width: 100%; overflow: auto; - color: #ff0; + +} + +body.annatar { background-repeat: no-repeat; background: #fefcea; /* Old browsers */ @@ -18,8 +21,25 @@ body { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#c97e16',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #fefcea 0%,#f9e63b 7%,#e0a928 53%,#d69a2c 94%,#c97e16 99%); /* W3C */ + color: #ff0; text-shadow: 0px 0px 10px #730 ; +} + +body.parmaite { + background-image: url(paper.jpg); + background-repeat: no-repeat; + background-size: 100%; + + color: #000; + text-shadow: 0px 0px 4px #ffc; +} + +body.annatar .error { + text-shadow: 0px 0px 10px #f00 ; +} +body.parmaite .error { + color: #700; } body, textarea { @@ -32,22 +52,25 @@ textarea, .copy { color: black; } -a { +body..annatar a { color: #a00; } - -a:visited { +body.annatar a:visited { color: #c00; } -a:hover { +body.parmaite a { + color: #00a; +} +body.parmaite a:visited { + color: #007; } -a:focus { + +a:hover { } -.error { - text-shadow: 0px 0px 10px #f00 ; +a:focus { } .tengwar.annatar > p { @@ -61,9 +84,16 @@ a:focus { #output { text-align: center; line-height: 150px; +} + +#output.tengwar.annatar { font-size: 60px; } +#output.tengwar.parmaite { + font-size: 100px; +} + #output-box, #input-box { overflow: auto; } diff --git a/editor/index.html b/editor/index.html index de945b6..b867478 100644 --- a/editor/index.html +++ b/editor/index.html @@ -6,7 +6,7 @@ - +