Difference between revisions of "MediaWiki:Common.css"

From Dark Prospects Rules
Jump to navigation Jump to search
m
Line 15: Line 15:
 
.ritual .description {
 
.ritual .description {
 
         border-top: 1px solid black;
 
         border-top: 1px solid black;
 +
}
 +
 +
@print {
 +
      #catlinks { display: none; }
 
}
 
}

Revision as of 20:03, 25 May 2017

/* CSS placed here will be applied to all skins */

.ritual pre {
        white-space: pre-wrap;
}

.card {
        white-space: pre-wrap;
}

table td {
        vertical-align: top;
}

.ritual .description {
        border-top: 1px solid black;
}

@print {
       #catlinks { display: none; }
}