no message
这个提交包含在:
39
_sass/_print.scss
普通文件
39
_sass/_print.scss
普通文件
@@ -0,0 +1,39 @@
|
||||
@media print
|
||||
{
|
||||
@page {
|
||||
size: A4;
|
||||
}
|
||||
body {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
img.profile-img {
|
||||
filter: grayscale(1);
|
||||
-webkit-filter: greyscale(1);
|
||||
}
|
||||
.main-wrapper .time {
|
||||
float: right;
|
||||
color: black !important;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
.sidebar-wrapper {
|
||||
position: static;
|
||||
float: right;
|
||||
width: 40%;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
|
||||
.remove-container.container-block {
|
||||
display: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.skillset .level-bar-inner {
|
||||
background-color: black !important;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -6,3 +6,4 @@
|
||||
|
||||
@import "skins/{{ site.theme_skin | default: 'blue' }}"; // skin
|
||||
@import "default"; // main partials
|
||||
@import "print"; // print styles
|
||||
在新工单中引用
屏蔽一个用户