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

📄 style.css

📁 Password Safe Password Safe is a password database utility. Users can keep their passwords securely
💻 CSS
字号:


BODY	{
	font-family:"Trebuchet MS",verdana,arial,helvetica,tahoma;
	color:black;
	font-size="small";
	background-color: white;

	}


A:link {color: #0069CE; text-decoration: none;} 
A:visited {color: #0069CE; text-decoration: none;}
A:active {color: #B22222; text-decoration: none;}
A:hover { Color: maroon; text-decoration: underline;}
}

 DD {
          text-indent: 10%;
     }

li p
	{
	margin-top: .75em;
	margin-bottom: 1.25em;	
	}	

li
	{
	margin-left: .15in;
	}	 

ol li	
	{
	margin-left: .10in;
	} 

ul
	{
	list-style: disc;
	}

ul.onestep
	{
	list-style: disc;
	}





/* tables */


table 	{ font-size: 100%;
		text-align: left;
		margin-top: 0em;
		}

tr		{ margin: .25em;
		vertical-align: top;
		}
			
th 		{ text-align: left;
		margin: .25em;
		vertical-align: top;
		background: #ffffff;
		}
						
td		{ margin: .25em;
		
		vertical-align: top;
		padding: 0;
		}


⌨️ 快捷键说明

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