summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/media/style_basic.css94
1 files changed, 68 insertions, 26 deletions
diff --git a/static/media/style_basic.css b/static/media/style_basic.css
index ec96ecfce..d624ae09c 100644
--- a/static/media/style_basic.css
+++ b/static/media/style_basic.css
@@ -1,45 +1,87 @@
-#window{
- width:100%;
- position:relative;
- display:block;
- height:100%;
- left:0;
- margin:0;
+@page {
+ size: a4 portrait;
+ margin: 2.5cm 1cm 2.5cm 1cm;
+ background-image: url("images/ishtar-bg.jpg");
+ @frame footer {
+ -pdf-frame-content: pdffooter;
+ bottom: 1cm;
+ margin-left: 1cm;
+ margin-right: 1cm;
+ height: 1cm;
+ }
+ @frame header {
+ -pdf-frame-content: pdfheader;
+ top: 1.2cm;
+ margin-left: 1cm;
+ margin-right: 1cm;
+ height: 1.5cm;
+ }
}
-#window table{
- font-size:1em;
- margin:0;
+label{
+ display:inline;
+ font-weight:bold;
+}
+
+table{
+ margin:10px;
width:100%;
+ border: none;
border-collapse:collapse;
}
-#window .head{
- display:none;
+caption, h3{
+ display:block;
+ text-align:center;
+ font-size:1.5em;
}
-#window .tool{
- display:none;
+th{
+ text-align:center;
+ border-bottom:2px solid #922;
}
-#window .body{
- position:relative;
+td{
+ margin:0;
padding:0;
- top:0;
- bottom:0;
- width:100%;
+ padding-top:4px;
+ text-align:right;
+ border:1px solid #EEE;
+ border-top:none;
+ font-size:0.9em;
}
-#window label{
- display:inline;
- font-weight:bold;
+.link{
+ display:None;
}
-#window span.value{
- display:inline;
+.string{
+ text-align:left;
+}
+
+.no_items{
+ text-align:center;
+ font-style:italic;
+}
+
+.head{
+ display:none;
+}
+
+.tool{
+ display:none;
+}
+
+p{
+ margin:0.2em;
}
-#window p{
- margin:0.3em;
+#pdffooter, #pdfheader{
+ text-align:center;
}
+#pdfheader{
+ font-weight:bold;
+ width:100%;
+ border-bottom:1px solid #922;
+}