| /template/usable/ |
| D | style.css | 97 #content .page { padding: 30px 30px 30px 20px; } 107 #content .page, 108 #content .page * { font-family:Verdana,sans-serif; line-height: 150%; } 110 #content .page h1, 111 #content .page h2, 112 #content .page h3, 113 #content .page h4, 114 #content .page h5 { font-family: Georgia, serif; 118 #content .page h1 { font-size: 2.0em; border-bottom: 1px solid #000; font-family: Georgia, serif; } 119 #content .page h2 { font-size: 1.7em; border-bottom: 1px dashed #808080; margin-top: 40px; } [all …]
|
| /template/drupal_garland_blue/ |
| D | tpl_functions.php | 78 $page = $part; 79 resolve_pageid('',$page,$exists); 80 if ($page == $conf['start']) continue; // Skip startpage 85 $title = useHeading('navigation') ? p_get_first_heading($page) : $parts[$i]; 86 tpl_link(wl($page),hsc($title),'title="'.$page.'"'); 88 tpl_link(wl($page),$parts[$i],'title="'.$page.'" class="wikilink2" rel="nofollow"'); 93 if(isset($page) && $page==$part.$parts[$i]) return; 94 $page = $part.$parts[$i]; 95 if($page == $conf['start']) return; 97 if(page_exists($page)){ [all …]
|
| /template/quickjump/ |
| D | style.css | 224 #content .page { padding: 30px 30px 30px 20px; } 231 #content .page, 232 #content .page * { font-family:Verdana,sans-serif; line-height: 150%; } 234 #content .page h1, 235 #content .page h2, 236 #content .page h3, 237 #content .page h4, 238 #content .page h5 { font-family: Georgia, serif; 242 #content .page h1 { font-size: 2.0em; border-bottom: 1px solid #000; font-family: Georgia, serif; } 243 #content .page h2 { font-size: 1.7em; border-bottom: 1px dashed #808080; margin-top: 40px; } [all …]
|
| /template/neolaoresources3/ |
| D | main.php | 139 $page = $part; 140 resolve_pageid('',$page,$exists); 141 if ($page == $conf['start']) continue; // Skip startpage 146 $title = useHeading('navigation') ? p_get_first_heading($page) : $parts[$i]; 147 tpl_link(wl($page),hsc($title),'title="'.$page.'"'); 149 tpl_link(wl($page),$parts[$i],'title="'.$page.'" class="wikilink2" rel="nofollow"'); 154 if(isset($page) && $page==$part.$parts[$i]) return; 155 $page = $part.$parts[$i]; 156 if($page == $conf['start']) return; 158 if(page_exists($page)){ [all …]
|
| /template/strap/resources/theme/default/components/css/ |
| H A D | page-explorer-tree.css | 1 .page-explorer-tree-cs { 9 .page-explorer-tree-cs ul { 14 .page-explorer-tree-cs > ul { 18 .page-explorer-tree-cs li { 23 .page-explorer-tree-cs img, .page-explorer-tree-cs svg { 28 .page-explorer-tree-cs a { 40 .page-explorer-tree-cs > ul { 47 .page-explorer-tree-cs a { 52 .page-explorer-tree-cs .btn { 62 .page-explorer-tree-cs .btn:hover, .page-explorer-tree-cs .btn:focus { [all …]
|
| /template/icke/css/ |
| D | diff.css | 2 .page .diff { 7 .page .diff th { 12 .page .diff .sum { 15 .page .diff th a { 20 .page .diff th .user { 23 .page .diff th br { 27 .page .diff .diff-blockheader { 32 .page .diff td { 36 .page .diff .diff-deletedline { 40 .page .diff .diff-addedline { [all …]
|
| /template/klean/css/ |
| D | klean-default.css | 76 #primary-home #page-title { 183 #page { 190 #page a { 194 #page a:hover { 357 .page .header-image,.single .header-image { 361 .page .main-navigation,.single .main-navigation { 365 .page #page,.single #page { 372 .page #page .entry-header,.single #page .entry-header { 376 .page #page .entry-header h1.entry-title,.single #page .entry-header h1.entry-title { 382 .page #page .entry-header .entry-meta,.single #page .entry-header .entry-meta { [all …]
|
| /template/strap/ComboStrap/ |
| H A D | PageUrlPath.php | 59 public static function createForPage(MarkupPath $page): PageUrlPath argument 62 ->setResource($page); 82 $page = $this->getResource(); 83 if (!($page instanceof MarkupPath)) { 84 …eptionNotFound("The Url Path is not implemented for the resource type (" . $page->getType() . ")"); 90 $pageUrlType = PageUrlType::createFromPage($page); 173 $page = $this->getPage(); 174 if ($page->getPageIdAbbr() == null) return null; 175 $abbr = $page->getPageIdAbbr(); 243 $page = $this->getResource(); [all …]
|
| /template/strap/ComboStrap/Tag/ |
| H A D | RelatedTag.php | 39 * @param MarkupPath $page 50 …public static function renderForPage(MarkupPath $page, TagAttributes $tagAttributes = null): string argument 67 $relatedPages = self::getRelatedPagesOrderedByBacklinkCount($page, $max); 95 wl($page->getWikiId()) . '?do=backlink', 112 * @param MarkupPath $page 116 …public static function getRelatedPagesOrderedByBacklinkCount(MarkupPath $page, ?int $max = null): … argument 123 $backlinks = ft_backlinks($page->getWikiId(), $ignore_perms = false); 127 $page = array(); 128 $page[RelatedTag::RELATED_PAGE_ID_PROP] = $backlink; 129 …$page[RelatedTag::RELATED_BACKLINKS_COUNT_PROP] = sizeof(ft_backlinks($backlink, $ignore_perms = f… [all …]
|
| /template/able/css/ |
| D | desbest.css | 9 .page li { display: block; } 32 #page a { /* We're using #page before a so that the WordPress Toolbar isn't interfered with. */ 44 .page button, .page input[type="button"], .page input[type="reset"], .page input[type="submit"] { 47 .page p { margin-bottom: 18px; } 48 .page img { padding: 8px; } .li img { padding: 0px; } 50 .page h1, .page h2, .page h3, .page h4, .page h5, .page h6 { clear: none; margin-top: 0px; margin-b…
|
| /template/arcade-basic/css/ |
| D | desbest.css | 9 .page li { display: block; } 32 #page a { /* We're using #page before a so that the WordPress Toolbar isn't interfered with. */ 44 .page button, .page input[type="button"], .page input[type="reset"], .page input[type="submit"] { 47 .page p { margin-bottom: 18px; } 48 .page img { padding: 8px; } .li img { padding: 0px; } 50 .page h1, .page h2, .page h3, .page h4, .page h5, .page h6 { clear: none; margin-top: 0px; margin-b…
|
| /template/dokui/ |
| D | tpl_functions.php | 17 $page = explode(':',tpl_pagetitle(NULL,true)); 18 array_pop($page); 19 $page = count($page)>0 ? implode(':',$page).':navigation' : 'navigation'; 20 $dokui['navigation']['page'] = $page; 31 $page = dokui_navigation_page(); 32 $link = tpl_pagelink($page);
|
| /template/sandy/ |
| D | sandy_design.css | 158 div.dokuwiki div.page { 167 div.dokuwiki div.page h1, 168 div.dokuwiki div.page h2, 169 div.dokuwiki div.page h3, 170 div.dokuwiki div.page h4, 171 div.dokuwiki div.page h5 { 176 div.dokuwiki div.page h1 a, 177 div.dokuwiki div.page h2 a, 178 div.dokuwiki div.page h3 a, 179 div.dokuwiki div.page h4 a, [all …]
|
| /template/notos/ |
| D | CustomController.php | 46 foreach ($pages as $page) { 47 if ($this->isActive($page['page'], $ID)) { 54 $html .= $this->navItemHTML($page); 59 if (isset($page['sub'])) { 62 foreach ($page['sub'] as $subpage) { 99 * @param string $page 103 protected function isActive($parent, $page) argument 105 if ($parent === $page) return true; 108 $pageParts = explode(':', $page); 112 $page = join(':', $pageParts); [all …]
|
| /template/strap/resources/theme/default/pages/templates/ |
| H A D | index.css | 1 main > *, #page-core { 7 #page-core { 10 grid-template-areas: "page-side page-main"; 14 #page-side { 15 grid-area: page-side; 18 #page-main { 19 grid-area: page-main;
|
| H A D | holy.css | 1 main > *, #page-core { 8 #page-core { 11 grid-template-areas: "page-side page-main"; 16 #page-side { 17 grid-area: page-side; 20 #page-main { 21 grid-area: page-main; 29 #page-core { 35 grid-area: page-main;
|
| /template/strap/ComboStrap/Meta/Field/ |
| H A D | Alias.php | 20 private MarkupPath $page; variable in ComboStrap\\Meta\\Field\\Alias 28 * @param MarkupPath $page 31 public function __construct(MarkupPath $page, WikiPath $path) argument 33 $this->page = $page; 54 return $this->page; 68 static function create(ResourceCombo $page, WikiPath $alias): Alias argument 70 return new Alias($page, $alias); 88 return "Alias: ($this->page) to ($this->path)";
|
| /template/strap/action/ |
| H A D | pageprotection.php | 96 $page = MarkupPath::createMarkupFromId($id); 98 if ($page->isLowQualityPage()) { 104 if ($page->isLatePublication()) { 158 $page = MarkupPath::createMarkupFromId($id); 160 if ($page->isLowQualityPage()) { 169 if ($page->isLatePublication()) { 196 $page = MarkupPath::createPageFromPathObject($fetcherPage->getSourcePath()); 197 if ($page->isLowQualityPage() && LowQualityPage::isProtectionEnabled()) { 203 … if ($page->isLatePublication() && PagePublicationDate::isLatePublicationProtectionEnabled()) { 209 $urlAfterRewrite = $page->getCanonicalUrl()->toAbsoluteUrlString(); [all …]
|
| H A D | metacanonical.php | 28 $page = MarkupPath::createFromRequestedPage(); 39 if ($page->isSlot()) { 43 return $page; 61 $page = self::getContextPageForHeadHtmlMeta(); 70 $this->canonicalHeadMetadata($event, $page); 74 $this->appNameMetadata($event, $page); 83 private function canonicalHeadMetadata($event, MarkupPath $page) argument 95 $canonicalUrl = $page->getAbsoluteCanonicalUrl(); 150 * @param MarkupPath $page 153 private function appNameMetadata($event, MarkupPath $page) argument
|
| /template/ach/css/ |
| D | content.css | 2 * This file provides the main design styles for the page content. 11 .dokuwiki.page h1 {margin-left: __level1__;} 12 .dokuwiki.page h2 {margin-left: __level2__;} 13 .dokuwiki.page h3 {margin-left: __level3__;} 14 .dokuwiki.page h4 {margin-left: __level4__;} 15 .dokuwiki.page h5 {margin-left: __level5__;} 16 .dokuwiki.page div.level1 {margin-left: __level1__;} 17 .dokuwiki.page div.level2 {margin-left: __level2__;} 18 .dokuwiki.page div.level3 {margin-left: __level3__;} 19 .dokuwiki.page div.level4 {margin-left: __level4__;} [all …]
|
| /template/starterbootstrap/css/ |
| D | content.css | 2 * This file provides the main design styles for the page content. 11 .dokuwiki.page h1 {margin-left: 0;} 12 .dokuwiki.page h2 {margin-left: .666em;} 13 .dokuwiki.page h3 {margin-left: 1.776em;} 14 .dokuwiki.page h4 {margin-left: 3em;} 15 .dokuwiki.page h5 {margin-left: 4.5712em;} 16 .dokuwiki.page div.level1 {margin-left: 0;} 17 .dokuwiki.page div.level2 {margin-left: 1em;} 18 .dokuwiki.page div.level3 {margin-left: 2em;} 19 .dokuwiki.page div.level4 {margin-left: 3em;} [all …]
|
| /template/benjamin/user/css/ |
| D | content.css.dist | 2 * This file provides the main design styles for the page content. 11 .dokuwiki .page h1 {margin-left: 0;} 12 .dokuwiki .page h2 {margin-left: .666em;} 13 .dokuwiki .page h3 {margin-left: 1.776em;} 14 .dokuwiki .page h4 {margin-left: 3em;} 15 .dokuwiki .page h5 {margin-left: 4.5712em;} 16 .dokuwiki .page div.level1 {margin-left: 0;} 17 .dokuwiki .page div.level2 {margin-left: 1em;} 18 .dokuwiki .page div.level3 {margin-left: 2em;} 19 .dokuwiki .page div.level4 {margin-left: 3em;} [all …]
|
| /template/m1/css/ |
| D | content.css | 2 * This file provides the main design styles for the page content. 11 .dokuwiki .page h1 {margin-left: 0;} 12 .dokuwiki .page h2 {margin-left: .666em;} 13 .dokuwiki .page h3 {margin-left: 1.776em;} 14 .dokuwiki .page h4 {margin-left: 3em;} 15 .dokuwiki .page h5 {margin-left: 4.5712em;} 16 .dokuwiki .page div.level1 {margin-left: 0;} 17 .dokuwiki .page div.level2 {margin-left: 1em;} 18 .dokuwiki .page div.level3 {margin-left: 2em;} 19 .dokuwiki .page div.level4 {margin-left: 3em;} [all …]
|
| /template/grassstains/css/ |
| D | content.css | 2 * This file provides the main design styles for the page content. 11 .dokuwiki.page h1 {margin-left: 0;} 12 .dokuwiki.page h2 {margin-left: .666em;} 13 .dokuwiki.page h3 {margin-left: 1.776em;} 14 .dokuwiki.page h4 {margin-left: 3em;} 15 .dokuwiki.page h5 {margin-left: 4.5712em;} 16 .dokuwiki.page div.level1 {margin-left: 0;} 17 .dokuwiki.page div.level2 {margin-left: 1em;} 18 .dokuwiki.page div.level3 {margin-left: 2em;} 19 .dokuwiki.page div.level4 {margin-left: 3em;} [all …]
|
| /template/aran/css/ |
| D | content.css | 2 * This file provides the main design styles for the page content. 11 .dokuwiki.page h1 {margin-left: 0;} 12 .dokuwiki.page h2 {margin-left: .666em;} 13 .dokuwiki.page h3 {margin-left: 1.776em;} 14 .dokuwiki.page h4 {margin-left: 3em;} 15 .dokuwiki.page h5 {margin-left: 4.5712em;} 16 .dokuwiki.page div.level1 {margin-left: 0;} 17 .dokuwiki.page div.level2 {margin-left: 1em;} 18 .dokuwiki.page div.level3 {margin-left: 2em;} 19 .dokuwiki.page div.level4 {margin-left: 3em;} [all …]
|