source: trunk/spip/esqueleto-redcta/plugins/thickbox2/thickbox.css @ 358

Last change on this file since 358 was 71, checked in by guille, 16 years ago
File size: 2.1 KB
Line 
1/* - - - - - - CSS Document - - - - - - - - -
2
3Title : Global style sheet for client-side web development standards
4Author : Cody Lindley , modif Fil, BoOz pour spip
5
6- - - - - - - - - - - - - - - - - - - - - */
7
8/* ---------->>> CSS Hacks <<<---------------------------------------------------------------*/
9
10/* doit-on ajouter ca pour ie ? apparement oui :) */
11 
12 html, body {
13 min-height: 100%;
14 height: auto !important;
15 height: 100%;
16 }
17html {
18padding:0
19}
20/* body{
21padding:0
22} */
23
24#TB_window  { 
25/*font-size: 1.2em */ 
26font: 10px Verdana, Helvetica, sans-serif;
27}
28
29#contentPad{
30margin:20px;
31}
32
33#TB_overlay {
34        position: absolute;
35        z-index:100;
36        width: 100%;
37        height: 100%;
38        top: 0;
39        left: 0;
40        min-height:100%;
41        background-color:#000;
42        filter:alpha(opacity=60);
43        -moz-opacity: 0.6;
44        opacity: 0.6;
45}
46
47#TB_load{
48display:none;
49}
50
51
52#TB_window {
53        position: absolute;
54        background: #fff;
55        z-index: 102;
56        color:#000000;
57        display:none;
58        text-align:left;
59
60}
61
62#TB_window img {
63        display:block;
64        margin: 10px 0 10px 10px;
65        border:none;
66}
67
68#TB_legend{
69/*display:none;*/
70position:relative;
71}
72
73#TB_legend img{
74/*display:none;*/
75margin: 0 ;
76}
77
78#TB_caption{
79        padding:10px 35px 10px 10px;
80        font-weight: bold;
81        text-align:left;
82}
83
84#TB_secondLine {
85  font: 10px Arial, Helvetica, sans-serif;
86  padding:0px 35px 10px 10px;
87  color:#666666;
88}
89
90#TB_closeWindow{
91        padding:0;
92        margin:0;
93        width: 26px; 
94        height:26px;
95        top:0px;
96        right:10px;
97        position: absolute; 
98        padding-bottom: 0.7em;
99        /*margin-right: 10px;*/
100        text-align:right;
101}
102
103#TB_ajaxWindowTitle{ 
104  float:left; 
105  padding:7px 0 5px 10px; 
106  margin-bottom:1px; 
107}
108
109#TB_closeAjaxWindow{
110        padding:5px 10px 7px 0;
111        margin-bottom:1px;
112        text-align:right;
113}
114
115
116
117#TB_ajaxContent{
118        clear:both; 
119        padding:2px 15px 15px 15px;
120        overflow:auto;
121        text-align:left; 
122        line-height:1.4em; 
123}
124
125#TB_load{
126        position: absolute;
127        display:none;
128        height:100px;
129        width:100px;
130        z-index:101;
131}
132
133#TB_HideSelect{
134z-index:99;
135position:absolute;
136top: 0;
137left: 0;
138background-color:#fff;
139border:none;
140filter:alpha(opacity=0);
141-moz-opacity: 0;
142opacity: 0;
143}
144
145#TB_iframeContent{
146  clear:both;
147  border:none;
148  margin-bottom:-1px;
149  margin-top:1px;
150  _margin-bottom:1px;
151}
Note: See TracBrowser for help on using the repository browser.