Home
last modified time | relevance | path

Searched refs:skin (Results 1 – 25 of 127) sorted by relevance

123456

/plugin/indexmenu/
Dall.less1 //The data-uri() links in skin-common.less break. Needs to be replaced by url(), DokuWiki can inlin…
3 //moved from skin-common.less to here to prevent wrong prefixing and renamed from spin to spin-fanc…
16 // note: import of skin-common.less in the imported file below works only if skin-common.less is c…
18 .importSkin(@skin-foldername) {
19 &.@{skin-foldername} {
20 @import "scripts/fancytree/@{skin-foldername}/ui.fancytree.less";
21 …//overwrite default variable: @fancy-image-prefix: "./skin-win8/"; the current less compressor doe…
23 @fancy-image-prefix: "../plugins/indexmenu/scripts/fancytree/@{skin-foldername}/";
33 .importSkin(skin-awesome);
34 .importSkin(skin-bootstrap);
[all …]
/plugin/html5video2/
Dprint.css57 Instead of editing this file, I recommend creating your own skin CSS file to be included after this…
58 …ions easier. You can remove all these styles by removing the 'vjs-default-skin' class from the tag…
61 div.dokuwiki .vjs-default-skin {
66 div.dokuwiki .vjs-default-skin .vjs-controls {
71 div.dokuwiki .vjs-default-skin .vjs-control {
77 div.dokuwiki .vjs-default-skin .vjs-control-text { display: none; }
82 div.dokuwiki .vjs-default-skin .vjs-play-control { display: none; }
84 div.dokuwiki .vjs-default-skin.vjs-paused .vjs-play-control div { display: none; }
85 div.dokuwiki .vjs-default-skin.vjs-playing .vjs-play-control div { display: none; }
89 .vjs-default-skin .vjs-rewind-control { display: none; }
[all …]
/plugin/jukebox/
Dsyntax.php134 function _skininfo($skin){ argument
135 $skin = strtolower($skin);
136 $skin = preg_replace('/[^a-z]+/','',$skin);
137 if(!$skin) $skin = 'original';
138 if(@file_exists(dirname(__FILE__).'/skins/'.$skin.'/skin.xml')){
139 $data = @file_get_contents(dirname(__FILE__).'/skins/'.$skin.'/skin.xml');
154 return array($skin,$width,$height);
/plugin/ckgedit/ckeditor/skins/moono/
Dreadme.md4 This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
5 [skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by
13 "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
35 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
39 - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific f…
40 - **icons/**: contains all skin defined icons,
42 - **dev/**: contains SVG source of the skin icons.
Dskin.js34 CKEDITOR.skin.name = 'moono';
57 CKEDITOR.skin.ua_editor = 'ie,iequirks,ie7,ie8,gecko';
58 CKEDITOR.skin.ua_dialog = 'ie,iequirks,ie7,ie8';
83 CKEDITOR.skin.chameleon = ( function() {
309 …var iconsFolder = CKEDITOR.getUrl( CKEDITOR.skin.path() + 'icons/' + ( CKEDITOR.env.hidpi ? 'hidpi…
312 CKEDITOR.skin.addIcon( icons[ i ], iconsFolder + icons[ i ] + '.png' );
/plugin/ckgdoku/ckeditor/skins/moono/
Dreadme.md4 This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
5 [skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by
13 "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
35 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
39 - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific f…
40 - **icons/**: contains all skin defined icons,
42 - **dev/**: contains SVG source of the skin icons.
Dskin.js34 CKEDITOR.skin.name = 'moono';
57 CKEDITOR.skin.ua_editor = 'ie,iequirks,ie7,ie8,gecko';
58 CKEDITOR.skin.ua_dialog = 'ie,iequirks,ie7,ie8';
83 CKEDITOR.skin.chameleon = ( function() {
309 …var iconsFolder = CKEDITOR.getUrl( CKEDITOR.skin.path() + 'icons/' + ( CKEDITOR.env.hidpi ? 'hidpi…
312 CKEDITOR.skin.addIcon( icons[ i ], iconsFolder + icons[ i ] + '.png' );
/plugin/ckgedit/ckeditor/skins/kama/
Dskin.js5 CKEDITOR.skin.name="kama";CKEDITOR.skin.ua_editor="ie,iequirks,ie7,ie8";CKEDITOR.skin.ua_dialog="ie…
6 CKEDITOR.skin.chameleon=function(d,c){var b,a="."+d.id;"editor"==c?b=a+" .cke_inner,"+a+" .cke_dial…
Dreadme.md4 "Kama" is the default skin of CKEditor 3.x.
25 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
29 - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific f…
30 - **icons/**: contains all skin defined icons,
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
Dreadme.md4 This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the co…
11 "Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blend…
33 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
37 - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific f…
39 - **dev/**: contains SVG and PNG source of the skin icons.
/plugin/ckgedit/ckeditor/skins/moono-lisa/
Dreadme.md4 This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the co…
11 "Moono-lisa" is a monochromatic skin, which offers a modern, flat and minimalistic look which blend…
33 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
37 - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific f…
39 - **dev/**: contains SVG and PNG source of the skin icons.
/plugin/combo/ComboStrap/
H A DTabsTag.php85 $skin = self::TABS_TYPE;
89 $skin = self::TABS_SKIN;
93 $skin = self::PILLS_SKIN;
110 ->addClassName("nav-$skin");
127 ->addClassName("nav-$skin")
128 ->addClassName("card-header-$skin")
228 $skin = $tagAttributes->getValueAndRemoveIfPresent("skin");
229 if ($skin !== null) {
230 return $skin;
/plugin/indexmenu/scripts/fancytree/skin-win8-xxl/
Dui.fancytree.less2 * Fancytree "Win8" 32x32 skin.
9 @import "../skin-common.less";
12 @import "../skin-win8/ui.fancytree.less";
32 // We need to define this variable here (not in skin-common.less) to make it
34 @fancy-image-prefix: "./skin-win8-xxl/";
/plugin/jplayer/
Daction.php19 $skin = $this->getConf('skin');
25 … 'lib/plugins/jplayer/vendor/happyworm/jplayer/dist/skin/'.$skin.'/css/jplayer.'.$skin.'.min.css',
Dsyntax.php162 $skin = $this->getConf('skin');
165 'jplayer/vendor/happyworm/jplayer/dist/skin/'.$skin.'/mustache/';
171 $tpl = $mustache->loadTemplate('jplayer.'.$skin.'.audio.playlist');
/plugin/codeprettify/
Daction.php72 $skin = $urlPrettifySkins . $this->getConf('skin');
74 $skin = $urlPrettifyHandlers .'prettify.css';
79 'href' => $skin,
/plugin/indexmenu/scripts/fancytree/skin-themeroller/
Dui.fancytree.less2 * Fancytree "ThemeRoller" skin.
11 @import "../skin-common.less";
15 * Styles specific to this skin.
38 // We need to define this variable here (not in skin-common.less) to make it
40 @fancy-image-prefix: "./skin-themeroller/";
/plugin/indexmenu/scripts/fancytree/skin-custom-1/
DREADME.md3 1. Create a folder like this (recommended name: 'src/skin-custom-...')
4 2. For a start, copy files from one of the existing skin folders (src/skin-...)
/plugin/indexmenu/scripts/fancytree/skin-lion/
Dui.fancytree.less2 * Fancytree "Lion" skin.
15 @import "skin-common.less";
19 * Styles specific to this skin.
34 // We need to define this variable here (not in skin-common.less) to make it
36 @fancy-image-prefix: "./skin-lion/";
/plugin/indexmenu/scripts/fancytree/skin-awesome/
Dui.fancytree.less2 * Fancytree "awesome" skin.
9 @import "skin-common.less";
11 // We need to define this variable here (not in skin-common.less) to make it
13 @fancy-image-prefix: "./skin-awesome/";
17 * Styles specific to this skin.
71 svg.fancytree-checkbox, // span... is already defined in skin-common-less
/plugin/indexmenu/scripts/fancytree/skin-typicons/
Dui.fancytree.less2 * Fancytree "awesome" skin.
9 @import "skin-common.less";
11 // We need to define this variable here (not in skin-common.less) to make it
13 @fancy-image-prefix: "./skin-typicons/";
17 * Styles specific to this skin.
71 svg.fancytree-checkbox, // span... is already defined in skin-common-less
/plugin/indexmenu/scripts/fancytree/skin-vista/
Dui.fancytree.less2 * Fancytree "Vista" skin.
26 @import "skin-common.less";
30 * Styles specific to this skin.
46 // We need to define this variable here (not in skin-common.less) to make it
48 @fancy-image-prefix: "./skin-vista/";
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
Ddebugger.css103 background-image: url(chrome://firebug/skin/exe.png);
108 background-image: url(chrome://firebug/skin/breakpoint.png);
112 background-image: url(chrome://firebug/skin/breakpointCondition.png);
116 background-image: url(chrome://firebug/skin/breakpointDisabled.png);
120 background-image: url(chrome://firebug/skin/breakpointExe.png);
124 background-image: url(chrome://firebug/skin/breakpointDisabledExe.png);
128 background-image: url(chrome://firebug/skin/breakpoint.png);
/plugin/indexmenu/scripts/fancytree/skin-xp/
Dui.fancytree.less2 * Fancytree "XP" skin.
9 @import "skin-common.less";
13 * Styles specific to this skin.
29 // We need to define this variable here (not in skin-common.less) to make it
31 @fancy-image-prefix: "./skin-xp/";
/plugin/indexmenu/scripts/fancytree/skin-win8-n/
Dui.fancytree.less2 * Fancytree "win8" skin (highlighting the node span instead of title-only).
9 @import "../skin-common.less";
13 * Styles specific to this skin.
46 // We need to define this variable here (not in skin-common.less) to make it
48 @fancy-image-prefix: "./skin-win8-n/";

123456