Subversion Repositories eFlore/Applications.coel

Rev

Rev 49 | Rev 66 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
49 jpm 1
/** Les CSS de l'application COEL */
10 jpm 2
 
49 jpm 3
* {
60 jpm 4
	margin: 0px;
5
	padding: 0px;}
10 jpm 6
 
60 jpm 7
/* #------------------------------------------------------------------------------------------------------#	*/
8
/* 												CHARGEMENT APPLICATION										*/
9
/* #------------------------------------------------------------------------------------------------------#	*/
49 jpm 10
#loading {
60 jpm 11
	position: absolute;
12
	left: 45%;
13
	top: 40%;
14
	margin-left: -45px;
15
	padding: 2px;
16
	z-index: 20001;
17
	height: auto;
18
	border: 1px solid #ccc;}
49 jpm 19
#loading a {
60 jpm 20
	color: #225588;}
49 jpm 21
#loading .loading-indicator {
60 jpm 22
	background: white;
23
	color: #444;
24
	font: bold 13px tahoma, arial, helvetica;
25
	padding: 10px;
26
	margin: 0;
27
	height: auto;}
49 jpm 28
#loading .loading-indicator img {
60 jpm 29
	margin-right:8px;
30
	float:left;
31
	vertical-align:top;}
32
#loading-msg {
33
	font: normal 10px arial, tahoma, sans-serif;}
49 jpm 34
 
60 jpm 35
/* #------------------------------------------------------------------------------------------------------#	*/
36
/*												ENTÊTE 														*/
37
/* #------------------------------------------------------------------------------------------------------#	*/
38
#coel-entete {
39
	height:100px;
40
	background:#1E4176 url(images/bg/hd-bg.png) repeat-x scroll 0pt;
41
	border:0pt none;
42
	padding-left:3px;}
43
#coel-titre {
44
	color:white;
45
	font-family:tahoma, arial, sans-serif;
46
	font-size:16px;
47
	font-size-adjust:none;
48
	font-stretch:normal;
49
	font-style:normal;
50
	font-variant:normal;
51
	font-weight:normal;
52
	line-height:normal;
53
	padding:6 0 8 6px;}
54
/* #------------------------------------------------------------------------------------------------------#	*/
55
/*												PANNEAU DÉTAIL												*/
56
/* #------------------------------------------------------------------------------------------------------#	*/
57
.coel-detail {
58
	height: 55px;
59
	background-color: #ddd;
60
	border-bottom: 1px solid silver;}
61
.coel-detail h1 {
62
	font-weight: bold;
63
	font-size: 12px;
64
	padding: 5 0 2 5px;}
65
.coel-detail h2 {
66
	font-size: 11px;
67
	font-weight: normal;
68
	padding: 0 5 0 5px;}
69
.coel-detail h3 {
70
	font-size: 11px;
71
	font-weight: normal;
72
	padding: 0 5 5 5px;}
73
.coel-detail-body {
74
	padding: 12px;}
75
/* Liste de définition : style provenant de pompage.net : http://pompage.net/pompe/listesdefinitions/ */
76
dl.hb_affichage_tabulaire {
77
	width: 61em;}
78
.hb_affichage_tabulaire dt {
79
	width: 20em;
80
	float: left;
81
	margin: 0;
82
	padding: .2em;}
83
/* hack de commentaire avec un antislash pour ie5 mac \*/
84
dt {
85
	clear: both;}
86
/* end hack */
87
.hb_affichage_tabulaire dd {
88
	float: left;
89
	z-index:1;
90
	width: 40em;
91
	margin: 0;
92
	padding: .2em;}
93
h2, .parent, .hb_espace, .hb_ligne {
94
	clear: both;}
95
.hb_titre_en_ligne {
96
	display: inline;
97
	padding-top: 1em;}
98
#hb_renseignement_admin{
99
	max-width:650px;
100
	float:left;}
101
#hb_logo {
102
	float:right;}
103
dt, label {
104
	font-weight: bold;}
105
form ul {
106
	list-style-type: none;}
107
.hb_img_icone {
108
	border:0;
109
	width:9px;
110
	height:9px;}
111
.hb_img_fermer {
112
	border:0;
113
	width:9px;
114
	height:9px;}
115
.hb_ligne {
116
	border: .2em dotted;
117
	width:4em;}
118
.hb_plier_deplier td{
119
	padding:0;
120
	margin:0;
121
	text-align:left;
122
	height:12px;
123
	border-width:0;}
124
.hb_arborescence td{
125
	padding:0;
126
	margin: -5px 0 0 0;
127
	text-align:left;
128
	vertical-align:top;
129
	border-width:0;}
130
.pair{
131
	background-color: #FAD2C6;}
132
 
133
/* #------------------------------------------------------------------------------------------------------#	*/
134
/*												ÎCONES 														*/
135
/* #------------------------------------------------------------------------------------------------------#	*/
136
.icone-ajouter {
137
	background: url(images/icones/ajouter.png) no-repeat center left !important;}
138
.icone-modifier {
139
	background: url(images/icones/application_formulaire_modifier.png) no-repeat center left !important;}
140
.icone-supprimer {
141
  background: url(images/icones/supprimer.png) no-repeat center left !important;}