updated print

This commit is contained in:
2019-01-27 14:52:28 +01:00
parent 0615369680
commit b764ef206e
73 changed files with 1809 additions and 1990 deletions

View File

@@ -1,5 +1,9 @@
body {direction: rtl;}
th {text-align: right;}
body {
direction: rtl;
}
th {
text-align: right;
}
.print-links,
.print-source_url,
.print-taxonomy {

View File

@@ -8,36 +8,78 @@ th {
color: #006;
border-bottom: 1px solid #ccc;
}
tr.odd {background-color: #ddd;}
tr.even {background-color: #fff;}
td {padding: 5px;}
#menu {visibility: hidden;}
#main {margin: 1em;}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #00f;}
a:link img, a:visited img {border: 0;}
.print-footnote {font-size: xx-small;}
img.print-logo {border: 0;}
.print-site_name {}
.print-breadcrumb {font-size: x-small;}
.print-title {}
.print-submitted {font-size: small;}
.print-created {font-size: small;}
.print-taxonomy {text-align: right;}
.print-taxonomy li {display: inline;}
.print-content {}
tr.odd {
background-color: #ddd;
}
tr.even {
background-color: #fff;
}
td {
padding: 5px;
}
#menu {
visibility: hidden;
}
#main {
margin: 1em;
}
a:link {
color: #000;
}
a:visited {
color: #000;
}
a:hover {
color: #00f;
}
a:link img,
a:visited img {
border: 0;
}
.print-footnote {
font-size: xx-small;
}
img.print-logo {
border: 0;
}
.print-site_name {
}
.print-breadcrumb {
font-size: x-small;
}
.print-title {
}
.print-submitted {
font-size: small;
}
.print-created {
font-size: small;
}
.print-taxonomy {
text-align: right;
}
.print-taxonomy li {
display: inline;
}
.print-content {
}
.print-hr {
border: 0;
height: 1px;
width: 100%;
color: #9E9E9E;
background-color: #9E9E9E;
color: #9e9e9e;
background-color: #9e9e9e;
}
.print-message {
border: medium dotted blue;
padding: 1em;
}
.print-source_url {font-size: small;}
.print-links {font-size: small;}
.print-footer {text-align: center;}
.print-source_url {
font-size: small;
}
.print-links {
font-size: small;
}
.print-footer {
text-align: center;
}