Home
last modified time | relevance | path

Searched refs:logo (Results 51 – 75 of 464) sorted by last modified time

12345678910>>...19

/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1 …items: center;\n justify-content: space-between; // space out brand from logo\n padding-top: $na…
H A Dbootstrap.rtl.min.css.map1 …items: center;\n justify-content: space-between; // space out brand from logo\n padding-top: $na…
/template/strap/css/
H A Dnavbar.css13 /* To center the logo */
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.16col.min.css.map1 …items: center;\n justify-content: space-between; // space out brand from logo\n padding: $navbar…
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css.map1 …items: center;\n justify-content: space-between; // space out brand from logo\n padding: $navbar…
/template/khum1/
H A DCHANGELOG.md.backup41 - Close #12: Default logo changed to "Dokuwiki", in svg as well.
H A DCHANGELOG.md62 - Close #12: Default logo changed to "Dokuwiki", in svg as well.
H A Dmain.php58 …$logo = tpl_getMediaFile(array(':wiki:logo.svg', ':wiki:logo.png', ':logo.png', 'images/logo.svg',… variable
64 '<img src="'.$logo.'" '.$logoSize[3].' alt="'.$conf['title'].'" /> ',
H A Dstyle.ini119 ; -- Specific to Khaganat : logo color. Used on article title.
/template/khum1/css/
H A Dstructure.less6 /* title, logo, tagline */
/template/khum1/lang/en/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wi…
4 your logo is not shown to not logged in users.
/template/khum1/lang/fr/
H A Dstyle.txt1 Si vous souhaitez modifier le logo, utilisez simplement le gestionnaire de médias et envoyez un fic…
/template/bootstrap3/
H A DTemplate.php375 $logo = tpl_getMediaFile(["$user_url.png", "$user_url.jpg", 'images/avatar.png'], false, $logo_size);
377 return $logo;
381 $logo = "data:image/jpeg;base64," . base64_encode($INFO['userinfo']['thumbnailphoto']);
383 return $logo;
1853 # DokuWiki logo
1855 $admin_version->innertext = '<div class="dokuwiki__version"><img src="' . DOKU_BASE . 'lib/tpl/dokuwiki/images/logo.png" class="p-2" alt="" width="32" height="32" /> ' . $admin_version->innertext . '</div>';
H A DRELEASE.md8 * #589: Missing Wikipedia logo in interwiki links to Russian language
142 * #445: Support large logo (*width > 32px*) in navbar and footer (thanks to @trinh)
165 * #440: Inconsistency between header and footer logo (thanks to @leemillerau)
239 * Added `showWikiInfo` option for display Wiki title, logo and tagline on footer
352 * Layout: Moved DokuWiki logo inline style to "template.less"
371 * Fixed logo padding without tagline
568 * Removed the width of logo to maintain aspect ratio (thanks to @mdik on PR #92)
/template/bootstrap3/css/
H A Dtemplate.less221 #dw__logo.dw-logo-tagline {
/template/bootstrap3/tpl/
H A Dnavbar.php36 // get logo either out of the template images folder or data/media folder
38 $logo = tpl_getMediaFile([':wiki:logo.png', ':logo.png', 'images/logo.png'], false, $logo_size); variable
46 echo '<img id="dw__logo" class="pull-left h-100 mr-4" alt="' . $title . '" src="' . $logo . '" />';
/template/kajukkd/
H A Dtpl_functions.php56 // Sidebar logo
65 $logo = tpl_getMediaFile(array(':' . $INFO['namespace'] . ':logo.jpg', ':' . $INFO['namespace'] . ':logo.png', ':logo.png', ':wiki:dokuwiki-128.png', ':wiki:logo.png', 'images/logo.png'), false, $logoSize);
66 $out = '<div><img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" id="dokuwiki__top" accesskey="h" title="[H]" ></div>';
89 $logo
[all...]
/template/fictive/genericons/
H A DREADME.txt114 Updated Facebook icon to new version. Updated Instagram logo to use new one-color version. Updated …
/template/pinkberrynight/
H A Dmain.php50 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize… variable
55 '<img src="'.$logo.'" '.$logoSize[3].' alt="" /> <span>'.$conf['title'].'</span>',
/template/flat/assets/css/
H A Dflat.css8304 #masthead .display-logo {
8307 #masthead .display-logo img {
H A Dflat.min.css1 …asthead .site-title a{display:block}#masthead .display-logo{line-height:1}#masthead .display-logo
H A Dstyle.css205 a{display:block}#masthead .display-logo{line-height:1}#masthead .display-logo
/template/default/
H A Dlayout.css27 div.dokuwiki .logo {
35 div.dokuwiki .logo a {
H A Drtl.css23 .logo {
/template/notepad/css/
H A Dnotepad.css112 #header #logo {
119 #header #logo, #header #logo a {
123 #header #logo a:hover {

12345678910>>...19