⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 print.css

📁 phpMyAdmin图形界面化操作,我已经配置好了,只要把解要压缩后的文件放到站点下就可以用了
💻 CSS
字号:
.print_ignore {    display: none;}body, table, th, td {    color:             #000000;    background-color:  #ffffff;    font-size:         8pt;}img {    border: 0;}table, th, td {    border-width:      0.1em;    border-color:      #000000;    border-style:      solid;}table {    border-collapse:   collapse;    border-spacing:    0;}th, td {    padding:           0.2em;}th {    font-weight:       bold;    background-color:  #e5e5e5;}@media print {    .print_ignore {        display: none;    }    body, table, th, td {        color:             #000000;        background-color:  #ffffff;        font-size:         8pt;    }    img {        border: 0;    }    table, th, td {        border-width:      1px;        border-color:      #000000;        border-style:      solid;    }    table {        border-collapse:   collapse;        border-spacing:    0;    }    th, td {        padding:           0.2em;    }    th {        font-weight:       bold;        background-color:  #e5e5e5;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -