Imported Upstream version 0.9.6

This commit is contained in:
Mario Fetka
2017-04-22 08:30:21 +02:00
commit cf99ff9476
46 changed files with 10021 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
LOGDIR=@localstatedir@
CFGDIR=@sysconfdir@
BINDIR=@bindir@
CGIDIR=@sbindir@
DATAROOTDIR=@datarootdir@
DATADIR=@datadir@
INSTALL=@INSTALL@
INSTALL_OPTS=@INSTALL_OPTS@
CP=@CP@
TOUCH=@TOUCH@
all html:
clean:
distclean: clean
-rm Makefile
devclean: distclean
install:
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DATADIR)/stylesheets
for file in ./*.css; \
do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DATADIR)/stylesheets; done
${TOUCH} $(DATADIR)/stylesheets/user.css

View File

@@ -0,0 +1,135 @@
A.status {
background-color: #999797;
color: #DCE5C1;
font-size: 10pt;
text-align: left;
}
.nbp_text_small {
font-size:80%;
}
.nbp_text_tiny {
font-size:60%;
}
.nbp_central_table_spacer {
height:3em;
}
.nbp_sub_head {
border-top:1.5em solid transparent;
font-size:100%;
font-weight:bold;
}
.nbp_description {
font-size:120%;
text-align:center;
}
.nbp_nobr {
white-space:nowrap;
}
.nbp_no_border {
border:0;
}
#nbp_central_table,
#nbp_trafficlight_yes_table,
#nbp_trafficlight_no_table,
#nbp_trafficlight_only_table,
#nbp_wu_service_table,
#nbp_wu_host_table {
margin:auto;
}
#nbp_trafficlight_short_table {
background-color:black;
margin:auto;
}
#nbp_trafficlight_short_head {
display:none;
}
#nbp_trafficlight_yes_box {
float:left;
margin:0;
padding:0;
width:8em;
}
#nbp_body_short {
background-color:black;
}
#nbp_body_bi,
#nbp_body_bi table,
#nbp_body_bi td.status {
background-color:#FFFFCC;
}
#nbp_error_text {
text-align:center;
}
#nbp_startingpoint_form_bi,
#nbp_select_state_form_bi {
border-top:0.3em solid transparent;
}
#nbp_cental_table_box_tl_yes {
margin:0;
margin-left:9em;
padding:0;
}
#nbp_single_table_box,
#nbp_cental_table_box_tl_no {
margin:0;
padding:0;
}
#nbp_table_tree,
#nbp_table_list {
margin:auto;
margin-top:3em;
}
#nbp_button_bar {
margin-top:2em;
text-align:center;
}
#nbp_hint {
margin-top:1em;
text-align:center;
}
#nbp_foot,
#nbp_wu_service_head,
#nbp_wu_host_head {
margin-top:2em;
}
#nbp_foot_version {
float:left;
font-size:75%;
}
#nbp_foot_language {
float:right;
font-size:75%;
}
#nbp_head_bi,
#nbp_head_act,
#nbp_head_wu {
margin-bottom:2em;
}
#nbp_curly_brace {
background-color:black;
}