Subversion Repositories ALCASAR

Rev

Rev 2529 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
324 richard 1
td {font-family:verdana,sans-serif;text-decoration:none;font-size:11px}
2
th {font-family:verdana,sans-serif;text-decoration:none;font-size:11px}
3
A {FONT-FAMILY: verdana,sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none}
4
H1 {FONT-FAMILY: lucida,sans-serif; FONT-SIZE: 24px; TEXT-DECORATION: none}
5
INPUT{
6
	BACKGROUND-COLOR: #EEEEEE;
7
	BORDER-BOTTOM: #3333CC 1px solid;
8
	BORDER-LEFT: #3333CC 1px solid;
9
	BORDER-RIGHT: #3333CC 1px solid;
10
	BORDER-TOP: #3333CC 1px solid;
11
	COLOR: #000000;
12
	FONT-FAMILY: Verdana
13
}
14
INPUT.button{
15
	BACKGROUND-COLOR: #999999;
16
	BORDER-BOTTOM: #3333CC 1px solid;
17
	BORDER-LEFT: #3333CC 1px solid;
18
	BORDER-RIGHT: #3333CC 1px solid;
19
	BORDER-TOP: #3333CC 1px solid;
20
	COLOR: #000000;
21
	FONT-FAMILY: Verdana
22
}
23
body
24
{
25
	BACKGROUND-COLOR: #EFEFEF;
26
}
27
a:link {
28
	color: #000000;
29
}
30
a:visited {
31
	color:#000000;
32
}
33
a:hover {
34
	color:#000000;
35
}
36
a:active {
37
	color:#000000;
38
}
2529 fabien.rak 39
 
40
.thBasicACC
41
{
42
	font-family: "DejaVu Sans";
43
	font-size: small;
44
	text-align: center;
45
	color: #EFEFEF;
46
	background-color: #666666;'	
47
}
48
 
49
 
50
.thSecurityBis
51
{
52
	font-family: "DejaVu Sans";
53
	font-size: small;
54
	color: #EFEFEF;
55
	background-color: #666666;'	
56
}
57
 
58
.tableBis
59
{
60
	background-color: white;
61
}
62
 
63
.globalTrafficBorder
64
{
65
    border: 1px solid #666;
66
    background-color: white;
67
    width:99%;
68
 
69
}
70
 
71
#globalTrafficSize
72
{
73
    width:99%;
74
}
75
 
76
.tbodyAcc {
77
	font-family: "DejaVu Sans";
78
	font-size: small;
79
	color: "#666660";
80
}
81
.tdSizeACC {
82
	font-size: 1px;	
83
}
84
.trSizeACC {
85
	height:6px;	
86
}
87
 
88
.tableTop
89
{
90
	margin-top: 8px;
91
    width:99%;
92
}
93
 
94
 
95
.frameBorderACC
96
{
97
	border: 1px solid #666;
98
    border-radius: 1px;
99
    width:99%;
100
    background-color: white;
101
    padding:  0px 0px 0px 0px  ;
102
    margin:  0px 30px 0px 0px  ;
103
}
104
 
105
 
2809 rexy 106
.ACCiframe
2529 fabien.rak 107
{
108
    height: 220vh;
109
    width: 100%;
110
    margin:  0px 0px 0px 0px  ;
111
    padding:  0px 0px 0px 0px  ;
112
    display: flex;
113
    border-left-style: solid;
114
    border-left-width: 1px;
115
    border-right-style: solid;
116
    border-top-style: solid;
117
    border-top-width: 1px;
118
    border-bottom-style: solid;
119
    border-bottom-width: 1px;
120
    border-right-width: 1px;
121
}
122
 
2809 rexy 123
.tableTopACC
2529 fabien.rak 124
{
125
	border-right-width: 0px;
126
	border-right-style: solid;
127
	margin-left: 1px;
128
	width: 100%;	
129
	text-align: center;
130
    padding:  0px 0px 0px 0px;
131
}