From c7d2fc85fd2c2c198a6bf11102ed465549357114 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 18 Aug 2013 09:49:15 -0700 Subject: [PATCH] Finished basic styling --- html/css/main.css | 3 +++ html/images/workbench_top.png | Bin 0 -> 1012 bytes html/index.html | 16 +++++++--------- 3 files changed, 10 insertions(+), 9 deletions(-) create mode 100755 html/images/workbench_top.png diff --git a/html/css/main.css b/html/css/main.css index 02331ea39..0dffa65ab 100644 --- a/html/css/main.css +++ b/html/css/main.css @@ -10,6 +10,9 @@ h1 img { height: 64px; width: 64px; vertical-align: bottom; } p { margin-left: 10px; margin-right: 10px; } #body { background: rgba(230, 230, 230, 0.90); box-shadow: 10px 10px 20px #666; margin-top: 50px; } +#crafting_output { margin-left: 10px; width: 920px; } +#crafting_output th { background: #f8f8f8; border-left: 1px solid #bbb; font-weight: bold; padding: 10px; } +#crafting_output td { background: #f8f8f8; border-left: 1px solid #bbb; padding: 10px; } #header { background: url("../images/stone_brick_light.png"); height: 64px; } #header img { height: 96px; width: 96px; margin-left: -32px; margin-top: -32px; } #header_border { background: url("../images/stone_brick.png"); height: 32px; margin-bottom: 32px; } diff --git a/html/images/workbench_top.png b/html/images/workbench_top.png new file mode 100755 index 0000000000000000000000000000000000000000..60d8026c3b07e82a41a1e30599d3b14b962eb633 GIT binary patch literal 1012 zcmV zSx*!}6h?V6F(?W+!y+oo0HZKy09gzu8NdY;gDerj7^8xWAVI}nVKCx@@kIpD7-L)@ z>Vto-o$rocal5)}226Z7Nq2R1-P2XKmM*9`w9nHN748x2@`}0PUc6wE*C{AOh3<4LJqyGJ8M^aC|9%YYEPGatL6ZFiCi~_qch0N^9wEBY-d0 z$<$jHF~RYib4=!0V~)1&5o>#(a;!1uEAN=<|V$#z-g#ABRvg~G`bhCw1y=iR?CfBrv<$nQ{clw%6D9Y zfH{)c+c5>u00guI1?;ib0zjW1kOL6VyCGs40sBCr_W}$B;5|<~uD!tCE0E0gcAShy zC8k-5c`Akk<~%C%^lBf~fqrHaR#yukI8Vg^0Z@0e*hm0$9dI2s-_CXk8*@DZ%Ws$oeyfM;qryOD iECKIb*uUwn-}yg6FE#D)LXC_70000   - + @@ -31,14 +31,12 @@