X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=nd.css;h=6078b618b27624f02110996432cba9f072c9708b;hb=55a1870d9cd4b25634b46767b55b28ca194f58dc;hp=d281c3197b8fdbc9bb430f39f2be0fb9dee74a66;hpb=9ea6880cce7c5bb81d2da5ee80f3586e01798892;p=ndwebbie.git diff --git a/nd.css b/nd.css index d281c31..6078b61 100644 --- a/nd.css +++ b/nd.css @@ -1,5 +1,5 @@ body { - padding-left: 14em; + padding-left: 15em; /*padding-right: 12em;*/ font-family: sans-serif; color: black; @@ -27,9 +27,28 @@ legend { padding: 1px; } table.boards td { - border-style: solid; - border-width: 1px; - padding: 1px; + /*border-style: solid; + border-width: 1px;*/ + padding: 2px; + border-collapse: separate; + border-spacing: 15pt; + font-size: larger; +} +table.boards{ + border-collapse: separate; + border-spacing: 5px; +} +table.boards th { + font-size: larger; +} +table.boards tr.even { + background: white; +} +fieldset.forum-post { + width: 40em; +} +fieldset.forum-post legend b { + font-size: larger; } div.leftinfo{ float: left; @@ -79,7 +98,7 @@ td.Defend{ color: black; } td.AllyDef{ - background: lightgreen; + background: #00FF00; color: black; } td.Attack{