Lines Matching refs:style

180         echo '<ol class="breadcrumb py-1 px-2" style="background-color:unset">' . PHP_EOL;
181 print '<li class="pr-2" style="display:flex;font-weight: 200">' . $lang['breadcrumb'] . '</li>';
302 * @param $linkData - an array of link style sheet data
318 $linkData['as'] = 'style';
637 style="visibility: hidden;" aria-hidden="true">
640 <div style="position: relative; width: 0; height: 0">
645 <div id="railbar-offcanvas-body" class="offcanvas-body" style="align-items: center;display: flex;">
655 <div id="railbar-fixed" style="z-index: $zIndexRailbar;" $classFixed>
689 <li><a href="#" style="height: 19px;line-height: 17px;text-align: left;font-weight:bold"><span>User</span><svg style="height:19px"></svg></a></li>
691 <li><a href="#" style="height: 19px;line-height: 17px;text-align: left;font-weight:bold"><span>Page</span><svg style="height:19px"></svg></a></li>
693 <li><a href="#" style="height: 19px;line-height: 17px;text-align: left;font-weight:bold"><span>Website</span><svg style="height:19px"></svg></a></li>
1151 * We get that for instance for css animation style sheet
1155 if ($linkData["as"] === "style") {
1322 case "style":
1579 $header = '<div class="container p-3" style="text-align: center;position:relative;z-index:100">Welcome to the <a href="' . $domain . '/">Strap template</a>.<br/>
1598 $footer = '<div class="container p-3" style="text-align: center">Welcome to the <a href="' . $domain . '/strap">Strap template</a>. To get started, create a page with the id ' . html_wikilink(':' . $footerPageName) . ' to create a footer.</div>';
1610 $poweredBy = "<div class=\"mx-auto\" style=\"width: 300px;text-align: center;margin-bottom: 1rem\">";
1611 $poweredBy .= " <small><i>Powered by <a href=\"$domain\" title=\"ComboStrap " . $version . "\" style=\"color:#495057\">ComboStrap</a></i></small>";