summaryrefslogtreecommitdiff
path: root/orig/pq-web/main.css
blob: 6cf2dc2e0b645d7d19a8e12ab25213470e17d5aa (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137

body {
  height: 100%;
}

thead.mid { 
  border-top: solid 1px grey;
}

.label { 
  margin-top: 3px;
}

.listbox { 
  border: solid 1px black;
  background-color: white;
}


.head {
  font-weight: bold;
  font-size: 9pt;
  margin: 2px 0 2px 0;
}

input { 
  height: 10px;
  color: black;
}

div.progress-container { 
  border: 1px solid #ccc; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  background: white;
  overflow: hidden;
}

div.progress-container > div.bar { 
  background-color: #ACE97C; 
  height: 12px;
}

div.hint { 
  z-index: 20;
  position: absolute;
  margin-top: 1px;
  visibility: hidden;
  text-align: center;
  color: #060;
}

div.progress-container:hover div.hint { 
  visibility: visible;
}

#main.window { 
  width: 686px; 
}

#Trats, 
#Plots,  #Plots table,
#Quests, #Quests table { 
  width: 200px;
}

#Izquierda, #Derecha {
  width: 202px;
}

#Spells       { width: 200px; }
#Spells table { width: 184px; }

#Trats th,             #Trats td             { width: 145px; }
#Trats th:first-child, #Trats td:first-child { width:  55px; }

tr         { height:  15px; }
#Spells    { height: 236px; }
#Inventory { height: 281px; }
#Plots     { height: 147px; }
#Quests    { height: 294px; }


#ExpBar, #ExpBar .hint, 
#PlotBar, #PlotBar .hint,
#QuestBar, #QuestBar .hint { 
  width: 198px;
}

#Equips {
  width: 272px;
}

#Inventory       { width: 270px; }
#Inventory table { width: 254px; }

#Centro { 
  width: 274px; 
}

#Equips th,             #Equips td             { width: 202px; }
#Equips th:first-child, #Equips td:first-child { width:  70px; }

#EncumBar, #EncumBar .hint { 
  width: 268px;
}

#Spells .value { 
 width: 12ex;
}

#Inventory .value {
  width: 6ex;
}

#TaskBar, #TaskBar .hint { 
  width: 680px;
}

#Quests td, #Plots td { 
  padding-left: 0;
}

body.iOS div.hint {
  visibility: visible;
}

div#paused {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 160px;
  opacity: 0.5;
}