Home
last modified time | relevance | path

Searched +full:- +full:- +full:pretty (Results 1 – 25 of 25) sorted by relevance

/template/breeze/sass/
D_buttons.scss4 @import "../functions/button-size";
8 display: inline-block;
10 background: $default-color;
11 -webkit-appearance: none;
12 font-family: $font-family;
13 font-weight: $button-font-weight;
15 text-align: center;
16 .pretty & { @extend .pretty.btn; } class
21 padding: 0 $default-button-padding;
30 font-size: 100%;
[all …]
/template/breeze/bower_components/gumby/sass/ui/
D_buttons.scss4 @import "../functions/button-size";
8 display: inline-block;
10 background: $default-color;
11 -webkit-appearance: none;
12 font-family: $font-family;
13 font-weight: $button-font-weight;
15 text-align: center;
16 .pretty & { @extend .pretty.btn; } class
21 padding: 0 $default-button-padding;
30 font-size: 100%;
[all …]
D_navbar.scss5 min-height: 60px;
7 margin-bottom: 20px;
8 background: $navbar-color; // Change this color in settings to change the navbar color
10 @include respond(all-phones) {
13 min-height: 0;
19 z-index: 99999;
28 @include respond(all-phones) {
33 text-align: center;
34 display: inline-block;
35 color: $navbar-link-color;
[all …]
/template/breeze/bower_components/gumby/css/
Dgumby.css1 @charset "UTF-8";
5 * ---------------
18 * http://www.opensource.org/licenses/mit-license.php
20 …io, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: base…
22 html { line-height: 1; }
24 ol, ul { list-style: none; }
26 table { border-collapse: collapse; border-spacing: 0; }
28 caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
42 * html { font-size: 100%; }
44 html { font-size: 16px; line-height: 1.625em; }
[all …]
/template/breeze/css/
Dgumby.css1 @charset "UTF-8";
4 * ---------------
17 * http://www.opensource.org/licenses/mit-license.php
21 …io, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: base…
23 html { line-height: 1; }
25 ol, ul { list-style: none; }
27 table { border-collapse: collapse; border-spacing: 0; }
29 caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
43 * html { font-size: 100%; }
45 html { font-size: 16px; line-height: 1.625em; }
[all …]
/template/breeze/bower_components/gumby/sass/var/
D_lists.scss4 $ui-coloring:
5 primary $primary-color $primary-hover-color,
6 secondary $secondary-color $secondary-hover-color,
7 default $default-color $default-hover-color,
8 info $info-color $info-hover-color,
9 danger $danger-color $danger-hover-color,
10 warning $warning-color $warning-hover-color,
11 success $success-color $success-hover-color;
14 $styling: metro $metro-radius, pretty $button-radius;
18 $field-types: text, email, password, numeric, search, combined, prepend, append, double;
[all …]
D_settings.scss6 $row-max-width: 940px !default; // 940px
7 $gutter-in-px: 20px !default; // 20px
12 $min-device-width: 320px; // iPhone Portrait
13 $tablet-device-width: 768px; // iPad Portrait
14 $document-width: $row-max-width; // Default Document
15 $max-device-width: 2880px; // Max Document Size
18 $nav-distance: 0; // Navigation distance from the top of the viewport
21 $font-family: "Open Sans";
22 $font-style-italic: italic;
24 $font-smoothing: antialiased;
[all …]
/template/writr/.github/workflows/
Drelease.yml6 - 'v*'
10 runs-on: ubuntu-latest
12 - name: Checkout code
15 fetch-depth: 0
17 - name: Set Tag as Filename
21 - name: Create ZIP file
22 run: zip -r "${{ env.TAG_NAME }}.zip" .
24 - name: Generate Changelog
28 PREV_TAG=$(git describe --tags --abbrev=0 HEAD^)
31 echo -e "# Changelog\n" > CHANGELOG.md
[all …]
/template/breeze/sass/var/
D_settings.scss6 $row-max-width: 940px !default; // 940px
7 $gutter-in-px: 20px !default; // 20px
12 $min-device-width: 320px; // iPhone Portrait
13 $tablet-device-width: 768px; // iPad Portrait
14 $document-width: $row-max-width; // Default Document
15 $max-device-width: 2880px; // Max Document Size
18 $nav-distance: 0px; // Navigation distance from the top of the viewport
21 $font-family: "Open Sans";
22 $font-content: "Merriweather";
23 $font-monospace: "Monaco", "Lucida Console", monospace;
[all …]
/template/usable/blueprint/plugins/fancy-type/
Dscreen.css1 /* --------------------------------------------------------------
3 fancy-type.css
4 * Lots of pretty advanced classes for manipulating text.
8 -------------------------------------------------------------- */
11 p + p { text-indent:2em; margin-top:-1.5em; }
12 form p + p { text-indent: 0; } /* Don't want this in forms. */
21 font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
22 font-style: italic;
23 font-weight: normal;
32 .dquo { margin-left: -.5em; }
[all …]
/template/quickjump/blueprint/plugins/fancy-type/
Dscreen.css1 /* --------------------------------------------------------------
3 fancy-type.css
4 * Lots of pretty advanced classes for manipulating text.
8 -------------------------------------------------------------- */
11 p + p { text-indent:2em; margin-top:-1.5em; }
12 form p + p { text-indent: 0; } /* Don't want this in forms. */
21 font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
22 font-style: italic;
23 font-weight: normal;
32 .dquo { margin-left: -.5em; }
[all …]
/template/breeze/
Dui.html2 <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
3 <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
4 <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
5 <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
6 <!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
7 <!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
8 <!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope="" itemtype="http://schema.org/Produ…
10 <meta charset="utf-8">
12 <!-- Use the .htaccess and remove these lines to avoid edge case issues.
13 More info: h5bp.com/b/378 -->
[all …]
Dindex.html2 <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
3 <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
4 <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
5 <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
6 <!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
7 <!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
8 <!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope="" itemtype="http://schema.org/Produ…
10 <meta charset="utf-8">
12 <!-- Use the .htaccess and remove these lines to avoid edge case issues.
13 More info: h5bp.com/b/378 -->
[all …]
/template/breeze/bower_components/gumby/
Dui.html2 <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
3 <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
4 <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
5 <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
6 <!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
7 <!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
8 <!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope itemtype="http://schema.org/Product"…
10 <meta charset="utf-8">
12 <!-- Use the .htaccess and remove these lines to avoid edge case issues.
13 More info: h5bp.com/b/378 -->
[all …]
/template/bootstrap3/compat/inc/Menu/
DMobileMenu.php27 'page' => $pagemenu->getItems(),
28 'site' => $sitemenu->getItems(),
29 'user' => $usermenu->getItems()
41 $menu = $this->getGroupedItems();
48 * Note: this will not use any pretty URLs
61 $html = '<form action="' . script() . '" method="get" accept-charset="utf-8">';
65 if($INPUT->server->str('REMOTE_USER')) {
72 foreach($this->getGroupedItems() as $tools => $items) {
76 $params = $item->getParams();
78 $html .= hsc($item->getLabel());
/template/breeze/bower_components/gumby/sass/functions/
D_tooltips.scss3 @mixin tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align) {
8 background: $tt-bgcolor;
9 border: 1px solid $tt-bgcolor;
10 border-bottom: 0;
11 @include border-radius(3px);
14 min-width: $tt-min-width;
15 max-width: 500px;
17 @if $tt-position == "bottom" {
18 @if $tt-align == "right" { right: 0 } @else { left: 0; }
20 margin-top: 8px;
[all …]
/template/strap/action/
H A Dindexer.php8 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
70 … $controller->register_hook('INDEXER_PAGE_ADD', 'AFTER', $this, 'indexViaIndexerAdd', array());
89 $lock = Lock::create("combo-indexer");
91 $lock->acquire();
99 * php bin/indexer.php -q
105 if ($arg === '-q') {
106 // Script was started with the -q flag.
118 * (if there is a cache, it's pretty quick)
120 $id = $event->data['page'];
127 $databasePage = $page->getDatabasePage();
[all …]
/template/strap/
H A Dyarn.lock5 "@asamuzakjp/css-color@^3.1.2":
7 resolved "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.1.7.tgz"
8 …integrity sha512-Ok5fYhtwdyJQmU1PpEv6Si7Y+A4cYb8yNM9oiIJC9TzXPMuN9fvdonKJqcnz9TbFqV6bQ8z0giRq0iaOp…
10 "@csstools/css-calc" "^2.1.3"
11 "@csstools/css-color-parser" "^3.0.9"
12 "@csstools/css-parser-algorithms" "^3.0.4"
13 "@csstools/css-tokenizer" "^3.0.3"
14 lru-cache "^10.4.3"
16 "@csstools/color-helpers@^5.0.2":
18 resolved "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz"
[all …]
H A Dpackage-lock.json2 "name": "combo-test",
8 "name": "combo-test",
17 "node_modules/@asamuzakjp/css-color": {
19 "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.1.7.tgz",
20 …"integrity": "sha512-Ok5fYhtwdyJQmU1PpEv6Si7Y+A4cYb8yNM9oiIJC9TzXPMuN9fvdonKJqcnz9TbFqV6bQ8z0giRq0…
23 "@csstools/css-calc": "^2.1.3",
24 "@csstools/css-color-parser": "^3.0.9",
25 "@csstools/css-parser-algorithms": "^3.0.4",
26 "@csstools/css-tokenizer": "^3.0.3",
27 "lru-cache": "^10.4.3"
[all …]
/template/strap/syntax/
H A Dcode.php17 * Implementation of https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code
20 * Support <a href="https://github.github.com/gfm/#fenced-code-blocks">Github code block</a>
24 * Mdx Syntax: https://mdxjs.com/guides/syntax-highlighting/
25 * Rehype Plugin used by Floating-ui: https://rehype-pretty-code.netlify.app/
40 const FILE_PATH_KEY = "file-path";
54 * * 'normal' - The plugin can be used inside paragraphs
55 …* * 'block' - Open paragraphs need to be closed before plugin output - block should not be insid…
56 * * 'stack' - Special case. Plugin wraps other paragraphs. - Stacks can contain paragraphs
92 if ($this->getConf(self::CONF_CODE_ENABLE)) {
94 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
[all …]
/template/starterbootstrap/
Dgenerate_index.php85 // make the tree root look pretty (more convenient to use such tree)
123 $data = "<ul class=\"generated-index\">" . _html_buildlist($data, 1) . "</ul>";
/template/strap/ComboStrap/
H A DIso8601Date.php36 'Y-m-d H:i:sP',
37 'Y-m-d H:i:s',
38 'Y-m-d H:i',
39 'Y-m-d H',
40 'Y-m-d',
52 $this->dateTime = new DateTime();
56 $this->dateTime = $dateTime;
76 * (ie only YYYY-MM-DD)
82 * Y-m-d will be using the actual time otherwise
98 * Y-m-d will be using the actual time otherwise
[all …]
H A DFetcherRaster.php62 ->setSourcePath($path);
76 $fetchImageRaster->buildFromUrl($fetchUrl);
82 * @return int - the width of the image from the file
86 return $this->imageWidth;
107 $this->getRequestedAspectRatio();
108 $targetHeight = $this->getTargetHeight();
109 $targetWidth = $this->getTargetWidth();
110 $this->setRequestedWidth($targetWidth);
111 $this->setRequestedHeight($targetHeight);
121 $this->addLocalPathParametersToFetchUrl($url, MediaMarkup::$MEDIA_QUERY_PARAMETER);
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php45 protected $lastErrorIndex = -1;
78 $this->endErrorCondition($recognizer);
89 $this->errorRecoveryMode = true;
94 return $this->errorRecoveryMode;
103 $this->errorRecoveryMode = false;
104 $this->lastErrorStates = null;
105 $this->lastErrorIndex = -1;
116 $this->endErrorCondition($recognizer);
128 * - {@see NoViableAltException}: Dispatches the call to
130 * - {@see InputMismatchException}: Dispatches the call to
[all …]
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js7 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
25 * Sizzle CSS Selector Engine - v1.0
45 this.isIElt8=this.isIE&&(this.browserVersion-0<8);
78 }if(FBTrace.DBG_INITIALIZE&&isChromeContext){FBTrace.sysout("FBL.initialize - persistent applicatio…
112 var findLocation=function findLocation(){var reFirebugFile=/(firebug-lite(?:-\w+)?(?:\.js|\.jgz))(?…
147 while(j-->0){path=reLastDir.exec(path)[1]
149 }else{if(src.indexOf("/")!=-1){if(/^\.\/./.test(src)){path+=src.substring(2)
158 …sGetFirebugSite&&path.indexOf("/releases/lite/")==-1){path+="releases/lite/"+(fileName=="firebug-l…
162 if(fileName=="firebug-lite-dev.js"){Env.isDevelopmentMode=true;
164 }else{if(fileName=="firebug-lite-debug.js"){Env.isDebugMode=true
[all …]