style.css

来自「经典Tapestry教程 经典Tapestry教程」· CSS 代码 · 共 76 行

CSS
76
字号
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 + =
减小字号Ctrl + -
显示快捷键?