Просмотр файла wapbuilder/admin/style.css

Размер файла: 1.49Kb
BODY, TD, DIV, UL, OL, LI, P, input, textaera, select  {
	font-family : Verdana;
	font-size: 10px;
	color: #000000;
}

A.menu_item, A:visited.menu_item  {
	color: #000000;
	text-decoration:none;
}

A:active.menu_item {
	
	color: #000000;
	text-decoration:none;
	
}

A:hover.menu_item {
	color: #996600;
	text-decoration: underline;
}

A, A:visited  {
	color: #000000;
	text-decoration:underline;
}

A:active {
	color: #000000;
	text-decoration:none;
}

A:hover {
	color: #555555;
	text-decoration: none;
}


A.site_link, A:visited.site_link {
	color: #996600;
	font-size: 11px;
	text-decoration:none;
	
}

A:active.site_link {
	color: #996600;
	text-decoration:none;
	
}

A:hover.site_link {
	color: #000000;
	text-decoration:none;
	
}


.main_header {
	color: #f1f1f1;
	font-size: 20px;
	font-family : Verdana;
	font-weight: bold;
}

.menu_header  {
	font-family : Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #996600;
}

.listtable {
	background-color : #cccccc;
}

.bg1 {
	background-color : #ffffff;
}

.bg2 {
	background-color : #f5f5f5;
}

.addbg {
	background-color : #FCFAF8;
}

.tablehead {
	background-color : #FCFAF8;
}

.error {
	color: red;
	font-family : Verdana, Tahoma, sans-serif;
	font-size: 12px;
	
}

.succ {
	color: green;
	font-family : Verdana, Tahoma, sans-serif;
	font-size: 12px;
	
}

.header {
	font-family : Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #996600;
}