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

📄 common.css

📁 一个页面界面的邮件程序
💻 CSS
字号:
body {
	margin: 10px;
	background-color: white;
}
a,a:link,a:visited {
	color: #03006D;
	text-decoration: underline;
}
a:hover {
	color: white;
	background-color: #03006D;
	text-decoration: underline;
}
h1 {
	margin-bottom: 5px;
}
h3 {
	margin: 0px;
	font-size: 15px;
	border-bottom: 1px solid black;
}
h2 {
	margin: 10px 0px 8px 0px;
	border-bottom: 1px dashed black;
}
img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	list-style-type: square;
	line-height: 20px;
}
label {
	width: 30%; 
	float: left;
	text-align: right;
}
.labelCheckBox {
	width: auto;
	text-align: right;
}
input, textarea, select {
	background-color: #E4E3EB;
	margin: 1px;
	border: 1px solid black;
}
textarea {
	font-size: 14px;
}
select,input[type=text],input[type=password] {
	width: 200px;
}
input[type=button] {
	font-weight: bold;
}
input[type=checkbox] {
	float: right;
	margin-right: 15px;
}
input:focus, textarea:focus, select:focus, button:focus {
	background-color: #D1CBFB;
}
pre {
	margin: 0px;
	font-size: 14px;
}
fieldset {
	background-color: #E4ECF2;
	color: black;
	border: 1px solid black;
}
legend {
	font-weight: bold;
}
strong {
	color: #1D1D63;
}
table {
	border: 1px solid black;
}
td {
	padding: 2px;
	border: 1px solid black;
}
.cadre {
	padding: 3px;
	border: 1px dotted #333333;
}
.marginButtons {
	margin-left: 30%;
}
.dynamicList {
	display: none;
	margin-left: 25%;
}
#bandeau {
	background-color: #CFE5FC;
	padding: 3px;
	border: 1px solid #333333;
}
#logo {
	float: left; 
	margin: 5px 0px 5px 5px;
	padding: 2px 5px 2px 5px;
	color: black;
	border: 1px solid black;
	background-color: white;
}
#search {
	float: left; 
	margin: 15px 10px 10px 30px;
}
#rightItems {
	float: right;
	margin: 10px 10px 10px 10px;
	text-align: right;
}
#languageBar {
	display: inline;
	white-space: nowrap;
}
a.languageSelected {
	background-color: #03006D;
	color: white;
	text-decoration: underline;
}
#actionsInterface {
}
#divTips {
	margin-top: 2px;
	border: 1px solid #3775B8;
	background-color: #ABD1FB;
}
#tips {
}
#navTips {
}


#divActions {
	width: 180px;
	background-color: #FFFDF0;
	margin-bottom: 10px;
}
#actions {
	overflow: auto;
	height: 120px;
	width: 100%;
}
#leftPart {
	position: absolute;
	left: 0px;
	margin: 10px 0px 0px 10px;
}
#content {
	margin: 10px 0px 10px 200px;
	background-color: #F0F1FF;
}
#debug {
	margin: 10px 0px 10px 200px;
	max-height: 600px;
	overflow: auto;
}

#divListeGroupes {
	width: 180px;
	background-color: #FFF1F0;
	margin-bottom: 10px;
}
#listeGroupes {
	overflow: auto;
	height: 130px;
	width: 100%;
}
#divAnniversaires {
	width: 180px;
	background-color: #F0FFF1;
	margin-bottom: 10px;
}
#anniversaires {
	overflow: auto;
	height: 130px;
	width: 100%;
}
#divListeMailingList {
	width: 180px;
	background-color: #F6E6FF;
}
#listeMailingList {
	overflow: auto;
	height: 130px;
	width: 100%;
}
#anniversaires ul {
	list-style-type: none;
	padding: 5px;
}
#anniversaires ul li {
	line-height: 18px;
	border-bottom: 1px dashed black;
}
#searchResult div {
	clear: both;
	background-color: #E4F1F2;
	border: 1px solid black;
}
#searchResult div.user {
	margin: 0px 0px 6px 0px;
	padding: 0px 5px 0px 5px;
}
#searchResult div span.name {
	float: left;
	width: 35%;
	font-weight: bold;
}
#searchResult div span.groupe {
	float: left;
	width: 15%;
}
#searchResult div span.dates {
	float: left;
	width: 20%;
}
#searchResult div span.actions {
	float: right;
}
#searchResult div div.divGlobalAddressesAndContacts {
	margin: 0px;
	border: 0px;
	position:relative;	
	display: block;
}
#searchResult div div.infos {
	border: 0px;
}
#searchResult div div.divGlobalAddressesAndContacts .contacts {
	border: 0px;
	float: left;
	width: 40%;
}
#searchResult div div.divGlobalAddressesAndContacts .addresses {
	border: 0px;
	float: right;
	width: 40%;
}
#searchResult div div.spacer {
	border: 0px;
	height: 2px;
	clear: both;
}
#formContact .buttons {
	margin-top: 5px;
	margin-left: 40%;
}
#formContact span#contacts {
	float: left;
	width: 50%;
}
#formContact span#contacts label {
	width: 120px;
}
#formContact span#addresses {
	float: left;
	width: 50%;
}
#formContact span#addresses label {
	width: 120px;
}
#formContact div.address {
	margin-bottom: 20px;
}
#formContact div.contact {
	margin-bottom: 20px;
}
.marginButtons {
	margin-left: 30%;
}
.multiColumn {
	-moz-column-count:	4;
}
.showHideCadre {
	float: right;
}

⌨️ 快捷键说明

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