MediaWiki:Print.css: Difference between revisions
From Mutant Year Zero
mNo edit summary |
mNo edit summary |
||
Line 21: | Line 21: | ||
text-decoration:none !important; | text-decoration:none !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
color: # | color: #000 !important; | ||
} | } | ||
a:visited { | a:visited { | ||
color: # | color: #000 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
Line 30: | Line 30: | ||
text-decoration:none !important; | text-decoration:none !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
color: # | color: #000 !important; | ||
} | } | ||
a.new:visited { | a.new:visited { | ||
color: # | color: #000 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } |
Revision as of 00:10, 11 January 2024
/************/
/* PRINTING */
/************/
@media print
{
body, .mw-page-container {
background: none;
}
mw-body, .mw-content-container {
background: none;
border: none;
}
.mw-header, .mw-panel-toc {
height:0px;
display:none;
}
.mw-category-generated {
display:none;
}
a {
text-decoration:none !important;
border-bottom: none !important;
color: #000 !important;
}
a:visited {
color: #000 !important;
text-decoration: none !important;
}
a.new {
text-decoration:none !important;
border-bottom: none !important;
color: #000 !important;
}
a.new:visited {
color: #000 !important;
text-decoration: none !important;
}
a[href]:after {
content: none !important;
}
.container .rpgtable td, .container .rpgtable th {
font-size:90%;
}
.rpgtable {
color: #000000;
}
.rpgtable td, .rpgtable th {
height: 28px;
}
.arksheet .arkimage .image {
height: 289px;
}
.printfooter {
display: none;
}
/* black dice */
.rot .rpgtable.dice tr:nth-child(2) td:nth-child(3),
.rot .rpgtable.dice tr:nth-child(2) td:nth-child(7),
.rot .rpgtable.dice tr:nth-child(3) td:nth-child(2),
.rot .rpgtable.dice tr:nth-child(3) td:nth-child(5) {
background-color: #000;
}
.weapons .rpgtable td:nth-child(4) {
background-color: #000;
}
}