Mercurial > hg > rr-repo
comparison sites/all/modules/ctools/ctools_ajax_sample/css/ctools-ajax-sample.css @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 div.ctools-sample-modal-content { | |
2 background:none; | |
3 border:0; | |
4 color:#000000; | |
5 margin:0; | |
6 padding:0; | |
7 text-align:left; | |
8 } | |
9 div.ctools-sample-modal-content .modal-scroll{ | |
10 overflow:hidden; | |
11 overflow-y:auto; | |
12 } | |
13 div.ctools-sample-modal-content #popups-overlay { | |
14 background-color:transparent; | |
15 } | |
16 div.ctools-sample-modal-content #popups-loading { | |
17 width:248px; | |
18 position:absolute; | |
19 display:none; | |
20 opacity:1; | |
21 -moz-border-radius: 8px; | |
22 -webkit-border-radius: 8px; | |
23 z-index:99; | |
24 } | |
25 div.ctools-sample-modal-content #popups-loading span.popups-loading-message { | |
26 background:#FFF url(../images/loading-large.gif) no-repeat 8px center; | |
27 display:block; | |
28 color:#444444; | |
29 font-family:Arial; | |
30 font-size:22px; | |
31 font-weight:bold; | |
32 height:36px; | |
33 line-height:36px; | |
34 padding:0 40px; | |
35 } | |
36 div.ctools-sample-modal-content #popups-loading table, | |
37 div.ctools-sample-modal-content .popups-box table { | |
38 margin:0px; | |
39 } | |
40 div.ctools-sample-modal-content #popups-loading tbody, | |
41 div.ctools-sample-modal-content .popups-box tbody { | |
42 border:none; | |
43 } | |
44 div.ctools-sample-modal-content .popups-box tr { | |
45 background-color:transparent; | |
46 } | |
47 div.ctools-sample-modal-content td.popups-border { | |
48 background: url(../images/popups-border.png); | |
49 background-color:transparent; | |
50 border: none; | |
51 } | |
52 div.ctools-sample-modal-content td.popups-tl, | |
53 div.ctools-sample-modal-content td.popups-tr, | |
54 div.ctools-sample-modal-content td.popups-bl, | |
55 div.ctools-sample-modal-content td.popups-br { | |
56 background-repeat: no-repeat; | |
57 height:10px; | |
58 padding:0px; | |
59 } | |
60 div.ctools-sample-modal-content td.popups-tl { background-position: 0px 0px; } | |
61 div.ctools-sample-modal-content td.popups-t, | |
62 div.ctools-sample-modal-content td.popups-b { | |
63 background-position: 0px -40px; | |
64 background-repeat: repeat-x; | |
65 } | |
66 div.ctools-sample-modal-content td.popups-tr { background-position: 0px -10px; width: 10px; } | |
67 div.ctools-sample-modal-content td.popups-cl, | |
68 div.ctools-sample-modal-content td.popups-cr { | |
69 background-position: -10px 0; | |
70 background-repeat: repeat-y; | |
71 width:10px; | |
72 } | |
73 div.ctools-sample-modal-content td.popups-cl, | |
74 div.ctools-sample-modal-content td.popups-cr, | |
75 div.ctools-sample-modal-content td.popups-c { padding:0; border: none; } | |
76 div.ctools-sample-modal-content td.popups-c { background:#fff; } | |
77 div.ctools-sample-modal-content td.popups-bl { background-position: 0px -20px; } | |
78 div.ctools-sample-modal-content td.popups-br { background-position: 0px -30px; width: 10px; } | |
79 | |
80 div.ctools-sample-modal-content .popups-box, | |
81 div.ctools-sample-modal-content #popups-loading { | |
82 border: 0px solid #454545; | |
83 opacity:1; | |
84 overflow:hidden; | |
85 padding:0; | |
86 background-color:transparent; | |
87 } | |
88 div.ctools-sample-modal-content .popups-container { | |
89 overflow:hidden; | |
90 height:100%; | |
91 background-color:#fff; | |
92 } | |
93 div.ctools-sample-modal-content div.popups-title { | |
94 -moz-border-radius-topleft: 0px; | |
95 -webkit-border-radius-topleft: 0px; | |
96 margin-bottom:0px; | |
97 background-color:#ff7200; | |
98 border:1px solid #ce5c00; | |
99 padding:4px 10px 5px; | |
100 color:white; | |
101 font-size:1em; | |
102 font-weight:bold; | |
103 } | |
104 div.ctools-sample-modal-content .popups-body { | |
105 background-color:#fff; | |
106 padding:8px; | |
107 } | |
108 div.ctools-sample-modal-content .popups-box .popups-buttons, | |
109 div.ctools-sample-modal-content .popups-box .popups-footer { | |
110 background-color:#fff; | |
111 } | |
112 div.ctools-sample-modal-content .popups-title a.close { | |
113 color: #fff; | |
114 text-decoration:none; | |
115 } | |
116 div.ctools-sample-modal-content .popups-close { | |
117 font-size:120%; | |
118 float:right; | |
119 text-align:right; | |
120 } | |
121 div.ctools-sample-modal-content .modal-loading-wrapper { | |
122 width:220px; | |
123 height:19px; | |
124 margin:0 auto; | |
125 margin-top:2%; | |
126 } | |
127 | |
128 div.ctools-sample-modal-content tbody{ | |
129 border:none; | |
130 } | |
131 | |
132 div.ctools-sample-modal-content .modal-content .modal-throbber-wrapper img { | |
133 margin-top: 100px; | |
134 } |