treeview.css
来自「Get Map Coordinat by click on map」· CSS 代码 · 共 32 行
CSS
32 行
/*
**
** Description : STYLESHEET FOR GENERATION OF THE HTML Treeview
**
** Date : 26/10/2002 - version : 1.0
** Author : Jean-Michel Garnier, http://rollerjm.free.fr
** Source is free but feel free (!) to send any comment / suggestion to garnierjm@ifrance.com
** One of the best tool to customize a css is TopStyle (www.bradsoft.com)
*/
/* Customize link style here */
a:link {text-decoration:none;}
a:visited {text-decoration:none; }
a:hover {text-decoration:underline; cursor: hand;}
/* Customize the "folder" style here */
a.folder { font-family:arial;
font-size: 9pt;
padding:0px;
cursor: hand;
font-family : cursive;
}
/* Customize the "leaf" style here */
a.leaf {
font-family : cursive;
padding:0px;
cursor: hand;
font-size : 9pt;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?