Home
last modified time | relevance | path

Searched refs:caption (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/template/kajukkk/
Dtpl_functions.php35 $caption = $lang['btn_'.$type];
36 if(strpos($caption, '%s')){
37 $caption = sprintf($caption, $replacement);
46 $linktarget, $pre.(($inner) ? $inner : $caption).$suf,
49 'title="'.hsc($caption).$addTitle.'"', 1
54 'title="'.hsc($caption).$addTitle.'"';
57 $out.=(($inner) ? $inner : " ".$caption);
89 $caption = $lang['btn_'.$type];
90 if(strpos($caption, '%s')){
91 $caption = sprintf($caption, $replacement);
[all …]
/template/sprintdoc/
H A Dtpl.php47 $caption = $lang['btn_' . $data['type']];
48 if(strpos($caption, '%s') !== false) {
49 $caption = sprintf($caption, $data['replacement']);
56 $caption,
68 * @param string $caption The label of the action
73 static public function pageToolItem($link, $caption, $svg, $args = array()) { argument
75 $args['title'] = $caption;
94 $out .= '<span>' . hsc($caption) . '</span>';
/template/breeze/bower_components/gumby/sass/ui/
D_tables.scss12 caption {
57 caption + thead tr:first-child th:first-child,
58 caption + tr td:first-child,
65 caption + thead tr:first-child th:last-child,
66 caption + tr td:last-child,
84 caption + tbody tr:first-child td,
/template/bootie/
Dtpl_template_NicoBoot.php233 $caption = $lang['btn_' . $type];
234 if (strpos($caption, '%s')) {
235 $caption = sprintf($caption, $replacement);
244 $linktarget, (($inner) ? $inner : $caption),
247 'title="' . hsc($caption) . $addTitle . '"', true
/template/templar/less/
Dcarousel.less139 .carousel-caption {
148 .carousel-caption h4,
149 .carousel-caption p {
153 .carousel-caption h4 {
156 .carousel-caption p {
Dtables.less39 caption + thead tr:first-child th,
40 caption + thead tr:first-child td,
85 caption + thead tr:first-child th,
86 caption + tbody tr:first-child th,
87 caption + tbody tr:first-child td,
134 caption + thead tr:first-child th:first-child,
135 caption + tbody tr:first-child td:first-child,
140 caption + thead tr:first-child th:last-child,
141 caption + tbody tr:first-child td:last-child,
/template/usable/blueprint/src/
Dreset.css13 table, caption, tbody, tfoot, thead, tr, th, td { selector
30 caption, th, td { text-align: left; font-weight: normal; } selector
/template/cutopillar/css/monopillar/
Dreset.css11 /*address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }*/
14 caption, th { text-align:left } selector
/template/quickjump/blueprint/src/
Dreset.css13 table, caption, tbody, tfoot, thead, tr, th, td { selector
30 caption, th, td { text-align: left; font-weight: normal; } selector
/template/flat/assets/css/
Deditor-style.css62 .wp-caption {
67 .wp-caption-dd {
/template/flat/css/
Deditor-style.css62 .wp-caption {
67 .wp-caption-dd {
/template/congrid/css/
Dbasic.less25 caption,
154 caption {
155 caption-side: top;
158 [dir=rtl] caption {
/template/h6e-minimal/h6e-minimal/
Dh6e-reset.css13 table, caption, tbody, tfoot, thead, tr, th, td, hr { selector
30 caption, th, td { text-align: left; font-weight: normal; } selector
Dh6e-typography.css85 th,td,caption { padding: 4px 10px 4px 5px; } selector
88 caption { background: #eee; } selector
/template/taratasy/css/
Dbasic.css36 caption, selector
52 [dir=rtl] caption, selector
175 caption { selector
176 caption-side: top;
180 [dir=rtl] caption { selector
/template/sxs/
Dsxs.php322 $caption = $item['meta']->getField('IPTC.Headline');
342 if ($caption) {
343 print ", 'caption', '" . $caption . "'";
/template/writr2/css/
Dreset.less11 table, caption, tbody, tfoot, thead, tr, th, td {
49 caption, th, td {
/template/writr/css/
Dreset.less11 table, caption, tbody, tfoot, thead, tr, th, td {
49 caption, th, td {
/template/strap/resources/theme/default/components/css/
H A Dtable.css11 .table>:not(caption)>*>*{
/template/writers/css/
Dbasic.css38 caption, legend { selector
48 caption, legend { selector
124 caption { selector
125 caption-side: top;
/template/parabola/css/
H A Dparabola.css1162 .gallery-caption {
1182 .gallery-item:hover .gallery-caption {
1187 .gallery-columns-7 .gallery-caption,
1188 .gallery-columns-8 .gallery-caption,
1189 .gallery-columns-9 .gallery-caption {
1230 .attachment .entry-content .entry-caption {
1302 .wp-caption img {
1313 .wp-caption img:hover {
1318 .wp-caption {
1325 .wp-caption img {
[all …]
/template/greensteel/css/
Dbasic.css38 caption, selector
52 [dir=rtl] caption, selector
169 caption { selector
170 caption-side: top;
174 [dir=rtl] caption { selector
/template/fictive/css/
Dreset.css10 table, caption, tbody, tfoot, thead, tr, th, td, th { selector
71 caption, th, td, th { selector
/template/ach/css/
Dbasic.css30 caption, legend { selector
118 caption { selector
119 caption-side: top;
123 [dir=rtl] caption { selector
/template/benjamin/css/
Dbasic.css18 table, caption, tbody, tfoot, thead, tr, th, td, selector
146 caption, selector
251 caption { selector
252 caption-side: top;
255 [dir=rtl] caption { selector

12345678910>>...17