summaryrefslogtreecommitdiff
path: root/static/media/style_basic.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-18 17:49:57 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-18 17:51:30 +0200
commit7d2aa560ba859ebb593d34b062bf1faf09c8724c (patch)
tree4136673563f802d6de992512e3c4adde86ef2a4e /static/media/style_basic.css
parent615457617e65019e0ce39b585f4eeb41b17ba61a (diff)
downloadIshtar-7d2aa560ba859ebb593d34b062bf1faf09c8724c.tar.bz2
Ishtar-7d2aa560ba859ebb593d34b062bf1faf09c8724c.zip
Djangoization - Major refactoring (step 1)
Diffstat (limited to 'static/media/style_basic.css')
-rw-r--r--static/media/style_basic.css87
1 files changed, 0 insertions, 87 deletions
diff --git a/static/media/style_basic.css b/static/media/style_basic.css
deleted file mode 100644
index d624ae09c..000000000
--- a/static/media/style_basic.css
+++ /dev/null
@@ -1,87 +0,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;
- }
-}
-
-label{
- display:inline;
- font-weight:bold;
-}
-
-table{
- margin:10px;
- width:100%;
- border: none;
- border-collapse:collapse;
-}
-
-caption, h3{
- display:block;
- text-align:center;
- font-size:1.5em;
-}
-
-th{
- text-align:center;
- border-bottom:2px solid #922;
-}
-
-td{
- margin:0;
- padding:0;
- padding-top:4px;
- text-align:right;
- border:1px solid #EEE;
- border-top:none;
- font-size:0.9em;
-}
-
-.link{
- display:None;
-}
-
-.string{
- text-align:left;
-}
-
-.no_items{
- text-align:center;
- font-style:italic;
-}
-
-.head{
- display:none;
-}
-
-.tool{
- display:none;
-}
-
-p{
- margin:0.2em;
-}
-
-#pdffooter, #pdfheader{
- text-align:center;
-}
-
-#pdfheader{
- font-weight:bold;
- width:100%;
- border-bottom:1px solid #922;
-}