This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated on 2013-10-28 using generator-bootstrap-less 3.0.3 | |
"use strict" | |
#lrSnippet = require("grunt-contrib-livereload/lib/utils").livereloadSnippet | |
#mountFolder = (connect, dir) -> | |
# connect.static require("path").resolve(dir) | |
# # Globbing | |
# for performance reasons we're only matching one level down: | |
# 'test/spec/{,*/}*.js' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// First child redirect | |
<?php if($page->numChildren) $session->redirect($page->child()->url); | |
// Redirect to specific page | |
$session->redirect($pages->get('/')->url); | |
// Create a menu, needs MarkupSimpleNavigation Plugin | |
<?php | |
$treeMenu = $modules->get("MarkupSimpleNavigation"); // load the module | |
$rootPage = $pages->get("/ueber-uns/"); // if you want to overwrite start level for the menu, for example for breadcrumbs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Pure CSS Tooltips with unicode arrow and shadow | |
*/ | |
.ui-tooltip, .ui-tooltip-top, .ui-tooltip-right, .ui-tooltip-bottom, .ui-tooltip-left { | |
color:#ffffff; | |
cursor:normal; | |
display:-moz-inline-stack; | |
display:inline-block; | |
font-size:12px; | |
font-family:arial; |
NewerOlder