adminsettings.css

来自「论坛BBS」· CSS 代码 · 共 26 行

CSS
26
字号
.select			{border: 0 inset buttonface; width: 100; font: icon; cursor: default;}
.selected		{border: 0 inset buttonface; background: window; padding: 0; font-family: tahoma; font-size: 8pt; color: windowtext;}
.selectTable	{height: 100%; width: 100%;
				border: 2 inset buttonhighlight; background: buttonface;}
.option			{font: icon; padding: 1; padding-left: 3; padding-right: 3; width: 100%;}
.dropDown		{position: absolute; visibility: hidden; width: 100%; height: 125px;
				border: 1 solid windowtext; padding: 1; overflow: auto;
				background: window; color: windowtext;}
.select .button	{width: 16px; height: 5; font-family: webdings; padding: 0;
				font-size: 11px; border: 2 outset buttonhighlight;}
				
body	{background: buttonface; border: 0; font-family: tahoma; font-size: 8pt; color: windowtext; margin-top: 0;}

fieldset	{padding: 5px; width: 490px;}

.groupIcon	{width: 32; height: 32; margin: 5px; float: left;}

#groupSelect	{width: 220px; margin: 0px; margin-top: 2px; margin-bottom: 2px; margin-left: 0px; margin-right: 15px;}
#groupSelect td	{}

td	{font-family: tahoma; font-size: 8pt; color: windowtext;}

input	{width: 220px; padding: 1; border-width: 1;}

button	{margin: 10px; margin-right: 0; margin-top: 12px; margin-bottom: 5;
		font-family: tahoma; font-size: 8pt; color: windowtext; padding: 1; border-width: 1;}

⌨️ 快捷键说明

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