source: trunk/spip/esqueleto-redcta/plugins/agenda/1_9_2/img_pack/agenda_articles.css @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 1.1 KB
Line 
1.agenda_invisible_au_chargement {
2        visibility: hidden;
3}
4.agenda_visible_au_chargement {
5        visibility: visible;
6}
7.agenda-visu-evenement-bouton-fermer{
8display:none;
9}
10#container_debut{
11left:0px;
12top:0px;
13z-index:120;
14}
15#container_fin{
16left:0px;
17top:0px;
18z-index:120;
19}
20.agenda_mot_cle_select{
21float:left;
22width:32%;
23margin-right:0.5em;
24}
25.titre-titre {
26float:left;
27        width : 13%;
28        height : 2em;
29        font-weight: bold;
30 }
31.titre-visu {
32float:left;
33        width : 85%;
34        height : 2em;
35        font-weight: bold;
36 }
37.lieu-titre {
38float:left;
39        width : 13%;
40        height : 2em;
41        font-weight: bold;
42 }
43.lieu-visu {
44float:left;
45        width : 85%;
46        height : 2em;
47        font-weight: bold;
48}
49.horaire-titre {
50float:right;
51        width : 40%;
52        height : 2em;
53        font-weight: bold;
54 }
55.date-titre {
56float:left;
57        width : 58%;
58        height : 2em;
59        font-weight: bold;
60 }
61.date-visu {
62float:left;
63        width : 98%;
64        height : 5em;
65        font-weight: bold;
66}
67.descriptif-titre {
68float:left;
69        left :0px;
70        width : 98%;
71        height : 2em;
72        font-weight: bold;
73 }
74.descriptif-visu {
75float:left;
76        left :0%;
77        width : 98%;
78        height : 6em;
79        font-weight: bold;
80}
81.edition-bouton{
82float:right;
83margin-top:0.5em;
84}
Note: See TracBrowser for help on using the repository browser.