• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/css/
1ul, li {
2	margin: 0;
3	padding: 0;
4	list-style: none;
5}
6.abgne_tab {
7	clear: left;
8	width: 780px;
9	height: 520px;
10	margin: 10px 0;
11}
12ul.tabs {
13	width: 100%;
14	height: 32px;
15	border-bottom: 1px solid #999;
16	border-left: 1px solid #999;
17}
18ul.tabs li {
19	float: left;
20	height: 31px;
21	line-height: 31px;
22	overflow: hidden;
23	position: relative;
24	margin-bottom: -1px;	/* ��� li ������������������ ul ��������� border-bottom */
25	border: 1px solid #999;
26	border-left: none;
27	background: #e1e1e1;
28}
29ul.tabs li a {
30	display: block;
31	padding: 0 20px;
32	color: #000;
33	border: 1px solid #fff;
34	text-decoration: none;
35}
36ul.tabs li a:hover {
37	background: #ccc;
38}
39ul.tabs li.active  {
40	background: #fff;
41	border-bottom: 1px solid#fff;
42}
43ul.tabs li.active a:hover {
44	background: #fff;
45}
46div.tab_container {
47	clear: left;
48	width: 100%;
49	height: 95%;
50	border: 1px solid #999;
51	border-top: none;
52	background: #fff;
53}
54div.tab_container .tab_content {
55	padding: 20px;
56}
57div.tab_container .tab_content h2 {
58	margin: 0 0 20px;
59}