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

📄 style.css

📁 经典Tapestry教程 经典Tapestry教程
💻 CSS
字号:
body  
{
  font-family : Trebuchet MS, san serif;
  font-weight : normal;
}

tr.even
{
  background-color: lightblue;
}

tr.odd
{
  background-color: rgb(228,255,228);
}

code.snippet, div.snippet
{
  color: red;
}

div.code
{
  color: red;
  background-color: rgb(255,255,228);
}


code.highlight, div.highlight
{
  color: red;
  background-color: rgb(255,255,128);
}

span.inputerror
{
  color: red;
  font-weight : strong;
  background-color: yellow;
}

div.note
{
  background-color: rgb(228,255,228);
}

.tree .selectedNodeViewClass A:visited .fsNodeValue, .tree .selectedNodeViewClass A:active .fsNodeValue, .tree .selectedNodeViewClass A:link .fsNodeValue {
	color:				white;
	background-color: 	#3163CE;
	text-decoration:	none
}

.tree .selectedNodeViewClass A:hover .fsNodeValue{
	color:				white;
	background-color: 	#3163CE;
	text-decoration: 	underline;
}

.tree .selectedNodeViewClass A:link, .tree .selectedNodeViewClass A:visited, .tree .selectedNodeViewClass A:active, .tree .selectedNodeViewClass A:hover  {
	text-decoration: none;
}

.tree .notSelectedNodeViewClass A:visited .fsNodeValue, .tree .notSelectedNodeViewClass A:active .fsNodeValue, .tree .notSelectedNodeViewClass A:link .fsNodeValue{
	color:				black;
	text-decoration:	none
}

.tree .notSelectedNodeViewClass A:hover .fsNodeValue{
	color:				black;
	text-decoration: 	underline;
}

.tree .notSelectedNodeViewClass A:link, .tree .notSelectedNodeViewClass A:visited, .tree .notSelectedNodeViewClass A:active, .tree .notSelectedNodeViewClass A:hover  {
	text-decoration: none;
}

⌨️ 快捷键说明

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