diff --git a/questtypes/crossword/html/quest.tpl b/questtypes/crossword/html/quest.tpl index 3965b69c..38c09cc9 100644 --- a/questtypes/crossword/html/quest.tpl +++ b/questtypes/crossword/html/quest.tpl @@ -1,4 +1,4 @@ -
+ @@ -6,7 +6,8 @@ @@ -14,13 +15,28 @@
- + +
- - - -

+
+ diff --git a/questtypes/crossword/html/submission.tpl b/questtypes/crossword/html/submission.tpl index 60f239c3..00b8a4dc 100644 --- a/questtypes/crossword/html/submission.tpl +++ b/questtypes/crossword/html/submission.tpl @@ -1,4 +1,4 @@ -
+ @@ -6,7 +6,8 @@ @@ -14,10 +15,27 @@
- + +
- - +
+ diff --git a/www/css/desktop.css b/www/css/desktop.css index b00b193d..de6671e7 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -172,6 +172,16 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .gquests .date{color:#aca8a1;display:block} .gquests .xp{display:block} + +/** Quest Types **/ + +.crossword table{width:100%;max-width:800px;border-spacing:2px;border-collapse:separate} +.crossword td{background:#d7d4cf;padding:1px} +.crossword input[type=text]{text-align:center;height:26px;width:100%;min-width:8px;max-width:40px;margin:0;padding:0;border:none;text-transform:uppercase} +.crossword ol{list-style-type:decimal;list-style-position:inside} +.crossword li{margin-top:20px} +.crossword .index{position:absolute;font-size:0.625em;color:#c9c7c4;margin:-3px 0 0 2px} + /** Media Queries **/ @media only screen and (min-width:480px){ @@ -224,7 +234,7 @@ body{background:#eae8e4;height:100%} .wrap{width:800px;max-width:800px;height:auto !important;min-height:100%;height:100%;position:relative;overflow:hidden} article{background:#f7f5f2;float:left} .moodpic{margin:-20px 0 0 -40px;width:880px;height:230px} -.moodpic img{width:auto} +.moodpic img{width:100%} } @media only screen and (min-width:1600px){