Home
last modified time | relevance | path

Searched refs:t (Results 801 – 825 of 892) sorted by path

1...<<313233343536

/template/taratasy/
H A Ddetail.php56 $t = array(); variable
58 $t = array($tag[0]); variable
61 $t = array_merge($t,$tag[3]); variable
63 $value = tpl_img_getTag($t);
H A Dstyle.ini6 ; Please don't forget to copy the section your changes should be under
/template/templar/
H A Ddetail.php70 $t = array(); variable
72 $t = array($tag[0]); variable
75 $t = array_merge($t,$tag[3]); variable
77 $value = tpl_img_getTag($t);
/template/templar/less/
H A Daccordion.less30 // Inner needs the styles because you can't animate properly with any styles on the element
H A Dbutton-groups.less65 // Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
91 // On active and open, don't show outline
H A Dcarousel.less88 // we can't have this transition here
H A Dforms.less93 // Declare width for legacy (can't be on input[type=*] selectors or it's too specific)
164 width: 220px; // default input width + 10px of padding that doesn't get applied
213 // Placeholder text gets special styles because when browsers invalidate entire lines if it doesn't
547 padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
662 // don't inherit the margin of the parent, in this case .controls
H A Dlabels-badges.less51 // Only give background-color difference to links (and to simplify, we don't qualifty with `a` but …
H A Dmixins.less516 …@endColor; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
519 // in these cases the gradient won't cover the background, so we override
526 // IE 7 + 8 can't handle box-shadow to show active, so we darken a bit ourselves
H A Dnavbar.less14 // Fix for IE7's bad z-indexing so dropdowns don't appear below content that follows the navbar
103 margin-top: 0; // then undo the margin here so we don't accidentally double it
195 // Required here as we reset the width earlier on and the grid mixins don't override early enough
478 // Focus states (we use .focused since IE7-8 and down doesn't support :focus)
H A Dreset.less80 /* Responsive images (ensure images don't scale beyond their parents) */
175 // Don't show links for images, or javascript/internal links
189 display: table-header-group; // h5bp.com/t
H A Dresponsive-767px-max.less90 // But don't let it screw up prepend/append inputs
95 display: inline-block; // redeclare so they don't wrap to new lines
H A Dtables.less77 *border-collapse: collapse; // IE7 can't round corners anyway
H A Dthumbnails.less21 float: left; // Explicity set the float since we don't require .span* classes
/template/tilus/css/
H A Dbasic.css267 /* IE8 and below won't display the images otherwise */
H A Dcontent.css138 …please add '.qq-upload-button' to the according styles (which don't really exist in this template)…
H A Dtilus.less200 position: relative; bottom: 12px; /* margin-bottom doesn't work */
/template/tilus/
H A Ddetail.php61 $t = array(); variable
63 $t = array($tag[0]); variable
66 $t = array_merge($t,$tag[3]); variable
68 $value = tpl_img_getTag($t);
H A Dstyle.ini7 ; Please don't forget to copy the section your changes should be under
/template/tilus/legacy/
H A Ddark-theme.css198 position: relative; bottom: 12px; /* margin-bottom doesn't work */
H A Dlight-theme.css198 position: relative; bottom: 12px; /* margin-bottom doesn't work */
/template/tr-money/
H A Ddesign.css84 /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */
H A Ddetail.php56 if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.dformat($t).'</dd>';
58 $t = tpl_img_getTag('File.Name'); variable
59 if($t) print '<dt>'.$lang['img_fname'].':</dt><dd>'.hsc($t).'</dd>';
62 if($t) print '<dt>'.$lang['img_artist'].':</dt><dd>'.hsc($t).'</dd>';
65 if($t) print '<dt>'.$lang['img_copyr'].':</dt><dd>'.hsc($t).'</dd>';
67 $t = tpl_img_getTag('File.Format'); variable
68 if($t) print '<dt>'.$lang['img_format'].':</dt><dd>'.hsc($t).'</dd>';
70 $t = tpl_img_getTag('File.NiceSize'); variable
71 if($t) print '<dt>'.$lang['img_fsize'].':</dt><dd>'.hsc($t).'</dd>';
74 if($t) print '<dt>'.$lang['img_camera'].':</dt><dd>'.hsc($t).'</dd>';
[all …]
H A Dmedia.css56 }/* I don't understand this, but this fixes a style bug in IE;
H A Drtl.css53 /* should work but doesn't - so we just disable icons here*/

1...<<313233343536