From 14a6aa4c488bcd2d49103cbee1424b2769d77ce0 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 12 Aug 2016 14:05:45 +0200 Subject: Initial import --- orig/pq-web/newguy.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 orig/pq-web/newguy.css (limited to 'orig/pq-web/newguy.css') diff --git a/orig/pq-web/newguy.css b/orig/pq-web/newguy.css new file mode 100644 index 0000000..bd7838b --- /dev/null +++ b/orig/pq-web/newguy.css @@ -0,0 +1,56 @@ + +#newguy.window { + width: 508px; +} + +#newguy > .client { + padding: 4px; +} + +#newguy > #titlebar { + margin-bottom: 0; +} + +fieldset { + border: solid 1px #aaa; + width: 180px; +} + +fieldset table { + width: 100px; + border: none 0px black; + border-right: none !IMPORTANT; + border-spacing: 10px; + border-collapse: separate; + background-color: transparent; +} + +fieldset table th { + border: none; + margin-bottom: 1ex; + border-right: none !IMPORTANT; + width: 5ex; +} + +fieldset table td { + border: solid 1px #aaa; + text-align: center; + width: 4ex; +} + +#races, #classes { + width: 185px; +} + +#classes, #stats { + height: 365px; +} + +#stats { + width: 109px; +} + +.window#newguy .vbox button { + width: 75px; + margin: 4px; +} -- cgit v1.2.3