1 |
/** |
2 |
* Cette feuille de style contient le style specifique a l'aaplication. Il est |
3 |
* normalement appele apres le style de base ce qui permet de surcharger tous |
4 |
* les elements souhaites. |
5 |
* |
6 |
* @package openmairie_exemple |
7 |
* @version SVN : $Id: specific.css 517 2011-08-16 13:02:15Z jbastide $ |
8 |
*/ |
9 |
|
10 |
/** |
11 |
* STRUCTURE HTML |
12 |
*/ |
13 |
/* Textes du header et du footer */ |
14 |
/* |
15 |
#actions, #shortlinks { color:#434343; } |
16 |
#footer span { color:#434343; } |
17 |
*/ |
18 |
/* Liens du header et du footer */ |
19 |
|
20 |
/*#actions a, #actions a:active, #actions a:visited { color:#ffffff; } |
21 |
#shortlinks a, #shortlinks a:active, #shortlinks a:visited { color:#ffffff; } |
22 |
#footer a, #footer a:active, #footer a:visited { color:#ffffff; } |
23 |
*/ |
24 |
/*class="tab-tab;class="ui-tabs-nav ui-accordion ui-state-default tab-title"*/ |
25 |
/* content a ... agit sur onglet retour table */ |
26 |
/*#content a, #content a:active { background-color:red }, #content a:visited { text-decoration:none; } |
27 |
#content a:hover { text-decoration:underline; }*/ |
28 |
/* lien table |
29 |
a.lienTable:link{text-decoration:none; background-color:green;color:darkblue;} |
30 |
a.lienTable:active{text-decoration:none; background-color:green;color:darkblue;} |
31 |
a.lienTable:visited{text-decoration:none; background-color:green;color:gray;} |
32 |
a.lienTable:hover{color:#cccccc;background-color:black; background-color:green;text-decoration:none;} |
33 |
|
34 |
*/ |
35 |
/*jlb*/ |
36 |
body { font-size:11px; font-family:Verdana,Arial,sans-serif;background: #ffffff url(../img/fd_page.gif) no-repeat ;background-position:left top;background-attachment:fixed;color:#000000; } |
37 |
#title {background-color:#DDDEFB;color:#292929;height:25px;font-size:12pt; border: 1px solid #292929; } |
38 |
/*a, a:active, a:visited { background-color:black; }*/ |
39 |
/*div.ui-corner-all { background-color: yellow; }*/ |
40 |
/*table.ui-corner-all { background-color: magenta; }*/ |
41 |
/*fieldset.collapsible { background-color: green; }*/ |
42 |
table.ui-corner-all { background-color:#E7E7EB;color:#000000;} |
43 |
fieldset.collapsible {background: #DDDEFB url(../img/fd_fieldset.gif) 0% 0% repeat-y;background-position:right bottom;color:#000000; } |
44 |
|
45 |
/*--------------------------------------header---------------------------------------*/ |
46 |
#header {background: #ffffff url(../img/fd_header.gif) 0% 0% repeat-x;color:gray;clear:both; height:80px; min-width:780px; padding:0px; font-weight:bold; border: 0px solid #000000;background-color:#292929;} |
47 |
/* border a 1 obligatoire.ui-widget-header { border: 1px solid #121212; background: #ffffff url(images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; color: #000000; font-weight: bold; }*/ |
48 |
.ui-widget-header {border: 1px solid #000000;background: #292929 url(images/xui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x;color: #ffffff; font-weight: bold; } |
49 |
#logo { padding:0px;float:left;text-align:left;background-color: transparent; } |
50 |
#shortlinks{ float: right; text-align: right;background-color:#FFFFFF;height:10px;padding:7px;border:0px solid red; } |
51 |
/*formulaire*/ |
52 |
table.formEntete {border:1px solid #000000;background:#fffffff;clear:both;} |
53 |
#actions { float: right; text-align: right; height:17px;background-color:#FFFFFF;padding:5px;} |
54 |
/*-----------------------------------------------------------------------------------*/ |
55 |
#content { margin:2px 0px 0px 180px; min-width: 605px;background-color:#ffffff;color:#000000;border:1px solid #000000 } |
56 |
#footer { margin:5px 5px 5px 180px; min-width: 605px;background-color:transparent;color:#292929 } |
57 |
#footer span { background: #ffffff none;color:gray;border: 1px solid #000000; } |
58 |
#menu { position:absolute; left:0; width:178px; margin:1px; } |
59 |
/*fond saisie recherche*/ |
60 |
.tab-search input { margin:5px; background: #ffffff url("../img/searchable.png") no-repeat left center; padding: 0 0 0 18px; } |
61 |
|
62 |
/* bordure tableau enregistrement data*/ |
63 |
table.tab-tab { -moz-border-radius:3px; border-collapse:separate; width:100%; border:1px solid #000000; clear:both; } |
64 |
/* nombre page*/ |
65 |
.pagination-text {color:#000000; border:2px solid #DDDEFB} |
66 |
div.pagination-nb { background-color:#DDDEFB;color:#000000;} |
67 |
div.pagination-select { background-color:#DDDEFB;color:#000000; border:4px solid #DDDEFB;float:right; } |
68 |
|
69 |
div.pageDescription a {color:darkgreen; background-color:#ffffff;text-decoration:none;font-weight:bold;border:0px solid #292929 } |
70 |
div.pageDescription a:hover {color:#292929;background-color:yellow; } |
71 |
|
72 |
select.champFormulaire {background-color:#ffffff;} |
73 |
textarea.champFormulaire {font-size:13px;width:100%;border-bottom-style: inset dotted ;} |
74 |
#formulaire form a:focus { outline: 1px dotted; } |
75 |
/*jlb*/ |
76 |
/** |
77 |
* MENU |
78 |
*/ |
79 |
/* Items au survol et separateurs */ |
80 |
#menu li.elem:hover { background-color:#787878; } |
81 |
#menu li.hr { background-color:#787878; height:0px; } |
82 |
/* IE Fix */ |
83 |
* html #menu li { height:17px; } |
84 |
/* Rubriks */ |
85 |
.edition-20 { background-image: url('../img/edition-20x20.png'); } |
86 |
.parametrage-20 { background-image: url('../img/parametrage-20x20.png'); } |
87 |
.traitement-20 { background-image: url('../img/traitement-20x20.png'); } |
88 |
.administration-20 { background-image: url('../img/ico_admin.png'); } |
89 |
.application-20 { background-image: url('../img/ico_appli.png'); } |
90 |
/* Items */ |
91 |
.profil-16 { background-image: url('../img/profil-16x16.png'); } |
92 |
.droit-16 { background-image: url('../img/droit-16x16.png'); } |
93 |
.utilisateur-16 { background-image: url('../img/utilisateur-16x16.png'); } |
94 |
.etat-16 { background-image: url('../img/pdf-16x16.png'); } |
95 |
.sousetat-16 { background-image: url('../img/pdf-16x16.png'); } |
96 |
.lettretype-16 { background-image: url('../img/pdf-16x16.png'); } |
97 |
.collectivite-16 { background-image: url('../img/collectivite-16x16.png'); } |
98 |
.reqmo-16 { background-image: url('../img/reqmo-16x16.png'); } |
99 |
.edition-16 { background-image: url('../img/pdf-16x16.png'); } |
100 |
.generator-16 { background-image: url('../img/generator-16x16.png'); } |
101 |
.backup-16 { background-image: url('../img/backup-16x16.png'); } |
102 |
.import-16 { background-image: url('../img/import-16x16.png'); } |
103 |
|
104 |
/** |
105 |
* FORM |
106 |
*/ |
107 |
|
108 |
/** |
109 |
* TABLE |
110 |
*/ |
111 |
/* Bordure de tableau */ |
112 |
/* Recherche */ |
113 |
div.tab-search { background:transparent none;border: 0px solid #000000; } |
114 |
|
115 |
/** |
116 |
* ONGLETS |
117 |
*/ |
118 |
/* Survol des liens des onglets */ |
119 |
#content .ui-tabs-nav a:hover { text-decoration:none; } |
120 |
/* Onglet selectionne : suppression de la bordure du bas */ |
121 |
|
122 |
/** |
123 |
* DIVERS |
124 |
*/ |
125 |
/* Liste */ |
126 |
div.choice { background:#ffffff none; } |
127 |
/* Fieldset */ |