aboutsummaryrefslogtreecommitdiffstats
path: root/nicetitle/nicetitle.css
diff options
context:
space:
mode:
Diffstat (limited to 'nicetitle/nicetitle.css')
-rw-r--r--nicetitle/nicetitle.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/nicetitle/nicetitle.css b/nicetitle/nicetitle.css
new file mode 100644
index 0000000..8c981c5
--- /dev/null
+++ b/nicetitle/nicetitle.css
@@ -0,0 +1,32 @@
+div.nicetitle {
+ position: absolute;
+ padding: 4px;
+ top: 0px;
+ left: 0px;
+ color: white;
+ font-size: 12px;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ width: 25em;
+ background: url(ntbg.png);
+
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ text-shadow: black 1px 1px 1px;
+}
+div.nicetitle p {
+ margin: 0;
+ padding: 0 3px;
+}
+div.nicetitle p.destination {
+ font-size: 9px;
+ text-align: left;
+ padding-top: 3px;
+}
+
+@media print {
+ div.nicetitle {
+ display: none;
+ }
+}

© 2014-2024 Faster IT GmbH | imprint | privacy policy