crossword design update & javascript input changes
This commit is contained in:
parent
b4a04d393f
commit
32f254a0c3
3 changed files with 56 additions and 12 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue