Home
last modified time | relevance | path

Searched refs:logo (Results 1 – 25 of 464) sorted by path

12345678910>>...19

/template/20cones/
H A DREADME.md
H A Dtpl_header.php21 <h1 class="logo"><?php
22 // get logo either out of the template images folder or data/media folder
24 $logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize);
26 // display logo and wiki title in a link to the home page
31 '<img src="'.$logo.'" '.$logoSize[3].' alt="" /> <span>'.$conf['title'].'</span>',
37 '<img src="'.$logo.'" '.$logoSize[3].' alt="" />',
23 $logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize); global() variable
/template/a_free_worldic/
H A Dlayout.css27 div.dokuwiki .logo {
35 div.dokuwiki .logo a {
H A Drtl.css23 .logo {
/template/a_new_day/
H A Dlayout.css44 div.dokuwiki div.header div.logo {
64 div.dokuwiki .logo a:link, div.dokuwiki .logo a:visited, div.dokuwiki .logo a:hover, div.dokuwiki .
H A Drtl.css23 .logo {
H A Dstyle.ini158 ; the gradient for the logo bar ( should have width 1px and height 57px )
161 ; the main wiki logo (upper left corner of the page) (should have height 57px )
168 ; a faded version of the logo, which will be located on the lower right corner of the main content …
H A Dstyle_plain.ini136 ; the gradient for the logo bar ( should have width 1px and height 57px )
139 ; the main wiki logo (upper left corner of the page) (should have height 57px )
142 ; a faded version of the logo, which will be located on the lower right corner of the main content …
/template/ach/css/
H A Ddesign.css263 background: url(images/logo.png) no-repeat 25px 0;
/template/ad-hominem/css/
H A Ddesign.less29 .logo {
64 [dir=rtl] #dokuwiki__header .logo img {
H A Dlayout.less154 .logo {
159 .logo img {
H A Dprint.less56 #siteLogo .logo {
59 #siteLogo .logo img {
/template/ad-hominem/lang/de-informal/
H A Dstyle.txt1 Benutze einfach den Medien-Manager, um ein ''logo.png'' in den ''wiki''- oder obersten Namensraum hochzuladen, wenn du das Logo anpassen willst. Es wird dann automatisch als Logo verwendet. Alternativ kannst du dort auch ein ''favicon.ico'' hochladen. Falls du ein geschlossenes Wiki betreibst, ist es empfehlenswert, den ''wiki''- (oder Wurzel-)Namensraum für alle Nutzer in den ACL-Einstellungen als lesbar zu öffnen. Ansonsten wird das Logo nur für eingeloggte Nutzer angezeigt.
/template/ad-hominem/lang/de/
H A Dstyle.txt1 Wenn Sie das Logo anpassen wollen, benutzen Sie einfach den Medien-Manager, um ein ''logo.png'' in den ''wiki''- oder Wurzel-Namensraum hochzuladen. Es wird dann automatisch als Logo verwendet. Sie können dort auch ein ''favicon.ico'' hochladen. Falls Sie ein geschlossenes Wiki haben, ist es empfehlenswert, den ''wiki''- (oder Wurzel-)Namensraum für alle Nutzer in den ACL-Einstellungen als lesbar zu öffnen. Ansonsten wird das Logo nur für eingeloggte Nutzer angezeigt.
/template/ad-hominem/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 ''wiki'' or the root namespace and it
4 your logo is not shown to not logged in users.
/template/ad-hominem/lang/es/
H A Dstyle.txt1 Si desea ajustar el logotipo, sólo tiene que utilizar el Administrador de Medios para cargar un ''logo.png'' dentro de "wiki'' o en el espacio de nombres de la raíz y se utilizará automáticamente. Tamb (…)
/template/ad-hominem/lang/fi/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it
4 your logo is not shown to not logged in users.
/template/ad-hominem/lang/fr/
H A Dstyle.txt1 Si vous souhaitez modifier le logo, utilisez simplement le gestionnaire de médias et envoyez un fichier nommé "logo.png" dans la catégorie "wiki" ou à la racine. Il sera automatiquement utilisé. Il en est de même p (…)
/template/ad-hominem/
H A Dmy_template.php550 * Creates the Site logo image link
556 // get logo either out of the template images folder or data/media folder
558 $logo = tpl_getMediaFile(array(':logo.svg', ':wiki:logo.svg', ':logo.png', ':wiki:logo.png', 'images/sitelogo.svg'), false, $logoSize);
560 '<img src="'.$logo.'" ' . (is_array($logoSize) && array_key_exists(3, $logoSize) ? $logoSize[3] : '') . ' alt="' . htmlentities($conf['title']) . '" />', 'accesskey="h" title="[H]" class="logo"');
/template/adoradark/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/adoradark/
H A Dtpl_header.php23 …$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false, $logoSize… variable
28 '<img src="'.$logo.'" '.$logoSize[3].' alt="" /> <span>'.$conf['title'].'</span>',
/template/amanuensis/
H A Dlayout.css110 div#logo {
H A Dprint.css230 div#logo {
H A Drtl.css23 .logo {
/template/ameoto/
H A Dlayout.css27 div.dokuwiki .logo {
35 div.dokuwiki .logo a {

12345678910>>...19