summaryrefslogtreecommitdiff
path: root/orig/pq-web/newguy.css
blob: bd7838b1014ddd8c0046c1bcd647159460a8db12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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;
}