Home
last modified time | relevance | path

Searched refs:navigation (Results 76 – 100 of 148) sorted by last modified time

123456

/template/dokucms/
H A DREADME.md17 … javascript inspired by Austin Wulf (http://www.sitepoint.com/pure-css-off-screen-navigation-menu/)
/template/codowik/css/
H A Dpagetools.less3 * (fly out navigation beside the page to edit, etc).
/template/icke/css/
H A Dpopouts.less1 /* second-level navigation */
H A Dstyle.less81 /* first-level navigation */
/template/icke/_test/
H A DIckeTemplateNavigation.test.php17 $navigation = new IckeNavigation();
18 $actual = $navigation->loadNavigation($config);
38 $navigation = new IckeNavigation();
39 $actual = $navigation->loadNavigation($config);
67 $navigation = new IckeNavigation();
68 $actual = $navigation->loadNavigation($config);
/template/icke/
H A Dfunctions.php119 $navigation = icke_getNavigation();
120 $navigation->drawSidebar();
146 $navigation = icke_getNavigation();
147 $navigation->buildPageCss();
177 $navigation = icke_getNavigation();
180 foreach($navigation->navigation as $item){
H A DIckeNavigation.php38 public $navigation; variable in IckeNavigation
48 $navigation = explode(',',$navigationConfig);
49 $navigation = array_map('trim', $navigation);
51 $this->navigation = array();
52 foreach ($navigation as $id) {
76 return $this->navigation;
114 foreach($this->navigation as $item){
218 static $navigation = null;
219 if ($navigation === null) {
220 $navigation = new IckeNavigation();
[all …]
/template/dokubook/
H A Ddokubook_design.css55 /* -------------- navigation ---------------------- */
/template/ghw/css/
H A Dpagetools.less3 * (fly out navigation beside the page to edit, etc).
/template/simplewiki/css/
H A Dpagetools.less3 * (fly out navigation beside the page to edit, etc).
/template/zenith/css/
H A Dpagetools.less3 * (fly out navigation beside the page to edit, etc).
/template/adoradark/css/
H A Dpagetools.less3 * (fly out navigation beside the page to edit, etc).
/template/ospyramid/css/
H A Dstyle.css88 /* Remove margins for navigation lists */
/template/starterbootstrap/
H A DREADME.markdown26 * Image/Logo support in navigation/header.
/template/starterpjax/
H A DREADME.md13 …enable this - just add a div around the content you want to replace on navigation and include the …
/template/writr/css/
H A Dglobal.less368 .main-navigation a {
H A Dprint.less17 .main-navigation,
H A Dresponsive.less103 .js .main-navigation.toggled > ul {
117 .main-navigation {
122 .main-navigation:after {
125 .main-navigation.toggled {
128 .no-js .main-navigation .skip-link {
135 .js .main-navigation ul {
138 .main-navigation a:hover,
139 .main-navigation li .curid > a {
142 .js .main-navigation ul li:hover ul {
145 .main-navigation u
[all...]
H A Drtl.less92 .main-navigation ul {
95 .main-navigation ul ul {
100 .main-navigation .node > div > a {
104 .main-navigation .node > div > a:after {
163 .main-navigation ul ul {
166 .main-navigation ul ul a {
170 .main-navigation ul ul ul a {
174 .main-navigation .node > div > a {
178 .main-navigation ul ul .node > div > a {
H A Dtheme.less270 #writr__site-navigation,
H A Dmenu.less4 .main-navigation {
14 .main-navigation:after {
23 .main-navigation ul {
28 .main-navigation li {
31 .main-navigation a {
38 .main-navigation a:hover {
41 .main-navigation ul ul {
52 .main-navigation ul ul li:last-child {
55 .main-navigation .node > div > a {
58 .main-navigation
[all...]
/template/writr/lang/en/
H A Dstyle.txt7 To add a navigation to the sidebar, you can add a page called ''topnav'' and add a list of links to it. (No other content is supported.)
/template/breeze/css/
H A Dgumby.css1284 …(0, 0, 0, 0.8) !important; /* Remove this line if you dont want a dropshadow on your navigation*/ }
1291 … 1px 2px white !important; /* Remove this line if you dont want a dropshadow on your navigation*/ }
/template/breeze/bower_components/gumby/sass/ui/
H A D_navbar.scss223 …gba(0,0,0,0.80) !important); /* Remove this line if you dont want a dropshadow on your navigation*/
256 …bar-color, 25%) !important); /* Remove this line if you dont want a dropshadow on your navigation*/
/template/breeze/bower_components/gumby/css/
H A Dgumby.css1283 …(0, 0, 0, 0.8) !important; /* Remove this line if you dont want a dropshadow on your navigation*/ }
1290 …px 2px #888d91 !important; /* Remove this line if you dont want a dropshadow on your navigation*/ }

123456