theme_print.css.php

来自「phpMyAdmin是一个用PHP编写的」· PHP 代码 · 共 40 行

PHP
40
字号
<?php/* vim: set expandtab sw=4 ts=4 sts=4: *//** * print css file from theme Original * * @version $Id: theme_print.css.php 10145 2007-03-20 13:39:12Z cybot_tm $ * @package phpMyAdmin-theme * @subpackage Original */?>/* For printview */body, table, th, td {    color:             #000000;    background-color:  #ffffff;}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;}

⌨️ 快捷键说明

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