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

📄 default.css

📁 MINIWEB 0.75, 可以用于嵌入式系统设计。
💻 CSS
字号:
body {
	font-family: "Courier New", "Courier", "mono";
	color:#FFFFFF;
	background-color: #0066CC;
	font-size: 12px;
}
A:link {
	text-decoration:underline;
	font-weight:normal;
	color:#FFFF00;
	font-size: 12px;
}
A:visited {
	text-decoration:underline;
	font-weight:normal;
	color:#CCCCCC;
	font-size: 12px;
}
A:hover   {text-decoration:underline;font-weight:normal;background:#0000FF;color:#FFFFFF}
A:active {text-decoration:underline;font-weight:normal}
undernote   {
	font-family:"Avantgarde", "Helvetica", "Arial", "sans-serif";
	font-size: 9px;
	font-style: italic;
}

⌨️ 快捷键说明

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