Initial commits and git hooks

This commit is contained in:
2018-06-13 00:39:16 -04:00
父節點 211490ae47
當前提交 8eccb2b8db
共有 105 個文件被更改,包括 76 次插入117 次删除

查看文件

@@ -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;
}
}