trail: new plugin (3rd attempt)
[ikiwiki.git] / themes / blueview / style.css
index c07d1cdfa4b305e8a336575c6c0ac5cc9626fda3..32f4b32eae5d28be68e978a8c6cc3d1c2403e4e1 100644 (file)
@@ -197,18 +197,23 @@ body {
        font-weight: bold;
 }
 
-.pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span, .pageheader #otherlanguages ul li {
+.pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span, .pageheader #otherlanguages ul li, .trailprev, .trailnext, .trailup {
        padding: 0.25em 0.25em 0.25em 0.25em;
        background-image: url('background_darkness.png');
        background-repeat: repeat;
        color: white;
 }
 
-.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a, .pageheader #otherlanguages ul li a {
+.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a, .pageheader #otherlanguages ul li a, .pageheader a {
+       font-weight: bold;
        color: white;
        text-decoration: none;
 }
 
+.trailprev, .trailnext, .trailup {
+       margin-top: 0.5em;
+}
+
 .pageheader .actions {
        text-align: right;
        vertical-align: bottom;