Home
last modified time | relevance | path

Searched refs:t (Results 726 – 750 of 892) sorted by last modified time

1...<<21222324252627282930>>...36

/template/dokufreech/css/
H A D_edit.css57 /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */
/template/dokufreech/
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/
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 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 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 Daccordion.less30 // Inner needs the styles because you can't animate properly with any styles on the element
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 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
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)
/template/navigation/
H A Dstyle.ini6 ; Please don't forget to copy the section your changes should be under
H A Dmedia.css71 }/* I don't understand this, but this fixes a style bug in IE;
H A Ddesign.css96 /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */
H A Ddetail.php65 $t = array(); variable
66 if (!empty($tag[0])) $t = array($tag[0]); variable
67 if(is_array($tag[3])) $t = array_merge($t,$tag[3]); variable
68 $value = tpl_img_getTag($t);
/template/apricot/css/
H A D_recent.css8 /* select type of revisions (media/pages), should have a class on it's own, but hasn't */
H A Drtl.css182 /* if link icons don't work as expected, remove the following lines */
H A D_edit.css43 /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */
/template/apricot/
H A Ddetail.php55 $t = array(); variable
57 $t = array($tag[0]); variable
60 $t = array_merge($t,$tag[3]); variable
62 $value = tpl_img_getTag($t);
/template/darkclean/css/
H A Drtl.css51 /* should work but dosn't - so we just disable icons here*/
/template/wikimagination/
H A Ddetail.php70 if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.strftime($conf['dformat'],$t).'</dd>';
72 $t = tpl_img_getTag('File.Name'); variable
73 if($t) print '<dt>'.$lang['img_fname'].':</dt><dd>'.hsc($t).'</dd>';
76 if($t) print '<dt>'.$lang['img_artist'].':</dt><dd>'.hsc($t).'</dd>';
79 if($t) print '<dt>'.$lang['img_copyr'].':</dt><dd>'.hsc($t).'</dd>';
81 $t = tpl_img_getTag('File.Format'); variable
82 if($t) print '<dt>'.$lang['img_format'].':</dt><dd>'.hsc($t).'</dd>';
84 $t = tpl_img_getTag('File.NiceSize'); variable
85 if($t) print '<dt>'.$lang['img_fsize'].':</dt><dd>'.hsc($t).'</dd>';
88 if($t) print '<dt>'.$lang['img_camera'].':</dt><dd>'.hsc($t).'</dd>';
[all …]
/template/scanlines/css/
H A Ddesign.css153 /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */

1...<<21222324252627282930>>...36