summaryrefslogtreecommitdiff
path: root/skins/common/commonPrint.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/commonPrint.css')
-rw-r--r--skins/common/commonPrint.css36
1 files changed, 34 insertions, 2 deletions
diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css
index 56203aa4..58703a33 100644
--- a/skins/common/commonPrint.css
+++ b/skins/common/commonPrint.css
@@ -78,11 +78,13 @@ html .thumbcaption {
div.magnify {
display: none;
}
+/* @noflip */
div.tright {
float: right;
clear: right;
margin: 0.5em 0 0.8em 1.4em;
}
+/* @noflip */
div.tleft {
float: left;
clear: left;
@@ -139,11 +141,14 @@ ul {
border: none ! important;
padding: 0 ! important;
margin: 0 ! important;
+ direction: ltr;
}
#footer {
background : white;
color : black;
- border-top: 1px solid black;
+ margin-top: 1em;
+ border-top: 1px solid #AAA;
+ direction: ltr;
}
h1, h2, h3, h4, h5, h6 {
@@ -235,7 +240,6 @@ span.texhtml { font-family: serif; }
/* Galleries (see shared.css for more info) */
li.gallerybox {
vertical-align: top;
- background-color: #f9f9f9;
border: solid 2px white;
display: -moz-inline-box;
display: inline-block;
@@ -341,3 +345,31 @@ p {
widows: 3;
orphans: 3;
}
+
+/**
+ * Categories
+ */
+.catlinks ul {
+ display: inline;
+ margin: 0px;
+ list-style: none;
+ list-style-type: none;
+ list-style-image: none;
+ vertical-align: middle !ie;
+}
+
+.catlinks li {
+ display: inline-block;
+ line-height: 1.15em;
+ padding: 0 .4em;
+ border-left: 1px solid #AAA;
+ margin: 0.1em 0;
+ zoom: 1;
+ display: inline !ie;
+}
+
+.catlinks li:first-child {
+ padding-left: .2em;
+ border-left: none;
+}
+