# Macros for simpler syntax
# ------------------------------------------------------------------
MACRO jump(n) PROCESS "$n";
-# MACRO policy(p) PROCESS policy_block val=p;
-# BLOCK policy_block; val; STOP; END;
MACRO ret(status,text) PROCESS ret_block s=status t=text;
body {
font-family: Helvetica, Arial, Tahoma, sans-serif;
- font: .76em;
+ /*font: .76em; */
/* background: #FFF;*/
}
.no_border_body {
border: none;
}
+
+#page_trail {
+ vertical-align: middle;
+ float:left;
+}
+
+.page_trail_word {
+ text-decoration: underline;
+ float:left;
+ padding-right: 4px;
+}
+.page_trail_word_inactive {
+ text-decoration: none;
+}
+
+.page_trail_divider {
+ float:left;
+ padding-right: 4px;
+}
background: #CCF;
width: 98%;
height: 32px;
+ border-collapse: collapse;
}
#progress_bar_percent_location {
+ /*
z-index: 5;
position: absolute;
bottom: 12px;
- width: 98%;
- height: 32px;
- text-align: center;
+ right: 12px;
+ */
+ /*width: 98%;*/
+ /*height: 32px;*/
+ text-align: left;
+ float: left;
+ padding-left: 20px;
+ border-collapse: collapse;
}
.progress_bar {
height: 100%;
width: 100%;
background: #FFF;
+ border-collapse: collapse;
+ white-space:nowrap;
+}
+
+.progress_bar_done {
+ height: 100%;
+ width: 100%;
+ background: #CCF;
+ border-collapse: collapse;
+ white-space:nowrap;
}
.progress_bar_chunk {
.progress_percent {
font-weight: bold;
color: #888;
- font-size: 2em;
- width: 100%;
- text-align: center;
+ /*font-size: 50%;*/
+ /*width: 100%;*/
+ text-align: left;
+ border-collapse: collapse;
}
z-index: 10;
position: absolute;
}
+
+.record_box_descriptor {
+ font-weight: bold;
+ text-align: center;
+}