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

📄 style.css

📁 一款手机软的源代码。采用aptana开发工具
💻 CSS
字号:
body{
	padding: 0px;
	margin: 0px;
	font-family: "nokia sans";
	font-size: 12px;
	overflow: hidden;
	background-color: #112A44;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

form{
}

p{
	padding: 2px 0px;
	margin: 0px;
}

select, textarea{
	font-family: "nokia sans";
	font-size: 12px;
}

input#letsgo{
	width: 60px;
	font-size: 11px;
	font-family: "nokia sans";
}

select#language{
	position: absolute;
	top: 9px;
	left: 35px;
	width: 180px;
	height: 18px;
	border: none;
}
textarea{
	border: 1px solid white;
	z-index: 1px;
}
textarea#sourceText{
	width: 207px;
	height: 50px;
	position: absolute;
	left: 14px;
	top: 50px;
	font-family: "nokia sans";
	font-size: 15px !important;
	font-weight: bold;
}

#translatedText
{
	width: 195px;
	height: 62px;
	position: absolute;
	left: 19px;
	top: 130px;
	font-family: "nokia sans";
	font-size: 15px !important;
	font-weight: bold;
	overflow: auto;
}
/*	Layout Styles	*/

#layout{
	width: 232px;
	height: 272px;
	overflow: hidden;
	background-image: url(default.png);
	background-repeat: no-repeat;
}

/*	Layout Styles	*/
div#root 
{
	position: absolute;
	top: 12px;
	left: 52px;
	width: 170px;
	height: 18px;
}

div#childs{
	position: absolute;
	top: 31px;
	left: 45px;
	
	width: 172px;
	overflow: hidden;
	overflow-x: auto;
	border: 1px solid silver;
	background-color: white;
	z-index: 2px;
	font-size: 10px;
}

div#childs ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#childs ul li{
	background-color: white;
	border-bottom: 1px solid silver;
	padding: 2px;
}

div#childs ul li:hover{
	background-color: #5b8509;
	color: white;
}

⌨️ 快捷键说明

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